IndEcol / pymrio

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

Meaning of WE, WL, WE, WF and WM #92

Open Bradipino opened 2 years ago

Bradipino commented 2 years ago

Hello there,

I do not have a technical issue. I would simply like to know what world regions WE, WL, WE, WF and WM represent in the the Exiobase3 database. I would really appreciate if you could help me out here.

konstantinstadler commented 2 years ago

Hi, you can check here https://github.com/konstantinstadler/country_converter (there you can do things like

from country_converter import convert
convert('WA', src='EXIO3', to='short')

in short: W stands for Rest of the World WE rest of Europe WL rest of (Latin) america WF rest of aFrica WM rest of Middle east WA rest of asia

Bradipino commented 2 years ago

Great thank you. So much!