ee.ImageCollection.distinct

从集合中移除重复项。请注意,系统会根据所选属性的序列化形式的强哈希值来确定重复项。

用法返回
ImageCollection.distinct(properties)FeatureCollection
参数类型详细信息
此:collectionFeatureCollection从中选择对象的输入集合。
properties对象用于比较的属性名称或属性名称列表。可以添加“.geo”属性来比较对象几何图形。