This repository holds the teaching material for the internal PSI LEA training.
The objective of this course is to provide an introduction to the LCA methodology and the tools used to perform it. The course will be divided in four parts:
- Introduction to
brightway
andactivity-browser
. - Introduction to the
wurst
library. - Introduction to the
premise
library. - Practical session on scenario-based and prospective LCA.
This course will introduce participants to LCA, software to conduct it, LCA data manipulation, and prospective LCA. Hence, the course is divided in four parts.
The first part will be an introduction to brightway
and activity-browser
.
The second part will be an introduction to
the wurst
library, which is a python library used to operate
large-scale modification on LCA databases.
The third part will be
an introduction to the premise
library, which is a python library
used to create and operate prospective LCA database based on IAM
scenarios.
The fourth part will be a practical session where the
participants will be able to build their own prospective scenarios
using the premise
library.
Unless otherwise specified, all material in this repository is licensed Creative Commons Attribution-NonCommercial 4.0 International.
No special requirements are needed at the beginning of the course. We will install the required software during the course. We only ask the participants to download the following software before the course:
Install the libmamba
solver in conda, for faster environment resolution:
conda install -n base conda-libmamba-solver
conda config --set solver libmamba