-
# Summary
Much of the initial groundwork for processing the TDX Hydro files has been laid under issues #2, #3, #4 and with PRs #5 and #6. Its time to stitch that work together into a processing pipel…
-
I'm using the latest nhdplusTools 1.1.0 version and updated all R packages. I've downloaded nhdplusHR data using the `download_nhdplushr()` function
I have the following errors when trying to use `…
-
I found 3 gages that may be matched to an incorrect COMID. Below I've listed the gage ID, proposed new COMID, and the current COMID from `nhdplusTools::get_nldi_feature`. All these proposed edits are …
-
There may be other contexts in which this is useful, as well. This is from a WRES User Support VLab ticket #132398. The problem was that USGS NWIS was providing data relative to MSL, while the WRDS AH…
-
I believe this is similar to #343 as it has to do with the file paths.
## The issue
When I try to list the metadata attributes, I get the following error:
```r
library(nhdplusTools)
get_cha…
-
This example is based on some code that @dblodgett-usgs shared in an issue on cacheing NWIS queries. https://github.com/DOI-USGS/dataRetrieval/issues/681
### Setup
Essentially, one selects a dat …
-
### What happened?
With
`from pynhd import StreamCat
sc = StreamCat()`
I get the following unicode error:
```
---------------------------------------------------------------------------
…
-
Up til now, I've largely just left the initially chosen assortment of NHD+ catchment attributes as-is (see the file: https://github.com/lindsayplatt/salt-modeling-data/blob/main/1_Download/in/nhdplus…
-
**Describe the bug**
Large layer with lots of features leads to `HTTP 403 Forbidden` error.
**To Reproduce**
Perhaps a smidge larger than a reprex, sorry:
```r
library(arcgislayers)
library(…
-
### What happened?
When passing `nhd_info=True` to `nwis.get_info()` function, got error. I was able to replicate this error in new Colab environment. with `pygeohydro-0.16.0` and `pynhd-0.16.2`
`…