Google Earth Engine—该数据集提供了格陵兰岛冰盖的完整的15米分辨率的图像,该图像来自1999年至2002年的Landsat 7 ETM+和RADARSAT-1 SAR图像

简介: Google Earth Engine—该数据集提供了格陵兰岛冰盖的完整的15米分辨率的图像,该图像来自1999年至2002年的Landsat 7 ETM+和RADARSAT-1 SAR图像

This dataset provides a complete 15 m resolution image mosaic of the Greenland ice sheet derived from Landsat 7 ETM+ and RADARSAT-1 SAR imagery from the years 1999 to 2002. The methods include a combination of image cloud masking, pan sharpening, image sampling and resizing, and image coregistration. Please see Howat, 2014 for more information regarding processing methods.

 

Note

  • Users of GIMP DEM or GIMP 2000 Image Mosaic images may find it helpful to mask out areas outside of the Greenland coastline using the corresponding 15 m ocean mask image Greenland Ice Mapping Project (GIMP) Land Ice and Ocean Classification Mask,
  • The SAR data are distributed at 20 m resolution. Data were up-sampled through bilinear interpolation to 15 m to match the resolution of Landsat band-8.

General documentation


该数据集提供了格陵兰岛冰盖的完整的15米分辨率的图像马赛克,该图像来自1999年至2002年的Landsat 7 ETM+和RADARSAT-1 SAR图像。这些方法包括图像云遮蔽、平移锐化、图像取样和大小调整以及图像核对的组合。关于处理方法的更多信息,请参见Howat, 2014。

备注

GIMP DEM或GIMP 2000图像马赛克的用户可能会发现,使用相应的15米海洋掩码图像格陵兰冰图项目(GIMP)陆地冰和海洋分类掩码来掩码格陵兰海岸线以外的区域是有帮助的。

SAR数据以20米的分辨率分布。数据通过双线性插值被上采样到15米,以匹配Landsat band-8的分辨率。

一般文件

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_IMAGERY_MOSAIC")

Bands Table

Name Description Resolution Wavelength
B1 Landsat 7 ETM+ blue 15 meters 0.45 - 0.52 µm
B2 Landsat 7 ETM+ green 15 meters 0.52 - 0.60 µm
B3 Landsat 7 ETM+ red 15 meters 0.63 - 0.69 µm
B4 Landsat 7 ETM+ near infrared 15 meters 0.77 - 0.90 µm
B5 Landsat 7 ETM+ shortwave infrared 1 30 meters 1.55 - 1.75 µm
B6_low_gain Landsat 7 ETM+ low-gain thermal Infrared 1. This band has expanded dynamic range and lower radiometric resolution (sensitivity), with less saturation at high Digital Number (DN) values. Resampled from 60m to 30m. 30 meters 10.40 - 12.50 µm
B6_high_gain Landsat 7 ETM+ high-gain thermal Infrared 1. This band has higher radiometric resolution (sensitivity), although it has a more restricted dynamic range. Resampled from 60m to 30m. 30 meters 10.40 - 12.50 µm
B7 Landsat 7 ETM+ shortwave infrared 2 30 meters 2.08 - 2.35 µm
B8 Landsat 7 ETM+ panchromatic 15 meters 0.52 - 0.90 µm
B8_radarsat RADARSAT-1 synthetic aperture radar amplitude imagery 15 meters

数据引用:

Howat, I.M., A. Negrete, B.E. Smith, 2014, The Greenland Ice Mapping Project (GIMP) land classification and surface elevation datasets, The Cryosphere, 8, 1509-1518, doi:10.5194/tc-8-1509-2014article pdf


代码:

var dataset = ee.Image('OSU/GIMP/2000_IMAGERY_MOSAIC');
var greenlandImage = dataset.select(['B3', 'B2', 'B1']);
var visParams = {
  min: 0.0,
  max: 255.0,
};
Map.setCenter(-29.1605, 70.4, 9);
Map.addLayer(greenlandImage, visParams, 'Greenland Pansharpened Image');


相关文章
|
数据可视化 定位技术 Sentinel
如何用Google Earth Engine快速、大量下载遥感影像数据?
【2月更文挑战第9天】本文介绍在谷歌地球引擎(Google Earth Engine,GEE)中,批量下载指定时间范围、空间范围的遥感影像数据(包括Landsat、Sentinel等)的方法~
6247 1
如何用Google Earth Engine快速、大量下载遥感影像数据?
|
机器学习/深度学习 算法 数据可视化
基于Google Earth Engine云平台构建的多源遥感数据森林地上生物量AGB估算模型含生物量模型应用APP
基于Google Earth Engine云平台构建的多源遥感数据森林地上生物量AGB估算模型含生物量模型应用APP
1007 0
|
存储 编解码 数据可视化
Google Earth Engine获取随机抽样点并均匀分布在栅格的不同数值区中
【2月更文挑战第14天】本文介绍在谷歌地球引擎(Google Earth Engine,GEE)中,按照给定的地表分类数据,对每一种不同的地物类型,分别加以全球范围内随机抽样点自动批量选取的方法~
1480 1
Google Earth Engine获取随机抽样点并均匀分布在栅格的不同数值区中
|
编解码 人工智能 算法
Google Earth Engine——促进森林温室气体报告的全球时间序列数据集
Google Earth Engine——促进森林温室气体报告的全球时间序列数据集
426 0
|
编解码 人工智能 数据库
Google Earth Engine(GEE)——全球道路盘查项目全球道路数据库
Google Earth Engine(GEE)——全球道路盘查项目全球道路数据库
554 0
|
编解码
Open Google Earth Engine(OEEL)——matrixUnit(...)中产生常量影像
Open Google Earth Engine(OEEL)——matrixUnit(...)中产生常量影像
367 0
Google Earth Engine(GEE)——导出指定区域的河流和流域范围
Google Earth Engine(GEE)——导出指定区域的河流和流域范围
1104 0
|
传感器 编解码 数据处理
Open Google Earth Engine(OEEL)——哨兵1号数据的黑边去除功能附链接和代码
Open Google Earth Engine(OEEL)——哨兵1号数据的黑边去除功能附链接和代码
659 0
Google Earth Engine(GEE)——当加载图表的时候出现错误No features contain non-null values of “system:time_start“.
Google Earth Engine(GEE)——当加载图表的时候出现错误No features contain non-null values of “system:time_start“.
499 0
|
编解码 定位技术
Google Earth Engine(GEE)——导出后的影像像素不同于原始Landsat影像的分辨率(投影差异)
Google Earth Engine(GEE)——导出后的影像像素不同于原始Landsat影像的分辨率(投影差异)
710 0

热门文章

最新文章