HOW TO

Create cross-street attributes from intersection points in ArcGIS Pro

Last Published: December 8, 2025

Summary

Mapping intersection points with their corresponding street names is useful in crash analysis, understanding traffic patterns, and improving road safety. This article describes the workflow to convert a road centerline feature layer into intersection point features, each populated with the intersecting street names separated by a delimiter.

Procedure

Note:
For instructions to find and use the geoprocessing tool, refer to ArcGIS Pro: Find a geoprocessing tool.
  1. Open the ArcGIS Pro project containing the road centerline feature layer.
  2. Create intersection points from the road centerlines. Refer to How To: Create points on line intersections in ArcGIS Pro for instructions.
  3. Perform a spatial join to add street names to the intersection points using the Spatial Join tool.
    1. In the Spatial Join pane, for Target Features, select the intersection point feature layer created in Step 2 from the drop-down list. In this example, the name of the layer is StreetCenterline_U_Intersect.
    2. For Join Features, select the road centerline feature layer from the drop-down list. In this example, the name of the layer is StreetCenterlines.
    3. For Output Feature Class, specify a name. In this example, the name is StreetCenterline_SpatialJoin.
The configured Spatial Join pane
    1. Expand the Fields parameter and click Edit.
    2. In the Field Properties dialog box, click the Add Fields drop-down arrow and select Add Empty Field.
    3. Under Properties, for Field Name, specify a name for the field to populate the intersection names. In this example, the field name is Street_Intersection.
    4. Under Table, select the road centerline feature layer and select the field containing the street name attribute. In this example, the field is ON_STREET.
    5. Under Actions and Source Fields, select Concatenate from the drop-down list and specify a delimiter. In this example, a space is included after the comma.
    6. Under Fields, hover over a field name and click Remove. Repeat this step to delete all fields except the newly created field.
The configured Field Properties dialog box
    1. Click OK.
    2. In the in the Spatial Join pane, click Run.
  1. Remove duplicate intersection points using the Delete Identical tool.
    1. In the Delete Identical pane, for Input Dataset, select the feature layer created in Step 3 from the drop-down list.
    2. For Fields, select the Shape field from the drop-down list to identify features located at the same coordinates.
    3. Click Run.

The map below shows the intersection of 58th St and 54th Ave, as listed in the Street_Intersection field.

The intersection point on the map and the attribute table listing the cross-street names

Article ID: 000035190

Software:
  • ArcGIS Pro

Get support with AI

Resolve your issue quickly with the Esri Support AI Chatbot.

Start chatting now

Related Information

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Start chatting now

Go to download options