Hello everyone!
We are with a series of data and a series of doubts have arisen.
We have a series of points and we want to obtain those points, which are at a distance of less than 0.5 meters, to eliminate them.
That is, if for example I have 3 points: A, B and C. A from B is 0.4 meters away. A from C is 3 meters away. And B from C is 0.4 meters away, I just want to eliminate point A.
So far I have done the following
- Generate a proximity table (Analysis tools > Proximity > Generate Near Table) and NOT set the radius and select the Find only the closest feautre option.
- Join the generated table with my points layer.
- Select by attributes with the NEAR_DIST field.
But when I do this, ArcGIS selects (from the previous case) point A, point B and point C. I attach screenshots. I also know that there is an option to create a Buffer or Select By Location, but I don't know exactly what to do.
Thank you very much in advance.
Claudia