Commit b0b76147ff3557df6d17168c7d5f65090ee98afb
1 parent
c691f98f
Exists in
master
Prepare the future `selected` parameter and expose the duplicates.
Showing
1 changed file
with
62 additions
and
49 deletions
Show diff stats
content.yml
... | ... | @@ -29,6 +29,8 @@ models: |
29 | 29 | file: travel_emission_lerp_fit |
30 | 30 | # Color MUST be in the hex form, without alpha |
31 | 31 | color: "#9933ff" |
32 | + # Whether this model is selected by default in the list. | |
33 | + selected: true | |
32 | 34 | # The configuration that will be fed to the model. |
33 | 35 | # May be anything, really. Go bonkers! |
34 | 36 | config: |
... | ... | @@ -45,12 +47,12 @@ models: |
45 | 47 | # The travel_emission_lerp_fit uses points instead of intervals |
46 | 48 | # List of (distance in km, footprint in kg) |
47 | 49 | points: |
48 | - - [0.0, 0.0 ] | |
49 | - - [300.0, 0.0 ] | |
50 | - - [300.0, 100.77107567722328 ] | |
51 | - - [4000.0, 866.2580844227083 ] | |
52 | - - [4000.0, 844.2034018149334 ] | |
53 | - - [25000.0, 7094.270252762378 ] | |
50 | + - [ 0.0, 0.0 ] | |
51 | + - [ 300.0, 0.0 ] | |
52 | + - [ 300.0, 100.77107567722328 ] | |
53 | + - [ 4000.0, 866.2580844227083 ] | |
54 | + - [ 4000.0, 844.2034018149334 ] | |
55 | + - [ 25000.0, 7094.270252762378 ] | |
54 | 56 | |
55 | 57 | |
56 | 58 | - name: MyClimate (RFI=2) |
... | ... | @@ -65,6 +67,8 @@ models: |
65 | 67 | file: travel_emission_lerp_fit |
66 | 68 | # Color MUST be in the hex form, without alpha |
67 | 69 | color: "#99ff33" |
70 | + # Whether this model is selected by default in the list. | |
71 | + selected: true | |
68 | 72 | # The configuration that will be fed to the model. |
69 | 73 | # May be anything, really. Go bonkers! |
70 | 74 | config: |
... | ... | @@ -98,6 +102,8 @@ models: |
98 | 102 | file: travel_emission_lerp_fit |
99 | 103 | # Color MUST be in the hex form, without alpha |
100 | 104 | color: "#33ff99" |
105 | + # Whether this model is selected by default in the list. | |
106 | + selected: true | |
101 | 107 | # The configuration that will be fed to the model. |
102 | 108 | # May be anything, really. Go bonkers! |
103 | 109 | config: |
... | ... | @@ -114,33 +120,33 @@ models: |
114 | 120 | # The travel_emission_lerp_fit uses points instead of intervals |
115 | 121 | # List of (distance in km, footprint in kg) |
116 | 122 | points: |
117 | - - [0.0, 0.0 ] | |
118 | - - [300.0, 0.0 ] | |
119 | - - [300.0, 371.9202499999999 ] | |
120 | - - [1000.0, 572.185 ] | |
121 | - - [1000.0, 572.1850000000001 ] | |
122 | - - [2000, 903.7033333333331 ] | |
123 | - - [2000, 903.7033333333329 ] | |
124 | - - [3000, 1090.2199999999998 ] | |
125 | - - [3000, 1090.2200000000014 ] | |
126 | - - [4000, 1617.2800000000013 ] | |
127 | - - [4000, 1617.2800000000007 ] | |
128 | - - [5000, 2120.875 ] | |
129 | - - [5000, 2120.8749999999995 ] | |
130 | - - [6000, 2198.489999999999 ] | |
131 | - - [6000, 2198.4900000000007 ] | |
132 | - - [7000, 2274.2999999999997 ] | |
133 | - - [7000, 2274.2999999999993 ] | |
134 | - - [8000, 2599.1999999999985 ] | |
135 | - - [8000, 2599.2000000000007 ] | |
136 | - - [9000, 2745.405000000001 ] | |
137 | - - [9000, 2745.404999999999 ] | |
138 | - - [10000, 3122.6499999999987 ] | |
139 | - - [10000, 3122.650000000001 ] | |
140 | - - [11000, 3752.594999999996 ] | |
141 | - - [11000, 3739.599000000005 ] | |
142 | - - [20000.0, 6783.912000000004 ] | |
143 | - - [25000.0, 8475.197000000006 ] | |
123 | + - [ 0.0, 0.0 ] | |
124 | + - [ 300.0, 0.0 ] | |
125 | + - [ 300.0, 371.9202499999999 ] | |
126 | + - [ 1000.0, 572.185 ] | |
127 | + - [ 1000.0, 572.185 ] | |
128 | + - [ 2000.0, 903.7033333333331 ] | |
129 | + - [ 2000.0, 903.7033333333329 ] | |
130 | + - [ 3000.0, 1090.2199999999998 ] | |
131 | + - [ 3000.0, 1090.2200000000014 ] | |
132 | + - [ 4000.0, 1617.2800000000013 ] | |
133 | + - [ 4000.0, 1617.2800000000007 ] | |
134 | + - [ 5000.0, 2120.875 ] | |
135 | + - [ 5000.0, 2120.8749999999995 ] | |
136 | + - [ 6000.0, 2198.489999999999 ] | |
137 | + - [ 6000.0, 2198.4900000000007 ] | |
138 | + - [ 7000.0, 2274.2999999999997 ] | |
139 | + - [ 7000.0, 2274.2999999999993 ] | |
140 | + - [ 8000.0, 2599.1999999999985 ] | |
141 | + - [ 8000.0, 2599.2000000000007 ] | |
142 | + - [ 9000.0, 2745.405000000001 ] | |
143 | + - [ 9000.0, 2745.404999999999 ] | |
144 | + - [ 10000.0, 3122.6499999999987 ] | |
145 | + - [ 10000.0, 3122.650000000001 ] | |
146 | + - [ 11000.0, 3752.594999999996 ] | |
147 | + - [ 11000.0, 3739.599000000005 ] | |
148 | + - [ 20000.0, 6783.912000000004 ] | |
149 | + - [ 25000.0, 8475.197000000006 ] | |
144 | 150 | |
145 | 151 | |
146 | 152 | - name: DEFRA (RF=1.9) |
... | ... | @@ -155,6 +161,8 @@ models: |
155 | 161 | file: travel_emission_lerp_fit |
156 | 162 | # Color MUST be in the hex form, without alpha |
157 | 163 | color: "#3399ff" |
164 | + # Whether this model is selected by default in the list. | |
165 | + selected: true | |
158 | 166 | # The configuration that will be fed to the model. |
159 | 167 | # May be anything, really. Go bonkers! |
160 | 168 | config: |
... | ... | @@ -171,15 +179,15 @@ models: |
171 | 179 | # The travel_emission_lerp_fit uses points instead of intervals |
172 | 180 | # List of (distance in km, footprint in kg) |
173 | 181 | points: |
174 | - - [0.0, 0.0 ] | |
175 | - - [300.0, 0.0 ] | |
176 | - - [300.0, 47.496000000000016 ] | |
177 | - - [500.0, 79.16000000000003 ] | |
178 | - - [500.0, 78.03232675954409 ] | |
179 | - - [3700.0, 576.0823415958024 ] | |
180 | - - [3700.0, 541.2334271596557 ] | |
181 | - - [20000.0, 2878.919114979337 ] | |
182 | - - [25000.0, 3596.0006143105275 ] | |
182 | + - [ 0.0, 0.000000000000 ] | |
183 | + - [ 300.0, 0.000000000000 ] | |
184 | + - [ 300.0, 47.496000000000 ] | |
185 | + - [ 500.0, 79.160000000000 ] | |
186 | + - [ 500.0, 78.032326759544 ] | |
187 | + - [ 3700.0, 576.082341595802 ] | |
188 | + - [ 3700.0, 541.233427159656 ] | |
189 | + - [ 20000.0, 2878.919114979337 ] | |
190 | + - [ 25000.0, 3596.000614310528 ] | |
183 | 191 | |
184 | 192 | - name: KLM data (no RF, not recommended) |
185 | 193 | # Slugged version of the display name above |
... | ... | @@ -193,6 +201,8 @@ models: |
193 | 201 | file: travel_emission_lerp_fit |
194 | 202 | # Color MUST be in the hex form, without alpha |
195 | 203 | color: "#ff3399" |
204 | + # Whether this model is selected by default in the list. | |
205 | + selected: false | |
196 | 206 | # The configuration that will be fed to the model. |
197 | 207 | # May be anything, really. Go bonkers! |
198 | 208 | config: |
... | ... | @@ -209,13 +219,13 @@ models: |
209 | 219 | # The travel_emission_lerp_fit uses points instead of intervals |
210 | 220 | # List of (distance in km, footprint in kg) |
211 | 221 | points: |
212 | - - [0.0, 0.0 ] | |
213 | - - [300.0, 0.0 ] | |
214 | - - [300.0, 36.568484076385886 ] | |
215 | - - [2000.0, 186.80815934370835 ] | |
216 | - - [2000.0, 202.8769421141676 ] | |
217 | - - [20000.0, 1291.6001262464672 ] | |
218 | - - [25000.0, 1594.0232329498838 ] | |
222 | + - [ 0.0, 0.0000000000000 ] | |
223 | + - [ 300.0, 0.0000000000000 ] | |
224 | + - [ 300.0, 36.5684840763858 ] | |
225 | + - [ 2000.0, 186.8081593437083 ] | |
226 | + - [ 2000.0, 202.8769421141676 ] | |
227 | + - [ 20000.0, 1291.6001262464672 ] | |
228 | + - [ 25000.0, 1594.0232329498838 ] | |
219 | 229 | |
220 | 230 | - name: ICAO (no RF, not recommended) |
221 | 231 | # Slugged version of the display name above |
... | ... | @@ -229,6 +239,8 @@ models: |
229 | 239 | file: travel_emission_lerp_fit |
230 | 240 | # Color MUST be in the hex form, without alpha |
231 | 241 | color: "#ff9933" |
242 | + # Whether this model is selected by default in the list. | |
243 | + selected: false | |
232 | 244 | # The configuration that will be fed to the model. |
233 | 245 | # May be anything, really. Go bonkers! |
234 | 246 | config: |
... | ... | @@ -250,6 +262,7 @@ models: |
250 | 262 | - [ 3000.0, 223.7823676144418 ] |
251 | 263 | - [ 25000.0, 1033.0117495994948 ] |
252 | 264 | |
265 | + | |
253 | 266 | # The content is Markdown. HTML is also allowed. |
254 | 267 | # If you also want Markdown in the titles, just ask. |
255 | 268 | home: | ... | ... |