openlca-python-tutorial icon indicating copy to clipboard operation
openlca-python-tutorial copied to clipboard

Explains the usage of the openLCA API from Python (Jython)

Results 30 openlca-python-tutorial issues
Sort by recently updated
recently updated
newest added

I have been attempting to use the update parameter example listed in the code section of this tutorial to make changes to openLCA from a separate jython interpreter. I have...

question

How can I select multiple Impact assessment methods and make calculations in single operation?

I found out in the source code of the model [(here is the line](https://github.com/GreenDelta/olca-modules/blob/806a11d11fc4e96020b01015648cac53475d1c49/olca-core/src/main/java/org/openlca/core/model/Exchange.java#L30)) that the proper name of the attribute was `isInput`. Both the olca-schema doc and the README...

Hello, I am a beginner in terms of using Python for OpenLCA. I have a list of 70 parameters (in excel) that I would like to add as global parameters...

question

Hello, I updated OpenLCA in version 1.8 and I have now a problem with ContributionResultProvider import : `from org.openlca.core.results import ContributionResultProvider` Is it really because of the OpenLCA new version...

question

I would like to open a database but without success ```python import os import sys # change this path so that it matches the `libs` folder of your openLCA installation...

question

With version 1.63, after appending the library path to the system, I could import the `DenseSolver` via ```python from org.openlca.eigen.solvers import DenseSolver ``` As of version 1.7.0 there is no...

Thank you very much for the helpful tutorials, I am using API with openlca, when I trying to run a calculation, an error of No module named solvers popped up...

question

I am currently working with the OpenLCA API in Eclipse. But with some Processes/Product Systems, I encounter an OutOfMemoryError during the Calculation of a ProductSystem. The following is the Print-Stack:...

question

Hi I would like to ask you please, how to calculate a footprint (e.g. GWI or resource use) for the whole list of processes of a specific database (e.g. ecoinvent...