https://github.com/giocaizzi/mplstrater
Plot stratigraphic columns with python.
https://github.com/giocaizzi/mplstrater
environmental-monitoring geology geopandas gis matplotlib plotting python rasterio spatial-analysis spatial-data stratigraphy visualization
Last synced: 2 months ago
JSON representation
Plot stratigraphic columns with python.
- Host: GitHub
- URL: https://github.com/giocaizzi/mplstrater
- Owner: giocaizzi
- License: mit
- Created: 2021-12-23T13:32:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-04T23:44:04.000Z (almost 2 years ago)
- Last Synced: 2025-03-24T11:07:57.507Z (3 months ago)
- Topics: environmental-monitoring, geology, geopandas, gis, matplotlib, plotting, python, rasterio, spatial-analysis, spatial-data, stratigraphy, visualization
- Language: Jupyter Notebook
- Homepage: https://giocaizzi.github.io/mplStrater/
- Size: 79.9 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mplStrater




[](https://requires.io/github/giocaizzi/mplStrater/requirements/?branch=main)

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.

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

## 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 .
```