Roadmap#
Ambition#
This package aims to make the building process of any hydro model fast, modular and reproducible.
We always have ideas about how the package could be improved in the future and welcome contribution from the (hydro) geoscientific community. If you would like to help with any of these developments or have ideas, consider reading the developer’s guide.
Short-term plans#
Support for vector, mesh and network models#
Before version 0.6.0, the Model class implementation assumed regular grid data in the staticmaps attribute (grid attribute of the Grid model from v0.6.0). These requirements have been relaxed from v0.6.0 by implementing model classes tailored for grid, vector, mesh and network models. Advanced testing and submodel specific attributes and generic workflows to support specific submodel class methods are still missing and are planned to be added in future releases.
Dashboard / web interface#
Besides the CLI and Python Interface, we are building a web based interface to HydroMT to make the tool more user friendly.
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.