Commit
·
288e50b
1
Parent(s):
6e5500b
fix: revert changes on airplane equivalent
Browse files- src/utils.py +2 -1
src/utils.py
CHANGED
|
@@ -100,7 +100,8 @@ YEARLY_IRELAND_ELECTRICITY_CONSUMPTION = q("33 TWh")
|
|
| 100 |
IRELAND_POPULATION_MILLION = 5
|
| 101 |
|
| 102 |
# From https://impactco2.fr/outils/comparateur?value=1&comparisons=&equivalent=avion-pny
|
| 103 |
-
|
|
|
|
| 104 |
|
| 105 |
#####################################################################################
|
| 106 |
### IMPACTS FORMATING
|
|
|
|
| 100 |
IRELAND_POPULATION_MILLION = 5
|
| 101 |
|
| 102 |
# From https://impactco2.fr/outils/comparateur?value=1&comparisons=&equivalent=avion-pny
|
| 103 |
+
# 1.77t for one passenger (round-trip) x 100 passenger
|
| 104 |
+
AIRPLANE_PARIS_NYC_GWP_EQ = q("177000 kgCO2eq")
|
| 105 |
|
| 106 |
#####################################################################################
|
| 107 |
### IMPACTS FORMATING
|