-
Notifications
You must be signed in to change notification settings - Fork 6
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
1 parent
2af1339
commit eafc9b1
Showing
10 changed files
with
1,527 additions
and
1,495 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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 |
---|---|---|
@@ -1,29 +1,35 @@ | ||
**OpenIO-Canada v2.3** | ||
## _OpenIO-Canada v2.4_ | ||
|
||
Class that creates Multi-Regional symmetric Environmentally Extended Input-Output (EEIO) tables for Canada. OpenIO-Canada | ||
operates at the provincial level (13 provinces). It can thus be used to compare the environmental impacts of value chains from | ||
Quebec and Ontario for example. | ||
Python class creating Multi-Regional symmetric Environmentally Extended Input-Output (MREEIO) tables for Canada. OpenIO-Canada | ||
operates at the provincial level (13 provinces). It can thus be used to compare the environmental impacts of value chains | ||
or consumption by households from any specific province. | ||
|
||
Through the "Detail level" of economic data from Statistics Canada, openIO-Canada covers 492 commodities and 240 industries. | ||
OpenIO-Canada covers 492 commodities, 310 pollutants including 3 greenhouse gases (CO2, CH4 and N2O) in 3 compartments | ||
(air, water and soil), water use and energy use. | ||
|
||
Covers 310 pollutants including 3 greenhouse gases (CO2, CH4 and N2O) in 3 compartments (air, water and soil). OpenIO-Canada | ||
also covers the use of water and energy. | ||
OpenIO-Canada is connected to the Exiobase global MRIO database to model value chains happening outside Canada. | ||
|
||
The IMPACT World+ life cycle impact assessment methodology is used to characterize the impacts of emissions on the | ||
environment. | ||
###Getting started | ||
|
||
Tables are available both in _ixi_ (industry) and _pxp_ (product) formats. | ||
The fixed industry sales structure assumption was used to generate the _ixi_ format and the industry technology | ||
assumption was used for the _pxp_ format. More transformation models might be added in the future. | ||
Clone the repository (or download it) and install the different libraries required to run this Python class (requirements.txt). | ||
Go to the doc folder and take a look at the demo.ipynb file to see how to generate the IO tables. | ||
|
||
Data used: | ||
###Data used | ||
- economic data: https://www150.statcan.gc.ca/n1/en/catalogue/15-602-X | ||
- international merchandise trade data: https://open.canada.ca/data/en/dataset/b1126a07-fd85-4d56-8395-143aba1747a4 | ||
- ghg emissions: https://www150.statcan.gc.ca/t1/tbl1/en/tv.action?pid=3810009701 | ||
- water use:https://www150.statcan.gc.ca/t1/tbl1/en/tv.action?pid=3810025001 | ||
- energy use: https://www150.statcan.gc.ca/t1/tbl1/en/tv.action?pid=3810009601 | ||
- other pollutants: https://open.canada.ca/data/en/dataset/1fb7d8d4-7713-4ec6-b957-4a882a84fed3 | ||
- exiobase3: https://doi.org/10.5281/zenodo.5589597 | ||
- The IMPACT World+ impact assessment methodology is used | ||
|
||
|
||
###Miscellaneous information | ||
This project was in part funded by Shared Services Canada (SSC) but they are not responsible for any data/results | ||
obtained from open IO Canada. | ||
|
||
An article describing the methodology of openIO-Canada is being written. | ||
Support for the industry version (_ixi_) is currently discontinued as it requires too much work. Support for lower detail | ||
IOIC classifications (i.e., Summary, Link-1961 and Link-1997) is also discontinued. | ||
|
||
A scientific article describing the methodology and results of openIO-Canada is being written. |
Large diffs are not rendered by default.
Oops, something went wrong.
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
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,5 @@ | ||
pandas==1.3.4 | ||
numpy==1.20.3 | ||
regex==2.2.1 | ||
pymrio==0.4.6 | ||
country_converter==0.7.4 |