Intensities

This method returns the total interventions related to one unit of product output or waste input of a technosphere flow \(j\) in the supply chain. This includes direct, upstream, and downstream contributions related to one unit of this flow. Mathematically, it is the column \(M[:, j]\) of the intensity matrix \(M\):

$$ M = B * A^{-1} $$

RESTGET result/{result-id}/total-flows-of-one/{tech-flow}
IPCresult/total-flows-of-one
Python IPCResult.get_total_flows_of_one
Return typeList[EnviFlowValue]
Parameter typeTechFlow

It is also possible to get the intensity result of a single flow:

RESTGET result/{result-id}/total-flow-of-one/{envi-flow}/{tech-flow}
IPCresult/total-flow-of-one
Python IPCResult.get_total_flow_of_one
Return typeEnviFlowValue
Parameter typeEnviFlow
Parameter typeTechFlow