Python tools for plate tectonic research
Project description
PlateTectonicTools
Python tools for plate tectonic research.
This repository contains the Python package ptt
(short for Plate Tectonic Tools) which provides a collection of common plate tectonic functionality that researchers can use in their workflows. It is primarily built on top of the pyGPlates Python library.
There are also some Jupyter notebooks to demonstrate usage of the ptt package:
- Calculating average seafloor spreading rates of mid-ocean ridges
- Calculating subducting rate of paleo rasters along subduction zones
- Predicting CO2 from age and bottom water temperature.
Note: This repository is only in its initial stages. More functionality and examples will be provided in future.
Documentation
There are some demonstrations of ptt
that may be installed from the package itself by running:
import ptt
ptt.install_documentation(path="PTT-Notebooks")
Installation
Dependencies
The following Python packages are required:
Optional dependencies for running the Notebooks:
Installing using pip
You can install ptt
using the
pip package manager
with either version of Python:
python2 -m pip install PlateTectonicTools
python3 -m pip install PlateTectonicTools
To install the latest version from GitHub, use:
pip3 install --no-cache-dir --upgrade git+https://github.com/EarthByte/PlateTectonicTools
pip install --no-cache-dir --upgrade git+https://github.com/EarthByte/PlateTectonicTools
Installing using Docker
Coming soon...
API Documentation
Coming soon...
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file PlateTectonicTools-0.4.1.tar.gz
.
File metadata
- Download URL: PlateTectonicTools-0.4.1.tar.gz
- Upload date:
- Size: 3.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3935e7846f7c16040a04ca689b10be8378afe6573dc8c4eaae0cf6b75f33c07a |
|
MD5 | 1e2cfd64b20d581c6488d9d3f940c04c |
|
BLAKE2b-256 | b69586f89152ff4e91f97f792106f10a1eb72e1b1c741a282914173c581e4c84 |