Select to view content in your preferred language

Average distance between two polylines in a shapefile

2484
1
12-06-2013 02:50 PM
AndreaPickart
New Contributor
So I'm not very sophisticated at this but would love to hear if there is an easy way to calculate the mean distance between polylines. I am not very familiar with the tools so I need detailed instructions where to find the tool and use it. I have 4 polylines in a shapefile. Some interesect at some points, but there is a general separation. How do I find mean distance between them?
0 Kudos
1 Reply
ShaunWalbridge
Esri Regular Contributor
Check out this existing thread for some initial ideas on how you might go about this. Another option is to sample your point at regular small intervals, and then do a Near analysis on the two sets of points, and average the distances between the paired point samples.
0 Kudos