Google Earth Engine——USGS/LIMA/MOSAIC南极洲大地卫星图像镶嵌(LIMA)是一个无缝的、几乎无云的数据,由经过处理的大地卫星7 ETM+场景创建。

简介: Google Earth Engine——USGS/LIMA/MOSAIC南极洲大地卫星图像镶嵌(LIMA)是一个无缝的、几乎无云的数据,由经过处理的大地卫星7 ETM+场景创建。

Landsat Image Mosaic of Antarctica (LIMA) 16-Bit Pan-Sharpened Mosaic

The Landsat Image Mosaic of Antarctica (LIMA) is a seamless and virtually cloudless mosaic created from processed Landsat 7 ETM+ scenes.

This LIMA dataset is the 16-bit Intermediate LIMA. The mosaic consists of pan-sharpened normalized surface reflectance scenes (Landsat ETM+ bands 1, 2, 3, and 4). The mosaic was constructed by ordering cloud free images on top and trimming image boundaries when tile discontinuities occurred.

Users can find the mosaic tile footprints available at: USGS/LIMA/MOSAIC_TILE_FOOTPRINTS


南极洲大地卫星图像镶嵌(LIMA)是一个无缝的、几乎无云的数据,由经过处理的大地卫星7 ETM+场景创建。

这个LIMA数据集是16位的中级LIMA。马赛克由泛锐化的归一化表面反射率场景(Landsat ETM+波段1、2、3和4)组成。镶嵌是通过将无云图像排序在上面,并在出现瓦片不连续时修剪图像边界来构建的。

用户可以在以下网站上找到马赛克瓷砖的脚印。usgs/lima/mosaic_tile_footprints

Dataset Availability

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

Dataset Provider

USGS

Collection Snippet

Copied

ee.Image("USGS/LIMA/MOSAIC")

Bands Table

Name Description Resolution Wavelength
B1 Blue 15 meters 0.45 - 0.52 µm
B2 Green 15 meters 0.52 - 0.60 µm
B3 Red 15 meters 0.63 - 0.69 µm
B4 Near infrared 15 meters 0.77 - 0.90 µm


数据引用:

Bindschadler, R., Vornberger, P., Fleming, A., Fox, A., Mullins, J., Binnie, D., Paulson, S., Granneman, B., and Gorodetzky, D., 2008, The Landsat Image Mosaic of Antarctica, Remote Sensing of Environment, 112, pp. 4214-4226. PDF

代码:

var dataset = ee.Image('USGS/LIMA/MOSAIC');
var antarctica = dataset.select(['B3', 'B2', 'B1']);
var antarcticaVis = {
  min: 0.0,
  max: 10000.0,
};
Map.setCenter(164.619, -77.99, 7);
Map.addLayer(antarctica, antarcticaVis, 'Antartica Imagery (RGB)');


相关文章
|
2月前
|
数据可视化 定位技术 Sentinel
如何用Google Earth Engine快速、大量下载遥感影像数据?
【2月更文挑战第9天】本文介绍在谷歌地球引擎(Google Earth Engine,GEE)中,批量下载指定时间范围、空间范围的遥感影像数据(包括Landsat、Sentinel等)的方法~
488 0
如何用Google Earth Engine快速、大量下载遥感影像数据?
|
2月前
|
机器学习/深度学习 算法 数据可视化
基于Google Earth Engine云平台构建的多源遥感数据森林地上生物量AGB估算模型含生物量模型应用APP
基于Google Earth Engine云平台构建的多源遥感数据森林地上生物量AGB估算模型含生物量模型应用APP
104 0
|
1月前
|
存储 编解码 数据可视化
Google Earth Engine获取随机抽样点并均匀分布在栅格的不同数值区中
【2月更文挑战第14天】本文介绍在谷歌地球引擎(Google Earth Engine,GEE)中,按照给定的地表分类数据,对每一种不同的地物类型,分别加以全球范围内随机抽样点自动批量选取的方法~
255 0
Google Earth Engine获取随机抽样点并均匀分布在栅格的不同数值区中
|
2月前
|
数据处理
Google Earth Engine(GEE)——sentinel-1数据处理过程中出现错误Dictionary does not contain key: bucketMeans
Google Earth Engine(GEE)——sentinel-1数据处理过程中出现错误Dictionary does not contain key: bucketMeans
29 0
|
2月前
|
编解码 人工智能 算法
Google Earth Engine——促进森林温室气体报告的全球时间序列数据集
Google Earth Engine——促进森林温室气体报告的全球时间序列数据集
24 0
|
2月前
|
编解码 人工智能 数据库
Google Earth Engine(GEE)——全球道路盘查项目全球道路数据库
Google Earth Engine(GEE)——全球道路盘查项目全球道路数据库
43 0
|
2月前
|
编解码
Open Google Earth Engine(OEEL)——matrixUnit(...)中产生常量影像
Open Google Earth Engine(OEEL)——matrixUnit(...)中产生常量影像
21 0
|
2月前
Google Earth Engine(GEE)——导出指定区域的河流和流域范围
Google Earth Engine(GEE)——导出指定区域的河流和流域范围
43 0
|
2月前
|
传感器 编解码 数据处理
Open Google Earth Engine(OEEL)——哨兵1号数据的黑边去除功能附链接和代码
Open Google Earth Engine(OEEL)——哨兵1号数据的黑边去除功能附链接和代码
22 0
|
2月前
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“.
40 0

热门文章

最新文章