|
1 | 1 | { |
2 | | - "land_cover": [ |
3 | | - {"value": 1, "color": "#e6004d", "label": "Continuous urban fabric"}, |
4 | | - {"value": 2, "color": "#ff0000", "label": "Discontinuous urban fabric"}, |
5 | | - {"value": 3, "color": "#cc4df2", "label": "Industrial or commercial units"}, |
6 | | - {"value": 4, "color": "#cc0000", "label": "Road and rail networks and associated land"}, |
7 | | - {"value": 5, "color": "#e6cccc", "label": "Port areas"}, |
8 | | - {"value": 6, "color": "#e6cce6", "label": "Airports"}, |
9 | | - {"value": 7, "color": "#a600cc", "label": "Mineral extraction sites"}, |
10 | | - {"value": 8, "color": "#a64d00", "label": "Dump sites"}, |
11 | | - {"value": 9, "color": "#ff4dff", "label": "Construction sites"}, |
12 | | - {"value": 10, "color": "#ffa6ff", "label": "Green urban areas"}, |
13 | | - {"value": 11, "color": "#ffe6ff", "label": "Sport and leisure facilities"}, |
14 | | - {"value": 12, "color": "#ffffa8", "label": "Non-irrigated arable land"}, |
15 | | - {"value": 13, "color": "#ffff00", "label": "Permanently irrigated land"}, |
16 | | - {"value": 14, "color": "#e6e600", "label": "Rice fields"}, |
17 | | - {"value": 15, "color": "#e68000", "label": "Vineyards"}, |
18 | | - {"value": 16, "color": "#f2a64d", "label": "Fruit trees and berry plantations"}, |
19 | | - {"value": 17, "color": "#e6a600", "label": "Olive groves"}, |
20 | | - {"value": 18, "color": "#e6e64d", "label": "Pastures"}, |
21 | | - {"value": 19, "color": "#ffe6a6", "label": "Annual crops associated with permanent crops"}, |
22 | | - {"value": 20, "color": "#ffe64d", "label": "Complex cultivation patterns"}, |
23 | | - {"value": 21, "color": "#e6cc4d", "label": "Agricultural land with natural vegetation"}, |
24 | | - {"value": 22, "color": "#f2cca6", "label": "Agro-forestry areas"}, |
25 | | - {"value": 23, "color": "#80ff00", "label": "Broad-leaved forest"}, |
26 | | - {"value": 24, "color": "#00a600", "label": "Coniferous forest"}, |
27 | | - {"value": 25, "color": "#4dff00", "label": "Mixed forest"}, |
28 | | - {"value": 26, "color": "#ccf24d", "label": "Natural grasslands"}, |
29 | | - {"value": 27, "color": "#a6ff80", "label": "Moors and heathland"}, |
30 | | - {"value": 28, "color": "#a6e64d", "label": "Sclerophyllous vegetation"}, |
31 | | - {"value": 29, "color": "#a6f200", "label": "Transitional woodland-shrub"}, |
32 | | - {"value": 30, "color": "#e6e6e6", "label": "Beaches - dunes - sands"}, |
33 | | - {"value": 31, "color": "#cccccc", "label": "Bare rocks"}, |
34 | | - {"value": 32, "color": "#ccffcc", "label": "Sparsely vegetated areas"}, |
35 | | - {"value": 33, "color": "#000000", "label": "Burnt areas"}, |
36 | | - {"value": 34, "color": "#a6e6cc", "label": "Glaciers and perpetual snow"}, |
37 | | - {"value": 35, "color": "#a6a6ff", "label": "Inland marshes"}, |
38 | | - {"value": 36, "color": "#4d4dff", "label": "Peat bogs"}, |
39 | | - {"value": 37, "color": "#ccccff", "label": "Salt marshes"}, |
40 | | - {"value": 38, "color": "#e6e6ff", "label": "Salines"}, |
41 | | - {"value": 39, "color": "#a6a6e6", "label": "Intertidal flats"}, |
42 | | - {"value": 40, "color": "#00ccf2", "label": "Water courses"}, |
43 | | - {"value": 41, "color": "#80f2e6", "label": "Water bodies"}, |
44 | | - {"value": 42, "color": "#00ffa6", "label": "Coastal lagoons"}, |
45 | | - {"value": 43, "color": "#a6ffe6", "label": "Estuaries"}, |
46 | | - {"value": 44, "color": "#e6f2ff", "label": "Sea and ocean"}, |
47 | | - {"value": 48, "color": "#ffffff", "label": "NODATA"} |
48 | | - ] |
49 | | - } |
50 | | - |
| 2 | + "land_cover": [ |
| 3 | + { "value": 1, "color": "#e6004d", "label": "Continuous urban fabric" }, |
| 4 | + { "value": 2, "color": "#ff0000", "label": "Discontinuous urban fabric" }, |
| 5 | + { |
| 6 | + "value": 3, |
| 7 | + "color": "#cc4df2", |
| 8 | + "label": "Industrial or commercial units" |
| 9 | + }, |
| 10 | + { |
| 11 | + "value": 4, |
| 12 | + "color": "#cc0000", |
| 13 | + "label": "Road and rail networks and associated land" |
| 14 | + }, |
| 15 | + { "value": 5, "color": "#e6cccc", "label": "Port areas" }, |
| 16 | + { "value": 6, "color": "#e6cce6", "label": "Airports" }, |
| 17 | + { "value": 7, "color": "#a600cc", "label": "Mineral extraction sites" }, |
| 18 | + { "value": 8, "color": "#a64d00", "label": "Dump sites" }, |
| 19 | + { "value": 9, "color": "#ff4dff", "label": "Construction sites" }, |
| 20 | + { "value": 10, "color": "#ffa6ff", "label": "Green urban areas" }, |
| 21 | + { |
| 22 | + "value": 11, |
| 23 | + "color": "#ffe6ff", |
| 24 | + "label": "Sport and leisure facilities" |
| 25 | + }, |
| 26 | + { "value": 12, "color": "#ffffa8", "label": "Non-irrigated arable land" }, |
| 27 | + { "value": 13, "color": "#ffff00", "label": "Permanently irrigated land" }, |
| 28 | + { "value": 14, "color": "#e6e600", "label": "Rice fields" }, |
| 29 | + { "value": 15, "color": "#e68000", "label": "Vineyards" }, |
| 30 | + { |
| 31 | + "value": 16, |
| 32 | + "color": "#f2a64d", |
| 33 | + "label": "Fruit trees and berry plantations" |
| 34 | + }, |
| 35 | + { "value": 17, "color": "#e6a600", "label": "Olive groves" }, |
| 36 | + { "value": 18, "color": "#e6e64d", "label": "Pastures" }, |
| 37 | + { |
| 38 | + "value": 19, |
| 39 | + "color": "#ffe6a6", |
| 40 | + "label": "Annual crops associated with permanent crops" |
| 41 | + }, |
| 42 | + { |
| 43 | + "value": 20, |
| 44 | + "color": "#ffe64d", |
| 45 | + "label": "Complex cultivation patterns" |
| 46 | + }, |
| 47 | + { |
| 48 | + "value": 21, |
| 49 | + "color": "#e6cc4d", |
| 50 | + "label": "Agricultural land with natural vegetation" |
| 51 | + }, |
| 52 | + { "value": 22, "color": "#f2cca6", "label": "Agro-forestry areas" }, |
| 53 | + { "value": 23, "color": "#80ff00", "label": "Broad-leaved forest" }, |
| 54 | + { "value": 24, "color": "#00a600", "label": "Coniferous forest" }, |
| 55 | + { "value": 25, "color": "#4dff00", "label": "Mixed forest" }, |
| 56 | + { "value": 26, "color": "#ccf24d", "label": "Natural grasslands" }, |
| 57 | + { "value": 27, "color": "#a6ff80", "label": "Moors and heathland" }, |
| 58 | + { "value": 28, "color": "#a6e64d", "label": "Sclerophyllous vegetation" }, |
| 59 | + { "value": 29, "color": "#a6f200", "label": "Transitional woodland-shrub" }, |
| 60 | + { "value": 30, "color": "#e6e6e6", "label": "Beaches - dunes - sands" }, |
| 61 | + { "value": 31, "color": "#cccccc", "label": "Bare rocks" }, |
| 62 | + { "value": 32, "color": "#ccffcc", "label": "Sparsely vegetated areas" }, |
| 63 | + { "value": 33, "color": "#000000", "label": "Burnt areas" }, |
| 64 | + { "value": 34, "color": "#a6e6cc", "label": "Glaciers and perpetual snow" }, |
| 65 | + { "value": 35, "color": "#a6a6ff", "label": "Inland marshes" }, |
| 66 | + { "value": 36, "color": "#4d4dff", "label": "Peat bogs" }, |
| 67 | + { "value": 37, "color": "#ccccff", "label": "Salt marshes" }, |
| 68 | + { "value": 38, "color": "#e6e6ff", "label": "Salines" }, |
| 69 | + { "value": 39, "color": "#a6a6e6", "label": "Intertidal flats" }, |
| 70 | + { "value": 40, "color": "#00ccf2", "label": "Water courses" }, |
| 71 | + { "value": 41, "color": "#80f2e6", "label": "Water bodies" }, |
| 72 | + { "value": 42, "color": "#00ffa6", "label": "Coastal lagoons" }, |
| 73 | + { "value": 43, "color": "#a6ffe6", "label": "Estuaries" }, |
| 74 | + { "value": 44, "color": "#e6f2ff", "label": "Sea and ocean" }, |
| 75 | + { "value": 48, "color": "#ffffff", "label": "NODATA" } |
| 76 | + ] |
| 77 | +} |
0 commit comments