We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0b89b8 commit 2bbbe11Copy full SHA for 2bbbe11
README.md
@@ -0,0 +1,18 @@
1
+# source_shift
2
+Repository for paper on reducing import embedded footprints of EU28 by source shifting.
3
+
4
+This analysis makes uses of the 2011 tables from the product-by-product representation of EXIOBASE v3.3.
5
6
+These tables can be downloaded from http://exiobase.eu/
7
8
+## source_shift.py
9
+This is the main script.
10
11
+## exiobase.py
12
+This file contains parsing and processing scripts for EXIOBASE v3.
13
14
+## utils.py
15
+This file contains utilities in the form of functions and classes that are used in the main script.
16
17
+## cfg.py
18
+This file contains configurations that are used in the main script and by utilities and the EXIOBASE parsing and processing functions.
0 commit comments