geolime.operations.drillhole.find_duplicates

Classes:

Drillholes(data, metadata)

Functions:

distance_matrix(x1, x2[, distance])

Computes the distance matrix of two sets of points in the Euclidean space according to a distance.

find_duplicate_dm(drillholes[, max_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

Drillholes