https://github.com/qsd-group/bw2qsd
An interface between Brightway2 and the QSD packages for life cycle assessment data importing
https://github.com/qsd-group/bw2qsd
brightway2 database-importer life-cycle-assessment quantitative-sustainable-design
Last synced: about 1 month ago
JSON representation
An interface between Brightway2 and the QSD packages for life cycle assessment data importing
- Host: GitHub
- URL: https://github.com/qsd-group/bw2qsd
- Owner: QSD-Group
- License: other
- Created: 2021-03-26T02:33:41.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-02-19T18:14:46.000Z (over 2 years ago)
- Last Synced: 2024-09-25T09:20:14.201Z (almost 2 years ago)
- Topics: brightway2, database-importer, life-cycle-assessment, quantitative-sustainable-design
- Language: Jupyter Notebook
- Homepage:
- Size: 203 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
====================================================
BW2QSD: Bridging Brightway2 and QSD packages for LCA
====================================================
.. image:: https://img.shields.io/pypi/l/exposan?color=blue&logo=UIUC&style=flat
:target: https://github.com/QSD-Group/BW2QSD/blob/master/LICENSE.txt
.. image:: https://img.shields.io/pypi/pyversions/bw2qsd?style=flat
:target: https://pypi.python.org/pypi/bw2qsd
.. image:: https://img.shields.io/pypi/v/bw2qsd?style=flat&color=blue
:target: https://pypi.org/project/bw2qsd/
.. Add a workflow/badge for testing
.. Set up binder?
What is ``BW2QSD``?
-------------------
``BW2QSD`` is an interface package to tailor the functions in `Brightway2 `_ to existing and future quantitative sustainable design (QSD) packages.
Installation
------------
**Note**
For detailed instructions, please refer to the `tutorials `_. It is recommended to create a separate conda environment.
The package can be downloaded from `PyPI `_.
If you use pip:
.. code:: bash
pip install bw2qsd
To get the git version (you can optionally use the depth flag to choose how many commit histories you want to clone):
.. code:: bash
git clone https://github.com/QSD-Group/BW2QSD.git --depth=1
Author and Contributing
-----------------------
Authors: `Yalin Li `_; `Joy Zhang `_
Please refer to the `Contributing to QSDsan `_ section of the documentation for instructions and guidelines.
License information
-------------------
Please refer to the ``LICENSE.txt`` for information on the terms & conditions for usage of this software, and a DISCLAIMER OF ALL WARRANTIES.