mroberge / hydrofunctions

A suite of convenience functions for working with hydrology data in an interactive Python session.
MIT License
66 stars 28 forks source link

Add additional USGS webservices #86

Open mroberge opened 3 years ago

mroberge commented 3 years ago

The USGS provides several additional services, including:

These services are described here: https://waterwatch.usgs.gov/webservices/ The most useful service seems to be flood stage. This could be used to annotate flow duration charts or other figures.

mroberge commented 3 years ago

flood stage was covered by #87