Google Earth Engine(GEE)——evaluate实现一键批量下载研究区内的所有单张影像(上海市部分区域)
本文主要的目的就是实现研究区的批量影像下载,主要用的市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)。
文章来源: blog.csdn.net,作者:此星光明2021年博客之星云计算Top3,版权归原作者所有,如需转载,请联系作者。
原文链接:blog.csdn.net/qq_31988139/article/details/125355445
- 点赞
- 收藏
- 关注作者
评论(0)