前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >Google Earth Engine ——数据全解析专辑(CPOM/CryoSat2/ANTARCTICA_DEM)南极洲10m精度DEM数据集

Google Earth Engine ——数据全解析专辑(CPOM/CryoSat2/ANTARCTICA_DEM)南极洲10m精度DEM数据集

作者头像
此星光明
发布2024-02-02 08:59:46
1100
发布2024-02-02 08:59:46
举报

南极洲DEM数据

This dataset is a digital elevation model (DEM) of the Antarctic ice sheet and ice shelves based on observations recorded by the CryoSat-2 satellite radar altimeter between July 2010 and July 2016.

The DEM is formed from spatio-temporal fits to elevation measurements accumulated within 1, 2, and 5 km grid cells, and is posted at the modal resolution of 1 km. The median and root mean square difference between the DEM and 2.3*10⁷ airborne laser altimeter measurements acquired during NASA Operation IceBridge campaigns are -0.30 and 13.50 m, respectively.

The DEM uncertainty rises in regions of high slope, especially where elevation measurements were acquired in low-resolution mode; taking this into account, we estimate the average accuracy to be 9.5 m.

Dataset Availability

2010-07-01T00:00:00 - 2016-07-01T00:00:00

Dataset Provider

CPOM

Collection Snippet

ee.Image("CPOM/CryoSat2/ANTARCTICA_DEM")

Resolution

1000 meters

Bands Table

Name

Description

Units

elevation

Antarctic ice sheet and ice shelf elevation.

meters

data_composition

Data processing method of elevation per grid cell.

slope

Slope derived from elevation gradient.

degrees

z_smoothed

Smoothed version of elevation model using a median filter.

meters

z_uncertainty

Certainty of elevation model derived from RMS of elevation residuals in observed grid cells and the kriging variance error in interpolated grid cells.

meters

Class Table: data_composition

Value

Color

Color Value

Description

0

#000000

interpolated

1

#CBCBCB

1 km fit

2

#377EB7

resampled 2 km fit

3

#E2191B

resampled 5 km fit

数据引用:

Slater, T., Shepherd, A., McMillan, M., Muir, A., Gilbert, L., Hogg, A. E., Konrad, H. and Parrinello, T.: A new Digital Elevation Model of Antarctica derived from CryoSat-2 altimetry, The Cryosphere, doi:10.5194/tc-2017-223, 2018

代码:

代码语言:javascript
复制
var dataset = ee.Image('CPOM/CryoSat2/ANTARCTICA_DEM');

var visualization = {
  bands: ['elevation'],
  min: 0.0,
  max: 4000.0,
  palette: ['001fff', '00ffff', 'fbff00', 'ff0000']
};

Map.setCenter(17.0, -76.0, 3);

Map.addLayer(dataset, visualization, 'Elevation');
本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。
原始发表:2024-02-01,如有侵权请联系 cloudcommunity@tencent.com 删除

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

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

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

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