Closed qideng7 closed 7 months ago
Thanks for reporting the issue.
The issue seems to be related to the handling of a CSV file encoding from StreamCat dataset. I pushed a fix to pynhd
, tested with your example and it works now. The fix will be available in the next release (hopefully, by the end of next week). In the meanwhile, you can install pynhd
from git in your working environment:
pip install --no-deps git+https://github.com/hyriver/pynhd
Perfect! thank you!
What happened?
When passing
nhd_info=True
tonwis.get_info()
function, got error. I was able to replicate this error in new Colab environment. withpygeohydro-0.16.0
andpynhd-0.16.2
What did you expect to happen?
It has been working recently, but got error today.
Minimal Complete Verifiable Example
No response
MVCE confirmation
Relevant log output
Anything else we need to know?
No response
Environment