-
Notifications
You must be signed in to change notification settings - Fork 52
Add waterdata demo #208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Add waterdata demo #208
Conversation
jzemmels
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great! I appreciate the consistent throughline example. I've just a few comments that you might consider, but I'm only requesting changes on the errors I ran into (the double monitoring_location_id error + the GeoPandas-dependent code).
| "metadata": {}, | ||
| "source": [ | ||
| "## Lay of the Land\n", | ||
| "Now that your API key is configured, it's time to take a 10,000-ft view of the functions in the `waterdata` module.\n", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might be good to link to the specific OGC API homepage somewhere -- maybe here? https://api.waterdata.usgs.gov/ogcapi
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will add to resources section.
| ] | ||
| } | ||
| ], | ||
| "metadata": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
End the vignette with a list of links/resources to learn more
Co-authored-by: Joe Zemmels (he/him) <[email protected]>
|
@jzemmels I think this is ready for a second look. I have fixed the duplicated ID column issue in the The one little hitch I've run into is that there was some discussion in the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, these changes all look great. Other than populating the additional resources section and one minor comment, I think this is good to go. Approved.
Co-authored-by: Joe Zemmels (he/him) <[email protected]>
| "* [Water Data for the Nation Home](https://waterdata.usgs.gov/)\n", | ||
| "* [Water Data for the Nation Feedback Form](https://waterdata.usgs.gov/questions-comments/?referrerUrl=https://api.waterdata.usgs.gov)\n", | ||
| "* [R dataRetrieval package](https://github.com/DOI-USGS/dataretrieval)\n", | ||
| "* [WDFN Blog Post on NWISWeb Decommissioning Timeline](https://waterdata.usgs.gov/blog/nwisweb-decommission-campaign2/)\n" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jzemmels Are there any that you would add?
Thanks so much for the help! |
Built off the PR that adds reference table functions.
Adds a demo of the
waterdatafunctions todrpy. Addresses: #200Also adds a few query parameters to the
get_time_series_metadata()function.