前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >Google Earth Engine——热带国家500米处地面活木生物量密度的国家级数据集。这个数据集是由同地的实地测量、LiDAR观测和中分辨率成像光谱仪(MODIS)记录的图像组合而成。

Google Earth Engine——热带国家500米处地面活木生物量密度的国家级数据集。这个数据集是由同地的实地测量、LiDAR观测和中分辨率成像光谱仪(MODIS)记录的图像组合而成。

作者头像
此星光明
发布2024-02-02 10:59:32
820
发布2024-02-02 10:59:32
举报

A national-level map of above-ground live woody biomass density for tropical countries at 500m. This dataset was assembled from a combination of co-located field measurements, LiDAR observations, and imagery recorded from the Moderate Resolution Imaging Spectroradiometer (MODIS).

热带国家500米处地面活木生物量密度的国家级地图。这个数据集是由同地的实地测量、LiDAR观测和中分辨率成像光谱仪(MODIS)记录的图像组合而成。

Dataset Availability

2012-01-29T00:00:00 - 2012-01-29T00:00:00

Dataset Provider

WHRC

Collection Snippet

ee.Image("WHRC/biomass/tropical")

Resolution

500 meters

Bands Table

Name

Description

Min*

Max*

Units

Mg

Megagrams of aboveground live woody biomass per Hectare

0

503

Mg/Ha

* = Values are estimated

数据使用:

  • The national level dataset is freely available for use for scientific, conservation, and educational purposes.
  • Users acknowledge that they themselves are responsible for determining whether the dataset is of sufficient quality and appropriateness for their objectives.
  • Users agree that they will make reasonable efforts to provide appropriate feedbacks and notification of any significant errors that they identify in the dataset.

引用:

A. Baccini, S J. Goetz, W.S. Walker, N. T. Laporte, M. Sun, D. Sulla-Menashe, J. Hackler, P.S.A. Beck, R. Dubayah, M.A. Friedl, S. Samanta and R. A. Houghton. Estimated carbon dioxide emissions from tropical deforestation improved by carbon-density maps. 2012 Nature Climate Change, [https://doi.org/10.1038/NCLIMATE1354] (Estimated carbon dioxide emissions from tropical deforestation improved by carbon-density maps | Nature Climate Change)

代码:

代码语言:javascript
复制
var dataset = ee.Image('WHRC/biomass/tropical');
var liveWoodyBiomass = dataset.select('Mg');
var visParams = {
  min: 0.0,
  max: 350.0,
  palette: [
    'FFFFFF', 'CE7E45', 'DF923D', 'F1B555', 'FCD163', '99B718', '74A901',
    '66A000', '529400', '3E8601', '207401', '056201', '004C00', '023B01',
    '012E01', '011D01', '011301'
  ],
};
Map.setCenter(-69.43, 0.35, 3);
Map.addLayer(liveWoodyBiomass, visParams, 'Aboveground Live Woody Biomass');
本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。
原始发表:2024-02-01,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体同步曝光计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档