Google Earth Engine——TRMM/34B2产品包含一个网格化的、经TRMM调整的、合并的红外降水(毫米/小时)和降水误差的有效值估计,时间分辨率为3小时,空间分辨率为0.25度。

The Tropical Rainfall Measuring Mission (TRMM) is a joint mission between NASA and the Japan Aerospace Exploration Agency (JAXA) designed to monitor and study tropical rainfall. The 34B2 product contains a gridded, TRMM-adjusted, merged infrared precipitation (mm/hr) and RMS precipitation-error estimate, with a 3-hour temporal resolution and a 0.25 degree spatial resolution.

See the algorithm description and the file specification for details.

Documentation:

热带降水测量任务(TRMM)是美国航天局和日本宇宙航空研究开发机构(JAXA)的一项联合任务,旨在监测和研究热带降水。34B2产品包含一个网格化的、经TRMM调整的、合并的红外降水(毫米/小时)和降水误差的有效值估计,时间分辨率为3小时,空间分辨率为0.25度。

详见算法说明和文件说明。

文件。

PI文件

TRMM产品的文件规范

TRMM第6和第7版之间的比较

自述文件

本产品中使用的TMPA算法的细节

TRMM的数据差距

从TMPA到IMERG的过渡

Dataset Availability

1998-01-01T00:00:00 - 2019-12-31T00:00:00

Dataset Provider

NASA GES DISC at NASA Goddard Space Flight Center

Collection Snippet

ee.ImageCollection("TRMM/3B42")

Resolution

27830 meters

Bands Table

NameDescriptionMinMaxUnits
precipitationMerged microwave/IR precipitation estimate0100mm/hr
relativeErrorMerged microwave/IR precipitation random error estimate0100mm/hr
satPrecipitationSourceFlag to show source of data
satPrecipitationSource Bitmask
  • Bits 0-5: Source
    • 0: No observation
    • 1: AMSU
    • 2: TMI
    • 3: AMSR
    • 4: SSMI
    • 5: SSMI/S
    • 6: MHS
    • 7: TCI
    • 30: AMSU/MHS average
    • 31: Conical scanner average
    • 50: IR
HQprecipitationPre-gauge-adjusted microwave precipitation estimate0100mm/hr
IRprecipitationPre-gauge-adjusted infrared precipitation estimate0100mm/hr
satObservationTimeSatellite observation time minus the time of the granule. In case of overlapping satellite observations, the two or more observation times are equal-weighting averaged.-9090Minutes

使用说明:

This dataset is in the public domain and is available without restriction on use and distribution. See NASA's Earth Science Data & Information Policy for additional information.

引用:

Adler, R.F., G.J. Huffman, A. Chang, R. Ferraro, P. Xie, J. Janowiak, B. Rudolf, U. Schneider, S. Curtis, D. Bolvin, A. Gruber, J. Susskind, P. Arkin, E.J. Nelkin, 2003: The Version 2 Global Precipitation Climatology Project (GPCP) Monthly Precipitation Analysis (1979-Present). J. Hydrometeor., 4(6), 1147-1167.

Huffman, G.J., 1997: Estimates of Root-Mean-Square Random Error for Finite Samples of Estimated Precipitation, J. Appl. Meteor., 1191-1201.

Huffman, G.J., 2012: Algorithm Theoretical Basis Document (ATBD) Version 3.0 for the NASA Global Precipitation Measurement (GPM) Integrated Multi-satellitE Retrievals for GPM (I-MERG). GPM Project, Greenbelt, MD, 29 pp.

Huffman, G.J., R.F. Adler, P. Arkin, A. Chang, R. Ferraro, A. Gruber, J. Janowiak, A. McNab, B. Rudolph, and U. Schneider, 1997: The Global Precipitation Climatology Project (GPCP) Combined Precipitation Dataset, Bul. Amer. Meteor. Soc., 78, 5-20.

Huffman, G.J., R.F. Adler, D.T. Bolvin, G. Gu, E.J. Nelkin, K.P. Bowman, Y. Hong, E.F. Stocker, D.B. Wolff, 2007: The TRMM Multi-satellite Precipitation Analysis: Quasi-Global, Multi-Year, Combined-Sensor Precipitation Estimates at Fine Scale. J. Hydrometeor., 8(1), 38-55.

Huffman, G.J., R.F. Adler, M. Morrissey, D.T. Bolvin, S. Curtis, R. Joyce, B McGavock, J. Susskind, 2001: Global Precipitation at One-Degree Daily Resolution from Multi-Satellite Observations. J. Hydrometeor., 2(1), 36-50.

Huffman, G.J., R.F. Adler, B. Rudolph, U. Schneider, and P. Keehn, 1995: Global Precipitation Estimates Based on a Technique for Combining Satellite-Based Estimates, Rain Gauge Analysis, and NWP Model Precipitation Information, J. Clim., 8, 1284-1295

代码:

var dataset = ee.ImageCollection('TRMM/3B42')
                  .filter(ee.Filter.date('2018-04-01', '2018-04-10'));
var precipitation =
    dataset.select(['precipitation', 'HQprecipitation', 'IRprecipitation']);
var precipitationVis = {
  min: 0.0,
  max: 12.0,
  gamma: 5.0,
};
Map.setCenter(-79.98, 23.32, 4);
Map.addLayer(precipitation, precipitationVis, 'Precipitation');

 

 

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

打赏作者

此星光明

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

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

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

打赏作者

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

抵扣说明:

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

余额充值