Skip to content

Hydrologic river routing of gridded runoff depths or catchment volumes on vector stream networks

License

Notifications You must be signed in to change notification settings

rileyhales/river-route

Repository files navigation

River Route

Documentation Status PyPI version GitHub repo size License

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 .