Skip to content

v0.11.1

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Jul 05:52
· 860 commits to main since this release

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 in NLDI and raise a
    ServiceError instead. So user knows that data cannot be returned due to the out of service status of the server not ZeroMatched.