Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martibosch/pystream
Python implementation of the STREAM hydrological rainfall-runoff model
https://github.com/martibosch/pystream
Last synced: 4 days ago
JSON representation
Python implementation of the STREAM hydrological rainfall-runoff model
- Host: GitHub
- URL: https://github.com/martibosch/pystream
- Owner: martibosch
- License: gpl-3.0
- Created: 2018-11-21T12:17:10.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-04T09:13:33.000Z (almost 6 years ago)
- Last Synced: 2024-12-29T18:18:48.865Z (10 days ago)
- Language: Python
- Homepage:
- Size: 438 KB
- Stars: 5
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![PyPI version fury.io](https://badge.fury.io/py/pystream.svg)](https://pypi.python.org/pypi/pystream-model/)
[![Build Status](https://travis-ci.org/martibosch/pystream.svg?branch=master)](https://travis-ci.org/martibosch/pystream)
[![Coverage Status](https://coveralls.io/repos/github/martibosch/pystream/badge.svg?branch=master)](https://coveralls.io/github/martibosch/pystream?branch=master)
[![GitHub license](https://img.shields.io/github/license/martibosch/pystream.svg)](https://github.com/martibosch/pystream/blob/master/LICENSE)PySTREAM
===============================Overview
--------Python implementation of the [STREAM hydrological rainfall-runoff model](https://www.sciencedirect.com/science/article/pii/S1464190999000490?via%3Dihub)
![gauge-flow](gauge-flow.png)
See the [pystream-example](https://github.com/martibosch/pystream-example) repository for some example usage. More examples and documentation will be coming shortly.
Installation / Usage
--------------------To install use pip:
$ pip install pystream-model
Or clone the repo:
$ git clone https://github.com/martibosch/pystream.git
$ python setup.py install