这里有一个函数需要重新回顾一下:这个函数只适用于TOA影像
ee.Algorithms.Landsat.simpleComposite(collection, percentile, cloudScoreRange, maxDepth, asFloat)
从陆地卫星原始场景的集合中计算出陆地卫星TOA合成。它应用标准的TOA校准,然后使用SimpleLandsatCloudScore算法给每个像素分配一个云分。它在每个点上选择可能的最低云分范围,然后从被接受的像素中计算出每个波段的百分位值。该算法还使用LandsatPathRowLimit算法,在有超过maxDepth输入场景的区域,只选择云量最少的场景。
Arguments:
collection (ImageCollection):
The raw Landsat ImageCollection to composite.
percentile (Integer, default: 50):
The percentile value to use when compositing each band.
cloudS