bw2regional.lca.two_spatial_scales_weighting
Module Contents
Classes
Perform regionalized LCA calculation, matching the spatial scales of inventory and impact assessment, including generic loading factors applied to all flows. |
- class bw2regional.lca.two_spatial_scales_weighting.TwoSpatialScalesWithGenericLoadingLCA(*args, **kwargs)[source]
Bases:
bw2regional.lca.base_class.RegionalizationBasePerform regionalized LCA calculation, matching the spatial scales of inventory and impact assessment, including generic loading factors applied to all flows.
The calculation formula is:
\[h_{r} = \left[ \textbf{MNGLR} \right]^{T} \circ [ \textbf{B} \cdot (\textbf{A}^{-1}f) ]\]Uses sparse matrix elementwise multiplication.
In addition to the normal LCA initialization steps, this class does the following:
Make sure that each inventory database has a set of
geocollectionsin its metadata.
- matrix_labels = ['biosphere_mm', 'geo_transform_mm', 'inv_mapping_mm', 'reg_cf_mm', 'technosphere_mm', 'loading_mm'][source]