Finding shortest route

3129
1
11-30-2014 10:37 PM
NeelabhPant
New Contributor

Hello all. I have made my university's map in ArcGIS and now I am facing troubles in terms of finding the shortest distance and route between different points. For now I wrote a code in python took the nodes and weights of different edges connecting to those nodes and running Dijkstra's algorithm on it, but it sounds really naive. Can someone please help me in order to find the shortest distance between two nodes in the map via ArcGIS!

0 Kudos
1 Reply
XanderBakker
Esri Esteemed Contributor

If you hace access to Network Analyst, you can do this type of analysis without programming it yourself:

ArcGIS Help (10.2, 10.2.1, and 10.2.2)