-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20 from TUW-GEO/notebook6
Notebook6
- Loading branch information
Showing
5 changed files
with
690 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
{ | ||
"land_cover": [ | ||
{"value": 1, "color": "#e6004d", "label": "Continuous urban fabric"}, | ||
{"value": 2, "color": "#ff0000", "label": "Discontinuous urban fabric"}, | ||
{"value": 3, "color": "#cc4df2", "label": "Industrial or commercial units"}, | ||
{"value": 4, "color": "#cc0000", "label": "Road and rail networks and associated land"}, | ||
{"value": 5, "color": "#e6cccc", "label": "Port areas"}, | ||
{"value": 6, "color": "#e6cce6", "label": "Airports"}, | ||
{"value": 7, "color": "#a600cc", "label": "Mineral extraction sites"}, | ||
{"value": 8, "color": "#a64d00", "label": "Dump sites"}, | ||
{"value": 9, "color": "#ff4dff", "label": "Construction sites"}, | ||
{"value": 10, "color": "#ffa6ff", "label": "Green urban areas"}, | ||
{"value": 11, "color": "#ffe6ff", "label": "Sport and leisure facilities"}, | ||
{"value": 12, "color": "#ffffa8", "label": "Non-irrigated arable land"}, | ||
{"value": 13, "color": "#ffff00", "label": "Permanently irrigated land"}, | ||
{"value": 14, "color": "#e6e600", "label": "Rice fields"}, | ||
{"value": 15, "color": "#e68000", "label": "Vineyards"}, | ||
{"value": 16, "color": "#f2a64d", "label": "Fruit trees and berry plantations"}, | ||
{"value": 17, "color": "#e6a600", "label": "Olive groves"}, | ||
{"value": 18, "color": "#e6e64d", "label": "Pastures"}, | ||
{"value": 19, "color": "#ffe6a6", "label": "Annual crops associated with permanent crops"}, | ||
{"value": 20, "color": "#ffe64d", "label": "Complex cultivation patterns"}, | ||
{"value": 21, "color": "#e6cc4d", "label": "Agricultural land with natural vegetation"}, | ||
{"value": 22, "color": "#f2cca6", "label": "Agro-forestry areas"}, | ||
{"value": 23, "color": "#80ff00", "label": "Broad-leaved forest"}, | ||
{"value": 24, "color": "#00a600", "label": "Coniferous forest"}, | ||
{"value": 25, "color": "#4dff00", "label": "Mixed forest"}, | ||
{"value": 26, "color": "#ccf24d", "label": "Natural grasslands"}, | ||
{"value": 27, "color": "#a6ff80", "label": "Moors and heathland"}, | ||
{"value": 28, "color": "#a6e64d", "label": "Sclerophyllous vegetation"}, | ||
{"value": 29, "color": "#a6f200", "label": "Transitional woodland-shrub"}, | ||
{"value": 30, "color": "#e6e6e6", "label": "Beaches - dunes - sands"}, | ||
{"value": 31, "color": "#cccccc", "label": "Bare rocks"}, | ||
{"value": 32, "color": "#ccffcc", "label": "Sparsely vegetated areas"}, | ||
{"value": 33, "color": "#000000", "label": "Burnt areas"}, | ||
{"value": 34, "color": "#a6e6cc", "label": "Glaciers and perpetual snow"}, | ||
{"value": 35, "color": "#a6a6ff", "label": "Inland marshes"}, | ||
{"value": 36, "color": "#4d4dff", "label": "Peat bogs"}, | ||
{"value": 37, "color": "#ccccff", "label": "Salt marshes"}, | ||
{"value": 38, "color": "#e6e6ff", "label": "Salines"}, | ||
{"value": 39, "color": "#a6a6e6", "label": "Intertidal flats"}, | ||
{"value": 40, "color": "#00ccf2", "label": "Water courses"}, | ||
{"value": 41, "color": "#80f2e6", "label": "Water bodies"}, | ||
{"value": 42, "color": "#00ffa6", "label": "Coastal lagoons"}, | ||
{"value": 43, "color": "#a6ffe6", "label": "Estuaries"}, | ||
{"value": 44, "color": "#e6f2ff", "label": "Sea and ocean"}, | ||
{"value": 48, "color": "#ffffff", "label": "NODATA"} | ||
] | ||
} | ||
|
||
|
Oops, something went wrong.