Project: QGIS

Version: 3.16

Feature: New Cell statistics algorithm

We added a Cell statistics raster analysis algorithm. It performs cell-wise statistics on a stack of raster layers while accounting for NoData. The functions available in the current implementation are:

  • Sum
  • Mean
  • Median
  • Standard Deviation
  • Variance
  • Maximum
  • Minimum
  • Majority (most frequent value)
  • Minority (least frequent value)
  • Range (max - min)
  • Variety (count of unique values)

This feature was developed by Clemens Raffler