Class: QgsRasterBandStats¶
The RasterBandStats struct is a container for statistics about a single raster band.
- class qgis.core.QgsRasterBandStats[source]¶
Bases:
object- Stats¶
alias of
RasterBandStatistic
- bandNumber¶
- contains(self, s: QgsRasterBandStats) bool[source]¶
Compares region, size etc. not collected statistics
- Parameters:
- Return type:
bool
- elementCount¶
- extent¶
- height¶
- maximumValue¶
- mean¶
- minimumValue¶
- range¶
- statsGathered¶
- stdDev¶
- sum¶
- sumOfSquares¶
- width¶