Hello all, I need some help performing a spatial operation.
What I have
A set of coordinates (sample enclosed)
What I want
Remove / dissolve coordinate pairs if the are within 2 km radius of each other so that only coordinate pairs remain that have no overlap.
What I've tried
A Bufferer transformer with a radius of 2km connected to a PointOnAreaOverlayer.
The result is a bunch of overlaps but I don't know how to further process these.
Cheers,
Eduard