Skip to content

Deltares/hydromt_fiat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HydroMT-FIAT: HydroMT plugin for Delft-FIAT

image

Latest developers docs

Stable docs last release

Latest PyPI version

image

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.

Installation

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 .

Documentation

Learn more about the HydroMT-FIAT plugin in its online documentation

Contributing

You can find information about contributing to HydroMT at our Contributing page.