adamchengtkc / gempy

GemPy is an open-source, Python-based 3-D structural geological modeling software, which allows the implicit (i.e. automatic) creation of complex geological models from interface and orientation data. It also offers support for stochastic modeling to address parameter and model uncertainties.

Home Page:https://gempy.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open-source, implicit 3D structural geological modeling in Python.

PyPI PyPI license: LGPL v3 Documentation Status Travis Build Binder DOI DOCKER

⚠️ Warning: GemPy requires pandas version < 1.4.0. The new pandas release is not compatible with GemPy.
We're actively working on this issue for a future release.
Please make sure to use Pandas version 1.3.x when working with GemPy for the time being.

Using theano, GemPy requires numpy version < 1.22.0 as blas_opt_info was deprecated in newer numpy versions.⚠️

Overview

GemPy is a Python-based, open-source geomodeling library. It is capable of constructing complex 3D geological models of folded structures, fault networks and unconformities, based on the underlying powerful implicit representation approach.

Installation

We provide the latest release version of GemPy via PyPi package services. We highly recommend using PyPi,

$ pip install gempy

as it will take care of automatically installing all the required dependencies - except in windows that requires one extra step.

Windows does not have a gcc compilers pre-installed. The easiest way to get a theano compatible compiler is by using the theano conda installation. Therefore the process would be the following:

$ conda install theano

$ pip install gempy

For more information, refer to the installation documentation.

Resources

After installation you can either check the notebook tutorials or the video introduction to get started.

Go to the documentation site for further information and enjoy the tutorials and examples.

For questions and support, please use discussions.

If you find a bug or have a feature request, create an issue.

Follow these guidelines to contribute to GemPy.

References

  • de la Varga, M., Schaaf, A., and Wellmann, F. (2019). GemPy 1.0: open-source stochastic geological modeling and inversion, Geosci. Model Dev., 12, 1-32.
  • Wellmann, F., & Caumon, G. (2018). 3-D Structural geological models: Concepts, methods, and uncertainties. In Advances in Geophysics (Vol. 59, pp. 1-121). Elsevier.
  • Calcagno, P., Chilès, J. P., Courrioux, G., & Guillen, A. (2008). Geological modelling from field data and geological knowledge: Part I. Modelling method coupling 3D potential-field interpolation and geological rules. Physics of the Earth and Planetary Interiors, 171(1-4), 147-157.
  • Lajaunie, C., Courrioux, G., & Manuel, L. (1997). Foliation fields and 3D cartography in geology: principles of a method based on potential interpolation. Mathematical Geology, 29(4), 571-584.

Publications using GemPy

A continuously growing list of gempy-applications (e.g. listing real-world models) can be found here.

Gallery

Geometries

colormapped image plot thumbnail colormapped image plot thumbnail colormapped image plot thumbnail
colormapped image plot thumbnail colormapped image plot thumbnail colormapped image plot thumbnail

Features

colormapped image plot thumbnail colormapped image plot thumbnail colormapped image plot thumbnail
colormapped image plot thumbnail colormapped image plot thumbnail colormapped image plot thumbnail

Case studies

colormapped image plot thumbnail colormapped image plot thumbnail colormapped image plot thumbnail

About

GemPy is an open-source, Python-based 3-D structural geological modeling software, which allows the implicit (i.e. automatic) creation of complex geological models from interface and orientation data. It also offers support for stochastic modeling to address parameter and model uncertainties.

https://gempy.org

License:GNU Lesser General Public License v3.0


Languages

Language:Python 54.8%Language:Jupyter Notebook 44.8%Language:Shell 0.2%Language:Dockerfile 0.1%