Skip to content

inventory

Computes the full life cycle inventory (LCI) — the aggregated biosphere flows (emissions and resource use) for the functional unit, after traversing and scaling the entire supply chain.

Terminal window
volca --config volca.toml --db <DB> inventory <PROCESS_ID>
{inventoryHelp}
Terminal window
# Full inventory
volca --config volca.toml --db ecoinvent inventory <UUID>
# As JSON for processing
volca --config volca.toml --db ecoinvent inventory <UUID> --format json
# Top 20 flows as CSV
volca --config volca.toml --db ecoinvent inventory <UUID> \
--format csv --jsonpath piFlows

The inventory is a list of elementary flows with their aggregated amounts per functional unit. These are the flows that are then multiplied by characterization factors in LCIA.

Use impacts to go directly from an activity to impact assessment scores without inspecting the inventory.