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等)的方法~
6292 1
如何用Google Earth Engine快速、大量下载遥感影像数据?
|
编解码 人工智能 算法
Google Earth Engine——促进森林温室气体报告的全球时间序列数据集
Google Earth Engine——促进森林温室气体报告的全球时间序列数据集
434 0
|
机器学习/深度学习 算法 数据可视化
基于Google Earth Engine云平台构建的多源遥感数据森林地上生物量AGB估算模型含生物量模型应用APP
基于Google Earth Engine云平台构建的多源遥感数据森林地上生物量AGB估算模型含生物量模型应用APP
1036 0
|
人工智能 编解码 自然语言处理
Gemma3:Google开源多模态神器,轻量高效,精通140+语言,解锁文本与图像任务
在当今快速发展的 AI 领域,多模态模型正逐渐成为推动技术革新的重要力量。Google 最新推出的 Gemma 3 模型,凭借其轻量级、多模态的特性,为文本生成和图像理解任务带来了全新的可能性。它不仅支持文本和图像输入,还具备强大的语言处理能力,覆盖超过 140 种语言,并且能够在资源有限的设备上高效运行。从问答到摘要,从推理到图像分析,Gemma 3 正在重新定义 AI 模型的边界,为开发者和研究人员提供了一个极具潜力的工具。
1291 0
|
数据处理
Google Earth Engine(GEE)——sentinel-1数据处理过程中出现错误Dictionary does not contain key: bucketMeans
Google Earth Engine(GEE)——sentinel-1数据处理过程中出现错误Dictionary does not contain key: bucketMeans
480 0
|
编解码 人工智能 数据库
Google Earth Engine(GEE)——全球道路盘查项目全球道路数据库
Google Earth Engine(GEE)——全球道路盘查项目全球道路数据库
570 0
|
编解码
Open Google Earth Engine(OEEL)——matrixUnit(...)中产生常量影像
Open Google Earth Engine(OEEL)——matrixUnit(...)中产生常量影像
375 0
Google Earth Engine(GEE)——导出指定区域的河流和流域范围
Google Earth Engine(GEE)——导出指定区域的河流和流域范围
1126 0
|
传感器 编解码 数据处理
Open Google Earth Engine(OEEL)——哨兵1号数据的黑边去除功能附链接和代码
Open Google Earth Engine(OEEL)——哨兵1号数据的黑边去除功能附链接和代码
686 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“.
513 0

热门文章

最新文章

推荐镜像

更多