Welcome to HydroBox

Note

Major parts of the toolbox are currently re-written. Most interfaces of any function of version < 0.2 will most likely not work anymore. The aim is to produce a unified interface for hydrobox. Secondly, hydrobox is mainly pushed to reuse other Python packages within this scope, instead of re-implementing functions that are already there.

Installation

PyPI

Install hydrobox from the Python Pachage Index like:

pip install hydrobox

Github

You can install hydrobox from source like:

git clone git@github.com:vforwater/hydrobox
cd hydrobox
pip install -e .