Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dalmo1991/superflexPy
SuperflexPy: The flexible language of hydrological modelling
https://github.com/dalmo1991/superflexPy
conceptual-hydrological-models
Last synced: 3 months ago
JSON representation
SuperflexPy: The flexible language of hydrological modelling
- Host: GitHub
- URL: https://github.com/dalmo1991/superflexPy
- Owner: dalmo1991
- License: lgpl-3.0
- Created: 2019-09-16T16:31:16.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-05T23:16:16.000Z (10 months ago)
- Last Synced: 2024-04-14T05:27:19.833Z (7 months ago)
- Topics: conceptual-hydrological-models
- Language: Python
- Homepage: https://superflexpy.readthedocs.io
- Size: 6.9 MB
- Stars: 42
- Watchers: 3
- Forks: 23
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
- open-sustainable-technology - SuperflexPy - An open-source framework written in Python for constructing flexible, conceptual, distributed hydrological models. (Hydrosphere / Freshwater and Hydrology)
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.