Skip to content

2.4.0

Latest
Compare
Choose a tag to compare
@BSchilperoort BSchilperoort released this 04 Dec 12:17
· 1 commit to main since this release
3caa85e

The eWaterCycle package makes it easier to use hydrological models without having intimate knowledge about how to install and run the models.

Changes in 2.4.0

Added

  • support for Remote BMI, an OpenAPI based alternative for grpc4bmi (#467).
  • .get_shape_area() utility method to the ewatercycle Forcing objects. This returns the area of the shapefile in square meters, useful for converting the results of lumped models (e.g., from mm/day to m3/s) (#464).
  • .plot_shape() utility method to the ewatercycle Forcing objects. This allows plotting the shapefile in a single-line of code, or adds the shapefile to an existing plot (#464).
  • ewatercycle.util.get_package_versions() to aid in reproducibility. The function can be used in, e.g., notebooks to show what ewatercycle + plugins is installed (#466).