Skip to main content

Convenient stratigraphic plotting and analysis in Python.

Project description

pystrat

Convenient stratigraphic plotting and analysis in Python.

pystrat seeks to make the plotting and analysis of stratigraphic data reproducible and simple.

Installation

PyPI

To install the latest release from PyPI, simply enter the following at the command prompt:

pip install pystrat

GitHub

To install the latest version of the code directly from GitHub:

  1. Open Terminal.

  2. Change the current working directory to the location where you want the cloned directory to be made.

cd <path/to/directory/>
  1. Copy, paste, and execute the following:
git clone https://github.com/yuempark/pystrat.git
  1. Set the path by opening .bash_profile or .bashrc (usually in your root directory) and adding the following:
export PATH=$PATH:<path/to/directory>/pystrat
export PYTHONPATH=$PYTHONPATH:<path/to/directory>/pystrat
  • If you don't want to mess with your .bash_profile or .bashrc, just make sure that your code is in the same directory as pystrat-tutorial.ipynb.

Usage

A tutorial on how to use the main features of pystrat are included in pystrat-tutorial.ipynb.

Contributing

We can make pystrat better - feel free to raise an issue or make a pull request!

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

pystrat-1.0.0.tar.gz (9.1 kB view hashes)

Uploaded Source

Built Distribution

pystrat-1.0.0-py3-none-any.whl (20.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page