HydroMT is a python package, developed by Deltares, to build and analyze hydro models. It provides a generic model api with attributes to access the model schematization, (dynamic) forcing data, results and states. This plugin provides an implementation for the Delft-FIAT model.
HydroMT-FIAT is available from pypi and will be added to conda-forge (in progress).
To install hydromt_fiat for usage, do:
pip install hydromt_fiat
For developing on HydroMT-FIAT, do:
conda env create -f envs/hydromt-fiat-dev.yml
conda activate hydromt-fiat-dev
pip install -e .
Learn more about the HydroMT-FIAT plugin in its online documentation
You can find information about contributing to HydroMT at our Contributing page.