HOW TO

Calculate the area percentage and count of joined features within buffer zones in ArcGIS Pro

Last Published: August 13, 2025

Summary

In ArcGIS Pro, calculating the area percentage and feature count of joined polygon features within buffer zones is a spatial analysis technique for understanding the spatial distribution of features relative to a central location. Quantifying the spatial distribution of features across distance zones provides valuable insights for making location-based decisions. This article describes the workflow to calculate the area percentage and count of joined features within buffer zones in ArcGIS Pro.

Procedure

  1. Open the ArcGIS Pro project with two polygon feature layers. In this example, the polygon feature layers are Polygon1 and Polygon2.
  2. Join the two polygon feature layers based on the common field using the Add Join tool.
    1. On the Analysis tab, in the Geoprocessing group, click Tools.
    2. In the Geoprocessing pane, search for and select Add Join (Data Management Tools).
    3. In the Add Join pane, select the feature layer for the Input Table drop-down list. In this example, Polygon1 is selected.
    4. For Input Field, select the preferred field of the input layer. In this example, OBJECTID is selected.
    5. For Join Table, select the feature layer to be joined. In this example, Polygon2 is selected.
    6. For Join Field, select the preferred field of the join layer. In this example, OBJECTID is selected.
    7. For Join Operation, select Join one to many.
    8. Click Run.
The Add Join pane
Note:
Run the Select Layer By Attribute tool if exporting only selected features.
  1. Run the Export Features tool to export the joined feature layer.
  2. Select a preferred polygon feature on the map to be buffered. Refer to ArcGIS Pro: Select features for instructions.
  3. Run the Multiple Ring Buffer tool to create zone ranges for a selected polygon feature in the joined feature layer.
    1. In the Geoprocessing pane, search for and select Multiple Ring Buffer (Analysis Tools).
    2. In the Multiple Ring Buffer pane, for Input Features, select the output feature layer from Step 3.
    3. For Output Feature class, specify a name and location.
    4. For Distances, specify the buffer distances. In this example, the distance is 50.
    5. Click Add another to add another buffer distance if necessary. In this example, 100 and 150 are added.
    6. For Distance Unit, select the buffer linear unit. In this example, Meters is selected.
    7. Click Run.
The Multiple Ring Buffer pane
  1. Summarize the number of polygons within the buffer zones using theĀ Summarize Within tool.
    1. In the Geoprocessing pane, search for and select Summarize Within (Analysis Tools).
    2. In the Summarize Within pane, for Input Polygons, select the output feature layer from Step 5.
    3. For Input Summary Features, select the joined feature layer. In this example, Polygon1_ExportFeatures is selected.
    4. Disable the Use the selected records option if necessary.
    5. For Output Feature Class, specify a name and location.
    6. For Shape Unit, specify the unit to calculate the shape summary attributes. In this example, Square meters is selected.
    7. Click Run.
The Summarize within pane
  1. Calculate the area and percentage of the joined features within the buffer zones using the Tabulate Intersection tool. Refer to How To: Calculate the percentage of intersecting polygon areas in ArcGIS Pro for instructions. For Zone Fields, select the Shape_Area, distance, and 'Count of Polygons' fields.
The Tabulate Intersection pane

The attribute table below shows the counts and area percentages of the joined features within the buffer zones.

The attribute table with the counts and area percentages

Article ID: 000036936

Software:
  • ArcGIS Pro

Get support with AI

Resolve your issue quickly with the Esri Support AI Chatbot.

Start chatting now

Get help from ArcGIS experts

Contact technical support

Start chatting now

Go to download options