Python tooling

The Ribasim Python package (named ribasim) aims to make it easy to build, update and analyze Ribasim models programmatically.

The Ribasim QGIS plugin allows users to construct a model from scratch without programming. For specific tasks, like adding observed rainfall timeseries, it can be faster to use Python instead.

One can also use Ribasim Python to build entire models from base data, such that your model setup is fully reproducible.

The package is registered in PyPI and can therefore be installed with pip:

pip install ribasim

For wheel (.whl) downloads, including nightly builds, see the download section. After downloading wheels can be installed by referring to the correct path:

pip install path/to/ribasim-*.whl

For documentation please see the examples and API reference.