This tool can be used to find the standard deviation of the values in each raster cell from a set of input rasters (inputs
). NoData values in any of the input images will result in a NoData pixel in the output image (output
).
Each of the input rasters must have the same spatial extent and number of rows and columns.
def standard_deviation_overlay(self, input_rasters: List[Raster]) -> Raster: ...