From 2af13394108446ced9515299cb7ea59add5658ac Mon Sep 17 00:00:00 2001 From: Maxime AGEZ <11.maxime.agez@gmail.com> Date: Fri, 9 Sep 2022 12:45:43 -0400 Subject: [PATCH] International imports refactoring validated through exiobase. Footprints with openIO-Canada are curretnyl higher because of the non-separation of biogenic and fossil carbon in StatCana data. Also, self.S_exio was wrongly converted to CAD. Should stay in euros. --- openIO.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/openIO.py b/openIO.py index d8fad17..b477274 100644 --- a/openIO.py +++ b/openIO.py @@ -849,8 +849,6 @@ def link_international_trade_data_to_exiobase(self): self.S_exio = io.satellite.S.copy() # millions euros to euros self.S_exio.iloc[9:] /= 1000000 - # convert euros to canadian dollars - self.S_exio /= 1.5 # loading concordances between exiobase classification and IOIC ioic_exio = pd.read_excel(pkg_resources.resource_stream(__name__, '/Data/IOIC_EXIOBASE.xlsx'),