zl程序教程

您现在的位置是:首页 >  其他

当前栏目

Google Earth Engine(GEE)——土地分类/覆盖案例分析含各类土地面积统计和精度评定(印度班加罗尔为例)

Google案例统计 分析 Engine Earth GEE 覆盖
2023-09-11 14:15:11 时间

这里有一个函数需要重新回顾一下:这个函数只适用于TOA影像

ee.Algorithms.Landsat.simpleComposite(collection, percentilecloudScoreRangemaxDepthasFloat)

从陆地卫星原始场景的集合中计算出陆地卫星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.

cloudScoreRange (Integer, default: 10):

The size of the range of cloud scores to accept per pixel.

maxDepth (Integer,