Code¶
GemPy API¶
|
Experimental: Activate the use of the QgridProjectIntegration: TODO evaluate the use of this functionality |
|
Computes the geological model and any extra output given in the additional data option. |
|
This function creates a new custom grid and deactivate all the other grids and compute the model there: |
|
Create a |
|
Create a Project object. |
|
Initialize some of the main functions such as: |
|
Mapping which surfaces belongs to which geological feature |
|
Mapping which surfaces belongs to which geological feature |
|
|
|
|
|
Method to return the data stored in |
|
Get vertices and simplices of the surface_points for its vtk visualization and further analysis. |
|
|
|
|
|
Get the compiled theano function |
Model¶
|
Container class of all objects that constitute a GemPy model. |
This class handles all the mutation of the data objects of the model involved on the |
Plot¶
|
Plot 2-D sections of geomodel. |
|
foobar |
Data¶
|
Class that encapsulates all type of geological features. So far is Series and |
|
Class that contains the functionality and attributes related to the series. |
|
Class that encapsulate faulting related content. |
|
Class that contains the surfaces of the model and the values of each of them. |
|
The structure_data class analyse the different lengths of subset in the interface and orientations categories_df to pass them to the theano function. |
|
Class that stores and computes the default values for the kriging parameters used during the interpolation. |
|
The class options contains the auxiliary user editable flags mainly independent to the model. |
|
Container class that encapsulate |
|
Class containing metadata of the project. |
|
Class to generate grids. |
Grids¶
|
Class with the methods and properties to manage 3D regular grids where the model will be interpolated. |
|
Object that contains arbitrary XYZ coordinates. |
|
Object to include topography in the model. |
|
Object that creates a grid of cross sections between two points. |
|
Logarithmic spaced grid. |
Geometric Data¶
|
Data child with specific methods to manipulate interface data. |
|
Data child with specific methods to manipulate orientation data. |
Interpolator¶
|
Child class of |