Hello everyone,
I'm looking for way to separating overlapping points in a dataset.
Here's the context: I have about 13,000 points representing mine locations across the United States. However, around 4,500 of these points are not placed at the actual mine sites but at the center of the county where the majority of the mine is located. This was done when the precise location of the mine was unknown.
My task is to relocate these points to their accurate positions, based on local knowledge. The challenge arises with the overlapping points at the county centers, sometimes over 50 at a single location, making it difficult to select the correct one. I am envisioning a solution where points with identical coordinates could automatically spread out, ideally in a starburst pattern from the central point. This would make it easier to select, and then move each point to its true location.
I'm not looking for binning or grouping solutions, a true tool that moves points with identical lat and long position is desired. Does anyone know of a method that could achieve this?