From 0fdc0d7971d2eee918d849ceedf8b364fa727e78 Mon Sep 17 00:00:00 2001 From: Maxime Agez <11.maxime.agez@gmail.com> Date: Mon, 20 Jan 2025 11:21:25 -0500 Subject: [PATCH] Update links to Zenodo of trade database. --- README.md | 2 +- doc/demo.ipynb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 375cc6e..4bab4c1 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/doc/demo.ipynb b/doc/demo.ipynb index 5c730a4..882388b 100644 --- a/doc/demo.ipynb +++ b/doc/demo.ipynb @@ -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" ] }, { @@ -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." ]