Skip to content

Latest commit

 

History

History

1_eeioa

EEIOA (Environmentally extended input–output analysis)

This folder contains the source code to download and use EXIOBASE EEIOA data. To use notebook files, create a venv and install requirements as follows:

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

To download complete EXIOBASE industry by industry data between 1995 and 2022, run (requires wget):

cd exio3
./dl.sh

[!WARNING]
This represents 22Gb of data

Temporal data cannot be uploaded due to GitHub file limit of 100mb. To generate the data, use python data/create_temporal_data.py