cgre-aachen / gemgis

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

Creating random models #158

Closed AlexanderJuestel closed 2 years ago

AlexanderJuestel commented 3 years ago

In addition to creating random digital elevation models (#157), a class including a workflow could be developed to create relatively simple geological models automatically by defining different parameters such as:

The location of faults, dips and azimuths could be drawn from normal distributions for instance

The output would be the final GemPy model including shape files for GIS applications. What do you think about that @flohorovicic @endarthur?

endarthur commented 3 years ago

We could do that using either noddy or malt, I think. If malt, we could just migrate what I have in python for it to inside GemGIS, so we can do some basic forward modelling in it. Do you think that could work?

RichardScottOZ commented 3 years ago

So I could say make me a model with this x,y,z shape, pick some layers and get something back, done?

AlexanderJuestel commented 2 years ago

Issue will be closed for now