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.
volca --config volca.toml --db <DB> inventory <PROCESS_ID>Command reference
Section titled “Command reference”{inventoryHelp}Examples
Section titled “Examples”# Full inventoryvolca --config volca.toml --db ecoinvent inventory <UUID>
# As JSON for processingvolca --config volca.toml --db ecoinvent inventory <UUID> --format json
# Top 20 flows as CSVvolca --config volca.toml --db ecoinvent inventory <UUID> \ --format csv --jsonpath piFlowsWhat it returns
Section titled “What it returns”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.