
GeoLime¶
GeoLime is Deeplime Python Library made for scientific calculations on geological objects. Objects offer a standardization of labels and easy-to-use methods.
Install¶
It is recommended to install geolime
in a virtual environment. Then,
using the provided whl fle:
pip install /path/to/geolime-<x.y.z>-<python>-<python>-<platform>.whl
To ensure the library is properly installed, Run in a Python console:
import geolime
geolime.__version__
# => this should print the installed geolime version
Quick Start¶
#Import GeoLime in a python session
import geolime as glm
#Creation of a 3D Grid from origin, extent and cell size
grid = glm.grid_3d_from_bounds(origin=[0,0,0],
extent=[5,5,5],
cell_size=[1,1,1],
angle=[0, 0, 0])
#Export to Bloc-Model
block_model = grid.to_block_model()
Available objects¶
Drillholes
Surface
Grid (for geostatistics)
BlockModel (for geometrical computations and 3D display)
Featured functions¶
Import and export to csv for Drillholes
Import from DXF, STL, CSV for Surface
Surface, Drillhole and Block Model miscellaneous operations and helpers
Geostatistics Toolbox¶
Kriging (Simple and Ordinary)
Ponctual and Block Kriging
Uniform Conditionning
Conditional Expectation
Anamorphosis and Hermite polynoms
Common Covariance models
Variography (experimental variography, autofitting, …)
Spatial auto-correlation