EnviFlow

An intervention flow.

Properties

flow

The reference to the flow.

location

In case of regionalized calculations, an EnviFlow is a pair of flow and location.

isInput

Indicates whether this flow is an input or not.

Python class stub

The snippet below shows the names of the properties of the corresponding Python class of the olca-schema package. Note that this is not the full class definition but just shows the names of the class and its properties.


@dataclass
class EnviFlow:
  flow: Ref
  is_input: bool
  location: Ref