File size: 4,805 Bytes
9bc98d9 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 | {
"A": {
"value": "Artificial land",
"children": {
"A1": {
"value": "Roofed built-up areas",
"children": {
"A11": "Buildings with one to three floors",
"A12": "Buildings with more than three floors",
"A13": "Greenhouses"
}
},
"A2": {
"value": "Artificial non-built up areas",
"children": {
"A21": "Non built-up area features",
"A22": "Non built-up linear features"
}
},
"A3": "Other artificial areas"
}
},
"B": {
"value": "Cropland",
"children": {
"B1": {
"value": "Cereals",
"children": {
"B11": "Common wheat",
"B12": "Durum wheat",
"B13": "Barley",
"B14": "Rye",
"B15": "Oats",
"B16": "Maize",
"B17": "Rice",
"B18": "Triticale",
"B19": "Other cereals"
}
},
"B2": {
"value": "Root crops",
"children": {
"B21": "Potatoes",
"B22": "Sugar beet",
"B23": "Other root crops"
}
},
"B3": {
"value": "Non-permanent industrial crops",
"children": {
"B31": "Sunflower",
"B32": "Rape and turnip rape",
"B33": "Soya",
"B34": "Cotton",
"B35": "Other fibre and oleaginous crops",
"B36": "Tobacco",
"B37": "Other non-permanent industrial crops"
}
},
"B4": {
"value": "Dry pulses, vegetables and flowers",
"children": {
"B41": "Dry pulses",
"B42": "Tomatoes",
"B43": "Other fresh vegetables",
"B44": "Floriculture and ornamental plants",
"B45": "Strawberries"
}
},
"B5": {
"value": "Fodder crops",
"children": {
"B51": "Clovers",
"B52": "Lucerne",
"B53": "Other leguminous and mixtures for fodder",
"B54": "Mixed cereals for fodder",
"B55": "Temporary grasslands"
}
},
"B7": {
"value": "Permanent crops: fruit trees",
"children": {
"B71": "Apple fruit",
"B72": "Pear fruit",
"B73": "Cherry fruit",
"B74": "Nuts trees",
"B75": "Other fruit trees and berries",
"B76": "Oranges",
"B77": "Other citrus fruit"
}
},
"B8": {
"value": "Other permanent crops",
"children": {
"B81": "Olive groves",
"B82": "Vineyards",
"B83": "Nurseries",
"B84": "Permanent industrial crops"
}
}
}
},
"C": {
"value": "Woodland",
"children": {
"C1": "Broadleaved woodland",
"C2": {
"value": "Coniferous woodland",
"children": {
"C21": "Spruce dominated coniferous woodland",
"C22": "Pine dominated coniferous woodland",
"C23": "Other coniferous woodland"
}
},
"C3": {
"value": "Mixed woodland",
"children": {
"C31": "Spruce dominated mixed woodland",
"C32": "Pine dominated mixed woodland",
"C33": "Other mixed woodland"
}
}
}
},
"D": {
"value": "Shrubland",
"children": {
"D1": "Shrubland with sparse tree cover",
"D2": "Shrubland without tree cover"
}
},
"E": {
"value": "Grassland",
"children": {
"E1": "Grassland with sparse tree/shrub cover",
"E2": "Grassland without tree/shrub cover",
"E3": "Spontaneously re-vegetated surfaces"
}
},
"F": {
"value": "Bare land and lichens/moss",
"children": {
"F1": "Rocks and stones",
"F2": "Sand",
"F3": "Lichens and moss",
"F4": "Other bare soil"
}
},
"G": {
"value": "Water areas",
"children": {
"G1": {
"value": "Inland water bodies",
"children": {
"G11": "Inland fresh water bodies",
"G12": "Inland salty water bodies"
}
},
"G2": {
"value": "Inland running water",
"children": {
"G21": "Inland fresh running water",
"G22": "Inland salty running water"
}
},
"G3": "Transitional water bodies",
"G4": "Sea and ocean",
"G5": "Glaciers, permanent snow"
}
},
"H": {
"value": "Wetlands",
"children": {
"H1": {
"value": "Inland wetlands",
"children": {
"H11": "Inland marshes",
"H12": "Peatbogs"
}
},
"H2": {
"value": "Coastal wetlands",
"children": {
"H21": "Salt marshes",
"H22": "Salines and other chemical deposits",
"H23": "Intertidal flats"
}
}
}
}
}
|