Zonal Fill (Spatial Analyst)

ArcGIS Pro 3.4 | | Help archive

Available with Spatial Analyst license.

Summary

Fills zones using the minimum cell value from a weight raster along the zone boundary.

Usage

  • The input zone raster can be integer or floating point type. This is an exception to the other zonal tools, which require the zone input to be integer type.

  • The data type of the output is the same as that of the input weight raster. If the values on the weight raster are floating point, the resultant output raster will be floating point. If the weight raster is integer, the output will be integer.

  • This tool can be used as part of a hydrological analysis to fill sinks to the minimum elevation of their watershed boundary.

  • When the output raster format is .crf, this tool supports the Pyramid raster storage environment. Pyramids will be created in the output by default. For any other output format, this environment is not supported, and pyramids will not be created.

  • See Analysis environments and Spatial Analyst for additional details on the geoprocessing environments that apply to this tool.

Parameters

LabelExplanationData Type
Input Zone Raster

The input raster that defines the zones to be filled.

Raster Layer
Input Weight Raster

The weight, or value, to be assigned to each zone.

Raster Layer

Return Value

LabelExplanationData Type
Output raster

The output raster for which the zones have been filled.

Raster

Licensing information

  • Basic: Requires Spatial Analyst
  • Standard: Requires Spatial Analyst
  • Advanced: Requires Spatial Analyst

Related topics