Metadata-Version: 2.1
Name: stratilib
Version: 0.0.2
Summary: Librería para ploteo de columnas estratigráficas
Home-page: https://github.com/rubensdmp/stratilib
Author: Rubens Merlino
Author-email: rubensdmp@gmail.com
License: GNU GPLv3
Description: # StratiLib
        
        Working in progres...
        
        Open-source, stratigraphic columns modeling in Python.
        [![license: LGPL v3](https://img.shields.io/badge/license-LGPL%20v3-blue.svg)](https://github.com/rubensdmp/StratiLib/blob/main/LICENCE)
        
        ## Introduction\n
            
        Library for stratigraphy and geophysical studies
        
        With this library we can plot stratigraphic columns and link files with SedLog 3.1
        
        ## Installation
            
        ``` python
        pip install stratilib
        ````
        
        ## Quick start
            
        ``` python
        import stratilib as sl
        df_lithology = sl.read_lito('my_data.xlsx')
        sl.plot_lito(df_lithology, plot_width, top_depth, bottom_depth)
        ```
        In the tutorial notebooks you can find more parameters.
        
        ## Gallery
        
        
        ### Stratigraphic columns
        ![Example 1](Images/Perfíl.png)
Platform: UNKNOWN
Description-Content-Type: text/markdown
