IndEcol / pymrio

Multi-Regional Input-Output Analysis in Python.
http://pymrio.readthedocs.io/en/latest/
Other
155 stars 71 forks source link

accessing emissions computation from exiobase3 #64

Closed robingirard closed 3 years ago

robingirard commented 3 years ago

I'm trying to access the GHG emission decomposition for different countries in Europe with consumption/production/net trade along different years. I followed the documentation here https://pymrio.readthedocs.io/en/latest/notebooks/working_with_exiobase.html#Exploring-EXIOBASE starting with year 2015. year= 2015 exio3 = pymrio.parseexiobase3(path='IOT'+str(year)+'_pxp.zip') exio3.meta exio3.get_regions() exio3.calc_all()

I have a satellite extension but no impact. Thanks in advance for your help Robin

konstantinstadler commented 3 years ago

Yeah, the docs are a little outdated - I will fix that. did you use the latest exiobase version (https://zenodo.org/record/4588235)? you can download them automatically with pymrio: https://pymrio.readthedocs.io/en/latest/notebooks/autodownload.html#EXIOBASE-3-download