Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.13 KB

README.md

File metadata and controls

29 lines (18 loc) · 1.13 KB

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