Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dalmo1991/superflexPy

SuperflexPy: The flexible language of hydrological modelling
https://github.com/dalmo1991/superflexPy

conceptual-hydrological-models

Last synced: about 1 month ago
JSON representation

SuperflexPy: The flexible language of hydrological modelling

Awesome Lists containing this project

README

        

[![Actions Status](https://github.com/dalmo1991/superflexPy/workflows/unittest%20on%20push/badge.svg)](https://github.com/dalmo1991/superflexPy/actions)
[![DOI](https://zenodo.org/badge/208847505.svg)](https://zenodo.org/badge/latestdoi/208847505)

# SuperflexPy: The flexible language of hydrological modelling

![SuperflexPy logo](https://superflexpy.readthedocs.io/en/latest/_images/logo_transparent_2.png)

SuperflexPy is an open-source framework written in Python for constructing
flexible, conceptual, distributed hydrological models.

Refer to the [documentation](https://superflexpy.readthedocs.io/) to learn to
use the SuperflexPy, [install](https://pypi.org/project/superflexpy/) the
package from here. [Examples](examples/) showing the basic usage of SuperflexPy
are available.

## Development

Please install all packages listed in the [requirements_dev.txt](requirements_dev.txt) file,
the run `pre-commit install` to install the git hooks. This will enable code formatting and linting on every git commit.