Skip to content

DART Lower Granite Trap Rate Query #29

@mackerman44

Description

@mackerman44

The queryTrapRate() function is intended to query DART for the reported trap rate at Lower Granite Dam. However, it seems that the query URL (https://www.cbr.washington.edu/dart/cs/data/GRAtrap) may no longer be supported by DART. Also, it's likely that the query is no longer needed as the trap rate can be estimated from PIT-tag observations. Potential solutions include:

  1. Request DART to resurrect the URL and query,
  2. No longer export the function and stash it,
  3. Remove the function altogether.

Note: The compileGRAdata() currently includes the argument useDARTrate which if TRUE uses the queryTrapRate() function (default is FALSE). The function would no longer work if useDARTrate = TRUE. If queryTrapRate() is removed or stashed, we should remove that argument.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions