+1 vote
1.4k views
By default Product Systems seems to be empty.

However, running impact calculations require a Product System.

It would be useful then to automate the generation of product systems using some trigger, which could be invoked from the JSON-RPC API or custom Python code.
in openLCA by (130 points)
retagged by

1 Answer

0 votes
by (113k points)
Yes that is possible (to all, since we are now in bilateral discussion), see e.g. some older examples here: https://github.com/GreenDelta/openlca-python-tutorial and especially here: https://github.com/GreenDelta/openlca-python-tutorial/blob/master/product_systems.md.
by (1.5k points)
edited by
<p>there is a clean example on the greendelta olca-ipc readme, scroll down to "Running calculations"</p><p><a rel="nofollow" href="https://github.com/GreenDelta/olca-ipc.py">https://github.com/GreenDelta/olca-ipc.py</a></p><p>nevermind, I misunderstood the question.</p>
...