majeau-bettez / ecospold2matrix

Class for recasting Ecospold2 LCA dataset into Leontief matrix representations or Supply and Use Tables
BSD 2-Clause "Simplified" License
17 stars 19 forks source link

Leontief coefficients format #15

Open RosalieHagenaars opened 2 years ago

RosalieHagenaars commented 2 years ago

Hi,

I was wondering what you mean by Leontief coefficients format? In the code the Leontief is called A, Do you mean that your code transforms the ecoinvent data to a symmetric A matrix only or is it also inverted and shaped in the form of (I-A)^-1? What are other attributes of the created A matrix? Does it include self-inputs and does each process have the same output like in IO is assumed 1 euro?

Thank you!