Metadata-Version: 2.1
Name: mplStrater
Version: 0.0.4
Summary: plot geologic stratigraphic columns with python
Home-page: https://github.com/giocaizzi/mplStrater
Author: giocaizzi
Author-email: giocaizzi@gmail.com
License: MIT
Project-URL: Documentation, https://giocaizzi.github.io/mplStrater/
Project-URL: Bug Reports, https://github.com/giocaizzi/mplStrater/issues
Project-URL: Source, https://github.com/giocaizzi/mplStrater
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
Provides-Extra: docs
Provides-Extra: dev
Provides-Extra: test
License-File: LICENSE

# mplStrater

![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mplStrater)
![PyPI](https://img.shields.io/pypi/v/mplStrater?color=blue)

![GitHub Release Date](https://img.shields.io/github/release-date/giocaizzi/mplStrater)
![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/giocaizzi/mplStrater/mplStrater/main)
![Codecov](https://img.shields.io/codecov/c/github/giocaizzi/mplStrater)
[![Requirements Status](https://requires.io/github/giocaizzi/mplStrater/requirements.svg?branch=main)](https://requires.io/github/giocaizzi/mplStrater/requirements/?branch=main)
![Licende](https://img.shields.io/github/license/giocaizzi/mplStrater)
![GitHub issues](https://img.shields.io/github/issues/giocaizzi/mplStrater)

This package provides the possibility to plot geologic stratigraphic columns with a structured symbology and labelling system on `matplotlib` figures.

The package allows to use georeferenced rasters as basemap.

![map](https://github.com/giocaizzi/mplStrater/blob/main/docsrc/source/images/map.png?raw=true)

Additionally, the package has the capability to just plot the single stratigraphic columns.

![columns](https://github.com/giocaizzi/mplStrater/blob/main/docsrc/source/images/columns.jpeg?raw=true)

## Documentation

The documentation with examples can be found [here](https://giocaizzi.github.io/mplStrater/).

## Installation with pip

```
pip install
```

## Installation (from source)

Clone code from github and install with `pip`.

```
git clone https://github.com/giocaizzi/mplStrater.git
cd mplStrater
pip install .
```


