FlowMapEntry

A mapping from a source flow to a target flow.

Properties

@type

Inherited from Entity.@type

conversionFactor

The conversion factor to convert the amount of 1 unit of the source flow into the corresponding quantity of the target flow.

from

Describes the source flow of the mapping.

to

Describes the target of the mapping.

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 FlowMapEntry:
  conversion_factor: float
  from_: FlowMapRef
  to: FlowMapRef