Google Earth Engine——南极洲大地卫星地表反射率SR高清图像

举报
此星光明 发表于 2022/04/16 00:36:23 2022/04/16
【摘要】 Landsat Image Mosaic of Antarctica (LIMA) - Processed Landsat Scenes (16 bit) The Landsat Image Mosaic of Antarctica (LIMA) is a seamless and virtually cloudless mosaic...

Landsat Image Mosaic of Antarctica (LIMA) - Processed Landsat Scenes (16 bit)

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

Processed Landsat Scenes (16 bit) are Level 1Gt NLAPS scenes converted to 16 bit, processed with sun-angle correction, and converted to reflectance values (Bindschadler 2008).

Each Landsat scene is processed with elevation data and sun-angle correction to ensure surface features were accurately represented. The sun's angle in Antarctica gives the appearance of a setting sun. Because of the low sun angle, as Landsat passes over Antarctica, the outer edges of the continent appear brighter than areas closer to the South Pole, so scenes have bright and dark areas. Inconsistent sun angles and shadows where corrected for these scenes. Without this process, mosaicking would produce a patchwork of scenes since each scene would have a brighter and a darker side.

Users can find individual image metadata available as a table at: USGS/LIMA/SR_METADATA

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

经过处理的Landsat场景(16位)是将1Gt NLAPS场景转换为16位,用太阳角度校正处理,并转换为反射值(Bindschadler 2008)。

每个Landsat场景都经过高程数据和太阳角度校正的处理,以确保准确表达地表特征。南极洲的太阳角度给人一种夕阳的感觉。由于太阳角度很低,当Landsat经过南极洲时,大陆的外缘比靠近南极的地区显得更亮,所以场景中有明亮的地方,也有黑暗的地方。在这些场景中,不一致的太阳角度和阴影得到了纠正。如果没有这个过程,镶嵌会产生一个拼凑的场景,因为每个场景都有一个较亮和一个较暗的一面。

用户可以在以下网站上找到单个图像的元数据表。usgs/lima/sr_metadata

Dataset Availability

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

Dataset Provider

USGS

Collection Snippet

Copied

ee.ImageCollection("USGS/LIMA/SR")

Bands Table

Name Description Resolution Wavelength
B1 Blue 30 meters 0.45 - 0.52 µm
B2 Green 30 meters 0.52 - 0.60 µm
B3 Red 30 meters 0.63 - 0.69 µm
B4 Near infrared 30 meters 0.77 - 0.90 µm
B5 Shortwave infrared 1 30 meters 1.55 - 1.75 µm
B7 Shortwave infrared 2 30 meters 2.08 - 2.35 µm
B8 Panchromatic 15 meters 0.52 - 0.90 µm

代码:


  
  1. var dataset = ee.ImageCollection('USGS/LIMA/SR');
  2. var antarctica = dataset.select(['B3', 'B2', 'B1']);
  3. var antarcticaVis = {
  4. min: 0.0,
  5. max: 10000.0,
  6. };
  7. Map.setCenter(164.619, -77.99, 7);
  8. Map.addLayer(antarctica, antarcticaVis, 'Antartica Imagery (RGB)');

文章来源: blog.csdn.net,作者:此星光明2021年博客之星云计算Top3,版权归原作者所有,如需转载,请联系作者。

原文链接:blog.csdn.net/qq_31988139/article/details/120655729

【版权声明】本文为华为云社区用户转载文章,如果您发现本社区中有涉嫌抄袭的内容,欢迎发送邮件进行举报,并提供相关证据,一经查实,本社区将立刻删除涉嫌侵权内容,举报邮箱: cloudbbs@huaweicloud.com
  • 点赞
  • 收藏
  • 关注作者

评论(0

0/1000
抱歉,系统识别当前为高风险访问,暂不支持该操作

全部回复

上滑加载中

设置昵称

在此一键设置昵称,即可参与社区互动!

*长度不超过10个汉字或20个英文字符,设置后3个月内不可修改。

*长度不超过10个汉字或20个英文字符,设置后3个月内不可修改。