ArcGIS Network Analyst – Solving Multimodal Network Dataset Route Issues

arcgis-10.0arcgis-desktopmultimodal-networknetwork-analystrouting

After having completed Exercise 2 in the official Esri Network Analyst Tutorial, I decided to find a route in the multimodal dataset, to see how it functions. After adding several network locations along an intentionally long route, I pressed Solve. I was quite surprised to find that the route chosen took walking along the streets as the only transportation mode available (despite railway stations and lines being included in the dataset).

I placed my origin and destination points quite far apart close to metro entrances, so I assumed that the directions would include walking to that first metro entrance, travelling on the train to the last metro entrance, exiting the station and walking to the destination point. The route ArcMap gave me indicated I would have to walk 3 hrs 46 mins along the streets to get to my destination!

Route

I looked at the Analysis Settings, but I am not familiar enough with Network Analyst to know if something needs to be changed in order to get the results I want.

How do I ensure that the route chosen uses all available forms of transport to find the shortest route?

enter image description here

Best Answer

You are getting that result because you chose PedestrianTime for your Impedance. The solver only considered the streets because of that.

The PedestrianTime network attribute represents the time it takes a pedestrian to travel on the network.

If you wanted the best route, you should set the Impedance to TravelTime. This is explained in Exercise 3: Finding the best route using a network dataset

enter image description here

Related Question