Google Earth Engine——使用geetool批量下载单景影像以Landsat 8 反演后的NDSI结果

这里我们使用Landsat toa影像对某一个区域的影像进行批量下载,这里最要的就是要我们获取这个geetools工具,然后调用其批量下载函数

Use print(...) to write to this console.


Cannot find required script: users/fitoprincipe/geetools:_tools/string

这里我们需要进行不断的尝试刷新,因为有时候不是GEE内部的函数时有点对接不上的,所以我们要多尝试一下,这里的尝试就是要不断的进行多次刷新进行:

这里我们有一个条件函数需要确定一下:

ee.Algorithms.If(conditiontrueCasefalseCase)

Selects one of its inputs based on a condition, similar to an if-then-else construct.

三个参数:第一个时条件,第二个时情况为真的结果,第三个时情况为假的情况

Arguments:

condition (Object, default: null):

The condition that determines which result is returned. If thi

猜你喜欢

转载自blog.csdn.net/qq_31988139/article/details/125925712