Cheat Sheet#

This section contains a basic list of all common Brightway commands.

Prerequisites

  1. A working installation of Brightway.

  2. Basic knowledge of Python data types.

  3. Basic understanding of matrix-based LCA data and calculations

All the commands below assume you have imported the Brightway core libraries:

Assumed imports

import bw2analyzer as ba
import bw2calc as bc
import bw2data as bd
import bw2io as bi

We will also use the convention that '<replace_me>' is a string which you need to change for your particular use case.

Table of Contents#