Frequently asked question

What geoprocessing tools can be used to combine data in ArcGIS Pro?

Last Published: July 19, 2023

Answer

In ArcGIS Pro, combining data such as point feature classes with a polygon feature class is useful if the data are stored in different files or tables, as it is easier to analyze the data in a single dataset.

This article provides workflows to combine data using different geoprocessing tools depending on the data types in ArcGIS Pro.

The Overlay Layers tool

The Overlay Layers tool can be used to overlay multiple feature classes into a new feature class and create new attributes for the layer. This tool combines different feature classes such as points, polygons, or areas into a single set of the feature class.

In this example, the Main_River layer overlays the polyline layer, Rivers, and the Overlay Layers tool is used to create a new feature layer to display the intersection of the two layers in ArcGIS Pro.

In an active map, the polyline layer, Rivers is overlaying the polygon layer, Main_River.

  1. Open the ArcGIS Pro project.
  2. In the Geoprocessing pane, search for and click the Overlay Layers tool. Refer to ArcGIS Pro: Run a tool in the Geoprocessing pane for steps to do this.

In the Search box in the Geoprocessing pane, type Overlay Layers and click the first option.

  1. In the Overlay Layers pane, under the Parameters tab, select the feature layer from the Input Layer drop-down list. In this example, Rivers is selected.
  2. Select the feature layer to overlay the input feature layer with from the Overlay Layer drop-down list. In this example, Main_River is selected.
  3. Provide a name for Output Feature Class, and click Browse.... The Browse icon to specify the location of the output feature class.
  4. Select the preferred Overlay Type. In this example, Intersect is selected to display the overlapping area between the layers. Refer to ArcGIS Pro: Parameters for more information.
  5. Click Run. The new feature class created by the Overlay Layers tool is automatically added to the map.

In the Overlay Layers pane, there are two tabs which are Parameters and Environments where the user must fill in the Parameters tab for Input Layer, Overlay Layer, Output Feature Class, and choose Overlay Type. Click Run.

The image below shows the layer, Track_OverlayLayers, displaying the intersection between the Main_River and Rivers layers in ArcGIS Pro.

A new layer is created and added to the Contents pane named Track_OverlayLayers displaying the intersection between the Main_River and Rivers.

The Append tool

The Append tool can be used to combine multiple datasets with an existing target dataset that modifies the input data. The input dataset can be feature classes, tables, shapefiles, rasters, or dimension feature classes. However, the input and target datasets must be of the same data type, for instance, rasters appended to an existing raster dataset.

In this example, a line feature class, Track1, is appended to another line feature class, Track2, in ArcGIS Pro.

In an active map, the Track1 and Track2 layers are displayed side by side. Track1 is in green colour, while Track2 is in blue colour.

  1. Open the ArcGIS Pro project.
  2. In the Geoprocessing pane, search for and click the Append tool. Refer to ArcGIS Pro: Run a tool in the Geoprocessing pane for steps to do this.
In the Search box in the Geoprocessing pane, type Append and click the first option.
  1. In the Append pane, under the Parameters tab, select the feature layer from the Input Datasets drop-down list. In this example, Track1 is selected.
  2. Select the target dataset wherein the input data is appended from the Target Dataset drop-down list. In this example, Track2 is selected.
  3. Select the matching field type from the Field Matching Type drop-down list. Refer to ArcGIS Pro: Parameters for more information.
Note:
The Append tool modifies the input dataset permanently. Use the Enable Undo option to revert changes made by the tool.
  1. Click Run.

In the Append pane, there are two tabs which are Parameters and Environments where the user must fill in the Parameters tab for Input Dataset, Target Dataset, and choose Field Matching Type. The Enable Undo toggle is beside the Run button. Click Run.

The image below shows Track1 appended to the target layer, Track2, in ArcGIS Pro.

In the map, the Track1 layer is appended to Track2 where the whole polyline is the same colour as Track2 which is blue colour.

The Merge tool

The Merge tool can be used to combine multiple datasets into a new dataset. The input dataset can be feature classes or tables. However, the input feature classes must be of the same geometry type. For example, a line feature class cannot be merged with a polygon feature class.
In this example, the Track1 and Track2 line feature layers are merged into a new layer in ArcGIS Pro.

In an active map, the Track1 and Track2 layers are displayed side by side. Track1 is in green colour, while Track2 is in blue colour.

  1. Open the ArcGIS Pro project.
  2. In the Geoprocessing pane, search for and click the Merge tool. Refer to ArcGIS Pro: Run a tool in the Geoprocessing pane for steps to do this.

In the Search box in the Geoprocessing pane, type Merge and click the first option.

  1. In the Merge pane, under the Parameters tab, select the layers to merge from the Input Datasets drop-down list. In this example, Track1 and Track2 are selected.
  2. Provide a name for Output Dataset, and click Browse.... The Browse icon to specify the location of the output dataset.
  3. The Field Map parameter is optional, where all fields from the input datasets are included by default. Refer to ArcGIS Pro: Attribute field mapping for more information.
  4. Click Run.

In the Merge pane, there are two tabs which are Parameters and Environments where the user must fill in the Parameters tab for Input Datasets and Output Dataset. Click Run.

The image below shows the Track1 and Track2 layers merged into the new layer, Track_Merge, in ArcGIS Pro.

In the Contents pane, the new layer is added to the map named Track_Merge resulted from combination of Track1 and Track2.

The Spatial Join tool

The Spatial Join tool is used to join attributes by matching rows from the join feature to the target feature based on the spatial relationship where a new feature class containing the attributes is created.

In this example, attributes of the Track and Main_Track layers are joined using the Spatial Join tool in ArcGIS Pro.

The Track and Main_Track attributes display the fields involve with the spatial join process.

  1. Open the ArcGIS Pro project.
  2. In the Geoprocessing pane, search for and click the Spatial Join tool. Refer to ArcGIS Pro: Run a tool in the Geoprocessing pane for steps to do this.
In the Search box in the Geoprocessing pane, type Spatial Join and click the first option.
  1. In the Spatial Join pane, under the Parameters tab, select the target layer from the Target Features drop-down list. In this example, Track is selected.
  2. Select the layer to join to the target layer from the Join Features drop-down list. In this example, Main_Track is selected.
  3. Provide a name for Output Feature Class, and click Browse.... The Browse icon to specify the location of the output feature class.
  4. Under the Fields node, the Field Map parameter is optional where all fields from the features are included by default. Refer to ArcGIS Pro: Attribute field mapping for more information.
  5. Click Run.
In the Spatial Join pane, there are two tabs which are Parameters and Environments where the user must fill in the Parameters tab for Target Features, Join Features, and Output Feature Class. When expanding the Fields node, there is a Field Map parameter which is optional. Click Run.

The image below shows the attribute, Track_SpatialJoin, joined from the Track and Main_Track attributes in ArcGIS Pro.

A new feature layer, Track_SpatialJoin is created with joined attributes from the Track and Main_Track layers. The new attribute displays the fields in both layers.

Article ID:000025415

Software:
  • ArcGIS Pro 2 x
  • ArcGIS Pro 2 8 x
  • ArcGIS Pro 2 7 x

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options

Related Information

Discover more on this topic