Google Earth Engine——该数据集为格陵兰岛冰原提供了15米的完整的陆地冰和海洋分类

This dataset provides complete land ice and ocean classification masks at 15 m for the Greenland ice sheet. Ice cover was mapped using a combination of orthorectified panchromatic (band 8) imagery from the Landsat 7 Enhanced Thematic Mapper Plus (ETM+), distributed by the USGS, and RADARSAT-1 Synthetic Amplitude Radar (SAR) amplitude images produced and distributed by I. Joughin at the Applied Physics Laboratory, University of Washington.

The Landsat imagery was acquired for the months of July through September in 1999, 2000 and 2001 (mostly 2000) and the RADARSAT imagery was acquired in fall of 2000.

该数据集为格陵兰岛冰原提供了15米的完整的陆地冰和海洋分类掩码。冰盖的测绘采用了由美国地质调查局分发的Landsat 7 Enhanced Thematic Mapper Plus(ETM+)的正交全色(波段8)图像和华盛顿大学应用物理实验室的I. Joughin制作和分发的RADARSAT-1合成振幅雷达(SAR)振幅图像。

Landsat图像是在1999年、2000年和2001年(主要是2000年)的7月至9月获得的,RADARSAT图像是在2000年秋季获得的。

Dataset Availability

1999-06-30T00:00:00 - 2002-09-04T00:00:00

Dataset Provider

NASA NSIDC DAAC at CIRES

Collection Snippet

ee.Image("OSU/GIMP/2000_ICE_OCEAN_MASK")

Resolution

15 meters

Bands Table

NameDescription
ocean_maskOcean mask
ice_maskIce mask

Class Table: ocean_mask

ValueColorColor ValueDescription
0#000000all other terrain
1#0000FFocean

Class Table: ice_mask

ValueColorColor ValueDescription
0#000000not glacier ice
1#FFFFFFglacier ice

代码:

var dataset = ee.Image('OSU/GIMP/2000_ICE_OCEAN_MASK');
var oceanAndIceMaskVis = {
  min: 0.0,
  max: 1.0,
  bands: ['ice_mask', 'ice_mask', 'ocean_mask'],
};
Map.setCenter(-41.0, 74.0, 4);
Map.addLayer(dataset, oceanAndIceMaskVis, 'Ocean and Ice Mask');

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

打赏作者

此星光明

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

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

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

打赏作者

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

抵扣说明:

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

余额充值