Level 3 Binning Aggregator Descriptions

The Aggregation Algorithms

AVG

AggregatorAverage: This aggregator implements a weighted averaging with per overflight weighting as described in the referring NASA publication listed in the overview section. This aggregation method is well suited for satellite data acquired in the visible and NIR by integrating over the pixel area. It offers three parameters:


Output bands are: If Output sums is selected:

AVG_OUTLIER

AggregatorAverageOutlierAware: implements an "outlier aware" averaging. It realises this by first calculating a mean and standard-deviation for the complete set of input measurements. Then the algorithm removes all measurements that are more than n standard deviations away from the mean value, where n is the so called "deviation factor". The remaining data is averaged using an unweighted version of the standard "AVG" aggregation described above. Parameters:
Output bands are:

MEAN_OBS

AggregatorMeanObs: calculates the standard, unweighted mean and standard deviation using all input measurements per cell. This aggregation method is suited for input data consisting of discrete measurements, e.g. number of detected fires. The aggregator has no public parameters.
Output bands are:

MIN_MAX

AggregatorMinMax: an aggregator tracking the minimum and maximum value of the measurements over the binning period. This algorithm can be used to detect data ranges. The aggregator has no public parameters.
Output bands are:

ON_MAX_SET

AggregatorOnMaxSet: this aggregator selects input data from a list of input variables under the condition that another band has the maximum value in the aggregation input set. For example it allows aggregating the output of all radiance data under the condition that the sensor-zenith angle is maximal. A tracking for a minimal value condition is possible by defining a virtual variable that contains the negative of the variable to be tracked. Parameters are:
Output bands are:

PERCENTILE

AggregatorPercentile: an aggregator that computes the p-th percentile, i.e. the value of a variable below which a certain percent (p) of observations fall. Parameters are:
Output bands are:

SUM

AggregatorSum: this aggregator sums up all input measurements per grid cell. It has no public parameters.
Output bands are: