From 2bbbe11518d0cfb405922ed4a017b9cc205fc45d Mon Sep 17 00:00:00 2001 From: bfdb Date: Mon, 29 Oct 2018 20:54:21 +0100 Subject: [PATCH] Added README --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..84bcb98 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# source_shift +Repository for paper on reducing import embedded footprints of EU28 by source shifting. + +This analysis makes uses of the 2011 tables from the product-by-product representation of EXIOBASE v3.3. + +These tables can be downloaded from http://exiobase.eu/ + +## source_shift.py +This is the main script. + +## exiobase.py +This file contains parsing and processing scripts for EXIOBASE v3. + +## utils.py +This file contains utilities in the form of functions and classes that are used in the main script. + +## cfg.py +This file contains configurations that are used in the main script and by utilities and the EXIOBASE parsing and processing functions.