Categorical change detection

Available with Image Analyst license.

Categorical raster data is raster data where each pixel has a value that is representative of a class or category. It is sometimes referred to as discrete data, thematic data, or discontinuous data, and it is most often used in GIS to represent land cover, land use, or other zonal information such as risk level.

The purpose of comparing categorical rasters is to identify areas that have changed from one class to another class over a period of time. ArcGIS Pro provides several methods for comparing multiple categorical raster datasets.

Categorical change detection between two dates

The Compute Change raster function computes the difference between two raster layers on the fly. Only the pixels within the visible extent are processed, and if zoomed out beyond the source resolution of the input data, the pixels are resampled to a larger size to speed up processing. This is a way to compute change for quick visualization and assessment of change. You can combine this function with other raster functions for a more complex workflow.

The Compute Change Raster geoprocessing tool computes the difference between two raster datasets and generates a new raster dataset containing the change information. You can combine this tool with other tools for a more complex workflow.

The Change Detection Wizard combines tools and functions to guide you through the process of performing categorical change detection, pixel value change detection, or time series change detection. You can compare two raster datasets, or two slices in a multidimensional raster dataset.

The following sections provide details about each pane in the Change Detection Wizard when performing categorical change detection.

Note:

The Change Detection Wizard is launched from the Change Detection drop-down button on the Imagery tab, in the Analysis group. The button is unavailable if you are not working in a 2D map scene, or if you do not have the Image Analyst extension.

Change Detection Wizard

The Change Detection Wizard is launched from the Change Detection drop-down button on the Imagery tab, in the Analysis group. The button is unavailable if you are not working in a 2D map scene, or if you do not have the Image Analyst extension.

Configure

The first pane in the Change Detection Wizard is the Configure pane, where you select the Change Detection Method option. To compare categorical datasets, set the Change Detection Method to Categorical Change.

If a categorical raster is selected in the Contents pane when the wizard is launched, the Change Detection Method parameter is set to Categorical Change by default.

ParameterDescription

From Raster

The first raster to be used in the computation. To evaluate change from time 1 (earlier) to time 2 (later), enter the time 1 raster.

To Raster

The second raster to be used in the computation. To evaluate change from time 1 (earlier) to time 2 (later), enter the time 2 raster.

Note:

When analyzing categorical change, both From Raster and To Raster must have an associated raster attribute table. The attribute table must have either a VALUE field, CLASS_NAME field, CLASSNAME field, or one string field. The data in these fields is used to compare between the two rasters.

To compare two slices in a multidimensional dataset, enter the multidimensional raster as the From Raster parameter. The Configure pane updates with the parameters in the table below.

ParameterDescription

Variable

The variable to be analyzed.

Dimension

The dimension field to use to compare slices.

From Slice

The first slice to be used in the computation. To evaluate change from time 1 (earlier) to time 2 (later), enter the time 1 slice.

To Slice

The second slice to be used in the computation. To evaluate change from time 1 (earlier) to time 2 (later), enter the time 2 slice.

Processing Extent

The processing extent for the output change raster. Do not use a skip factor.

Class Configuration

The Class Configuration pane allows you to select the classes to include in the change analysis and to specify the type of change information you want to calculate.

ParameterDescription

Filter method

Choose the filter method you wish to use.

  • All—All classes are included in the output, and no filtering will occur. Choose this option to see change and persistence in a single dataset.
  • Changed Only—Only the classes that have changed from one class type to another class type are included in the output. Choose this option is you are only interested in change.
  • Unchanged Only—Only the classes that have not changed are included in the output. Choose this option if you are only interested in persistence.

From Classes

The classes from the From Raster to be included in the computation. If the raster attribute table contains red, green, and blue (RGB) values for each class, the color of each class is displayed in the list.

Note:

To see the color of each category, the raster attribute table must have fields named Red, Green, and Blue, each with Long integer data type, containing the red, green, and blue values for each class.

To Classes

The classes from the To Raster to be included in the computation. If the raster attribute table contains red, green, and blue (RGB) values for each class, the color of each class is displayed in the list.

Note:

