Query and download PIT tag data about night passage and re-ascension at particular dams for specific species and year, using DART.

queryPITtagData(
  damPIT = c("GRA", "PRA", "RIA", "RRF"),
  spp = c("Chinook", "Coho", "Steelhead", "Sockeye"),
  start_date = NULL,
  end_date = NULL
)

Arguments

damPIT

the dam code for the dam you wish to query for PIT tag data. Currently only available for Lower Granite Dam (GRA), Priest Rapids (PRA), Rock Island (RIA) and Rocky Reach (RRF).

spp

species to query PIT tag data for. Possible choices are: Chinook, Coho, Steelhead, Sockeye

start_date

character vector of date (YYYYMMDD) when query should start

end_date

character vector of date (YYYYMMDD) when query should end

Author

Kevin See

Examples

queryPITtagData(start_date = '20150701')
#> Error in curl::curl_fetch_memory(url, handle = handle): Recv failure: Connection was reset