package to estimate uncertainty related to lca archetypes
Project description
ulcarchetype
ulcarchetype is a Python library that provides some simple tools to characterize the uncertainty due to archetype "underspecification" in life cycle assessment. Is meant to be used with the LCA software Brightway2.
Installation
Use the package manager pip to install ulcarchetype
pip install .
Usage
import brightway2 as bw
from ulcarchetype.utils import get_cf_info,minmax_archetype,cf_add_uncertainty
method = bw.methods.random()
cf_df = get_cf_info(method) # returns a dataframe with data on characterisation factors
minmax_archetype(cf_df) # returns a dataframe with data needed to define uncertain CFs
# or simply
cf_add_uncertainty(method) # returns a list of CFs taking into account archetype uncertainty
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
License
[BSD 3-Clause License]
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
ulcarchetype-0.2.tar.gz
(3.8 kB
view details)
Built Distribution
File details
Details for the file ulcarchetype-0.2.tar.gz
.
File metadata
- Download URL: ulcarchetype-0.2.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.7.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9af67f8cbeddc478723ea9114fd19e1032a572d100b3b964fbaa4170780ae901 |
|
MD5 | 4426388ae33ff22b8246bd8bd8d1ff06 |
|
BLAKE2b-256 | c5e2fe8998a271a95661a0c3a6e04777addf3fbd0875e511333a62f81b43d024 |
File details
Details for the file ulcarchetype-0.2-py3-none-any.whl
.
File metadata
- Download URL: ulcarchetype-0.2-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.7.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 755e4d9ad9bf2accbbe6be3d3e235ed6d542472ed1f1d67315b037368f06fd24 |
|
MD5 | 96ecab8e09fc6ab3545ac016964a7513 |
|
BLAKE2b-256 | a87a34cf96aae2d30db17b0669d4891fc024541b121af29885711a02430bfe1a |