hydromt_fiat

hydroMT plugin for fiat models.


Licenses
GPL-3.0/GPL-3.0+
Install
pip install hydromt_fiat==0.2.0

Documentation

hydroMT-fiat: FIAT plugin for hydroMT

Latest developers docs Stable docs last release Latest PyPI version

hydroMT is a python package, developed by Deltares, to build and analysis 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 FIAT model.

Installation

hydroMT-fiat will soon be availble from pypi and conda-forge (in progress).

To install hydromt_fiat using pip do:

pip install hydromt_fiat

We recommend installing a hydromt-fiat environment including the hydromt_fiat package based on the environment.yml file. This environment will install all package dependencies including the core of hydroMT.

conda env create -f binder/environment.yml
conda activate hydromt-fiat
pip install hydromt_fiat

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.

License

Copyright (c) 2021, Deltares

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.