[GIS] Calculating walking distances on network in ArcGIS Network Analyst

arcgis-10.2arcgis-desktopdistancenetwork-analyst

I would like to calculate distances on network between demand nodes (points) and transportation network (line) in ArcGIS.

I basically calculated the central features of my building data (1,5M feaures) in considered district zones (85 zones). Now i have 85 central node. I also the highway network.

I know i can calculate the distance if i use the euclidean distance tool. However, for representing the real walking distance, i need to find the real walking distances on the network.

What i want to do is calculate these demand node points' rectilinear distances on network instead of euclidean distances. I need only one distance value for a demand center to a highway line.

What should i do?

Best Answer

Using your network data you need to build a network dataset by using network analyst tool in ArcGIS. Network dataset will include all rules regarding your network (e.g. speed limits, turn limits, height limits, walking only routes, bycyle only routes etc.). After you've build this dataset you can use Network Analyst's OD Cost Matrix tool to calculate distances from Origin Locations to Destination Locations.

A complete tutorial to build network dataset and run analysis can be found here: http://help.arcgis.com/en/arcgisdesktop/10.0/pdf/network-analyst-tutorial.pdf

Related Question