TADA data retrieval and NWIS depracation? #885
skisleeprepeat
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all, thanks for the awesome software. I have a question regarding how TADA does or doesn't deal with the USGS API changes and NWIS data freeze at March 2024. It looks like TADA_DataRetrieval is only pulling USGS data from WQP up to the March 2024 freeze (https://doi-usgs.github.io/dataRetrieval/articles/qwdata_changes.html). USGS recommends abandoning readWQPdata() and readNWISdata() and moving to read_waterdata_samples() to get the most recent data (which then involves constructing some kind of crosswalk to match column headers to data pulled from WQP by other routes like TADA or via direct URL calls). Is there any approach within TADA right now to ensure the most-recent USGS data is returned alongside other data providers? Apologies if this is the wrong forum, I'm not a developer, I took a look through the Issues but did not turn much up on the topic.
Beta Was this translation helpful? Give feedback.
All reactions