简介:

本教程的主要目的就是获取长时间序列指定日期的降水平均值,也就是气象卫星每天具体小时的平均降水量,所使用的降水数据为全球预报系统(GFS)是由美国国家环境预报中心(NCEP)制作的天气预报模式。GFS 数据集由选定的模式输出(如下所述)组成,作为网格预报变量。384 小时的预报间隔为 1 小时(120 小时以内)和 3 小时(120 小时以后),时间分辨率为 6 小时(即每天更新四次)。使用 "创建时间 "和 "预报时间 "属性选择感兴趣的数据。

函数:

map(baseAlgorithm, dropNulls)

Map an algorithm over a list. The algorithm is expected to take an Object and return an Object.

Arguments:

this:list (List)

baseAlgorithm (Algorithm)

dropNulls (Boolean, default: false):

If true, the mapped algorithm is allowed to return nulls, and the elements for which it returns nulls will be dropped.

Returns: List

reduceRegion(reducer, geometryscalecrscr

10-18 08:35