Chris Mutel
Chris Mutel
@BenPortner Are the dimensions fixed?
@BenPortner Any interest in fixing this? I don't think 7z is supported in the stdlib, so we could just print an error, but the AB does it somehow...
This is an import from JSON-LD, and therefore has processes and products (check the type of the nodes). Products don't have inputs.
@AJue3101 Thanks for the feedback. I agree that this would be very nice - however, I am not sure we can do a 100% roundtrip, as the ecospold2 importer doesn't...
This isn't trivial, as their model is much more complex... At a minimum, we need to consider: * 'avoidedProduct' * 'input' * 'quantitativeReference' * 'flow' / 'flowType'
This was implemented in 06f7e1038eb70eaae6a169878697f6589f6a979f, but our understanding needs to be tested against the reference implementation in OpenLCA (via a test database that has all types).
Initial work is done. Still needs: - [ ] Tests for the error conditions - [ ] Better documentation - [ ] Communication with GreenDelta on assumptions and limitations of...
Can you please add: - Which version of `bw2data` and `bw2io` you have? - Why are you trying to import ecoinvent from the `.zolca` file instead of the official source?
@ccomb I would prefer to close this in favor of using our new [SimaPro extractor](https://github.com/brightway-lca/bw_simapro_csv/) via [`SimaProBlockCSVImporter`](https://github.com/brightway-lca/brightway2-io/blob/6730c7c7aa6c15a8cb68e3651b7c50d62c53002a/bw2io/importers/simapro_block_csv.py#L41). Would that be OK with you? Can you try your test case and...
Closing as this is fixed in the new importer