Google Earth Engine——加拿大数字高程模型(CDEM)是加拿大自然资源部(NRCan)测高系统的一部分,源于现有的加拿大数字高程数据(CDED)

The Canadian Digital Elevation Model (CDEM) is part of Natural Resources Canada's (NRCan) altimetry system and stems from the existing Canadian Digital Elevation Data (CDED). In these data, elevations can be either ground or reflective surface elevations.

 

The CDEM is comprised of multiple DEMs with varying resolutions. These vary according to latitude and have a base resolution of 0.75 arc-seconds. For more information see the Product Specifications

Contains information licensed under the Open Government Licence – Canada.

加拿大数字高程模型(CDEM)是加拿大自然资源部(NRCan)测高系统的一部分,源于现有的加拿大数字高程数据(CDED)。在这些数据中,高程可以是地面高程,也可以是反射面高程。

CDEM是由多个分辨率不同的DEM组成的。这些数据因纬度而异,基本分辨率为0.75角秒。更多信息见产品规格

包含根据开放政府许可证-加拿大授权的信息。

Dataset Availability

1945-01-01T00:00:00 - 2011-01-01T00:00:00

Dataset Provider

NRCan

Collection Snippet

ee.ImageCollection("NRCan/CDEM")

Resolution

23.19 meters

Bands Table

NameDescriptionMin*Max*Units
elevationElevation-2265944Meters

* = Values are estimated

代码:

var dataset = ee.ImageCollection('NRCan/CDEM');
var elevation = dataset.select('elevation');
var elevationVis = {
  min: -50.0,
  max: 1500.0,
  palette: ['0905ff', 'ffefc4', 'ffffff'],
};
Map.setCenter(-139.3643, 63.3213, 9);
Map.addLayer(elevation, elevationVis, 'Elevation');

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

打赏作者

此星光明

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

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

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

打赏作者

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

抵扣说明:

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

余额充值