Google Earth Engine(GEE)——feature 中使用aggregate(总计)中选取最大、最小和平均值分析
函数:
aggregate_max(property)
Aggregates over a given property of the objects in a collection, calculating the maximum of the values of the selected property.对一个集合中的对象的特定属性进行聚合,计算所选属性值的最大值。
Arguments:
this:collection (FeatureCollection):
The collection to aggregate over.
property (String):
The property to use from each element of the collection.
aggregate_min(property)
Aggregates over a given property of the objects in a collection, calculating the minimum of the values of the selected property.
Arguments:
this:collection (FeatureCollection):
The collection to aggregate over.
property (String):
The property to use from each element of the collection.
aggregate_mean(property)<
文章来源: blog.csdn.net,作者:此星光明2021年博客之星云计算Top3,版权归原作者所有,如需转载,请联系作者。
原文链接:blog.csdn.net/qq_31988139/article/details/121123543
- 点赞
- 收藏
- 关注作者
评论(0)