Skip to content

Commit

Permalink
Update links to Zenodo of trade database.
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximeAgez committed Jan 20, 2025
1 parent 02060ab commit 0fdc0d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ To get started you can git clone this repository or simply download it.
You will need a few things to get started:
- Have an ecoinvent license (obviously)
- Download the BACI database that was already extracted.
You can download it from [here](https://doi.org/10.5281/zenodo.14616960)
You can download it from [here](https://doi.org/10.5281/zenodo.11583814)
- Install ```brightway2``` and have a brightway2 project with either ecoinvent3.9.1 cut-off or ecoinvent3.10 cut-off

Note that regioinvent currently only supports the ecoinvent 3.9.1/3.10 cut-off version and operates solely on brightway2 (NOT
Expand Down
4 changes: 2 additions & 2 deletions doc/demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"To be able to use regioinvent, you will need:\n",
"- to install the brightway2 Python library (brightway2 and NOT brightway2.5), easier is to get it through activity-browser: https://github.com/LCA-ActivityBrowser/activity-browser\n",
"- a brightway project within which there is an ecoinvent database with either the version 3.9.1/3.10 cutoff\n",
"- to download the trade database stored here: https://doi.org/10.5281/zenodo.14616960"
"- to download the trade database stored here: https://doi.org/10.5281/zenodo.11583814"
]
},
{
Expand Down Expand Up @@ -112,7 +112,7 @@
"metadata": {},
"source": [
"If you want to go further in the regionalization, i.e., to create new national production processes and to rely on trade data to regionalize consumption markets of ecoinvent, you can run the next function. There are 3 arguments:\n",
"- _trade_database_path_ which is the path where you stored the trade database you downloaded from Zenodo: https://doi.org/10.5281/zenodo.14616960\n",
"- _trade_database_path_ which is the path where you stored the trade database you downloaded from Zenodo: https://doi.org/10.5281/zenodo.11583814\n",
"- _regioinvent_database_name_ which is simply the name that the created database will take\n",
"- _cutoff_ which is the cut-off (between 0 and 1) beyond which countries will be aggreated as RoW. For more info on what cutoff does, see section \"Selection of countries for regionalization\" of the Methodology.md file."
]
Expand Down

0 comments on commit 0fdc0d7

Please sign in to comment.