作者:此星光明

GEE案例——AVHRR Pathfinder 5.3 版海面温度数据集(PFV53)逐日海面温度数据下载

数据简介:

AVHRR Pathfinder 5.3 版海面温度数据集(PFV53)是 NOAA 国家海洋学数据中心和迈阿密大学罗森斯蒂尔海洋与大气科学学院合作制作的全球海面温度数据集,每天两次,每次 4 公里。PFV53 是使用基于 SeaDAS 的全新现代化系统,根据 NOAA 极地轨道卫星系列上的 AVHRR 仪器提供的数据计算得出的。PFV53 数据几乎 100%符合 L3C 产品的 GHRSST 数据规范 2.0 版,只有 "sses_bias"、"sses_standard_deviation "和 "ssst_dtime "变量与该标准有偏差,因此不包括在 EE 资产中。PFV53 数据是在 NOAA-7 至 NOAA-19 极地业务环境卫星(POES)运行期间收集的,可用时间为 1981 年至 2014 年。更多信息请访问[NOAA Pathfinder site] (https://www.nodc.noaa.gov/satellitedata/pathfinder4km53/)。

本教程主要的目的就是实现逐日的降水数据下载

函数:

aggregate_array(property)

Aggregates over a given property of the objects in a collection, calculating a list of all the values of the selected property.

Arguments:

this:collection (FeatureCollection):

The collection to aggregate over.

property (String):

The property

lock