cgre-aachen / gemgis

Spatial data processing for geomodeling
https://gemgis.readthedocs.io/en/latest
GNU Lesser General Public License v3.0
258 stars 41 forks source link

Code Samples and Examples that could be provided for GemPy/GemGIS after the thesis #62

Closed AlexanderJuestel closed 3 years ago

AlexanderJuestel commented 4 years ago

This is a list of examples that I would like to provide to the GemPy project after my thesis:

More examples to come maybe :)

AlexanderJuestel commented 4 years ago

Prepare Kartkunde Examples as GemPy Model

Model 1:

AlexanderJuestel commented 4 years ago

Prepare Kartkunde Examples as GemPy Model

Model 2:

flohorovicic commented 4 years ago

Awesome examples, @AlexanderJuestel ! Curious to hear how you generated dem and point picks - these examples will be really helpful (and would even make a nice intro into gempy, as many geologists will remember these or similar maps from their studies).

AlexanderJuestel commented 4 years ago

@flohorovicic, I made the DEM by creating a line shape file of the contour lines with the Z-value and interpolated the raster with ArcGIS (Spatial Analyst-Interpolation-To Raster).

I also tried different interpolation methods in python with scipy.interpolate.griddata which resulted in good results but sampling from the resultant array is not perfect yet, the sampled methods somehow result in an error when setting up a GemPy model and the array cannot be used as topography (also due to the fact that no extent would be provided by just passing an array) - > GemGIS: topo_from_countours/points

The points were created in QGIS as point shape files (based on geological knowledge) with x, y coordinates extracted from the geometry data of the shape file and z from the DEM - > GemGIS, very helpful for larger datasets

AlexanderJuestel commented 4 years ago

These models are also nice to illustrate probabilities and information entropy again ;)

image

AlexanderJuestel commented 4 years ago

Create 3D plot of Uncertainties and Information Entropy