receivers {telemetR}R Documentation

Receiver Data

Description

An example dataset of real acoustic telemetry receivers within the California Central Valley in 2021. These receivers are only those which match the serial numbers in companion dataset 'filtered_detections'. This data is formatted to match the California Fish Tracking receiver metadata found here: https://oceanview.pfeg.noaa.gov/CalFishTrack/.

Usage

receivers

Format

## 'receivers' A data frame with 7,240 rows and 60 columns:

dep_id

A unique id is created for each receiver deployment

receiver_make

The brand of the acoustic receiver

receiver_serial_number

The serial number of the acoustic receiver

latitude

The decimal degree latitude (WGS1984) of the acoustic receiver at deployment

longitude

The decimal degree longitude (WGS1984) of the acoustic receiver at deployment

receiver_location

The site name of an individual receiver, often more than one 'receiver_location' is found at a 'receiver_general_location'

receiver_general_location

The more general geographic name of the location of the receiver

receiver_river_km

The number of river kilometers the receiver is from the Golden Gate Bridge

receiver_start

The start time of the reciever (generally when it was deployed)

receiver_end

The end time of the receiver (generally when it was retrieved)

Source

<https://oceanview.pfeg.noaa.gov/CalFishTrack/pageRealtime_download.html>


[Package telemetR version 1.0 Index]