Skip to content

tinerator.utilities

Set of functions that convert from matrix (row and column) units to a DEM projection, and vice versa.

filter_points

filter_points(points:numpy.ndarray, eps:float)

Removes points that are within eps distance of each other.

Arguments

  • points (np.ndarray): point array to filter
  • eps (float): remove adjacent points within this distance of each other

Returns

Filtered points