I have a shapefile with a few thousand points. I would like to be able to remove points that are too close or overlapping on each other.
Usually, the points should be at a minimum of 1 meter of each other. If I have points that are exactly at the same coordinates or within let's say 0.8 meter, I would like to keep only the point with the lowest value into the OBJECTID attribute.
Any idea of which transformer I should use ?
Thank you.
Mathieu.