Releases: hyriver/pynhd
Releases · hyriver/pynhd
v0.11.2
v0.11.1
Release Notes
New Features
- Add a function for getting all NHD Fcodes as a dataframe, called
nhd_fcode. - Improve
prepare_nhdplusfunction by removing all coastlines and
better detection of the terminal point in a network.
Internal Changes
- Migrate to using
AsyncRetrieverfor handling communications with web services. - Catch the
ConnectionErrorseparately inNLDIand raise a
ServiceErrorinstead. So user knows that data cannot be returned due to the out of service status of the server notZeroMatched.
v0.11.0
Release Notes
New Features
- Add
nhdplus_vaato access NHDPlus Value Added Attributes for all its flowlines. - To see a list of available layers in NHDPlus HR, you can instantiate
its class without passing any argument like soNHDPlusHR().
Breaking Changes
- Drop support for Python 3.6 since many of the dependencies such as
xarrayandpandashave done so.
Internal Changes
- Use persistent caching for all requests which can help speed up network responses significantly.
- Improve documnetation and testing.
v0.10.1
Release Notes
- Add annoucement regarding the new name for the softwate stack, HyRiver.
- Improve
pipinstallation and release workflow.
Release v0.10.0
Please check HISTORY.rst file for a detailed list
of changes.
Release v0.9.0
Please check HISTORY.rst file for a detailed list
of changes.
Release v0.2.0
Please check HISTORY.rst file for a detailed list
of changes.