Good afternoon,
I am looking for a way to find the 2 or the nearest facilities from a point.
Is there a way to get more than one candidate using arcpy.analysis.Near?
Regards
Solved! Go to Solution.
Try Generate Near Table and specify the closest_count parameter as 2
Never tried to do this but thinking in my head...
Using a Loop...
Try Generate Near Table and specify the closest_count parameter as 2