Skip to content

v0.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Jun 08:50
· 915 commits to main since this release

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 so NHDPlusHR().

Breaking Changes

  • Drop support for Python 3.6 since many of the dependencies such as xarray and pandas have done so.

Internal Changes

  • Use persistent caching for all requests which can help speed up network responses significantly.
  • Improve documnetation and testing.