A Markov-type numerical model of sediment particle transport in rivers
Project description
Py_SBeLT
Rivers transport sediment particles. Individual particles can exhibit transport behavior that differs significantly when compared to other particles. py_SBeLT provides a simple Python framework to numerically examine how individual particle motions in rivers combine to produce rates of transport that can be measured at one of a number of downstream points. The model can be used for basic research, and the model's relatively straightforward set-up makes it an effective and efficient teaching tool to help students build intuition about river transport of sediment particles.
Installation
Quick Installation
pip install sbelt
Installation from Source
Clone the py_SBeLT
GitHub repository
git clone https://github.com/szwiep/py_SBeLT.git
Then set your working directory to py_SBeLT/
and build the project
cd py_SBeLT/
python setup.py build_ext --inplace
pip install -e .
Getting Started
Users can work through the Jupyter Notebooks provided to gain a better understanding of py_SBeLT's basic usage, potential, and data storage methods. Either launch the binder instance (), clone the repository, or download the notebooks directly to get started.
If notebook's aren't your thing, simply run:
sbelt-run
or
from sbelt import sbelt_runner
sbelt_runner.run()
To get started. For help, reach out with questions to the repository owner szwiep
and reference the documenation in docs/
and paper/
!
Documentation
Documentation, including Jupyter Notebooks, API documentation, default parameters, and model nomeculture, can be found in the repository's docs/
directory. Additional information regarding the theoritical motivation of the model can be found in the paper/paper.md
and THEORY.md
files.
Attribution
TBD
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file sbelt-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: sbelt-1.0.1-py3-none-any.whl
- Upload date:
- Size: 47.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.8.2 requests/2.27.1 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.63.0 CPython/2.7.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7d6e22566adfe4bdec4b17443530caf9ff4831cd924b6ce69d5b805a19ed280a |
|
MD5 | 68a6dc77198f7a4a3bfa866d6f114884 |
|
BLAKE2b-256 | 964205bf7c582cce2d2edfe6f7d776fe86d1c9a0660ada10a7532dbe40ba9273 |