0 votes
536 views
I have the CSV, but importing to an open database does nothing - acts like it is importing, but the method does not show up. Is there example code for creating impact methods using python?
in openLCA by (720 points)

1 Answer

0 votes
by (13.5k points)
The method is saved in a SimaPro CSV file, right? You could try to use the `spm2olca` tool (https://github.com/GreenDelta/spm2olca) to convert it into a JSON-LD package that can be then imported into openLCA. However, you probably need a mapping file for elementary flows if you want to use this in an existing database.
...