HydroMT: Automated and reproducible model building and analysis#

PyPI Conda-Forge Latest developers docs Stable docs last release Binder License Zenodo joss_paper Coverage SonarQube status

HydroMT (Hydro Model Tools) is an open-source Python package that facilitates the process of building and analysing spatial geoscientific models with a focus on water system models. It does so by automating the workflow to go from raw data to a complete model instance which is ready to run and to analyse model results once the simulation has finished. As such it is an interface between user, data and models.

This documentation describes the core functionality of HydroMT. In practice, HydroMT uses model plugins to interface with specific software like Wflow or SFINCS. Users are encouraged to explore the available model plugins and consult both this documentation and that of the plugin they are using.

_images/hydromt_using.jpg

Useful links

Getting started

User guide

Plugin Developer Guide

What’s new