Hi everyone,
I have what seems to be a very simple question but I'm a bit of a newbie and I cannot figure this out!
I have an attribute table of points (some of which overlap). I need to remove all values that overlap more than a certain times. There is probably an easier way to do this but what I essentially did was get the sum for lat+long to get a "unique_value*" and what I'd like to do is have a Unique_ID field where lets say value 1 is assigned to all points with a specific unique_value (lat+long sum). Unique_ID Value 2 to the next Unique_value * and so on. Essentially I want* to remove all points that overlap more than 1000 times. How can I calculate the field to assign those numbers based on the value of my "unique_value" field.
I have limited python experience and I cannot comprehend this. Also, I did use Identify Duplicate tool but it doesn't work for what I'm trying to do beyond finding out how many points overlap. I can delete ALL overlapping points but I don't want to do that as all points under 1000 that overlap are still needed for my analysis.
Thank you in advance.
Edit* some typos