Skip to content

v0.5.0

Latest
Compare
Choose a tag to compare
@dalmijn dalmijn released this 13 Feb 16:19
· 17 commits to main since this release

Added

  • setup_rivers: Add river depth based on rivdph columns in river_geom_fn rather than only computed from qbankfull column.

Changed

  • Remove default values for data sources in the different setup methods. (PR #227)

Fixed

  • setup_reservoirs: Fix error if optional columns 'Capacity_norm', 'Capacity_min', 'xout', 'yout' are not in reservoir_fn. Allow to pass kwargs to the get_data method.
  • setup_lulcmaps: Fix error when looking for mapping_fn in self.data_catalog
  • setup_config_output_timeseries: bugfix for reducer.
  • update hydromt configuration files from ini to yml format. PR #230
  • remove or update calls to check if source in self.data_catalog Issue #501 <https://github.com/Deltares/hydromt/issues/501>_
  • Included NoDataStrategy from hydromt-core: setup functions for lakes, reservoirs, glaciers, and gauges are skipped when no data is found withing the model region (same behavior as before) PR #229

Deprecated

  • read_staticmaps_pcr in favour of same method in pcrm submodule
  • write_staticmaps_pcr in favour of same method in pcrm submodule

Documentation

  • Extra information for most of the setup methods of WflowModel and WWflowSedimentModel

PR's

Full Changelog: v0.4.1...v0.5.0