Metadata-Version: 2.1
Name: gemgis
Version: 0.1.13
Summary: GemGIS is a Python-based, open-source spatial data processing library.                 It is capable of preprocessing spatial data such as vector data                  raster data, data obtained from online services and many more data formats.                 GemGIS wraps and extends the functionality of packages known to the geo-community                 such as GeoPandas, Rasterio, OWSLib, Shapely, PyVista, Pandas, and NumPy.
Home-page: https://github.com/cgre-aachen/gemgis
Author: Alexander Jüstel, Arthur Endlein Correia, Florian Wellmann, Marius Pischke
Author-email: alexander.juestel@rwth-aachen.de
License: LGPL v3
Description: <p align="center"><img src="https://raw.githubusercontent.com/cgre-aachen/gemgis/master/docs/getting_started/images/Modern1.png" width="600">
        
        > Spatial data and information processing for geomodeling
        
        
        [![PyPI](https://img.shields.io/badge/python-3-blue.svg)](https://www.python.org/downloads/)
        ![PyPI](https://img.shields.io/pypi/v/gemgis)
        ![GitHub](https://img.shields.io/github/license/cgre-aachen/gemgis)
        [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/cgre-aachen/gemgis/master)
        ![Read the Docs](https://img.shields.io/readthedocs/gemgis)
        [![DOI](https://img.shields.io/badge/DOI-https%3A%2F%2Fdoi.org%2F10.5194%2Fegusphere--egu21--4613-blue)](https://doi.org/10.5194/egusphere-egu21-4613)
        
        <p align="center"><img src="https://raw.githubusercontent.com/cgre-aachen/gemgis/master/docs/getting_started/images/task1.png" width="200"><img src="https://raw.githubusercontent.com/cgre-aachen/gemgis/master/docs/getting_started/images/model1.png" width="300"></p>
        
        ## Overview 
        
        We attempt to simplify the access to open-source spatial data processing for geological modeling with the development of **GemGIS, a Python-based open-source library**. 
        
        GemGIS wraps and extends the functionality of packages known to the geo-community such as [GeoPandas](https://geopandas.org/), [rasterio](https://rasterio.readthedocs.io/en/latest/#), [OWSLib](https://geopython.github.io/OWSLib/), [Shapely](https://shapely.readthedocs.io/en/latest/manual.html), [PyGEOS](https://pygeos.readthedocs.io/en/latest/), [PyVista](https://docs.pyvista.org/), [Pandas](https://pandas.pydata.org/), [NumPy](https://numpy.org/) and the geomodeling package [GemPy](https://docs.gempy.org/). 
        
        The aim of GemGIS, as indicated by the name, is to become a bridge between conventional geoinformation systems (GIS) such as ArcGIS and QGIS, and geomodeling tools such as GemPy, allowing simpler and more automated workflows from one environment to the other.
        
        
        <a name="doc"></a>
        ## Resources
        
        [Find the documentation of GemGIS here](https://gemgis.readthedocs.io/en/latest/index.html). It includes introductions to the main used libraries and to topics like "What is vector data?" or "What is raster data?". 
        
        In addition, [tutorial notebooks](https://gemgis.readthedocs.io/en/latest/getting_started/tutorial/index.html) provide an overview of the different features of GemGIS. The notebooks can also be downloaded directly from [here](https://rwth-aachen.sciebo.de/s/AfXRsZywYDbUF34/download?path=%2F&files=tutorials01_53.zip).
        
        
        
        <a name="installation"></a>
        ## Installation
        It is recommended to use GemGIS with **python==3.9** in a separated environment. The main packages and its dependencies can be installed via the conda-forge channel. GemGIS is then available through PyPi. 
        1) `conda install -c conda-forge pygeos`
        2) `conda install -c conda-forge geopandas`
        3) `conda install -c conda-forge rasterio`
        4) `conda install -c conda-forge pyvista`
        5) `pip install gemgis`
        
        Check out the [Installation Page](https://gemgis.readthedocs.io/en/latest/getting_started/installation.html) for more detailed instructions. 
        
        <a name="ref"></a>
        ## References
        
        * Jüstel, A., Endlein Correira, A., Wellmann, F. and Pischke, M.: GemGIS – GemPy Geographic: Open-Source Spatial Data Processing for Geological Modeling. EGU General Assembly 2021, https://doi.org/10.5194/egusphere-egu21-4613, 2021
        * Jüstel, A.: 3D Probabilistic Modeling and Data Analysis of the Aachen-Weisweiler Area: Implications for Deep Geothermal Energy Exploration, unpublished Master Thesis at RWTH Aachen University, 2020
        * de la Varga, M., Schaaf, A., and Wellmann, F.: GemPy 1.0: open-source stochastic geological modeling and inversion, Geosci. Model Dev., 12, 1-32, https://doi.org/10.5194/gmd-12-1-2019, 2019
        * Powell, D.: Interpretation of Geological Structures Through Maps: An Introductory Practical Manual, Longman, pp. 192, 1992
        * Bennison, G.M.: An Introduction to Geological Structures and Maps, Hodder Education Publication, pp. 78, 1990
        
        <a name="gallery"></a>
        ## Gallery
        
        ### Working with Vector Data
        
        <p>
        <table>
        
        <tr>
            <td><b style="font-size:30px">Extracting XY values from Vector Data</b></td>
            <td><b style="font-size:30px">Extracting XYZ values from Vector Data</b></td>
         </tr>
        <tr>
        <tr>
        
        <td>
        <a href="https://gemgis.readthedocs.io/en/latest/getting_started/tutorial/01_extract_xy.html">
        <img alt="extracting vertices from vector data" src="https://raw.githubusercontent.com/cgre-aachen/gemgis/master/docs/getting_started/images/tutorial01_cover.png" width="400"/>
        </a>
        </td>
        
        <td>
        <a href="https://gemgis.readthedocs.io/en/latest/getting_started/tutorial/02_extract_xyz.html">
        <img alt="extracting vertices from vector data" src="https://raw.githubusercontent.com/cgre-aachen/gemgis/master/docs/getting_started/images/tutorial02_cover.png" width="400"/>
        </a>
        </td>
        
        </tr>
        </table>
        </p>
        
        
        
          
        
        <p>
        <table>
        
        <tr>
            <td><b style="font-size:30px">Exploding Geometries/Vector Data</b></td>
            <td><b style="font-size:30px">Clipping/Cropping Vector Data</b></td>
         </tr>
        <tr>
        
        <td>
        
        <a href="https://gemgis.readthedocs.io/en/latest/getting_started/tutorial/03_exploding_geometries.html">
        <img alt="exploding geometries" src="https://raw.githubusercontent.com/cgre-aachen/gemgis/master/docs/getting_started/images/tutorial03_cover.png" width="400" class="center"/>
        </a>
        </td>
        
        <td>
        <a href="https://gemgis.readthedocs.io/en/latest/getting_started/tutorial/04_clipping_data.html">
        <img alt="clipping vector dataa" src="https://raw.githubusercontent.com/cgre-aachen/gemgis/master/docs/getting_started/images/tutorial04_cover.png" width="400" class="center" />
        </a>
        </td>
        </tr>
        </table>
        </p>
        
        <p>
        <table>
        
        <tr>
            <td><b style="font-size:30px">Interpolating Vector Data to Rasters</b></td>
            <td><b style="font-size:30px">Removing Interface Points within Fault Buffers</b></td>
         </tr>
        <tr>
        
        <td>
        <a href="https://gemgis.readthedocs.io/en/latest/getting_started/tutorial/05_interpolating_rasters.html">
        <img alt="interpolating vector data" src="https://raw.githubusercontent.com/cgre-aachen/gemgis/master/docs/getting_started/images/tutorial05_cover.png" width="400" class="center" />
        </a>
        </td>
        
        <td>
        <a href="https://gemgis.readthedocs.io/en/latest/getting_started/tutorial/11_removing_interfaces_within_fault_buffers.html">
        <img alt="interpolating vector data" src="https://raw.githubusercontent.com/cgre-aachen/gemgis/master/docs/getting_started/images/tutorial11_cover.png" width="400" class="center" />
        </a>
        </td>
        
        
        </tr>
        </table>
        </p>
        
        
        
        <p>
        <table>
        
        <tr>
            <td><b style="font-size:30px">Extracting Interface Points and Orientations from Geological Cross Sections</b></td>
            <td><b style="font-size:30px">Extracting Interface Points from Geological Maps</b></td>
         </tr>
        <tr>
        
        <td>
        <a href="https://gemgis.readthedocs.io/en/latest/getting_started/tutorial/13_extracting_interfaces_orientations_from_cross_sections.html">
        <img alt="extracting points from cross sections" src="https://raw.githubusercontent.com/cgre-aachen/gemgis/master/docs/getting_started/images/tutorial13_cover.png" width="400" class="center" />
        </a>
        </td>
        
        <td>
        <a href="https://gemgis.readthedocs.io/en/latest/getting_started/tutorial/16_extracting_interfaces_from_geological_maps.html">
        <img alt="extracting interface points from geological map" src="https://raw.githubusercontent.com/cgre-aachen/gemgis/master/docs/getting_started/images/tutorial16_cover.png" width="400" class="center" />
        </a>
        </td>
        
        
        </tr>
        </table>
        </p>
        
        
        <p>
        <table>
        
        <tr>
            <td><b style="font-size:30px">Creating Orientations from Isolines on maps</b></td>
            <td><b style="font-size:30px">Calculating Orientations from Strike Lines</b></td>
         </tr>
        <tr>
        
        <td>
        <a href="https://gemgis.readthedocs.io/en/latest/getting_started/tutorial/25_creating_orientations_from_isolines_on_maps.html">
        <img alt="creating orientations from isolines on maps" src="https://raw.githubusercontent.com/cgre-aachen/gemgis/master/docs/getting_started/images/tutorial25_cover.png" width="400" class="center" />
        </a>
        </td>
        
        <td>
        <a href="https://gemgis.readthedocs.io/en/latest/getting_started/tutorial/29_calculating_orientations_from_strike_lines.html">
        <img alt="calculating orientations from strike lines" src="https://raw.githubusercontent.com/cgre-aachen/gemgis/master/docs/getting_started/images/tutorial29_cover.png" width="400" class="center" />
        </a>
        </td>
        
        
        </tr>
        </table>
        </p>
        
        <p>
        <table>
        
        <tr>
            <td><b style="font-size:30px">Delaunay triangulation for isoline maps</b></td>
            <td><b style="font-size:30px">Delaunay triangulation of Shapely MultiPoints</b></td>
         </tr>
        <tr>
        
        <td>
        <a href="https://gemgis.readthedocs.io/en/latest/getting_started/tutorial/37_delaunay_triangulation_for_isoline_maps.html">
        <img alt="delaunay triangulation maps" src="https://raw.githubusercontent.com/cgre-aachen/gemgis/master/docs/getting_started/images/tutorial37_cover.png" width="400" class="center" />
        </a>
        </td>
        
        <td>
        <a href="https://gemgis.readthedocs.io/en/latest/getting_started/tutorial/47_delaunay_triangulation_of_shapely_multipoints.html">
        <img alt="delaunay triangulation multipoints" src="https://raw.githubusercontent.com/cgre-aachen/gemgis/master/docs/getting_started/images/tutorial47_cover.png" width="400" class="center" />
        </a>
        </td>
        
        
        </tr>
        </table>
        </p>
        
        
        ### Working with Raster Data
        
        <p>
        <table>
        
        <tr>
            <td><b style="font-size:30px">Sampling from Rasters</b></td>
            <td><b style="font-size:30px">Sampling Interfaces and Orientations from Rasters</b></td>
         </tr>
        <tr>
        
        <td>
        <a href="https://gemgis.readthedocs.io/en/latest/getting_started/tutorial/06_sampling_from_rasters.html">
        <img alt="sampling from rasters" src="https://raw.githubusercontent.com/cgre-aachen/gemgis/master/docs/getting_started/images/tutorial06_cover.png" width="400" class="center" />
        </a>
        </td>
        
        <td>
        <a href="https://gemgis.readthedocs.io/en/latest/getting_started/tutorial/08_sampling_interfaces_orientations_from_rasters.html">
        <img alt="sampling interface points and orientations from rasters" src="https://raw.githubusercontent.com/cgre-aachen/gemgis/master/docs/getting_started/images/tutorial08_cover.png" width="400" class="center" />
        </a>
        </td>
        
        
        </tr>
        </table>
        </p>
        
        
        <p>
        <table>
        
        <tr>
            <td><b style="font-size:30px">Calculating Raster Properties</b></td>
            <td><b style="font-size:30px">Additional Raster Operations in GemGIS</b></td>
         </tr>
        <tr>
        
        <td>
        <a href="https://gemgis.readthedocs.io/en/latest/getting_started/tutorial/07_calculating_raster_properties.html">
        <img alt="calculating raster properties" src="https://raw.githubusercontent.com/cgre-aachen/gemgis/master/docs/getting_started/images/tutorial07_cover.png" width="400" class="center" />
        </a>
        </td>
        
        <td>
        <a href="https://gemgis.readthedocs.io/en/latest/getting_started/tutorial/09_raster_operations_gemgis.html">
        <img alt="raster operations in gemgis" src="https://raw.githubusercontent.com/cgre-aachen/gemgis/master/docs/getting_started/images/tutorial09_cover.png" width="400" class="center" />
        </a>
        </td>
        
        
        </tr>
        </table>
        </p>
        
        
        ### Working with PolyData and Grids/Meshes in PyVista
        
        <p>
        <table>
        
        <tr>
            <td><b style="font-size:30px">Visualizing Spatial Data with PyVista</b></td>
            <td><b style="font-size:30px">Visualizing Topography and Maps with PyVista</b></td>
         </tr>
        <tr>
        
        <td>
        <a href="https://gemgis.readthedocs.io/en/latest/getting_started/tutorial/10_visualizing_data_with_pyvista.html">
        <img alt="visualizing spatial data" src="https://raw.githubusercontent.com/cgre-aachen/gemgis/master/docs/getting_started/images/tutorial10_cover.png" width="400" class="center" />
        </a>
        </td>
        
        <td>
        <a href="https://gemgis.readthedocs.io/en/latest/getting_started/tutorial/14_visualizing_topography_and_maps_with_pyvista.html">
        <img alt="visualizing topography and maps" src="https://raw.githubusercontent.com/cgre-aachen/gemgis/master/docs/getting_started/images/tutorial14_cover.png" width="400" class="center" />
        </a>
        </td>
        
        
        </tr>
        </table>
        </p>
        
        
        <p>
        <table>
        
        <tr>
            <td><b style="font-size:30px">Visualizing Geological Cross Sections with PyVista</b></td>
            <td><b style="font-size:30px">Creating Depth Maps from GemPy Models</b></td>
         </tr>
        <tr>
        
        <td>
        <a href="https://gemgis.readthedocs.io/en/latest/getting_started/tutorial/12_visualizing_cross_sections_in_pyvista.html">
        <img alt="visualizing cross sections" src="https://raw.githubusercontent.com/cgre-aachen/gemgis/master/docs/getting_started/images/tutorial12_cover.png" width="400" class="center" />
        </a>
        </td>
        
        <td>
        <a href="https://gemgis.readthedocs.io/en/latest/getting_started/tutorial/18_creating_depth_maps_from_gempy_models.html">
        <img alt="creating depth maps from gempy" src="https://raw.githubusercontent.com/cgre-aachen/gemgis/master/docs/getting_started/images/tutorial18_cover.png" width="400" class="center" />
        </a>
        </td>
        
        
        </tr>
        </table>
        </p>
        
        
        <p>
        <table>
        
        <tr>
            <td><b style="font-size:30px">Creating Temperature Maps from GemPy Models</b></td>
            <td><b style="font-size:30px">Calculating Thickness Maps from GemPy Models</b></td>
         </tr>
        <tr>
        
        <td>
        <a href="https://gemgis.readthedocs.io/en/latest/getting_started/tutorial/22_creating_temperature_maps_from_gempy_models.html">
        <img alt="creating temperature maps" src="https://raw.githubusercontent.com/cgre-aachen/gemgis/master/docs/getting_started/images/tutorial22_cover.png" width="400" class="center" />
        </a>
        </td>
        
        <td>
        <a href="https://gemgis.readthedocs.io/en/latest/getting_started/tutorial/23_calculating_thickness_maps.html">
        <img alt="creating thickness maps" src="https://raw.githubusercontent.com/cgre-aachen/gemgis/master/docs/getting_started/images/tutorial23_cover.png" width="400" class="center" />
        </a>
        </td>
        
        
        </tr>
        </table>
        </p>
        
        <p>
        <table>
        
        <tr>
            <td><b style="font-size:30px">Visualizing Borehole Data</b></td>
            <td><b style="font-size:30px">Draping Vector Data over Elevation Model</b></td>
         </tr>
        <tr>
        
        <td>
        <a href="https://gemgis.readthedocs.io/en/latest/getting_started/tutorial/35_plotting_borehole_data_with_pyvista.html">
        <img alt="visualizing borehole data" src="https://raw.githubusercontent.com/cgre-aachen/gemgis/master/docs/getting_started/images/tutorial35_cover.png" width="400" class="center" />
        </a>
        </td>
        
        <td>
        <a href="https://gemgis.readthedocs.io/en/latest/getting_started/tutorial/42_draping_linestrings_over_dem_in_pyvista.html">
        <img alt="draping vector data over elevation model" src="https://raw.githubusercontent.com/cgre-aachen/gemgis/master/docs/getting_started/images/tutorial42_cover.png" width="400" class="center" />
        </a>
        </td>
        
        
        </tr>
        </table>
        </p>
        
        
        ### Working with Online Services
        
        <p>
        <table>
        
        <tr>
            <td><b style="font-size:30px">Working with Web Map Services - WMS</b></td>
            <td><b style="font-size:30px">Working with Web Feature Services - WFS</b></td>
         </tr>
        <tr>
        
        <td>
        <a href="https://gemgis.readthedocs.io/en/latest/getting_started/tutorial/19_working_with_web_map_services.html">
        <img alt="web map services" src="https://raw.githubusercontent.com/cgre-aachen/gemgis/master/docs/getting_started/images/tutorial19_cover.png" width="400" class="center" />
        </a>
        </td>
        
        <td>
        <a href="https://gemgis.readthedocs.io/en/latest/getting_started/tutorial/20_working_with_web_feature_services.html">
        <img alt="web feature services" src="https://raw.githubusercontent.com/cgre-aachen/gemgis/master/docs/getting_started/images/tutorial20_cover.png" width="400" class="center" />
        </a>
        </td>
        
        
        </tr>
        </table>
        </p>
        
        
        <p>
        <table>
        
        <tr>
            <td><b style="font-size:30px">Working with Web Feature Services - WFS</b></td>
         </tr>
        <tr>
        
        <td>
        <a href="https://gemgis.readthedocs.io/en/latest/getting_started/tutorial/21_working_with_web_coverage_services.html">
        <img alt="web coverage services" src="https://raw.githubusercontent.com/cgre-aachen/gemgis/master/docs/getting_started/images/tutorial21_cover.png" width="400" class="center" />
        </a>
        </td>
        
        
        </tr>
        </table>
        </p>
        
        
        ### Parsing data formats
        
        <p>
        <table>
        
        <tr>
            <td><b style="font-size:30px">Opening Leapfrog Meshes and GoCad TSurfaces</b></td>
            <td><b style="font-size:30px">Opening OBJ and DXF Files with PyVista in GemGIS</b></td>
         </tr>
        <tr>
        
        <td>
        <a href="https://gemgis.readthedocs.io/en/latest/getting_started/tutorial/15_opening_leapfrog_meshes_and_gocad_tsurfaces.html">
        <img alt="parsing leapfrog and gocad files" src="https://raw.githubusercontent.com/cgre-aachen/gemgis/master/docs/getting_started/images/tutorial15_cover.png" width="400" class="center" />
        </a>
        </td>
        
        <td>
        <a href="https://gemgis.readthedocs.io/en/latest/getting_started/tutorial/27_opening_obj_and_dxf_files.html">
        <img alt="parsing obj and dxf files" src="https://raw.githubusercontent.com/cgre-aachen/gemgis/master/docs/getting_started/images/tutorial27_cover.png" width="400" class="center" />
        </a>
        </td>
        
        
        </tr>
        </table>
        </p>
        
        
        
        
        <p>
        <table>
        
        <tr>
            <td><b style="font-size:30px">Opening GeoDataBases for GemGIS</b></td>
            <td><b style="font-size:30px">Parsing Leapfrog Wells</b></td>
         </tr>
        <tr>
        
        <td>
        <a href="https://gemgis.readthedocs.io/en/latest/getting_started/tutorial/30_opening_geodatabases_for_gemgis.html">
        <img alt="opening geodatabases" src="https://raw.githubusercontent.com/cgre-aachen/gemgis/master/docs/getting_started/images/tutorial30_cover.png" width="400" class="center" />
        </a>
        </td>
        
        <td>
        <a href="https://gemgis.readthedocs.io/en/latest/getting_started/tutorial/50_parsing_leapfrog_wells.html">
        <img alt="opening geodatabases" src="https://raw.githubusercontent.com/cgre-aachen/gemgis/master/docs/getting_started/images/tutorial50_cover.png" width="400" class="center" />
        </a>
        </td>
        
        
        </tr>
        </table>
        </p>
        
        <p>
        <table>
        
        <tr>
            <td><b style="font-size:30px">Working with GPX Data</b></td>
            <td><b style="font-size:30px">Working with KML Data</b></td>
         </tr>
        <tr>
        
        <td>
        <a href="https://gemgis.readthedocs.io/en/latest/getting_started/tutorial/40_working_with_gpx_data_in_gemgis.html">
        <img alt="working with gpx data" src="https://raw.githubusercontent.com/cgre-aachen/gemgis/master/docs/getting_started/images/tutorial40_cover.png" width="400" class="center" />
        </a>
        </td>
        
        <td>
        <a href="https://gemgis.readthedocs.io/en/latest/getting_started/tutorial/41_working_with_kml_data.html">
        <img alt="working with kml data" src="https://raw.githubusercontent.com/cgre-aachen/gemgis/master/docs/getting_started/images/tutorial41_cover.png" width="400" class="center" />
        </a>
        </td>
        
        
        </tr>
        </table>
        </p>
        
        <p>
        <table>
        
        <tr>
            <td><b style="font-size:30px">Opening ESRI ASC Grids and ZMAP Grids</b></td>
            <td><b style="font-size:30px">Working with HGT Files</b></td>
         </tr>
        <tr>
        
        <td>
        <a href="https://gemgis.readthedocs.io/en/latest/getting_started/tutorial/45_opening_asc_and_zmap_grids.html">
        <img alt="opening asc and zmap files" src="https://raw.githubusercontent.com/cgre-aachen/gemgis/master/docs/getting_started/images/tutorial45_cover.png" width="400" class="center" />
        </a>
        </td>
        
        <td>
        <a href="https://gemgis.readthedocs.io/en/latest/getting_started/tutorial/46_working_with_hgt_files_in_gemgis.html">
        <img alt="opening hgt files" src="https://raw.githubusercontent.com/cgre-aachen/gemgis/master/docs/getting_started/images/tutorial46_cover.png" width="400" class="center" />
        </a>
        </td>
        
        
        </tr>
        </table>
        </p>
        
        
        ### Additional Functionality
        
        <p>
        <table>
        
        <tr>
            <td><b style="font-size:30px">Plotting Orientations with mplstereonet</b></td>
            <td><b style="font-size:30px">Plotting Hypocenters of Earthquakes with PyVista</b></td>
         </tr>
        <tr>
        
        <td>
        <a href="https://gemgis.readthedocs.io/en/latest/getting_started/tutorial/17_plotting_orientations_with_mplstereonet.html">
        <img alt="plotting orientations" src="https://raw.githubusercontent.com/cgre-aachen/gemgis/master/docs/getting_started/images/tutorial17_cover.png" width="400" class="center" />
        </a>
        </td>
        
        <td>
        <a href="https://gemgis.readthedocs.io/en/latest/getting_started/tutorial/24_plotting_hypocenters_of_earthquakes.html">
        <img alt="plotting earthquake hypocenters" src="https://raw.githubusercontent.com/cgre-aachen/gemgis/master/docs/getting_started/images/tutorial24_cover.png" width="400" class="center" />
        </a>
        </td>
        
        
        </tr>
        </table>
        </p>
        
        
        <p>
        <table>
        
        <tr>
            <td><b style="font-size:30px">Working with Well Data from the Geological Survey NRW</b></td>
            <td><b style="font-size:30px">Parsing QGIS Style File to GemGIS</b></td>
         </tr>
        <tr>
        
        <td>
        <a href="https://gemgis.readthedocs.io/en/latest/getting_started/tutorial/26_working_with_well_data_from_GD_NRW.html">
        <img alt="working with nrw well data" src="https://raw.githubusercontent.com/cgre-aachen/gemgis/master/docs/getting_started/images/tutorial26_cover.png" width="400" class="center" />
        </a>
        </td>
        
        <td>
        <a href="https://gemgis.readthedocs.io/en/latest/getting_started/tutorial/28_parsing_QGIS_style_files.html">
        <img alt="parsing qgis style files" src="https://raw.githubusercontent.com/cgre-aachen/gemgis/master/docs/getting_started/images/tutorial28_cover.png" width="400" class="center" />
        </a>
        </td>
        
        
        </tr>
        </table>
        </p>
        
        
        
        <p>
        <table>
        
        <tr>
            <td><b style="font-size:30px">Obtaining City Locations</b></td>
            <td><b style="font-size:30px">Creating proj.crs.crs.CRS Objects for GemGIS</b></td>
         </tr>
        <tr>
        
        <td>
        <a href="https://gemgis.readthedocs.io/en/latest/getting_started/tutorial/31_obtaining_location_information.html">
        <img alt="obtaining city locations" src="https://raw.githubusercontent.com/cgre-aachen/gemgis/master/docs/getting_started/images/tutorial31_cover.png" width="400" class="center" />
        </a>
        </td>
        
        <td>
        <a href="https://gemgis.readthedocs.io/en/latest/getting_started/tutorial/36_creating_proj_crs_objects_for_gemgis.html">
        <img alt="creating pyproj crs object" src="https://raw.githubusercontent.com/cgre-aachen/gemgis/master/docs/getting_started/images/tutorial36_cover.png" width="400" class="center" />
        </a>
        </td>
        
        
        </tr>
        </table>
        </p>
        
        <p>
        <table>
        
        <tr>
            <td><b style="font-size:30px">Fitting plane through earthquake hypocenters</b></td>
            <td><b style="font-size:30px">Georeferencing Rasters using Rasterio</b></td>
         </tr>
        <tr>
        
        <td>
        <a href="https://gemgis.readthedocs.io/en/latest/getting_started/tutorial/44_fitting_plane_through_earthquake_hypocenters.html">
        <img alt="fitting plane through earthquake hypocenters" src="https://raw.githubusercontent.com/cgre-aachen/gemgis/master/docs/getting_started/images/tutorial44_cover.png" width="400" class="center" />
        </a>
        </td>
        
        <td>
        <a href="https://gemgis.readthedocs.io/en/latest/getting_started/tutorial/48_georeferencing_rasters_using_rasterio.html">
        <img alt="georeferencing rasters" src="https://raw.githubusercontent.com/cgre-aachen/gemgis/master/docs/getting_started/images/tutorial48_cover.png" width="400" class="center" />
        </a>
        </td>
        
        
        </tr>
        </table>
        </p>
        
        <p>
        <table>
        
        <tr>
            <td><b style="font-size:30px">Slicing GemPy Lith Blocks</b></td>
            <td><b style="font-size:30px">Assigning physical properties to lith block</b></td>
         </tr>
        <tr>
        
        <td>
        <a href="https://gemgis.readthedocs.io/en/latest/getting_started/tutorial/49_slicing_gempy_lith_blocks_in_pyvista_with_gemgis.html#">
        <img alt="slicing gempy lith blocks" src="https://raw.githubusercontent.com/cgre-aachen/gemgis/master/docs/getting_started/images/tutorial49_cover.png" width="400" class="center" />
        </a>
        </td>
        
        <td>
        <a href="https://gemgis.readthedocs.io/en/latest/getting_started/tutorial/51_assigning_physical_properties_to_lith_block.html#">
        <img alt="assigning physical properties to lith block" src="https://raw.githubusercontent.com/cgre-aachen/gemgis/master/docs/getting_started/images/tutorial51_cover.png" width="400" class="center" />
        </a>
        </td>
        
        
        </tr>
        </table>
        </p>
        
        <p>
        <table>
        
        <tr>
            <td><b style="font-size:30px">Creating LineStrings from PyVista Contour Lines</b></td>
         </tr>
        <tr>
        
        <td>
        <a href="https://gemgis.readthedocs.io/en/latest/getting_started/tutorial/43_create_linestrings_from_pyvista_contours.html#">
        <img alt="creating linestrings from contour lines" src="https://raw.githubusercontent.com/cgre-aachen/gemgis/master/docs/getting_started/images/tutorial43_cover.png" width="400" class="center" />
        </a>
        </td>
        
        
        
        </tr>
        </table>
        </p>
        
        
        ## Examples
        
        <p>
        <table>
        
        <tr>
            <td><b style="font-size:30px">Example 1 - Planar Dipping Layers</b></td>
            <td><b style="font-size:30px">Example 2 - Planar Dipping Layers</b></td>
         </tr>
        <tr>
        <tr>
        
        <td>
        <a href="https://gemgis.readthedocs.io/en/latest/getting_started/examples/example01.html">
        <img alt="Example 1" src="https://raw.githubusercontent.com/cgre-aachen/gemgis/master/docs/getting_started/images/cover.png" width="400"/>
        </a>
        </td>
        
        <td>
        <a href="https://gemgis.readthedocs.io/en/latest/getting_started/examples/example02.html">
        <img alt="Example 2" src="https://raw.githubusercontent.com/cgre-aachen/gemgis/master/docs/getting_started/images/cover_example02.png" width="400"/>
        </a>
        </td>
        
        </tr>
        </table>
        </p>
        
        <p>
        <table>
        
        <tr>
            <td><b style="font-size:30px">Example 3 - Planar Dipping Layers</b></td>
            <td><b style="font-size:30px">Example 4 - Unconformably Dipping Layers</b></td>
         </tr>
        <tr>
        <tr>
        
        <td>
        <a href="https://gemgis.readthedocs.io/en/latest/getting_started/examples/example03.html">
        <img alt="Example 3" src="https://raw.githubusercontent.com/cgre-aachen/gemgis/master/docs/getting_started/images/cover_example03.png" width="400"/>
        </a>
        </td>
        
        <td>
        <a href="https://gemgis.readthedocs.io/en/latest/getting_started/examples/example04.html">
        <img alt="Example 4" src="https://raw.githubusercontent.com/cgre-aachen/gemgis/master/docs/getting_started/images/cover_example04.png" width="400"/>
        </a>
        </td>
        
        </tr>
        </table>
        </p>
        
        <p>
        <table>
        
        <tr>
            <td><b style="font-size:30px">Example 5 - Folded Layers</b></td>
            <td><b style="font-size:30px">Example 6 - Unconformably Folded Layers</b></td>
         </tr>
        <tr>
        <tr>
        
        <td>
        <a href="https://gemgis.readthedocs.io/en/latest/getting_started/examples/example05.html">
        <img alt="Example 5" src="https://raw.githubusercontent.com/cgre-aachen/gemgis/master/docs/getting_started/images/cover_example05.png" width="400"/>
        </a>
        </td>
        
        <td>
        <a href="https://gemgis.readthedocs.io/en/latest/getting_started/examples/example06.html">
        <img alt="Example 6" src="https://raw.githubusercontent.com/cgre-aachen/gemgis/master/docs/getting_started/images/cover_example06.png" width="400"/>
        </a>
        </td>
        
        </tr>
        </table>
        </p>
        
        
        <p>
        <table>
        
        <tr>
            <td><b style="font-size:30px">Example 7 - Folded Layers</b></td>
            <td><b style="font-size:30px">Example 8 - Faulted Dipping Layers</b></td>
         </tr>
        <tr>
        <tr>
        
        <td>
        <a href="https://gemgis.readthedocs.io/en/latest/getting_started/examples/example07.html">
        <img alt="Example 7" src="https://raw.githubusercontent.com/cgre-aachen/gemgis/master/docs/getting_started/images/cover_example07.png" width="400"/>
        </a>
        </td>
        
        <td>
        <a href="https://gemgis.readthedocs.io/en/latest/getting_started/examples/example08.html">
        <img alt="Example 8" src="https://raw.githubusercontent.com/cgre-aachen/gemgis/master/docs/getting_started/images/cover_example08.png" width="400"/>
        </a>
        </td>
        
        </tr>
        </table>
        </p>
        
        <p>
        <table>
        
        <tr>
            <td><b style="font-size:30px">Example 9 - Faulted Dipping Layers</b></td>
            <td><b style="font-size:30px">Example 10 - Faulted Folded Layers</b></td>
         </tr>
        <tr>
        <tr>
        
        <td>
        <a href="https://gemgis.readthedocs.io/en/latest/getting_started/examples/example09.html">
        <img alt="Example 9" src="https://raw.githubusercontent.com/cgre-aachen/gemgis/master/docs/getting_started/images/cover_example09.png" width="400"/>
        </a>
        </td>
        
        <td>
        <a href="https://gemgis.readthedocs.io/en/latest/getting_started/examples/example10.html">
        <img alt="Example 10" src="https://raw.githubusercontent.com/cgre-aachen/gemgis/master/docs/getting_started/images/cover_example10.png" width="400"/>
        </a>
        </td>
        
        </tr>
        </table>
        </p>
        
        
Keywords: geology,geographic,structural geology,GIS,spatial data
Platform: UNKNOWN
Description-Content-Type: text/markdown
