Roadmap#
Ambition#
This package aims to make the building process of any hydro model fast, modular and reproducible.
Short-term plans#
Support for lumped, mesh and network models#
Currently, the Model class implementation requires some regular grid data in the staticmaps attribute. We will relax these requirements and implement model classes tailored for grid, lumped, mesh and network models. More info in https://github.com/Deltares/hydromt/issues/86
Dashboard / web interface#
Besides the CLI and Python Interface, we will build a web based interface to HydroMT to make the tool more user friendly.
Integration with other scientific python packages#
For raster data we aim to replace all duplicate functionality from our raster accessor for xarray Dataset objects with rioxarray and contribute with new solutions to that package where those fit the rioxarray scope.
Plugins in development#
New plugins are currently in preparation for:
Delft3D-FM: a flexible mesh hydrodynamic model.
RIBASIM: water allocation model.
iMOD: groundwater model.
If you wish to add new model plugins, please check out the Developer’s guide.