Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brightway-lca/brightway2-calc
The calculation engine for the Brightway2 life cycle assessment framework.
https://github.com/brightway-lca/brightway2-calc
bw2 life-cycle-assessment matrix-calculations python
Last synced: about 2 months ago
JSON representation
The calculation engine for the Brightway2 life cycle assessment framework.
- Host: GitHub
- URL: https://github.com/brightway-lca/brightway2-calc
- Owner: brightway-lca
- License: bsd-3-clause
- Created: 2020-03-10T10:42:56.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-16T14:14:26.000Z (2 months ago)
- Last Synced: 2024-10-18T07:23:52.296Z (2 months ago)
- Topics: bw2, life-cycle-assessment, matrix-calculations, python
- Language: Python
- Homepage:
- Size: 4.56 MB
- Stars: 14
- Watchers: 5
- Forks: 16
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
---
title: Brightway2 Calculations
---[![pypi version](https://img.shields.io/pypi/v/bw2calc.svg)](https://pypi.org/project/bw2calc/)
[![conda-forge version](https://img.shields.io/conda/vn/conda-forge/bw2calc.svg)](https://anaconda.org/conda-forge/bw2calc)
[![bw2calc appveyor build status](https://ci.appveyor.com/api/projects/status/uqixaochulbu6vjv?svg=true)](https://ci.appveyor.com/project/cmutel/brightway2-calc)
[![Test coverage report](https://coveralls.io/repos/bitbucket/cmutel/brightway2-calc/badge.svg?branch=master)](https://coveralls.io/bitbucket/cmutel/brightway2-calc?branch=default)
This package provides the calculation engine for the [Brightway2 life
cycle assessment framework](https://brightway.dev). [Online
documentation](https://docs.brightway.dev) is available, and the source
code is hosted on
[Github](https://github.com/brightway-lca/brightway2-calc).The emphasis here has been on speed of solving the linear systems, for
normal LCA calculations, graph traversal, or Monte Carlo uncertainty
analysis.Relies on [bw_processing](https://github.com/brightway-lca/bw_processing)
for input array formatting.