当前位置:网站首页>Google Earth Engine(GEE)——evaluate實現一鍵批量下載研究區內的所有單張影像(上海市部分區域)

Google Earth Engine(GEE)——evaluate實現一鍵批量下載研究區內的所有單張影像(上海市部分區域)

2022-06-25 10:31:00 此星光明2021年博客之星雲計算Top3

本文主要的目的就是實現研究區的批量影像下載,主要用的市evaluate和每一個影像中的'system:index',然後利用for循環將影像進行逐景下載。

函數:

evaluate(callback)

Asynchronously retrieves the value of this object from the server and passes it to the provided callback function.

Arguments:

this:computedobject (ComputedObject):

The ComputedObject instance.

callback (Function):

A function of the form function(success, failure), called when the server returns an answer. If the request succeeded, the success argument contains the evaluated result. If the request failed, the failure argument will contains an error message.

evaluate(callback)
异步地從服務器獲取此對象的值,並將其傳遞給提供的回調函數。

參數。
this:computedobject(ComputedObject)。

原网站

版权声明
本文为[此星光明2021年博客之星雲計算Top3]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/176/202206251009204811.html