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.