To see the color of each category, the raster attribute table must have fields named Red, Green, and Blue, each with Long integer data type, containing the red, green, and blue values for each class.

Transition class color method

Specify the method to use for symbolizing the pixels that have changed classes.

  • Average—The color of the pixel is the average of the color of its original class and the color of its final class.
  • From Color—The color of the pixel is the color of its original class.
  • To Color—The color of the pixel is the color of its final class.

Click Preview to add a preview layer to the map, using the options you specified. You can modify the options and click Update Preview to refresh the preview layer with the new options.

Note:

The preview layers are generated using raster functions. When zoomed out beyond the source resolution, raster functions process the data using a resampled pixel size. To ensure the preview looks the way you want to see in your final result, zoom to the source resolution of the data. Right-click the preview layer and click Zoom to Source Resolution.

Post-processing

The Post-processing pane allows you to smooth your results and generate an output.

ParameterDescription

Smoothing Neighborhood

The size of the focal neighborhood to use, in pixel rows and columns, to smooth your results.

  • None—Do not perform smoothing. This is the default.
  • 3 × 3—Smooth results based on a neighborhood of 3 pixel rows by 3 pixel columns.
  • 5 × 5—Smooth results based on a neighborhood of 5 pixel rows by 5 pixel columns.
  • 7 × 7—Smooth results based on a neighborhood of 7 pixel rows by 7 pixel columns.

Statistics Fill Method

The statistical method to use to recalculate pixel values for a smoother result.

  • Minimum—Calculates the minimum value of the pixels within the neighborhood.
  • Maximum—Calculates the maximum value of the pixels within the neighborhood.
  • Mean—Calculates the average value of the pixels within the neighborhood. This is the default.
  • Standard Deviation—Calculates the standard deviation value of the pixels within the neighborhood.
  • Median—Calculates the median value of pixels within the neighborhood.
  • Majority—Calculates the majority value, or the value that occurs most frequently, of the pixels within the neighborhood.
  • Minority—Calculates the minority value, or the value that occurs least frequently, of the pixels within the neighborhood.

Save Result As

Specify the output type to generate.

  • Raster Dataset—Results are saved as a raster dataset.
  • Raster Function Template—Results are saved as a raster function template to be used for additional processing.
  • Feature Class—Results are saved as a polygon feature class.

Output Dataset

The name of the output dataset. This parameter is only available if Save Result As is set to Raster Dataset or Feature Class. If the output is a raster dataset, specify the file extension to generate a raster in a supported format.

For additional smoothing options, you can use the Statistics raster function on your results. Choose None as the Smoothing Neighborhood in the wizard, and use the Statistics raster function on the output raster dataset.

Click Preview to add a preview layer to the map, using the options you specified. You can modify the options and click Update Preview to refresh the preview layer with the new options.

Note:

The preview layers are generated using raster functions. When zoomed out beyond the source resolution, raster functions process the data using a resampled pixel size. To ensure the preview looks the way you want to see in your final result, zoom to the source resolution of the data. Right-click the preview layer and click Zoom to Source Resolution.

Example

The following example computes land cover change between two categorical datasets containing classes Forest, Bare Soil, and Developed.

  1. Add the two categorical raster datasets to your map.
  2. With the earlier categorical layer selected in the Contents pane, launch the Change Detection Wizard from the Imagery tab in the Analysis group.
  3. On the Configure pane, the From Raster is set to the earlier raster layer. Set the To Raster to the later raster layer. Click Next.
  4. On the Class Configuration pane, set up the analysis to extract changes from forest to bare and developed areas.
    1. Set the Pixels to include in output parameter to Changed Only.
    2. In the From Classes list, hover your pointer to the right of the Forest class and click the only button.
    3. In the To Classes list, select Bare Soil and Developed.
    4. Set the Transition class color method to Average.
    5. Click Next.
  5. On the Post-processing pane, set the Smoothing Neighborhood to 3 x 3 and the Statistics Fill Method to Majority.
  6. For the Output Dataset, type Forest_to_BareDeveloped.tif. Click Run.
  7. When the dataset is added to the map, click Finish to close the Change Detection Wizard.

Related topics


In this topic
  1. Change Detection Wizard