File tree Expand file tree Collapse file tree 3 files changed +48
-5
lines changed
copernicus_services/hrsi-wds-ssc-quality Expand file tree Collapse file tree 3 files changed +48
-5
lines changed Original file line number Diff line number Diff line change 8
8
</div >
9
9
10
10
## General description of the script
11
- This script visualises Fractional Snow Cover NDSI. The product provides the NDSI values in the detected snow area, i.e. area where
12
- FSCTOC > 0%.
11
+ This script visualises the Wet / Dry Snow - Snow state classification (WDS QCSSC) quality layer.
12
+
13
+ Table 1: Classification classes and colouring scheme.
14
+
15
+ <table >
16
+ <thead >
17
+ <tr>
18
+ <th>Value</th>
19
+ <th>Color</th>
20
+ <th>Label</th>
21
+ </tr>
22
+ </thead >
23
+ <tbody >
24
+ <tr>
25
+ <td>1</td>
26
+ <td style="background-color: #00a600;"></td>
27
+ <td>0 - high quality</td>
28
+ </tr>
29
+ <tr>
30
+ <td>2</td>
31
+ <td style="background-color: #a6e64d;"></td>
32
+ <td>1 - medium quality</td>
33
+ </tr>
34
+ <tr>
35
+ <td>3</td>
36
+ <td style="background-color: #xf2a64d;"></td>
37
+ <td>2 - low quality</td>
38
+ </tr>
39
+ <tr>
40
+ <td>4</td>
41
+ <td style="background-color: #ff0000;"></td>
42
+ <td>3 - minimal quality</td>
43
+ </tr>
44
+ <tr>
45
+ <td>5</td>
46
+ <td style="background-color: #cccccc;"></td>
47
+ <td>200 - masked</td>
48
+ </tr>
49
+ <tr>
50
+ <td>6</td>
51
+ <td style="background-color: #000000;"></td>
52
+ <td>255 - no data</td>
53
+ </tr>
54
+ </tbody >
55
+ </table >
56
+
13
57
14
-
15
58
## Description of representative images
16
- * 24th April 2020, Innsbruck, AT *
59
+ * 1st April 2021, Bormio, IT *
17
60
18
- ![ NDSI ] ( fig/figure.png )
61
+ ![ WDS QCSSC ] ( fig/figure.png )
19
62
20
63
## Resources
21
64
You can’t perform that action at this time.
0 commit comments