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
.