PROBLEM

Grid function output cells misaligned when inputs have different cell sizes

Last Published: April 25, 2020

Description

Grid function output cells are misaligned when compared to the input grids when some of the inputs have different cell sizes.

Cause

All input grids do not have the same cellsize. If all the inputs do not have the same cell size and the default SETCELL value is used, Grid function output will default to the cell resolution of the coarsest input grid.

Solution or Workaround



Use the RESAMPLE function to create input grids with matching cellsize.

Code:
ingrd3_res = resample(ingrd3, <cellsize>)

You can use the DESCRIBE command to verify the input grids' cellsizes.

Article ID:000002122

Software:
  • ArcMap 8 x
  • Legacy Products

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options

Related Information

Discover more on this topic