Select to view content in your preferred language

Calculating Routes from the same Starting Point to different Locations

794
1
Jump to solution
08-26-2021 12:30 AM
Labels (2)
SebastianNiesner
Emerging Contributor

Hi Esri Community!

 

Currently I am working on a location analysis for one of our facilities.

My task is to do an analysis, where the distances from our facility to our customers for the last two years are calculated.

Is it possible to calculate those routes all from the same starting point? 

 

Thanks in advance

Sebastian

0 Kudos
1 Solution

Accepted Solutions
DavidPike
MVP Notable Contributor

You could certainly iterate the route creation, but you'd be better off using Closet Facility (just use the 1 facility/origin). https://pro.arcgis.com/en/pro-app/latest/help/analysis/networks/closest-facility-analysis-layer.htm

 

If you just need the distance/time, then OD Cost Matrix would be ideal https://pro.arcgis.com/en/pro-app/latest/help/analysis/networks/od-cost-matrix-analysis-layer.htm

 

View solution in original post

1 Reply
DavidPike
MVP Notable Contributor

You could certainly iterate the route creation, but you'd be better off using Closet Facility (just use the 1 facility/origin). https://pro.arcgis.com/en/pro-app/latest/help/analysis/networks/closest-facility-analysis-layer.htm

 

If you just need the distance/time, then OD Cost Matrix would be ideal https://pro.arcgis.com/en/pro-app/latest/help/analysis/networks/od-cost-matrix-analysis-layer.htm