geolime.objects¶
Classes:
|
Metaclass for defining Abstract Base Classes (ABCs). |
|
|
|
|
|
Parent class of every object |
|
|
|
|
|
|
|
|
|
Project Class Parameters that a constant over a “project” such as coordinate systen,unit system or z direction. |
|
MetaClass to ensure only one instance of Project in a script. |
|
Data:
|
Callable type; Callable[[int], str] is a function of (int) -> str. |
|
The central part of internal API. |
Functions:
|
A decorator indicating abstract methods. |
|
Create a 2D grid from mesh parameters. |
|
Create a 3D grid from mesh parameters. |
|
Create a 2D grid from mesh bounds and cell size. |
|
Create a 3D grid from mesh bounds and cell size. |
|
Create a geolime object Drillholes from different csv |
|
Take assay and collar dataframes to compute true location of points in the drillhole |
|
Create polygon object from file 2 types of files are accepted : - Shapefile .shp - GeoJSON .geojson |
|
Export Polygon to GeoJSON |
|
Export Polygon to shapefile |
|
Apply a function of two arguments cumulatively to the items of a sequence, from left to right, so as to reduce the sequence to a single value. |
|
Example of a convention (RGeoStats) |
|
Create a surface object from a csv (table) file |
|
Create a surface object from a pandas dataframe |
|
Create a surface object from a dxf file |
|
Create a surface object from a stl (cad) file |
|
Export a geolime surface object to a stl file |