Commit 1a7fc04481e83330f175ea3e097c5f0268408e46
1 parent
384c8535
Exists in
master
Updated ICAO data.
Showing
1 changed file
with
7 additions
and
4 deletions
Show diff stats
content.yml
... | ... | @@ -261,10 +261,13 @@ models: |
261 | 261 | # The travel_emission_lerp_fit uses points instead of intervals |
262 | 262 | # List of (distance in km, footprint in kg) |
263 | 263 | points: |
264 | - - [ 0.0, 4.5735209613707 ] | |
265 | - - [ 500.0, 84.2229231297094 ] | |
266 | - - [ 3000.0, 223.7823676144418 ] | |
267 | - - [ 25000.0, 1033.0117495994948 ] | |
264 | + - [0.0, 0.0 ] | |
265 | + - [299.9, 0.0 ] | |
266 | + - [300.0, 67.00585705041823 ] | |
267 | + - [2499.9, 211.09825928042045 ] | |
268 | + - [2500.0, 206.528816915788 ] | |
269 | + - [14999.9, 663.8204584246745 ] | |
270 | + - [25000.0, 1029.6603566841018 ] | |
268 | 271 | |
269 | 272 | |
270 | 273 | # The grouped barchart displayed on the home page. | ... | ... |