Skip to content

zimfv/river-profiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages