IndEcol / pymrio

Multi-Regional Input-Output Analysis in Python.
http://pymrio.readthedocs.io/en/latest/
Other
154 stars 71 forks source link

Where to find the characterization matrices for 3.8.2 ? #108

Open erm-akif opened 1 year ago

erm-akif commented 1 year ago

Hi @konstantinstadler and team, thanks a lot for building, updating and maintaining this amazing dataset and python codes.

I need some help. I was wondering how to find the characterization matrix that was used to calculate exio3.satellite.S to exio3.impacts.S In some previous versions a characterization matrix were delivered, however in the newer versions (3.8.x) it is not part anymore. I tried to run a pseudoinverse e.g.exio3.impacts.S @ np.linalg.pinv(exio3.satellite.S), it seems like it is generating some inaccurate results.

Could you please help me to find/calculate the characterization matrix?

Thanks