bw2regional.lca.one_spatial_scale
Module Contents
Classes
Perform regionalized LCA calculation, where the inventory shares the same spatial scale as impact assessment. |
- class bw2regional.lca.one_spatial_scale.OneSpatialScaleLCA(*args, **kwargs)[source]
Bases:
bw2regional.lca.base_class.RegionalizationBasePerform regionalized LCA calculation, where the inventory shares the same spatial scale as impact assessment.
The calculation formula is:
\[h_{r} = \left[ \textbf{MR} \right]^{T} \circ [ \textbf{B} \cdot (\textbf{A}^{-1}f) ]\]Uses sparse matrix elementwise multiplication.