Skip to content

Commit 6064e92

Browse files
author
wray
committed
WDS SSC quality added
1 parent 3af9260 commit 6064e92

File tree

3 files changed

+48
-5
lines changed

3 files changed

+48
-5
lines changed

copernicus_services/hrsi-wds-ssc-quality/README.md

Lines changed: 48 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,57 @@
88
</div>
99

1010
## 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+
1357

14-
1558
## Description of representative images
16-
*24th April 2020, Innsbruck, AT*
59+
*1st April 2021, Bormio, IT*
1760

18-
![NDSI](fig/figure.png)
61+
![WDS QCSSC](fig/figure.png)
1962

2063
## Resources
2164

Binary file not shown.
Loading

0 commit comments

Comments
 (0)