https://github.com/LCA-ActivityBrowser/activity-browser
GUI for brightway2
https://github.com/LCA-ActivityBrowser/activity-browser
brightway2 d3 lca pyqt5 python
Last synced: 5 months ago
JSON representation
GUI for brightway2
- Host: GitHub
- URL: https://github.com/LCA-ActivityBrowser/activity-browser
- Owner: LCA-ActivityBrowser
- License: lgpl-3.0
- Created: 2017-04-19T17:10:57.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-10-18T13:50:05.000Z (6 months ago)
- Last Synced: 2024-10-29T22:57:24.933Z (6 months ago)
- Topics: brightway2, d3, lca, pyqt5, python
- Language: JavaScript
- Homepage:
- Size: 40.2 MB
- Stars: 148
- Watchers: 8
- Forks: 57
- Open Issues: 168
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
- open-sustainable-technology - Activity Browser - An open source and free software for Life Cycle Assessment extending the brightway2 framework. (Industrial Ecology / Life Cycle Assessment)
README
[](https://anaconda.org/conda-forge/activity-browser)
[](https://anaconda.org/conda-forge/activity-browser)



[](https://github.com/LCA-ActivityBrowser/activity-browser/actions/workflows/main.yaml)
[](https://coveralls.io/github/LCA-ActivityBrowser/activity-browser?branch=main)# Activity Browser
The **Activity Browser (AB) is an open source software for Life Cycle Assessment (LCA)** that builds on [Brightway2](https://brightway.dev).
### Some highlights
- **Fast LCA calculations**: for multiple reference flows, impact categories, and scenarios
- **A productivity tool for brightway**: model in brightway (python) and see the results in the AB or vice-versa
- **Advanced modeling:** Use parameters, scenarios (including prospective LCI databases from [premise](https://premise.readthedocs.io/en/latest/)), uncertainties and our Graph Explorer
- **Advanced analyses:** Contribution analyses, Sankey Diagrams, Monte Carlo, and Global Sensitivity Analysis
- **Plugins:** Extend the functionality of Activity Browser with
[Plugins](https://github.com/LCA-ActivityBrowser/activity-browser/wiki/Plugins)# Contents
- [Installation](#installation)
- [First Steps](#first-steps)
- [Contributing](#contributing)
- [Developers](#developers)
- [Copyright](#copyright)
- [License](#license)# Installation
## Step-by-step guide
See our
[Installation Guide](https://github.com/LCA-ActivityBrowser/activity-browser/wiki/Installation-Guide)
wiki page for a step-by-step guide to installing Activity Browser.## The quick way
Or you can install and start the activity-browser like this:```bash
conda create -n ab -c conda-forge activity-browser
conda activate ab
activity-browser
```# First Steps
See our
[Getting Started](https://github.com/LCA-ActivityBrowser/activity-browser/wiki/Getting-Started)
wiki page to learn how to get started using Activity Browser.# Contributing
**The Activity Browser is a community project. Your contribution counts!**
If you have ideas for improvements to the code or documentation or want to propose new features, please take a look at our [contributing guidelines](CONTRIBUTING.md) and open issues and/or pull-requests.
If you experience problems or are suffering from a specific bug, please [raise an issue](https://github.com/LCA-ActivityBrowser/activity-browser/issues) here on github.
# Developers
### Current main developers
- Bernhard Steubing ([email protected]) (creator)
- Marin Visscher ([email protected]) (main developer)
- Marc van der Meide ([email protected]) (maintainer)### Important contributors
- [Adrian Haas](https://github.com/haasad)
- [Chris Mutel](https://github.com/cmutel)
- [Daniel de Koning](https://github.com/dgdekoning)
- [Jonathan Kidner](https://github.com/Zoophobus)
- [Remy le Calloch](https://remy.lecalloch.net)# Copyright
- 2016-2023: Bernhard Steubing (Leiden University)# License
You can find the license information for Activity Browser in the [license file](https://github.com/LCA-ActivityBrowser/activity-browser/blob/main/LICENSE.txt).