Aggregates over a given property of the objects in a collection, calculating the sum, min, max, mean, sample standard deviation, sample variance, total standard deviation and total variance of the selected property.
Usage | Returns |
---|---|
FeatureCollection.aggregate_stats(property) | Dictionary |
Argument | Type | Details |
---|---|---|
this: collection | FeatureCollection | The collection to aggregate over. |
property | String | The property to use from each element of the collection. |
Examples
JavaScript
// Your example goes here!
Python
# Your example goes here!