allisonglider / seabiRds

Tools for analysis of seabird biologger data collected by the Arctic Ecology Lab.
1 stars 1 forks source link

Issue for missing recapture date and time for Technosmarts and Igotu/cattrack #59

Closed francisvolh closed 2 years ago

francisvolh commented 2 years ago

when reading data from GPS devices seabiRds does not require recapture dates. This is troublesome if there is an error in the inputing the data in the deployment file. Only Ecotone devices (for the Arctic Elliot Lab) should be allowed without restrictions if there is no recapture date. Technosmarts and Igotu/cattracks should have a warning or error message if there is no recapture time to avoid issues.

allisonglider commented 2 years ago

Hi Francis, I have added in the warning you requested for all loggers that require device retrieval to get data (e.g. Technomsart, Igotu, and Lotek TDRs). Could you test it using the dev branch?

devtools::install_github("allisonglider/seabiRds@dev")

francisvolh commented 2 years ago

tested and works great!