Here we try to implement the GLAM methods in the LCA framework Brightway.
Install UV if you haven't already:
Linux/macOS:
curl -LsSf https://astral.sh/uv/install.sh | shWindows (PowerShell):
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"- Clone the repository:
git clone https://github.com/yourusername/GLAM_BW.git
cd GLAM_BW- Create a virtual environment and install the package:
Linux/macOS:
uv venv
source .venv/bin/activate
uv pip install -e ".[dev]"Windows (PowerShell):
uv venv
.venv\Scripts\activate
uv pip install -e ".[dev]"- download the excels with the GLAM method implementation from here and decompress the folder. Save it in the data folder of this repository
The rest are only necessary if we intend to map it to the the ecoinvent list of elementary flows.