Using Python to get distance along a road file

442
1
11-09-2021 01:11 PM
Labels (1)
GrahamZeigler
New Contributor

Hello. I am a Supply Chain Management major seeking help with a program to calculate distance. I have enlisted my friend who is studying GIS and he has created a map featuring distribution centers, the delivery points that are delivered to, and road map files. We are trying to find a program that will calculate distance between each distribution center and delivery point along the road map file. Further details are available upon request. Any help is appreciated and I am willing to compensate you monetarily for your time.

 

Thanks,

Graham Z

Tags (3)
0 Kudos
1 Reply
DanPatterson
MVP Esteemed Contributor

Network Analyst tutorials—ArcGIS Pro | Documentation

You might want to have a quick look at the various scenarios that the network analyst extension covers.  Many include origin-destination cases or routing analysis.  Routes derived will necessarily include distance travelled

Python can access all the tools listed in the network analyst extension.


... sort of retired...