geolime.operations¶
Classes:
|
|
|
|
|
|
|
Performs cartographic transformations. |
|
An enumeration. |
|
An enumeration. |
|
Data:
|
The central part of internal API. |
Functions:
|
Anisotropic distance between two points according to the anisotropy matrix a. |
|
Compute bouding concave polygon of a set of points. |
|
Compute bouding concave polygon of a subset of points. |
|
Compute declustered weights by Cell Declustering algorithm from C. |
|
Write in a dataframe for each block if above or under a surface |
|
Compositing regularizes data spacing along a drillhole from top to bottom. |
|
Compositing function for a single drillhole. |
|
Take x,y,z column of dataframe and convert x/y to latitude/longitude in two new columns proj_in by default is Lambert 93 out_proj (espg:4326) corresponds to lat/lon official reference |
|
Creates a matplotlib contour from a bm and a property. |
|
Converts a DataFrame to a GeoDataFrame |
|
Take x,y,z column of bm to make a 2D array, with attribute as values. |
|
Computes the distance matrix of two sets of points in the Euclidean space according to a distance. |
|
Compute the true elevation of drillholes given coordinates and the corresponding surface. |
|
Extends a regular 2d bm with a given extension. |
|
Create a mpl contour of a dxf surface |
|
” |
|
Seek for the duplicates in drillhole - only in (x,y). |
|
Flatten a DataFrame that has many rows with same (x,y). |
|
Transform image (numpy 2D array) into a geopandas dataframe. |
|
Converts a DataFrame to a GeoDataFrame |
|
Return the dx,dy of a grid guess from the x,y values |
|
Regularize from / to columns of a single drillhole dataframe based on an origin, an end, acomposite length and an eventual elevation of reference. |
|
Take assay and collar dataframes to compute true location of points in the drillhole |
|
Compute declustered weights by Moving Window algorithm. |
|
Creates Polygon object from a 3D BlockModel, a property, a CRS, and list of thresholds (ie: cut off grades). |
|
Filters points in 2D and keep only the one inside the given polygon. |
|
New in version 2.1.2: skip_equivalent |
|
Compute the z coordinates of the vertical intersection between a Trimesh triangulated mesh and a (x,y) coordinates. |
|
Function to return the indexes of the points which are in a (closed) ball in the Euclidean space. |