mplStrater

plot geologic stratigraphic columns with python


Keywords
environmental-monitoring, geology, geopandas, gis, matplotlib, plotting, python, rasterio, spatial-analysis, spatial-data, stratigraphy, visualization
License
MIT
Install
pip install mplStrater==0.0.5

Documentation

mplStrater

PyPI - Python Version PyPI

GitHub Release Date GitHub Workflow Status (branch) Codecov Requirements Status License GitHub issues

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

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

columns

Documentation

The documentation with examples can be found here.

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 .