Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1 KB

README.md

File metadata and controls

33 lines (23 loc) · 1 KB

Landsat 8 Band Quality Assessment Band

Show script or download{:target="_blank"} it.

{% highlight javascript %} {% include_relative script.js %} {% endhighlight %}

Evaluate and visualize

Description

This script uses the decodeL8C2Qa function to decode the BQA band from Landsat 8/9 Collection 2. This is then split into 7 classes:

  • Clear Pixels - returns the True Color image.
  • Water - Dark Blue
  • Snow - Pink
  • Cloud - White
  • Dilated Clouds - Gray
  • Cloud Shadow - Brown
  • Cirrus - Cyan

Description of representative images

BQA class map of Bern. Acquired on 2022-09-01, processed by Sentinel Hub.

L8 BQA

References