目录
简介
GEE 教程——Landsat 9 影像的筛选和属性的批量添加
函数
aggregate_histogram(property)
Aggregates over a given property of the objects in a collection, calculating a histogram 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.
Returns: Dictionary
split(regex, flags)
Splits a string on a regul
标签:教程,Landsat,collection,histogram,Returns,Arguments,GEE,aggregate,property From: https://blog.csdn.net/qq_31988139/article/details/143570096