问题

请问这个操作如何批量进行?比如对一年中所有的modis数据都做掩码处理并下载?

回答

这里首要的是我们如何进行对影像的批量操作,这里的主要方式就是我们首先要对影像进行循环,也就是我们去云需要对于单一影像去云转化为使用map对影像集合进行去云,然后从时间筛选的适度上进行逐月的影像操作和导出,这是两个问题。

原有的单景影像区域博客

Google Earth Engine ——在GEE中如何使用 QA 波段和位掩码(部分影像数据去云)!_gee下载波段掩码-CSDN博客

函数

ee.Filter.calendarRange(start, endfield)

Returns a filter that passes if the object's timestamp falls within the given range of a calendar field. The monthday_of_yearday_of_month, and day_of_week are 1-based. Times are assumed to be in UTC. Weeks are assumed to begin on Monday as day 1. If end < start then this tests

02-25 11:31