Hi -
I have a data point shapefile with 195 data points. I want to buffer 5 miles around each data point and clip the remaining 194 data points from the 5 miles. I want to do this 195 times for each data point. Is there an easier, more efficient way than splitting it up by attribute and buffering each individual data point?
In sum, for all 195 data points, I want to know which of the other 194 data points are within 5 miles.
TIA!