0 votes
27 views

I use Ecoinvent (academic) as my database and OpenLCA 2.3.0.  From the LCA website, it seems like I can get process schema automatically, but it is not the case for me. Could somebody help me with this? Like where can I install process schema?

ago in openLCA by (120 points)

1 Answer

0 votes
ago by (124k points)

Indeed, you need to create it first, in data quality systems, and then you need to specify it for the process. In the ecoinvent database we publish, this is not set as this is also not set in the original ecoinvent processes.

 

if you want to set it yourself, for all processes, do this via an sql script, in the sql window in openLCA, UUID is the UUID of the quality system:

update tbl_processes set F_DQ_SYSTEM = (select id from tbl_dq_systems where ref_id = 'UUID');

ago by (120 points)
How do I get the UUID of the quality system?
...