Cell Size

Raster analysis tasks that have the cellSize property in their context parameter will set the cell size that will be used to create the output raster. The default output resolution is determined by the largest cell size of all the input rasters.

Cell Size syntax for coarsest pixel size:

1
{"cellSize": "MAXOF"}

There are several options to set the cellSize :

  • url —Sets the cell size to the raster layer specified in the URL.
  • <value> —Specify a numeric value for the pixel size.

Cell Size syntax for cell size of specific raster layer:

1
2
3
{"cellSize": {
  "url": "https://<servername.domain.com>/arcgis/rest/services/<servicename>/ImageServer"}
}

Cell Size syntax for specific raster resolution:

1
{"cellSize": 50}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close