0 votes
614 views
Hi,

 I would like to know how to export process information from OpenLCA database via embeded python, such as last change date, start date, end date,etc., administrative information, modeling and validation etc, OpenLCA has export function, but it will export one process to one excel file, I want to export all processs of the database into one excel file but with only specific fields.

i found some python modules like this:

from org.openlca.core.model import ProcessType, ProductSystem

from org.openlca.core.database import ImpactMethodDao, ProcessDao

but i cannot figure out how to use this modules, especially i cannot find detailed documentation of these python modules.

anyone can help?

thanks!

Richard Wang
in openLCA by (120 points)

Please log in or register to answer this question.

...