geolime.operations.drillhole.find_duplicates¶
Classes:
|
Functions:
|
Computes the distance matrix of two sets of points in the Euclidean space according to a distance. |
|
Seek for the duplicates in drillhole - only in (x,y). |
-
geolime.operations.drillhole.find_duplicates.
find_duplicate_dm
(drillholes: geolime.objects.drillhole.Drillholes, max_distance: float = 1)¶ Seek for the duplicates in drillhole - only in (x,y). Add a new column with an id corresponding to a duplicated group.
- Parameters
drillholes (Drillholes) – GeoLime drillholes Object
max_distance (float, optional) – Maximum radius for search
- Returns
drillholes – Drillholes with a new column containing an id corresponding to a duplicated group for each point (x,y).
- Return type