PROBLEM
Grid function output cells are misaligned when compared to the input grids when some of the inputs have different cell sizes.
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.
Use the RESAMPLE function to create input grids with matching cellsize.
Code:
ingrd3_res = resample(ingrd3, <cellsize>)
Article ID:000002122
Get help from ArcGIS experts
Download the Esri Support App