I need to reorganize my data.
to do this i need to merge points in a particular way.
i need to merge the data from points that have less records to the point with most records inside a 5 km buffer created around the latter.
the problem is that to generate that buffer i need to find all the "points with most records", but the "points with most records" is a locally determined, because i have to compare the data in a small scale.
and i dont know how to do any of that
(i don't even know if it is possible to do this in arcmap)