Mario-Carmona commited on
Commit
d95943c
·
verified ·
1 Parent(s): 70c3660

Delete data_29_10_2024/color_palette.json

Browse files
Files changed (1) hide show
  1. data_29_10_2024/color_palette.json +0 -102
data_29_10_2024/color_palette.json DELETED
@@ -1,102 +0,0 @@
1
- {
2
- "layers": {
3
- "flood_risk": [
4
- {
5
- "label": "Dry",
6
- "value": 0,
7
- "rgba": [ 245, 222, 179, 255 ],
8
- "hex": "#F5DEB3"
9
- },
10
- {
11
- "label": "Level 1 (0.2 m)",
12
- "value": 1,
13
- "rgba": [ 255, 241, 118, 255 ],
14
- "hex": "#F5DEB3"
15
- },
16
- {
17
- "label": "Level 2 (0.4 m)",
18
- "value": 2,
19
- "rgba": [ 255, 213, 79, 255 ],
20
- "hex": "#FFD54F"
21
- },
22
- {
23
- "label": "Level 3 (0.6 m)",
24
- "value": 3,
25
- "rgba": [ 255, 183, 77, 255 ],
26
- "hex": "#FFB74D"
27
- },
28
- {
29
- "label": "Level 4 (0.8 m)",
30
- "value": 4,
31
- "rgba": [ 255, 167, 38, 255 ],
32
- "hex": "#FFA726"
33
- },
34
- {
35
- "label": "Level 5 (1.0 m)",
36
- "value": 5,
37
- "rgba": [ 255, 138, 101, 255 ],
38
- "hex": "#FF8A65"
39
- },
40
- {
41
- "label": "Level 6 (1.2 m)",
42
- "value": 6,
43
- "rgba": [ 255, 112, 67, 255 ],
44
- "hex": "#FF7043"
45
- },
46
- {
47
- "label": "Level 7 (1.4 m)",
48
- "value": 7,
49
- "rgba": [ 244, 81, 30, 255 ],
50
- "hex": "#F4511E"
51
- },
52
- {
53
- "label": "Level 8 (1.6 m)",
54
- "value": 8,
55
- "rgba": [ 230, 74, 25, 255 ],
56
- "hex": "#E64A19"
57
- },
58
- {
59
- "label": "Level 9 (1.8 m)",
60
- "value": 9,
61
- "rgba": [ 216, 67, 21, 255 ],
62
- "hex": "#D84315"
63
- },
64
- {
65
- "label": "Level 10 (2.0 m)",
66
- "value": 10,
67
- "rgba": [ 229, 57, 53, 255 ],
68
- "hex": "#E53935"
69
- },
70
- {
71
- "label": "Level 11 (2.5 m)",
72
- "value": 11,
73
- "rgba": [ 198, 40, 40, 255 ],
74
- "hex": "#C62828"
75
- },
76
- {
77
- "label": "Level 12 (3.5 m)",
78
- "value": 12,
79
- "rgba": [ 183, 28, 28, 255 ],
80
- "hex": "#B71C1C"
81
- },
82
- {
83
- "label": "Level 13 (5.0 m)",
84
- "value": 13,
85
- "rgba": [ 136, 14, 79, 255 ],
86
- "hex": "#880E4F"
87
- },
88
- {
89
- "label": "Level 14 (8.0 m)",
90
- "value": 14,
91
- "rgba": [ 74, 20, 140, 255 ],
92
- "hex": "#4A148C"
93
- },
94
- {
95
- "label": "Level 15 (12.0 m)",
96
- "value": 15,
97
- "rgba": [ 26, 0, 26, 255 ],
98
- "hex": "#1A001A"
99
- }
100
- ]
101
- }
102
- }