前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >Google Earth Engine——地球科学激光测高系统(GLAS)的空间激光雷达数据(2005年)和辅助地理空间数据融合的全球树木高度数据集

Google Earth Engine——地球科学激光测高系统(GLAS)的空间激光雷达数据(2005年)和辅助地理空间数据融合的全球树木高度数据集

作者头像
此星光明
发布2024-02-02 12:06:38
1150
发布2024-02-02 12:06:38
举报

This dataset represents global tree heights based on a fusion of spaceborne-lidar data (2005) from the Geoscience Laser Altimeter System (GLAS) and ancillary geospatial data. See [Simard et al. (2011)] (Mapping forest canopy height globally with spaceborne lidar - Simard - 2011 - Journal of Geophysical Research: Biogeosciences - Wiley Online Library) for details.

该数据集代表了基于地球科学激光测高系统(GLAS)的空间激光雷达数据(2005年)和辅助地理空间数据融合的全球树木高度。详见[Simard等人(2011)](https://agupubs.onlinelibrary.wiley.com/doi/abs/10.1029/2011JG001708)。

Dataset Availability

2005-05-20T00:00:00 - 2005-06-23T00:00:00

Dataset Provider

NASA/JPL

Collection Snippet

ee.Image("NASA/JPL/global_forest_canopy_height_2005")

Resolution

927.67 meters

Bands Table

Name

Description

Min*

Max*

Units

1

Tree heights

0

73

m

* = Values are estimated

使用说明:

Most materials published on the Earth Observatory, including images, are freely available for re-publication or re-use, including commercial purposes, except for where copyright is indicated.

NASA’s Earth Observatory must be given credit for its original materials; the only mandatory credit is NASA.

For more information about using NASA imagery visit the Earth Observatory Image Use Policy site.

数据引用:

Simard, M., Pinto, N., Fisher, J., Baccini, A. 2011. Mapping forest canopy height globally with spaceborne lidar. Journal of Geophysical Research. 116: G04021. [doi:10.1029/2011JG001708] (Mapping forest canopy height globally with spaceborne lidar - Simard - 2011 - Journal of Geophysical Research: Biogeosciences - Wiley Online Library)

代码:

代码语言:javascript
复制
var dataset = ee.Image('NASA/JPL/global_forest_canopy_height_2005');
var forestCanopyHeight = dataset.select('1');
var forestCanopyHeightVis = {
  min: 0.0,
  max: 30.0,
  palette: [
    'ffffff', 'fcd163', '99b718', '66a000', '3e8601', '207401', '056201',
    '004c00', '011301'
  ],
};
Map.setCenter(-28.1, 28.3, 1);
Map.addLayer(forestCanopyHeight, forestCanopyHeightVis, 'Forest Canopy Height');
本文参与?腾讯云自媒体分享计划,分享自作者个人站点/博客。
原始发表:2024-02-01,如有侵权请联系 cloudcommunity@tencent.com 删除

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

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

本文参与?腾讯云自媒体分享计划? ,欢迎热爱写作的你一起参与!

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