Releases: hyriver/pynhd
Releases · hyriver/pynhd
v0.11.1
Release Notes
New Features
- Add a function for getting all NHD Fcodes as a dataframe, called
nhd_fcode
. - Improve
prepare_nhdplus
function by removing all coastlines and
better detection of the terminal point in a network.
Internal Changes
- Migrate to using
AsyncRetriever
for handling communications with web services. - Catch the
ConnectionError
separately inNLDI
and raise a
ServiceError
instead. 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_vaa
to 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
xarray
andpandas
have 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
pip
installation 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.