This package provides tools for modeling and analyzing the evolution of river longitudinal profiles.
The bguriver.slope_patches
module implements the concept of slope patches, as described in the article article by Leigh Royden and J. Taylor Perron.
The bguriver.approximation
module contains numerical schemes for approximating equation (8) from the mentioned article:
This package is developed by Fedor Zimin for Liran Goren's research group at Ben Gurion University of the Negev.
The project repository can be found here.
You can read the project documentation here.
The first you should have python, pip and git installed.
Then run in terminal or CMD:
git clone --depth=1 --branch main https://github.com/zimfv/river-profiles
cd river-profiles
pip install -r requirements.txt
python setup.py bdist_wheel sdist
pip install .