Skip to content

v0.1.2

Compare
Choose a tag to compare
@hboisgon hboisgon released this 01 Sep 15:35
· 491 commits to main since this release
8c2999d

This release implements the new results attributes for Wflow.

Added
^^^^^

  • Add results attributes for wflow and read_results method (including test+example).
  • Add f_ parameter in soilgrids
  • Support soilgrids version 2020
  • Setup_areamap component to prepare maps of areas of interest to save wflow outputs at.
  • Support wflow_sediment with vito landuse.
  • New utils.py script for low_level wflow methods.

Changed
^^^^^^^

  • wfow_sbm.toml remove netcdf output.
  • wflow_soil map is now based on soil texture calculated directly from soilgrids data
  • test cases change toml and wflow_soil.map
  • wflow_sbm.toml now includes links to staticmaps of glacier parameters and outstate of glacierstore is added.

Fixed
^^^^^

  • Fix f parameter in soilgrids
  • Full reading and writting of wflow filepaths depending on the toml file (including subfolders).
  • The wflow_gauges now contains river outlets only (instead of all outlets).

Documentation
^^^^^^^^^^^^^

  • Added wflow_plot_results example.
  • Fixed staticmaps_to_mapstack example.