摘要: 前提: 已经在本地配置好GEE Python客户端,方法参见: [GEE Tips-4]本地配置GEE Python API环境(Windows) 以下所有操作都在命令提示符中进行。 查看所有正在进行的任务: earthengine task list 取消所有正在进行的任务 earthengine 阅读全文
posted @ 2021-03-03 13:53 wsZhang 阅读(631) 评论(0) 推荐(0)
摘要: def imageCollectionToDrive(collection,folder,scale): taskList = [] imageList = collection.toList(collection.size()) for n in range(0,collection.size() 阅读全文
posted @ 2021-03-03 13:38 wsZhang 阅读(679) 评论(0) 推荐(0)