lca-sachet-pet

Scripts README

Files created

Usage overview

  1. Install python and dependencies:
    python -m pip install -r requirements.txt
    
  2. Ensure Brightway2 background databases (ELCD/USLCI or similar) are installed and available to Brightway2.
  3. Run brightway_prepare.py to search for candidate background processes and produce brightway_premap_results.csv.
  4. Review brightway_premap_results.csv and edit the file to select the preferred (db_name, process name, process code) for each flow. Add an explicit nexus_process_id or ensure the top_match is the correct one.
  5. Run run_lcia.py to build foreground processes and run the LCIA. If needed, adapt run_lcia.py to accept a custom inventory file for Monte Carlo.

Notes & limitations