Document Matrix Dimensions (and maybe Build Pipeline?) #159
michaelweinold
started this conversation in
Documentation Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Request Category
Changes to existing page
Page Title
Theory > Brightway Structure
Description
I expect a characterization matrix to be of dimension [# impact categories x # biosphere flows]. See, for instance Section 8.4.1. in Heijungs & Suh (2002).
However, inspecting the characterization matrix of a Brightway
LCA
class, which was instantiated with a single impact assessment category gives something completely different:Inspecting the method, we see that it has 184 associated characterisation factors:
But the resulting matrix has this dimension:
This does not even match the number of biosphere flows:
From what I can see, the
LCA.characterization_matrix
is build in this pipeline of function calls:bw2calc.lca.LCA
>bw2data.compat.prepare_lca_inputs
>bw2calc.lca.LCA.load_lcia_data
>matrix_utils.mapped_matrix
At what point we go to a dimension of 2647x2647 - I can't tell.
Can you help?
Beta Was this translation helpful? Give feedback.
All reactions