hytest-org / hytest

https://hytest-org.github.io/hytest/
22 stars 12 forks source link

Read in streamflow data #480

Closed alaws-USGS closed 2 months ago

alaws-USGS commented 4 months ago

Time to read in some streamflow data! We will be using the pygeohydro package to read in streamflow data from the National Water Information System (NWIS). To start, lets plan to read in data for the time span of January 1, 2010 to December 31, 2010 (2 years of data). Here is a good demo from the packages Getting Started section.

The functionality that is needed is for whenever a station is selected, the mean daily streamflow data for that station is requested for our time span. This will be used with a later issue to create a plot of median daily mean streamflow compared to modeling results.