Skip to content

Commit

Permalink
International imports refactoring validated through exiobase. Footpri…
Browse files Browse the repository at this point in the history
…nts 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.
  • Loading branch information
MaximeAgez committed Sep 9, 2022
1 parent 3476986 commit 2af1339
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions openIO.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down

0 comments on commit 2af1339

Please sign in to comment.