0
点赞
收藏
分享

微信扫一扫

Google Earth Engine——基于SM2RAIN-ASCAT 2007-2018、IMERG、CHELSA Climate和WorldClim的1公里分辨率的月降水量,单位是毫米。

Monthly precipitation in mm at 1 km resolution based on ​​SM2RAIN-ASCAT 2007-2018​​, IMERG, CHELSA Climate, and WorldClim.

​​Downscaled to 1 km resolution using gdalwarp​​​ (cubic splines) and an average between ​​WorldClim​​​, ​​CHELSA Climate​​​, and ​​IMERG monthly product​​​ (see, e.g, "3B-MO-L.GIS.IMERG.20180601.V05B.tif"). 3x higher weight is given to the SM2RAIN-ASCAT data since it assumed to be more accurate. Processing steps are available ​​here​​ . Antartica is not included.

To access and visualize maps outside of Earth Engine, use ​​this page​​.

If you discover a bug, artifact or inconsistency in the LandGIS maps or if you have a question please use the following channels:

  • ​​Technical issues and questions about the code​​
  • ​​General questions and comments​​​基于SM2RAIN-ASCAT 2007-2018、IMERG、CHELSA Climate和WorldClim的1公里分辨率的月降水量,单位是毫米。
    使用gdalwarp(三维样条)和WorldClim、CHELSA Climate和IMERG月度产品之间的平均值(例如,见 "3B-MO-L.GIS.IMERG.20180601.V05B.tif")降尺度到1公里分辨率。由于SM2RAIN-ASCAT数据被认为更准确,所以给予了3倍的权重。处理步骤见这里。南极洲不包括在内。
    要访问和查看地球引擎以外的地图,请使用这个页面。
    如果您在LandGIS地图中发现了错误、伪装或不一致的地方,或者您有问题,请使用以下渠道。
    关于代码的技术问题和疑问
    一般问题和评论

Dataset Availability

2007-01-01T00:00:00 - 2019-01-01T00:00:00

Dataset Provider

​​EnvirometriX Ltd​​

Collection Snippet

​ee.Image("OpenLandMap/CLM/CLM_PRECIPITATION_SM2RAIN_M/v01")​

Resolution

1000 meters

Bands Table

Name

Description

Min*

Max*

Units

jan

Jan Precipitation monthly

0

380

mm

feb

Feb Precipitation monthly

0

380

mm

mar

Mar Precipitation monthly

0

380

mm

apr

Apr Precipitation monthly

0

380

mm

may

May Precipitation monthly

0

380

mm

jun

Jun Precipitation monthly

0

380

mm

jul

Jul Precipitation monthly

0

380

mm

aug

Aug Precipitation monthly

0

380

mm

sep

Sep Precipitation monthly

0

380

mm

oct

Oct Precipitation monthly

0

380

mm

nov

Nov Precipitation monthly

0

380

mm

dec

Dec Precipitation monthly

0

380

mm

* = Values are estimated

使用说明:

This is a human-readable summary of (and not a substitute for) the ​​license​​.

You are free to - Share — copy and redistribute the material in any medium or format Adapt — remix, transform, and build upon the material for any purpose, even commercially.

This license is acceptable for Free Cultural Works. The licensor cannot revoke these freedoms as long as you follow the license terms.

Under the following terms - Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.

ShareAlike — If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original.

No additional restrictions — You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits.

这是对许可证的可读摘要(而不是替代)。

你可以自由地--分享--以任何媒介或格式复制和再传播这些材料,适应--为任何目的重新混合、改造和建立这些材料,甚至是商业性的。

此许可证可用于自由文化作品。只要你遵守许可条款,许可人就不能撤销这些自由。

在以下条款下--署名--你必须给予适当的荣誉,提供许可证的链接,并说明是否进行了修改。你可以以任何合理的方式这样做,但不能以任何方式暗示许可人认可你或你的使用。

类似共享 - 如果你重新混合、改造或建立在材料的基础上,你必须在与原始材料相同的许可下分发你的贡献。

没有额外的限制--你不得应用法律条款或技术措施,在法律上限制他人做许可证允许的任何事情。

数据引用:

Monthly precipitation in mm at 1 km resolution based on SM2RAIN-ASCAT 2007-2018 and IMERG 2014-2018 ​​10.5281/zenodo.1435912​​

​​Monthly precipitation in mm at 1 km resolution based on SM2RAIN-ASCAT 2007-2018, IMERGE, CHELSA Climate and WorldClim | Zenodo​​

代码:

var dataset = ee.Image("OpenLandMap/CLM/CLM_PRECIPITATION_SM2RAIN_M/v01");

var visualization = {
bands: ['jan'],
min: 0.0,
max: 380.0,
palette: ['ecffbd', 'ffff00', '3af6ff', '467aff', '313eff', '0008ff']
};

Map.centerObject(dataset);

Map.addLayer(dataset, visualization, "Precipitation monthly in mm");

Google Earth Engine——基于SM2RAIN-ASCAT 2007-2018、IMERG、CHELSA Climate和WorldClim的1公里分辨率的月降水量,单位是毫米。_GEE

举报

相关推荐

0 条评论