Create Constant Raster (Spatial Analyst)

ArcGIS Pro 3.4 | | Help archive

Available with Spatial Analyst license.

Summary

Creates a raster of a constant value within the extent and cell size of the analysis window.

Illustration

Create Constant raster illustration
OutRas = CreateConstantRaster(2)

Usage

  • The Create Constant Raster tool assigns the specified value to every cell in the output raster.

  • The constant value must be a numeric value. Scientific notation is acceptable (for example, 3.048e-4 for 0.003048).

  • The Output cell size parameter can be defined by a numeric value or obtained from an existing raster dataset. If the cell size hasn’t been explicitly specified as the parameter value, it is derived from the Cell Size environment if it has been specified. If the parameter cell size or the environment cell size has not been specified, but the Snap Raster environment has been set, the cell size of the snap raster is used. If nothing is specified, the cell size is 1.

  • If the cell size is specified using a numeric value, the tool will use it directly for the output raster.

    If the cell size is specified using a raster dataset, the parameter will show the path of the raster dataset instead of the cell size value. The cell size of that raster dataset will be used directly in the analysis, provided the spatial reference of the dataset is the same as the output spatial reference. If the spatial reference of the dataset is different than the output spatial reference, it will be projected based on the specified Cell Size Projection Method value.

  • Since the tool does not have any input, the output spatial reference is derived from other settings in a particular order. First, the Output Coordinate System environment will be used, if specified, followed by the coordinate system of the map view. If neither of these conditions are met, the output spatial reference will be set to Unknown.

  • Based on the cell size, the default output extent is computed to create a raster of 250 rows and 250 columns. Thus, for the default cell size of 1, the Output extent is (0, 0, 250, 250). The extent value is adjusted based on the Cell Size, Snap Raster, and Output Coordinate System environments, if specified.

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

Parameters

LabelExplanationData Type
Constant value

The constant value with which to populate all the cells in the output raster.

Double
Output data type
(Optional)

Data type of the output raster dataset.

If the specified data type is floating-point, the values of the cells in the output raster will only be accurate to the constant value of 7 decimal places, regardless of the output format.

  • IntegerAn integer raster will be created.
  • FloatA floating-point raster will be created.
String
Output cell size
(Optional)

The cell size of the output raster that will be created.

This parameter can be defined by a numeric value or obtained from an existing raster dataset. If the cell size hasn't been explicitly specified as the parameter value, the environment cell size value will be used if specified; otherwise, additional rules will be used to calculate it from the other inputs. See the usage section for more detail.

Analysis Cell Size
Output extent
(Optional)

The extent for the output raster dataset.

The extent will be the value in the environment if specifically set. If not specifically set, the default is 0, 0, 250, 250.

Envelope; Extent

Return Value

LabelExplanationData Type
Output raster

The output raster for which each cell will have the specified constant value.

Raster

Licensing information

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

Related topics