Skip to content

Commit 0fdc0d7

Browse files
committed
Update links to Zenodo of trade database.
1 parent 02060ab commit 0fdc0d7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ To get started you can git clone this repository or simply download it.
6060
You will need a few things to get started:
6161
- Have an ecoinvent license (obviously)
6262
- Download the BACI database that was already extracted.
63-
You can download it from [here](https://doi.org/10.5281/zenodo.14616960)
63+
You can download it from [here](https://doi.org/10.5281/zenodo.11583814)
6464
- Install ```brightway2``` and have a brightway2 project with either ecoinvent3.9.1 cut-off or ecoinvent3.10 cut-off
6565

6666
Note that regioinvent currently only supports the ecoinvent 3.9.1/3.10 cut-off version and operates solely on brightway2 (NOT

doc/demo.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"To be able to use regioinvent, you will need:\n",
1919
"- 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",
2020
"- a brightway project within which there is an ecoinvent database with either the version 3.9.1/3.10 cutoff\n",
21-
"- to download the trade database stored here: https://doi.org/10.5281/zenodo.14616960"
21+
"- to download the trade database stored here: https://doi.org/10.5281/zenodo.11583814"
2222
]
2323
},
2424
{
@@ -112,7 +112,7 @@
112112
"metadata": {},
113113
"source": [
114114
"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",
115-
"- _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",
115+
"- _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",
116116
"- _regioinvent_database_name_ which is simply the name that the created database will take\n",
117117
"- _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."
118118
]

0 commit comments

Comments
 (0)