Hi,
I am calculating a Product System using Contribution_Analysis calculation. However, I would like to export to Excel Sheet only the information contained in "Calculation Setup" and "Process upstream impacts" tabs and not the other 6 tabs.
I had a look at the calculation of Simple Result and it returns "result" that contains the information on the flow and impacts, but not the impact per process. If I understood it well the matrix is (of course) already calculated but they are not added to the result. https://github.com/GreenDelta/olca-modules/blob/master/olca-core/src/main/java/org/openlca/core/results/SimpleResult.java
I am working with Python. Do you perhaps have any advice on how to do this? I would like to simulate 56 scenarios at once and automating and not exporting everything might save me some time.
Just a note, this question is somewhat relevant to previous question posted here: https://ask.openlca.org/690/results-analysis-export-contribution-tree-to-excel-xlsx
Thank you so much!
Astu