-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathfuels.json
125 lines (125 loc) · 3.19 KB
/
fuels.json
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"data": [
{
"type": "Diesel",
"langKey": "fuelDiesel",
"measuredBy": "v",
"CO2Emission": "2.614",
"CH4Emission": "0.00277375",
"N2OEmission": "0.00629674",
"GHGEmission": "2.62307049",
"_comments": "CO2e kg/L;"
},
{
"type": "Petrol",
"langKey": "fuelPetrol",
"measuredBy": "v",
"CO2Emission": "2.328",
"CH4Emission": "0.0025075",
"N2OEmission": "0.0062878",
"GHGEmission": "2.3367953",
"_comments": "CO2e kg/L;"
},
{
"type": "Gasoline",
"langKey": "fuelGasoline",
"measuredBy": "v",
"CO2Emission": "2.328",
"CH4Emission": "0.0025075",
"N2OEmission": "0.0062878",
"GHGEmission": "2.3367953",
"_comments": "CO2e kg/L;"
},
{
"type": "E10",
"langKey": "fuelE10",
"measuredBy": "v",
"CO2Emission": "2.2455",
"CH4Emission": "0.002316",
"N2OEmission": "0.0057365",
"GHGEmission": "2.2535525",
"_comments": "CO2e kg/L;(0.10 * ethanol) + (0.90 * gasoline);"
},
{
"type": "E25",
"fuel": "E25",
"langKey": "fuelE25",
"measuredBy": "v",
"CO2Emission": "2.12175",
"CH4Emission": "0.002029",
"N2OEmission": "0.00491402",
"GHGEmission": "2.12869302",
"_comments": "CO2e kg/L;(0.25 * ethanol) + (0.75 * gasoline);"
},
{
"type": "E85",
"langKey": "fuelE85",
"measuredBy": "v",
"CO2Emission": "1.62675",
"CH4Emission": "0.00088125",
"N2OEmission": "0.00161218",
"GHGEmission": "1.62924343",
"_comments": "CO2e kg/L;(0.85 * ethanol) + (0.15 * gasoline);"
},
{
"type": "Ethanol",
"langKey": "fuelEthanol",
"measuredBy": "v",
"CO2Emission": "1.503",
"CH4Emission": "0.00059425",
"N2OEmission": "0.00078672",
"GHGEmission": "1.50438097",
"_comments": "CO2e kg/L;"
},
{
"type": "Bio-Diesel",
"langKey": "fuelBioDiesel",
"measuredBy": "v",
"CO2Emission": "2.486",
"CH4Emission": "0.0009245",
"N2OEmission": "0.00078672",
"GHGEmission": "2.48771122",
"_comments": "CO2e kg/L;"
},
{
"type": "B20",
"langKey": "fuelB20",
"measuredBy": "v",
"CO2Emission": "2.5884",
"CH4Emission": "0.00240375",
"N2OEmission": "0.00519474",
"GHGEmission": "2.59599849",
"_comments": "CO2e kg/L;(0.8 * diesel) + (0.20 * Bio-Diesel)"
},
{
"type": "LPG",
"langKey": "fuelLPG",
"measuredBy": "v",
"CO2Emission": "1.533",
"CH4Emission": "0.0018475",
"N2OEmission": "0.0047084",
"GHGEmission": "1.5395559",
"_comments": "CO2e kg/L;"
},
{
"type": "CNG",
"langKey": "fuelCNG",
"measuredBy": "m",
"CO2Emission": "1.725",
"CH4Emission": "0.00081825",
"N2OEmission": "0.00094704",
"GHGEmission": "1.72676529",
"_comments": "CO2e kg/kg;"
},
{
"type": "Electricity",
"langKey": "fuelElectricity",
"measuredBy": "e",
"CO2Emission": "0.527",
"CH4Emission": "-1",
"N2OEmission": "-1",
"GHGEmission": "-1",
"_comments": "CO2e kg/kWh;"
}
]
}