Commit
·
99e2d9b
1
Parent(s):
8dc6cfd
fix bug : gwp equivalent
Browse files
src/__pycache__/impacts.cpython-312.pyc
CHANGED
Binary files a/src/__pycache__/impacts.cpython-312.pyc and b/src/__pycache__/impacts.cpython-312.pyc differ
|
|
src/__pycache__/utils.cpython-312.pyc
CHANGED
Binary files a/src/__pycache__/utils.cpython-312.pyc and b/src/__pycache__/utils.cpython-312.pyc differ
|
|
src/utils.py
CHANGED
@@ -100,7 +100,7 @@ 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 |
-
AIRPLANE_PARIS_NYC_GWP_EQ = q("
|
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 |
+
AIRPLANE_PARIS_NYC_GWP_EQ = q("1770 kgCO2eq")
|
104 |
|
105 |
#####################################################################################
|
106 |
### IMPACTS FORMATING
|