0 votes
250 views
Hi,

I have calculated Characterization factors for an impact assessment method in an excel file and would like to import them into openLCA instead of entering the values manually. This is relatively straight forward for processes but the same method does not work for impact assessment in openLCA. Could you guide me on this i could not find the solution in the help manuals.

Mudit
in openLCA by (140 points)
by (5.2k points)
You might try looking at this project: https://github.com/USEPA/LCIAformatter
If you get your data to match the format: https://github.com/USEPA/LCIAformatter/blob/master/lciafmt/df.py
then you might be able to use the routines in
https://github.com/USEPA/LCIAformatter/blob/master/lciafmt/jsonld.py
to actually write the json.

Please log in or register to answer this question.

...