Python implementation of the STREAM hydrological rainfall-runoff model
See the pystream-example repository for some example usage. More examples and documentation will be coming shortly.
To install use pip:
$ pip install pystream-model
Or clone the repo:
$ git clone https://github.com/martibosch/pystream.git
$ python setup.py install