Skip to content

Commit 8fa94e3

Browse files
Added column with value to scene classification
1 parent 38e88b0 commit 8fa94e3

File tree

2 files changed

+16
-23
lines changed

2 files changed

+16
-23
lines changed

sentinel-2/ndsi/vis.js

-20
This file was deleted.

sentinel-2/scene-classification/README.md

+16-3
Original file line numberDiff line numberDiff line change
@@ -14,77 +14,90 @@ nav_exclude: true
1414

1515
## General description
1616

17-
Scene classification was developed to distinguish between cloudy pixels, clear pixels and water pixels of Sentinel-2 data and is a result of ESA's Scene classification algorithm. Twelve different classifications are provided including classes of clouds, vegetation, soils/desert, water and snow. It does not constitute a land cover classification map in a strict sense.
17+
Scene classification was developed to distinguish between cloudy pixels, clear pixels and water pixels of Sentinel-2 data and is a result of the Scene classification algorithm run by ESA. Twelve different classifications are provided including classes of clouds, vegetation, soils/desert, water and snow. It does not constitute a land cover classification map in a strict sense.
1818

1919
## Description of representative images
2020

2121
Scene Classification of Rome.
2222

23-
![NDVI of Rome](fig/fig1.png)
23+
![Scene classification of Rome](fig/fig1.png)
2424

2525
## Color legend
2626
<table>
2727
<tr>
28-
<th>NDVI range</th>
28+
<th>Value</th>
29+
<th>Scene Classification</th>
2930
<th>HTLM color code</th>
3031
<th>Color</th>
3132
</tr>
3233
<tr>
34+
<td>0</td>
3335
<td>No Data (Missing data)</td>
3436
<td>#000000</td>
3537
<td style="background-color: #000000;"></td>
3638
</tr>
3739
<tr>
40+
<td>1</td>
3841
<td>Saturated or defective pixel</td>
3942
<td>#ff0000</td>
4043
<td style="background-color: #ff0000;"></td>
4144
</tr>
4245
<tr>
46+
<td>2</td>
4347
<td>Topographic casted shadows (called "Dark features/Shadows" for data before 2022-01-25)</td>
4448
<td>#2f2f2f</td>
4549
<td style="background-color: #2f2f2f;"></td>
4650
</tr>
4751
<tr>
52+
<td>3</td>
4853
<td>Cloud shadows</td>
4954
<td>#643200</td>
5055
<td style="background-color: #643200;"></td>
5156
</tr>
5257
<tr>
58+
<td>4</td>
5359
<td>Vegetation</td>
5460
<td>#00a000</td>
5561
<td style="background-color: #00a000;"></td>
5662
</tr>
5763
<tr>
64+
<td>5</td>
5865
<td>Not-vegetated</td>
5966
<td>#ffe65a</td>
6067
<td style="background-color: #ffe65a;"></td>
6168
</tr>
6269
<tr>
70+
<td>6</td>
6371
<td>Water</td>
6472
<td>#0000ff</td>
6573
<td style="background-color: #0000ff;"></td>
6674
</tr>
6775
<tr>
76+
<td>7</td>
6877
<td>Unclassified</td>
6978
<td>#808080</td>
7079
<td style="background-color: #808080;"></td>
7180
</tr>
7281
<tr>
82+
<td>8</td>
7383
<td>Cloud medium probability</td>
7484
<td>#c0c0c0</td>
7585
<td style="background-color: #c0c0c0;"></td>
7686
</tr>
7787
<tr>
88+
<td>9</td>
7889
<td>Cloud high probability</td>
7990
<td>#ffffff</td>
8091
<td style="background-color: #ffffff;"></td>
8192
</tr>
8293
<tr>
94+
<td>10</td>
8395
<td>Thin cirrus</td>
8496
<td>#64c8ff</td>
8597
<td style="background-color: #64c8ff;"></td>
8698
</tr>
8799
<tr>
100+
<td>11</td>
88101
<td>Snow or ice</td>
89102
<td>#ff96ff</td>
90103
<td style="background-color: #ff96ff;"></td>

0 commit comments

Comments
 (0)