Example Collection¶
Here are some examples on how you can use bw_timex. They come in three flavours,
mirroring the folders in the notebooks/
directory of the repository - every page below is generated from the notebook of the
same name, so you can run any of them yourself.
Tutorials¶
Step-by-step walk-throughs that build their own data from scratch, so you can run them anywhere without access to a commercial background database.
-
πβ‘ Electric Car from Scratch
Time-explicit LCA of the entire life cycle of an electric car, on background databases the notebook makes up itself.
by @TimoDiepers
-
πΏπ Dynamic Characterization
The dynamic characterization capabilities that come with a
TimexLCA.by @muelleram
-
ππ» Import foreground system from Excel
How to import your modelled product system, temporal distributions included, from an Excel file.

by @jakobsarthur & @muelleram
-
πβοΈ Scenario Comparison with
compare()
Automatically fetch scenario databases from
premiseand compare results using configured runs withcompare().by @TimoDiepers
Case Studies¶
Complete studies on real data - they expect a Brightway project with ecoinvent and
prospective databases built with premise.
-
ππ Electric Car with premise
The same electric car, but on ecoinvent and premise data, kept as compact as possible.
by @TimoDiepers
-
ππ Electric Car with premise (in detail)
The same premise case study, with every modelling step and every additional option of
bw_timexspelled out.by @TimoDiepers
-
ππ EV Case Study for our paper
The notebook used to calculate the time-explicit LCAs and create the Figures for our paper on time-explicit LCA.
by @TimoDiepers
Advanced¶
Deep dives into one optional feature each, for when the standard workflow isn't enough.
-
πβ³ Temporal Distributions in the Background
Let the temporal graph traversal continue into the background system, using
traverse_background.by @TimoDiepers
-
ππ¬ Background Temporalization with premise
The same feature, but on real ecoinvent and premise data instead of a dummy system.
by @TimoDiepers
-
π²π¦ Uncertainty with Datapackages
Run scenarios, sensitivity analyses and Monte Carlo on a solved
TimexLCAby handingbw2calcextra datapackages.by @TimoDiepers
Anything to add? π§¶
Please contact us if you want to share your super cool example - or open a pull request
adding your notebook to notebooks/, and it will show up here.