Skip To Content

Convert Feature To Raster

Convert Feature To Raster The Convert Feature To Raster tool does conversion to raster from features.

Note:

To run this tool, the portal must be configured for raster analysis.

If you do not see this tool in Map Viewer, contact your portal administrator. Your portal may not be configured for raster analysis, or you may not have the privileges required to run the tool.

Workflow diagram

Convert Feature to Raster workflow

Examples

Polygon outlines of land use need to be converted to a raster for further analysis.

Usage notes

Point, line, or polygon features can be converted to a raster.

The cell center is used to decide the value of the output raster pixel. The input field type determines the type of output raster. If the field is integer, the output raster will be integer; if it is floating point, the output will be floating point.

The parameters for this tool are listed in the following table:

ParameterExplanation

Choose feature layer to convert

The input feature to convert to a raster dataset.

Choose field

Choose the field that will be used to assign values to the output raster.

Output cell size

The cell size and unit for the output rasters.

The available units are Miles, Feet, Kilometers, and Meters. The default is Feet.

Result layer name

The name of the layer that will be created in My Content and added to the map. The default name is based on the tool name and the input layer name. If the layer already exists, you will be prompted to provide another name.

You can specify the name of a folder in My Content where the result will be saved using the Save result in drop-down box.

Environments

  • Output coordinate system—Specifies the coordinate system of the output layer.
  • Extent—Specifies the area to be used for analysis.
  • Snap Raster—Adjusts the extent of the output so it matches the cell alignment of the specified snap raster layer.
  • Cell size—The cell size to use in the output layer.

Similar tools

The Convert Feature to Raster tool converts from features to raster. Other tools may be useful in solving similar problems.

Map Viewer analysis tools

Use the Convert Raster to Feature tool to convert raster to features.

ArcGIS Pro analysis tools

The Feature to Raster, Point to Raster, Polyline to Raster or Polygon to Raster geoprocessing tools are available in the Conversion toolbox.

The Convert Feature to Raster tool is available in the Raster Analysis toolbox.

ArcGIS Enterprise developers resources

If you are working in the ArcGIS REST API, use the Convert Feature to Raster task.

If you are working in ArcGIS API for Python, use convert_feature_to_raster ArcGIS for Python API website from the arcgis.raster.analytics module.