HOW TO

Calculate the number of times a street segment is traversed in a network analysis

Last Published: April 25, 2020

Summary

The instructions provided describe how to calculate the number of times a street segment is traversed using a network dataset and route dataset. In this example, a long route is split into shorter segments and the Spatial Join tool is used on the split routes to merge the unique ID field from the edge source attribute table to the split routes table. The unique ID field in the resulting spatial join table is summarized to get the number of times each edge is traversed.

An image of a network dataset in ArcMap.

Procedure

Note:
A Network Analyst license is required to use the network dataset. Other than the ObjectID, the network edge source feature classes must contain a unique ID field such as the street centerlines.
  1. In ArcMap, run the Split Line at Point tool on the route layer to split the route layer into individual line segments with the parameters specified as below:
Note:
This tool requires an ArcGIS Desktop Advanced license.
  1. For Input Features, select the route layer from the network dataset.
  2. Select the junctions feature class for Point Features.
  3. Set the output feature class name and location.
  4. Specify the desired search radius and the unit of measurement.
  5. Click OK.
An image of splitting the long route line into individual segments using the Split Line at Point tool.
  1. Run the Spatial Join tool on the split routes layer to add the unique ID of the edge source to the split routes.
    1. For Target Features, select the split routes layer.
    2. For Join Features, select one of the edge source feature classes.
    3. Select JOIN_ONE_TO_ONE for Join Operation.
    4. Check the Keep All Target Features check box.
    5. For Match Option, select HAVE_THEIR_CENTER_IN from the drop-down list.
    6. Set the Search Radius to a small number (e.g. 1ft)
An image of the Spatial Join tool dialog.
 
Note:
Skip Step 3 if there is only one network edge source in the network dataset. Unique ID fields must be the same type of field for all the network edge sources.
  1. Repeat the spatial join operation for any other network edge source feature classes, but change the following parameters:
    1. For Target Features, select the output of the previous spatial join operation.
    2. For Join Features, select the next edge source feature class.
    3. Check the Keep All Target Features check box and click OK.
  2. In the attribute table of the latest output from the spatial join operation, right-click the unique ID field and click Summarize.
An image of summarizing a field in an attribute table.
  1. In the Summarize dialog box, ensure that the unique ID field is the field to summarize and click OK.
An image of the Summarize dialog box.
  1. The resulting table shows the count of how many times each edge is used.
An image of the summarize output table.

 

Article ID:000016589

Software:
  • ArcMap

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options

Related Information

Discover more on this topic