Origin of cell statistics output

329
1
Jump to solution
01-21-2020 12:38 AM
GuillermoAcero_Espina
New Contributor

After calculating a per-cell statistic such as "Maximum" or "Minimum" from multiple rasters (Using cell-statistics tool). How could you check which raster band comes the data from for each cell?

How would the implementation in python be to obtain this information in both raster and summary table?

0 Kudos
1 Solution

Accepted Solutions
Luke_Pinner
MVP Regular Contributor

For max and min, you can use the HighestPosition and LowestPosition tools.  These return the position of the raster with the maximum/minimum value in a list of rasters.

View solution in original post

1 Reply
Luke_Pinner
MVP Regular Contributor

For max and min, you can use the HighestPosition and LowestPosition tools.  These return the position of the raster with the maximum/minimum value in a list of rasters.