Skip to content

Latest commit

 

History

History
 
 

cloud_classification

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

UDM2 Mask Classification, PlanetScope

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

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

Evaluate and visualize

As PlanetScope is commercial data, brought into Sentinel Hub as Bring Your Own Data, direct EO Browser and Sentinel Playgorund links are not possible due to the personalized data credentials.

General description

PlanetScope has several usable data mask (UDM2) bands. The UDM2_Clear band gives information on whether the pixel is clear, meaning that the surface is clearly visible. If it's not clear, that means it's classified as either shadow, snow, light haze, heavy haze or cloud. Each of these is a separate UDM2 mask band:

  • UDM2_Snow
  • UDM2_Shadow
  • UDM2_LightHaze
  • UDM2_HeavyHaze
  • UDM2_Cloud

When the mask band == 1, the pixel belongs to the mask (for example, when UDM2_Snow == 1, the pixel was recognized as snow). The bands are mutually exclusive - if a pixel belongs to one mask class, it cannot belong to any other.

In the script, each of the UDM2 mask bands is classified with a unique color, and the pixels that do not belong to any class, are returned transparent.

Color legend

Mask HTLM color code Color
Snow #0080FF
Shadow #666666
Light haze #00E6FF
Heavy haze #FFB3FF
Cloud #B3B3B3

Description of representative images

Several mask classes over Austria, acquired on 2021-03-23.

Masks

References