Google Earth Engine——全球降水测量(GPM)NASA/GPM_L3/IMERG_MONTHLY_V06月度数据

Global Precipitation Measurement (GPM) is an international satellite mission to provide next-generation observations of rain and snow worldwide every three hours. The Integrated Multi-satellitE Retrievals for GPM (IMERG) is the unified algorithm that provides rainfall estimates combining data from all passive-microwave instruments in the GPM Constellation.

This algorithm is intended to intercalibrate, merge, and interpolate all satellite microwave precipitation estimates, together with microwave-calibrated infrared (IR) satellite estimates, precipitation gauge analyses, and potentially other precipitation estimators at fine time and space scales for the TRMM and GPM eras over the entire globe. The system is run several times for each observation time, first giving a quick estimate and successively providing better estimates as more data arrive. The final step uses monthly gauge data to create research-level products. See IMERG Technical Documentation for more details on the algorithm.

Documentation:

This collection contains data from GPM_3IMERGM_06

全球降水测量(GPM)是一项国际卫星任务,每三小时对全世界的雨雪进行一次新一代的观测。全球降水测量的综合多卫星检索(IMERG)是一种统一的算法,提供来自全球降水测量星座中所有无源微波仪器的数据的降水估计。

该算法旨在对所有卫星微波降水估计值进行相互校准、合并和内插,同时还包括微波校准的红外(IR)卫星估计值、降水仪分析,以及可能的其他降水估计值,其时间和空间尺度为TRMM和GPM时代的全球范围。该系统对每个观测时间都要运行数次,首先给出一个快速估计,随着更多数据的到来,陆续提供更好的估计。最后一步使用月度测绘数据来创建研究级产品。关于算法的更多细节,见IMERG技术文件。

文件。

算法的理论基础文件

IMERG质量指数

IMERG扩展到TRMM时代的注意事项

IMERG技术文档

发布说明;新的变形算法

遥感反射率

异常情况

这个集合包含GPM_3IMERGM_06的数据

Dataset Availability

2000-06-01T00:00:00 - 2021-05-01T00:00:00

Dataset Provider

NASA GES DISC at NASA Goddard Space Flight Center

Collection Snippet

ee.ImageCollection("NASA/GPM_L3/IMERG_MONTHLY_V06")

Resolution

11132 meters

Bands Table

NameDescriptionUnits
gaugeRelativeWeightingWeighting of gauge precipitation relative to the multi-satellite precipitation%
precipitationMerged satellite-gauge precipitation estimatemm/hr
precipitationQualityIndexQuality Index for precipitation fieldEquivalent gauges per 2.5 degree box
probabilityLiquidPrecipitationAccumulation-weighted probability of liquid precipitation phase%
randomErrorRandom error for merged satellite-gauge precipitationmm/hr

引用:

'Huffman, G.J., E.F. Stocker, D.T. Bolvin, E.J. Nelkin, Jackson Tan (2019), GPM IMERG Final Precipitation L3 1 month 0.1 degree x 0.1 degree V06, Greenbelt, MD, Goddard Earth Sciences Data and Information Services Center (GES DISC), Accessed: [Data Access Date], 10.5067/GPM/IMERG/3B-MONTH/06'

代码:

var dataset = ee.ImageCollection('NASA/GPM_L3/IMERG_MONTHLY_V06')
    .filterDate('2019-01-01', '2020-01-01');

// 选择最大降水量并屏蔽掉低降水量值。
var precipitation = dataset.select('precipitation').max();
var mask = precipitation.gt(0.25);
var precipitation = precipitation.updateMask(mask);

var palette = [ 
  '000096','0064ff', '00b4ff', '33db80', '9beb4a',
  'ffeb00', 'ffb300', 'ff6400', 'eb1e00', 'af0000'
];
var precipitationVis = {min: 0.0, max: 1.5, palette: palette};
Map.addLayer(precipitation, precipitationVis, 'Precipitation');
Map.setCenter(-76, 33, 3);

  • 1
    点赞
  • 13
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 4
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 4
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

此星光明

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值