river-route
is a Python package for routing catchment volumes through a river network. Routing calculations are vectorized and use numpy and scipy
which keeps the array computation times on par with faster compiled languages.
Please visit https://river-route.hales.app for documentation
# Install from PyPI
pip install river-route
# Install from source
git clone https://github.com/rileyhales/river-route.git
cd river-route
# Install dependencies using conda
conda env create -f environment.yml
conda activate rr
# Install package in editable mode
python -m pip install -e .