-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcolor_map.py
More file actions
57 lines (53 loc) · 1.23 KB
/
color_map.py
File metadata and controls
57 lines (53 loc) · 1.23 KB
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
# trento_color_map = [
# [0, 43, 255],
# [78, 200, 237],
# [153, 205, 107],
# [254, 210, 13],
# [238, 52, 36],
# [125, 20, 22]
# ]
trento_color_map = [[0, 47, 255], [0, 223, 255], [
143, 255, 111], [255, 207, 0], [255, 31, 0], [127, 0, 0]]
houston2013_color_map = [
[0, 0, 131],
[0,0,203],
[0,19,255],
[0,91,255],
[0,167,255],
[0, 239, 255],
[55, 255, 199],
[131,255,123],
[203,255,51],
[255,235,0],
[255,163,0],
[255,87,0],
[255,15,0],
[199,0,0],
[127,0,0]
]
houston2018_color_map = [
[50, 205, 51],
[173, 255, 48],
[0, 128, 129],
[34, 139, 34],
[46, 79, 78],
[139, 69, 18],
[0, 255, 255],
[255, 255, 255],
[211, 211, 211],
[254, 0, 0],
[169, 169, 169],
[105, 105, 105],
[139, 0, 1],
[200, 100, 0], #####
[254, 165, 0],
[255, 255, 0],
[218, 165, 33],
[255, 0, 254],
[0, 0, 254],
[63, 224, 208]
]
berlin_color_map = [[26, 163, 25], [216, 216, 216], [216, 89, 89], [
0, 204, 51], [204, 153, 52], [244, 231, 1], [204, 102, 204], [0, 53, 255]]
augsburg_color_map = [[26, 163, 25], [216, 216, 216], [216, 89, 89], [
0, 204, 51], [244, 231, 1], [204, 102, 204], [0, 53, 255]]