Returns summary stats struct consisting of count, sum, mean, stddev, min, max for a given band in raster. If band is not specified then it defaults toDocumentation Index
Fetch the complete documentation index at: https://docs.wherobots.com/llms.txt
Use this file to discover all available pages before exploring further.
1.
If excludeNoDataValue is set
true then it will only count pixels with value not equal to the nodata value of the raster.
Set excludeNoDataValue to false to get count of all pixels in raster.If the mentioned band index doesn’t exist, this will throw an
IllegalArgumentException.Signatures
Parameters
The input raster.
The band index.
Whether to exclude NoData pixels from the calculation.
Return type
A struct containing the result fields.

