Brightway Ecosystem#
Projects that extend the or heavily use code from different Brightway packages are featured here. If you would like to add your own project, simply add it to this page by opening a pull request.
Projects extending Brightway#
Note
These repositories add some functionality to the core brightway-lca
code base.
Project |
Authors |
Development |
Contributors |
Stargazers |
---|---|---|---|---|
Activity Browser team |
||||
Project Descriptions
Activity Browser
A graphical user interface for brightway (cross platform and open source). It extends brightway in a number of way and provides users a more convenient way for standard tasks in brightway, such as inventory modeling and the analysis of LCA results.
presamples
Package to write, load, manage and verify numerical arrays, called presamples. Presamples can replace values in the matrices used in LCA as calculations are carried out. Presamples can also store parameters used in parameterized brightway models. This integration is seamless in brightway2:
lca = bw.LCA({act:1}, presamples=[list_of_paths_to_presample_packages])
Storing and injecting specific values in LCA matrices can improve LCA calculations in many ways:
Storing and reusing data characterizing given scenarios makes scenario analysis much easier.
It can easily integrate time series.
It can use pre-generated static or stochastic values that were generated by complex, non-linear models, allowing the LCA model to capture system dynamics more accurately.
It is possible to account to correlation across parameters during Monte Carlo Simulations (e.g. for correlation between characterization factors, between fuel use and CO2 emissions, etc.
Since sampled data can be used directly, it is unnecessary to fit data to a distribution.
brightway2-aggregated
This package provides tools for the creation and use of aggregated (i.e. cradle-to-gate) LCA data, both at the LCI and LCIA score level.
bw2landbalancer
bw2landbalancer
is a Python library used to create balanced land transformation samples to override unbalanced sample. Unbalanced samples arise when land transformation exchanges are independently sampled. bw2landbalancer rescales certain land transformation exchanges to ensure that the ratio of land transformation from exchanges and land transformation to exchanges is conserved. It is based on the Brightway2 LCA framework, and is meant to be used with presamples.
bw2waterbalancer
bw2waterbalancer
is a Python library used to create balanced water samples to override unbalanced sample. Unbalanced samples arise when water exchanges are independently sampled. bw2waterbalancer rescales certain exchanges to ensure that the ratio of water inputs to water outputs is conserved. It is based on the Brightway2 LCA framework, and is meant to be used with presamples
.
lca_algebraic
This library is a layer above Brightway, briging symbolic calculus to it, for the definition of parametric inventories with fast computation of impacts, suitable for global sensivity analyis, based on Monte Carlo methods.
lca_algebraic
provides a set of helper functions for :
Compact & human readable definition of activites :
search background (tech and biosphere) activities
create new foreground activites with parametrized amounts
parametrize / update existing background activities (extending the class Activity)
Definition of parameters
Fast computation of LCAs
Computation of Monte Carlo method and Global Sensivity Analysis (Sobol indices)
premise
premise
allows to align the life cycle inventories contained in the Ecoinvent 3 cutoff database with the output results of Integrated Assessment Models (IAM), such as REMIND or IMAGE, in order to produce life cycle inventory databases under future policy scenarios for any year between 2005 and 2100.
Projects using Brightway#
Note
These repositories heavily use Brightway functionality.
Project |
Authors |
Development |
Contributors |
Stargazers |
---|---|---|---|---|
Project Descriptions
lca-global-sensitivity-analysis
This repository implements the delta moment-independent GSA approach from SaLib and adds some smart filtering to reduce the number of GSA input variables. Still, this way the entire background can be included in GSA. It is based on previous Monte Carlo Analysis (methods for that included in the repository as it needs to store the LCA input and output data). An implementation is also available in the Activity Browser .
modular-lca
An approach for modular LCA. Parts of lifecylces can be recombined in flexible ways. This can also be used to make lifecycle stages and simply calculate the environmental impact of these. A graphical user interface is very useful (but currently only a very early version of the Activity Browser contained this; a new interface may be added in the future).