allows prospective LCA calculations for scenarios using the superstructure and scenario-difference-file approach of the activity-browser and brightway2
Project description
bw_superstructure
Contents
Introduction
The brightway-superstructure library allows to conduct scenario LCA calculations using the approach of the superstructure, as it has been developed for the activity-browser (AB).
Installation
First install python 3.10 and pip.
If you use conda-forge, please add the channels bsteubing
and cmutel
for the brightway dependencies.
For installation via pip use:
pip install bw-superstructure
To install from git source use hatch:
pip install hatch
hatch build
pip install -I .\dist\bw_superstructure-1.0.1-py3-none-any.whl
If you would like to have another version, replace 1.0.1
with the desired version number.
Features
- relinking a database (DB) from one to another (background-) DB
- creating a user-defined calculation set-up for several functional units and impact categories
- calculating scenario LCA scores with a superstructure and a scenario-difference-file
- exporting the LCA scores for the scenarios for each functional unit to an excel workbook
These features are illustrated in an example.
Requirements
- a working brightway2-project with databases
- functional units specified in an excel file (see inputs in example-folder) or in a list
- impact categories specified in a yaml file (see inputs in example-folder)
Required for scenario calculations:
- a superstructure database (e.g. generated by premise)
- a scenario difference file (SDF) (excel file, same format as for the AB, see provided template)
Features missing so far
- specifying a value for the functional units (so far, the amount is set to 1 by default for each functional unit)
- contribution analyses
- monte carlo analysis
- using several scenario difference files for the LCA calculation
Relation to the activity-browser (AB)
The code in this repository is mainly extracted from the activity-browser. The following AB version was used:
- version: 2022.11.16
- branch: activity-browser-dev
The extraction of code was conducted as follows:
- original objects and functions from the AB are in the sub-modules bwutils and superstructure
- each file has the original filename as in the AB
- in the header of the file, the relative path for that file within the AB is given
- each function or objects states the source of the AB and whether it has been adapted or not
- all of the objects are original, unless otherwise stated, apart from the functions in the superstructure.manager, which defines functions which originally where methods of the class SuperstructureManager of the ab
- search for "Note: source" to see all objects from the activity-browser
- search for "adaptations:" to see the adaptations. no adaptations are mentioned, no adaptations were done
License
bw-superstructure
is distributed under the terms of the LGPL-3.0 license.
The license for the data in the example is CC-BY-4.0.
Contribution
If you would like to contribute to bw-superstructure
, please read, sign and send the Contributors License Agreement (CLA) to Carina Harpprecht.
When contributing to this repository, please discuss the changes you would like to make via issue, email, or any other method with the owners of this repository before making a change.
The library of bw-superstructure
will be provided as-is in its current release version.
Minor bugs will be fixed in the future, but currently, no major support can be offered to the software.
However, feel free to get in touch in case you have any questions or would like to contribute.
Contact
- Carina Harpprecht: carina.harpprecht@dlr.de
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file bw_superstructure-1.0.1.tar.gz
.
File metadata
- Download URL: bw_superstructure-1.0.1.tar.gz
- Upload date:
- Size: 79.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.27.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3137963fb216a0220c51bc97325f2a73c8e9667d8e87c70c0191225d8cce71d8 |
|
MD5 | 99ba5f24b9ca70e4d1b2b3bbf5af1709 |
|
BLAKE2b-256 | 7b50c5a9c0a9770fb2ea5bb1d3650280c75e63f223a407665afcd6a8a3bb3d03 |
File details
Details for the file bw_superstructure-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: bw_superstructure-1.0.1-py3-none-any.whl
- Upload date:
- Size: 46.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.27.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1dbe31fc5c02a76b84062703942926935441ef0bc63b82d425a774384386da71 |
|
MD5 | 101a5b3a1a9670de8245d151d81cbe27 |
|
BLAKE2b-256 | d7cf678ef99e3f4b9ee275859520485dd695d9e0560fe4c9c371edaeb88a1cf7 |