Skip to content

v0.4.5

Compare
Choose a tag to compare
@DirkEilander DirkEilander released this 16 Feb 14:29
· 1147 commits to main since this release

Added

  • New skill scores: KGE 2012, KGE non-parametric (2018), KGE non-parametric flood (2018).
  • new rasterio inverse distance weighting method ("rio_idw") in raster.interpolate_na
  • Add option to add placeholders in yml file to explode a single yml entry to multiple yml entries (useful for e.g. climate datasets).
  • general Model.setup_region method

Changed

  • stats.py is now in stats/skills.py in order to include more and different type of new statistics later.
  • improved flw.reproject_hydrography_like and flw.dem_adjust methods
  • file handlers of loggers are replaced in Model.set_root
  • log.setuplog replaces old handlers if these exist to avoid duplicates.
  • setup_basemaps method no longer required for build method
  • improved interbasin regions in workflows.get_basin_geometry
  • drop non-serializable entries from yml file when writing data catalog to avoid it getting corrupt
  • data catalog yml entries get priority over local files or folders with the same name in the data_adapter.get_* methods
    multi-file rasterdatasets are only supported through the data catalog yml file

Fixed

  • fix incorrect nodata values at valid cells from scipy.griddata method in raster.interpolate_na

Deprecated

  • workflows.basemaps methods (hydrography and topography) moved to hydromt_wflow