Skip to content
Snippets Groups Projects
Commit 67129de1 authored by Frisinghelli Daniel's avatar Frisinghelli Daniel
Browse files

Changed color scheme of land cover classes.

parent 259e43ed
No related branches found
No related tags found
No related merge requests found
......@@ -115,10 +115,10 @@ class SparcsLabels(Label):
Shadow = 0, 'grey'
Shadow_over_water = 1, 'darkblue'
Water = 2, 'blue'
Snow = 3, 'paleturquoise'
Land = 4, 'forestgreen'
Cloud = 5, 'whitesmoke'
Water = 2, 'mediumblue'
Snow = 3, 'mediumturquoise'
Land = 4, 'seagreen'
Cloud = 5, 'lightgrey'
Flooded = 6, 'yellow'
No_data = 7, 'black'
......@@ -132,7 +132,7 @@ class Cloud95Labels(Label):
"""
Clear = 0, 'skyblue'
Cloud = 1, 'whitesmoke'
Cloud = 1, 'lightgrey'
class AlcdLabels(Label):
......@@ -145,12 +145,12 @@ class AlcdLabels(Label):
No_data = 0, 'black'
Not_used = 1, 'black'
Cloud = 2, 'whitesmoke'
Cirrus = 3, 'whitesmoke'
Cloud = 2, 'lightgrey'
Cirrus = 3, 'lightgrey'
Shadow = 4, 'grey'
Land = 5, 'forestgreen'
Water = 6, 'blue'
Snow = 7, 'paleturquoise'
Land = 5, 'seagreen'
Water = 6, 'mediumblue'
Snow = 7, 'mediumturquoise'
class Gdal2Numpy(enum.Enum):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment