目录
简介
函数
sort(property, ascending)
Arguments:
Returns: Collection
size()
Arguments:
Returns: Integer
代码解释
代码
结果
简介
GEE教程——Google Earth Engine 处理和分析刚果民主共和国(DR Congo)地区的 Landsat 8 图像(NDVI和NDWI)
函数
sort(property, ascending)
Sort a collection by the specified property.
Returns the sorted collection.
Arguments:
this:collection (Collection):
The Collection instance.
property (String):
The property to sort by.
ascending (Boolean, optional):
Whether to sort in ascending or descending order. The default is true (ascending).
Returns: Collection
size()
Returns the num