Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.23 KB

README.md

File metadata and controls

29 lines (18 loc) · 1.23 KB

BGU-River: Tools for Describing River Profile Evolution

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:

Image

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.

Installation

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 .