Skip to content

v0.16.1

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Apr 03:21
· 100 commits to main since this release

Release Notes

Bug Fixes

  • In nlcd_helper function the roughness value for class 82 was set to 0.16 instead of 0.037.

New Features

  • Converted all methods of NWIS class to classmethod so the class can be used without instantiating it. This change makes the class more flexible and easier to use.
  • In NID class, the stage_nid_inventory method now checks if the remote NID database has been modified since the last download and only downloads the new data if it has been modified. This change makes the method more efficient and reduces the network traffic while ensuring that the local database is always up-to-date.