openlca-python-tutorial
openlca-python-tutorial copied to clipboard
Explains the usage of the openLCA API from Python (Jython)
kg = model.Unit() kg.name = 'kg' kg.conversionFactor = 1.0
Can your code implement different life cycle evaluations of input and output using python in batches in openlca?
I am trying to work with openlca using eclipse to automate data updates based on data collected from Excel. When I try to run import olca command from eclipse I...
Hello, I'm new to using Python with openLCA and tried to create a Parameter via the Python script. I used the code from ( https://github.com/GreenDelta/openlca-python-tutorial/blob/master/examples.md ) for creating a new...
I would like to run OpenLCA from outside via the python (jython) interface. But how do I do this if I don't use Eclipse? If I am correct I need...
Hi, I am trying to update a single flow inside a process, e.g. to adjust the amount or even delete it from the process. The way I am doing it...
Hi, I am trying to calculate a setup with a self-created normalization set ('test') using Python. The end result should be a table containing the name of the product system,...
I tried to create a new flow and add it to the database, like this. But, I have the error below even if the id and type are defined. Weird!...
Hello, I am trying to run the following on the openLCA python developer tool: _from java.io import File import sys import os from org.openlca.eigen import NativeLibrary from org.openlca.core.matrix.solvers import DenseSolver...
Hi, i'm new here and I am trying to calculate a Product System using Contribution_Analysis calculation. As said in the title, I would like to export to an Excel Sheet...