dat_orgfilt | R Documentation |
An example dataset of real acoustic telemetry detections of fish at several receivers within the California Central Valley from 2021. These detections have already been been processed using 'prefilter()' and 'add_org()'.
dat_orgfilt
## 'dat_orgfilt' A data frame with 47,343 rows and 16 columns:
The serial number of the detecting receiver
the local time of the detection (tz = America/Los_Angeles)
The hexadecimal acoustic tag ID code
A calculated field from the prefilter checking the time between acoustic transmissions from the same tag was >0.3secs
A calculated field from the add_fish filter which queries whether the tag code of the detection is associated with an organism.
Generally a strain, run, and species of fish (e.g. Nimbus Fall Chinook = Fall-run Chinook Salmon from Nimbus Hatchery)
The release date and time of the fish
The coded name of the release site
The length of the fish in millimeters
The weight of the fish in grams
The weight of the implanted acoustic tag
The model number of the implanted acoustic tag
The pulse rate interval (time between transmissions) of the implanted tag, as reported by the manufacturer
The expected number of days the tag should continue to transmit, as reported by the manufacturer
A calculated field which checks whether the detection occurred after the release of the fish
A calculated field which checks whether the detection occurred before the tag battery is expected to expire (2x tag life)
Data collected by the California Department of Water Resources 2021
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.