mapper.mean
mapperThis mapper function returns the mean of all the values found in each sliding window. The associated location is the centroid of all the encountered locations. The associated elevation is the mean of the encountered elevations.
The mapper.mean
function can only be applied to values of type LONG or DOUBLE, when applied to STRING or BOOLEAN it does not return any value.