0 votes
32 views
Hi, in the openLCA 2.5, I have a system process named "barley production | barley grain | Cutoff, S". Under the tab Direct Impacts, I choose to apply the IPCC 2021 method. Then, for each impact category I can open the dropdown to see each flow result (which sum of these flow results equal the impact category).

I wonder if I can automate this process via openLCA IPC Python package, meaning take each flow result per impact category for a specific method? I read this API docs but I can't find any information: https://greendelta.github.io/openLCA-ApiDoc/intro.html.

Thank you in advance.
ago in openLCA by (210 points)

1 Answer

+1 vote
ago by (400 points)
Hi,

It seems you can access it after a calculation via: "Result.get_direct_impact_values_of". You'll have to make your own script using this function. See here: https://greendelta.github.io/openLCA-ApiDoc/results/impacts/direct-contributions.html

I'll let Greendelta precise or correct my answser :-).

Nicolas
...