educational activity for teaching how rivers become stratigraphy
Project description
rivers2stratigraphy
Explore how a river becomes stratigraphy
This readme file provides an overview of the installation and setup process, as well as a brief description of the module worksheets available.
This repository is also linked into the SedEdu suite of education modules, and can be accessed there as well.
About the model
Stratigraphic model based on LAB models, i.e., geometric channel body is deposited in "matrix" of floodplain mud. The channel is always fixed to the basin surface and subsidence is only control on vertical stratigraphy. Horizontal stratigraphy is set by 1) lateral migration (drawn from a pdf) and dampened for realism, and 2) avulsion that is set to a fixed value.
Installing and running the module
This module depends on Python 3, tkinter
, and the Python packages numpy
, scipy
, matplotlib
, and shapely
.
Installing Python 3
If you are new to Python, it is recommended that you install Anaconda, which is an open source distribution of Python which includes many basic scientific libraries, some of which are used in the module. Anaconda can be downloaded at https://www.anaconda.com/download/ for Windows, macOS, and Linux. If you do not have storage space on your machine for Anaconda or wish to install a smaller version of Python for another reason, see below on options for Miniconda or vanilla Python.
- Visit the website for Anaconda https://www.anaconda.com/download/ and select the installer for your operating system. Be sure to select the Python 3.x installation.
- Start the installer.
- If prompted, select to "install just for me", unless you know what you are doing.
- When prompted to add Anaconda to the path during installation, select yes if you know you do not have any other Python installed on your computer; otherwise select no.
See below for detailed instructions on installing rivers2stratigraphy
for your operating system.
Installing the module
If you installed Anaconda Python or Miniconda, you can follow the instructions below for your operating system. Otherwise see the instructions for PyPi installation below.
Please open an issue if you encounter any troubles installing or any error messages along the way! Please include 1) operating system, 2) installation method, and 3) copy-paste the error.
Windows users
-
Open your "start menu" and search for the "Anaconda prompt"; start this application.
-
Install with the module type the following command and hit "enter":
conda install -c amoodie rivers2stratigraphy
If asked to proceed, type Y
and press "enter" to continue installation.
- This process may take a few minutes as the necessary source code is downloaded. If the installation succeeds, proceed below to the "Run the module" section.
Note on permissions: you may need to run as administrator on Windows.
Mac OSX and Linux users
Linux users: you will need to also install tkinter
before trying to install the module below package through conda
or pip3
.
On Ubuntu this is done with sudo apt install python3-tk
.
- Install the module by opening a terminal and typing the following command.
conda install -c amoodie rivers2stratigraphy
If asked to proceed, type Y
and press enter to continue installation.
- This process may take a few minutes as the necessary source code is downloaded. If the installation succeeds, proceed below to the "Run the module" section.
Note on permissions: you may need to use sudo
on OSX and Linux.
Advanced user installations
To install with pip
from Pypi use (not recommended for entry-level users):
pip3 install pyqt rivers2stratigraphy
See below instructions for downloading the source code if you wish to be able to modify the source code for development or for exploration.
Run the module
- Open a Python shell by typing
python
(orpython3
) at the terminal (OSX and Linux users) or at the Conda or Command Prompt (Windows users). - Run the module from the Python shell with:
import rivers2stratigraphy
Instructions will indicate to use the following command to then run the module:
rivers2stratigraphy.run()
Alternatively, run the module with provided script (this is the hook used for launching from SedEdu):
python3 <path-to-installation>/run_rivers2stratigraphy.py
Please open an issue if you encounter any additional error messages! Please include 1) operating system, 2) installation method, and 3) copy-paste the error.
Smaller Python installation options
Note that if you do not want to install the complete Anaconda Python distribution you can install Miniconda (a smaller version of Anaconda), or you can install Python alone and use a package manager called pip to do the installation. You can get Python and pip together here.
Development
This module is under ongoing development to improve stability and features and optimize performance. The module also requires occasional maintenance due to dependency updates. If you are interested in contributing to the code-base please see below for instructions.
If you are interested in contributing to the accompanying worksheets/activities (which would be greatly appreciated!) please see Writing Activities for SedEdu
Download the source code
You can download this entire repository as a .zip
by clicking the "Clone or download button on this page", or by clicking here to get a .zip
folder.
Unzip the folder in your preferred location.
If you have installed git
and are comfortable working with it, you can simply clone the repository to your preferred location.
git clone https://github.com/amoodie/rivers2stratigraphy.git
Open a pull request when you want a review or some comments!
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 rivers2stratigraphy-0.2.10-py3-none-any.whl
.
File metadata
- Download URL: rivers2stratigraphy-0.2.10-py3-none-any.whl
- Upload date:
- Size: 18.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 58fb68d78022621bb9eb4038dfe9f7add4594e076cfdeb299bd78c490d04c7dd |
|
MD5 | ca3f02088c76d9b3cf6e4e43f0122eed |
|
BLAKE2b-256 | 1825fb089be0ddc43b3040319985f5926f60d6d56d088fa96182ab4cfd334a1d |