-
Recent updates to hfsubsetR now generate errors in unit tests that previously passed. Here's an example of a call that no longer works:
```
nldi_feat rlang::last_trace()
Error in `arrow::open_…
-
Here's an example of a single site evaluation of rainfall-driven runoff events: https://github.com/jarq6c/little_hope/blob/main/teehr-events/single_site.ipynb
The goal of this evaluation was to iso…
-
just moving this here
https://github.com/internetofwater/geoconnex.us/issues/113
First stab going here
https://github.com/internetofwater/gwtc2021-workshop
-
NLDI is now returning active and discontinued gages and we need to parse those for active only.
-
Query/pull characteristics from NLDI (not sure how that will be formatted in NLDI yet, under progress)
-
Here are some examples of function to retrieve NDLI data:
- **nldi.get_basin()** - returns a geodataframe with a polygon geometry
- **nldi.get_flowlines()** - returns a geodataframe with a polyli…
-
Define a common `Feature` model for use across the project (crawler client, server, other tools).
Can be a 'vanilla' `dataclass`, a pydantic model, or an ORM model. All sides of the workflow shou…
-
Users would like to retrieve WQP data and OPTIONALLY any additional USGS continuous data that in the specific area of interest and possible also nearby data (within additional buffer zone) or upstream…
-
### What happened?
pygeohydro fails when trying to calculate cover statistics.
### What did you expect to happen?
Stats(classes={'Open Water': 3.218275304968691, 'Developed, Open Space': 1…
-
Should add drainage area of the linked catchment, drainage area of the monitoring location, and snap distance from monitoring location to linked hydrolocation.
Should also set unknown drainage area…