Title: | Kootenay Lake Exploitation Study Data |
---|---|
Description: | Six relational 'tibbles' from the Kootenay Lake Large Trout Exploitation study. The study which ran from 2008 to 2014 caught, tagged and released large Rainbow Trout and Bull Trout in Kootenay Lake by boat angling. The fish were tagged with internal acoustic tags and/or high reward external tags and subsequently detected by an acoustic receiver array as well as reported by anglers. The data are analysed by Thorley and Andrusak (1994) <doi:10.7717/peerj.2874> to estimate the natural and fishing mortality of both species. |
Authors: | Joe Thorley [aut, cre, dtc] , Greg Andrusak [aut, dtc], Gary Pavan [aut, dtc], Sarah Stephenson [aut, dtc], Matt Neufeld [aut, dtc], Jeff Burrows [aut, dtc], Kerry Reed [aut, dtc], Robyn Irvine [aut, dtc], Harvey Andrusak [aut, dtc], James Baxter [dtc], Rob Bison [dtc], Mike Ramsay [dtc], Habitat Conservation Trust Foundation [cph, fnd], Fish and Wildlife Compensation Program [cph, fnd], Freshwater Fish Society of BC [cph, fnd], Ministry of Environment [cph, dtc], Bonneville Power Administration [cph, fnd], Idaho Department of Fish and Game [cph], Kootenai Tribe of Idaho [cph] |
Maintainer: | Joe Thorley <[email protected]> |
License: | CC BY 4.0 |
Version: | 0.1.2.9000 |
Built: | 2024-11-16 04:04:24 UTC |
Source: | https://github.com/poissonconsulting/klexdatr |
Fish Capture Data
capture
capture
A tbl data frame:
The unique fish code (fctr).
The date and time of capture (time).
The section code (fint).
The fish species 'Bull Trout', 'Lake Trout' or 'Rainbow Trout' (fctr).
The fork length in mm (int).
The wet mass in kg (dbl).
The reward value of the first T-Bar tag in Canadian dollars (int).
The reward value of the second T-Bar tag if present in Canadian dollars (int).
The acoustic tag expiration date and time (time).
A data frame of receiver deployments by station and date times.
deployment
deployment
A tbl data frame:
The station name (fctr).
The receiver code (fctr).
The receiver deployment date and time (time).
The receiver retrieval date and time (time).
Hourly acoustic detection data by fish (capture) and receiver.
detection
detection
A tbl data frame:
The detection date and hour (time).
The fish code (fctr).
The receiver code (fctr).
The number of detections in the hour (int).
A tbl data frame of fish recaptures. As the time of recapture was not reported it is assumed to be 12:00:00.
recapture
recapture
A tbl data frame:
The reported date of recapture (time).
The fish code (fctr).
The section code (fctr).
The first T-Bar Tag was reported (lgl).
A second T-Bar Tag was reported (lgl).
The T-Bar tags were removed from the fish (lgl).
The angler reportedly released the fish (lgl).
The angler was a member of the public as opposed the study team (lgl).
Section Spatial Polygon Data
section
section
A SpatialPolygonsDataFrame with the data frame:
The unique section code (fctr).
The habitat type 'Lentic' or 'Lotic' (fctr).
The polygon represents the full area (lgl).
The section polygon (MULTIPOLYGON (m)).
Polygons of sections of the waterbodies.
A tbl data frame of detection stations.
station
station
A tbl data frame:
The unique station name (fctr).
The section code (fctr).
The station point (POINT (m)).