hydrotools icon indicating copy to clipboard operation
hydrotools copied to clipboard

Suite of tools for retrieving USGS NWIS observations and evaluating National Water Model (NWM) data.

Results 14 hydrotools issues
Sort by recently updated
recently updated
newest added

The National Water Prediction Service will replace AHPS this summer and includes APIs that serve observations and forecasts of streamflow and stage. We might consider adding a client tool to...

enhancement

Currently, we are a little loose with the way we organize our "public" apis'. For example, in `hydrotools`'s `metrics` subpackage, a user must do the following to access the "public"...

documentation
enhancement

The NWM 2.1 Retrospective data has been released in zarr format on AWS. Add a client tool to retrieve these data in HydroTools canonical dataframes. Example to get going: ```python...

enhancement

The `nwm_client_new` package assumes some basic familiarity with the National Water Model output. We could minimally link to the official landing page: https://water.noaa.gov/about/nwm and/or add an abbreviated description of the...

documentation

As the NWM Client seems to focus on forecast data from 2018 onwards on GCP or the past two days on NOMADS, I've thought about the retrospective somewhat. [AWS publishes...

![Evaluation tools 1.0.0 -- this is the incorrect version.](https://user-images.githubusercontent.com/39420640/109674455-eda5f100-7b44-11eb-9e59-d82e6626db2a.png) As shown, right now the version number requires manual updating. I need to explore how to improve this. Tangentially, I think...

bug
documentation
enhancement

This PR adds multiple additional NWIS services that return USGS metadata about sites (full name, drainage area, etc.), statistics (min, max, median, mean, etc.), streamflow peaks (day of peak and...

enhancement

I received this error when running `mypy` on a project that depends on `hydrotools.nwis_client`. ```console error: Skipping analyzing "hydrotools.nwis_client.iv": module is installed, but missing library stubs or py.typed marker ```...

Confidence (C) is 1 - FAR. This can be accomplished with a simple parameter and a partial function. To completely duplicate the reference below, metrics will also need a way...

enhancement

The National Water Center has published several publicly available visualization services (MapServer) documented here: https://www.weather.gov/media/owp/operations/Public_Handbook_NWC_Visualization_Services.pdf I'm opening this ticket to discuss availability of client tools and potential to implement client...

enhancement