What is the best workflow to select points in the same layer within 10 miles and 20 miles of each other? Select by location self selects every point since each point is within 10 miles and 20 miles of each other.
I tried that, but I'd either have to do a visual inspection of nearly 200 points or I run into the self selection problem again.
If you manually select a single point first, then run Select by Location (Within a distance) against itself, it will only select the points within 10 miles of the initially selected point.
R_
maybe use model builder to iterate through the point selection one by one using OBJECTID or some other ID field.