-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |