Skip to content

Commit

Permalink
Merge pull request #20 from TUW-GEO/notebook6
Browse files Browse the repository at this point in the history
Notebook6
  • Loading branch information
maybedave authored Oct 25, 2024
2 parents 4d57e7d + b7f6337 commit f3f0b38
Show file tree
Hide file tree
Showing 5 changed files with 690 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

These are the hand-outs and exercises of the Master course Microwave Remote Sensing (120.030) at the TU Wien.

A guide for creating the notebooks and the environments in JupiterHub can be found in the file [`JupyterHub_Guide.qmd`](./JupyterHub_Guide.qmd).
A guide for creating the notebooks and the environments in JupiterHub can be found in the file [`Index.qmd`](./Index.qmd).

# Generate Jupyter Conda environment and Jupyter Kernel from `yml`

Expand Down
51 changes: 51 additions & 0 deletions assets/06_color_mapping.json
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"}
]
}


Loading

0 comments on commit f3f0b38

Please sign in to comment.