pystream-model

Python STREAM hydrological rainfall-runoff model


License
GPL-3.0
Install
pip install pystream-model==0.1.0

Documentation

PyPI version fury.io Build Status Coverage Status GitHub license

PySTREAM

Overview

Python implementation of the STREAM hydrological rainfall-runoff model

gauge-flow

See the 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