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?
Solved! Go to Solution.
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.
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.