You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The prepare_nhdplus now supports NHDPlus HR in addition to NHDPlus MR. It automatically detects the NHDPlus version based on the ID column name: nhdplusid for HR and comid for MR.
Internal Changes
Fully migrate setup.cfg and setup.py to pyproject.toml.
Convert relative imports to absolute with absolufy-imports.
Improve performance of prepare_nhdplus by using pandas.merge instead of applying a function to each row of the dataframe.