Landsat 8 波段组合「建议收藏」

Landsat 8 波段组合「建议收藏」Landsat8hasbeenonlineforacoupleofmonthsnow,andtheimageslookincredible.WhileallofthebandsfrompreviousLandsatmissionsarestillincorporated,thereareacoupleofnewones,su…

大家好,又见面了,我是你们的朋友全栈君。

Landsat 8 has been online for a couple of months now, and the images look incredible. While all of the bands from previous Landsat missions are still incorporated, there are a couple of new ones, such as the coastal blue band water penetration/aerosol detection and the cirrus cloud band for cloud masking and other applications. Here’s a rundown of some common band combinations applied to Landsat 8, displayed as a red, green, blue (RGB):

Natural Color 4 3 2
False Color (urban) 7 6 4
Color Infrared (vegetation) 5 4 3
Agriculture 6 5 2
Atmospheric Penetration 7 6 5
Healthy Vegetation 5 6 2
Land/Water 5 6 4
Natural With Atmospheric Removal 7 5 3
Shortwave Infrared 7 5 4
Vegetation Analysis 6 5 4

Here’s how the new bands from Landsat 8 line up with Landsat 7:

Landsat 7

Landsat 8

Band Name Bandwidth (µm) Resolution (m) Band Name Bandwidth (µm) Resolution (m)
Band 1 Coastal

0.43 – 0.45

30

Band 1 Blue

0.45 – 0.52

30

Band 2 Blue

0.45 – 0.51

30

Band 2 Green

0.52 – 0.60

30

Band 3 Green

0.53 – 0.59

30

Band 3 Red

0.63 – 0.69

30

Band 4 Red

0.64 – 0.67

30

Band 4 NIR

0.77 – 0.90

30

Band 5 NIR

0.85 – 0.88

30

Band 5 SWIR 1

1.55 – 1.75

30

Band 6 SWIR 1

1.57 – 1.65

30

Band 7 SWIR 2

2.09 – 2.35

30

Band 7 SWIR 2

2.11 – 2.29

30

Band 8 Pan

0.52 – 0.90

15

Band 8 Pan

0.50 – 0.68

15

Band 9 Cirrus

1.36 – 1.38

30

Band 6 TIR

10.40 – 12.50

30/60

Band 10 TIRS 1

10.6 – 11.19

100

Band 11 TIRS 2

11.5 – 12.51

100

For the most part, the bands line up with what we’re used to, with some minor tweaking of the spectral ranges. The thermal infrared band from Landsat 7 is now split into two bands for Landsat 8. Whereas before you had one thermal band that was acquired at 60 m resolution (and resampled to 30 m) now you have increased spectral resolution at the cost of spatial resolution. It wouldn’t be remote sensing without tradeoffs, right?

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请联系我们举报,一经查实,本站将立刻删除。

发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/163506.html原文链接:https://javaforall.net

(0)
全栈程序员-站长的头像全栈程序员-站长


相关推荐

  • 到底该不该用RTOS——rtos的优点

    到底该不该用RTOS——rtos的优点我现在要不要学习RTOS? 学习RTOS有什么好处? 我的项目要不要跑RTOS?······等等一些关于RTOS的问题,

    2022年8月5日
    5
  • 现有p2p协议简介怎么写_P2P协议穿透

    现有p2p协议简介怎么写_P2P协议穿透原文地址:http://wezly.iteye.com/blog/611630 (一) 常用p2p协议  一、napster:世界上第一个大型的p2p应用网络;中央集中式,倒闭了。  napster,这是当时很火的一种共享服务,主要用于查找mp3,它有一个服务器用于存储mp3文件的链接位置并提供检索,而真正的mp3文件则存放在千千万万的个人电脑上,搜索到的文件通过p2p方式

    2022年10月20日
    2
  • Gradle教程「建议收藏」

    Gradle教程「建议收藏」1.简介在本课程中,我们将学习Gradle,它是一个构建工具和一个依赖管理系统,与Maven和Ant非常相似,并且专门用于构建基于Java的项目。与Maven和Ant构建系统不同,Gradle不使用XML。它实际上是基于Groovy构建在DSL中的。与基于XML的其他构建系统相比,基于Groovy的Gradle脚本的最大优势是可以使构建脚本更小,更简洁。就像Maven构建文件…

    2022年6月28日
    33
  • 第20章,运维自动化之ansible

    第20章,运维自动化之ansible

    2022年4月3日
    34
  • java xsd解析_java dom4j解析XSD文件

    java xsd解析_java dom4j解析XSD文件1 用 DOM4J 解析 XSD 文件 找出 XSD 文件中所有的 element type 的定义 xsd 文件有 4W 多行 最终找出的结果是 element 和 type 定义有 6000 多个 2 递归找出指定 type 所用到的所有关联的元素 其中有用到 XPATH 来查找结点根据 type 在 xsd 文件中查找 找到有 type 和 element 是自定义的就递归下去继续往下找 直到找到最后所有的 type 和 element 都是 XSD 自带

    2025年8月2日
    5
  • 日志查看–journalctl[通俗易懂]

    日志查看–journalctl[通俗易懂]7.journal(1)journalctl //日志查看工具-n3 //查看最近3条日志-perr //查看错误日志-overbose //查看日志的详细参数–since //查看从什么时间开始的日志–until //查看到什么时间为止的日志(2)如何使用systemd-journald保存系统日志默认systemd-journald是不保存系统日志到硬盘的,那…

    2022年5月23日
    45

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

关注全栈程序员社区公众号