Chris Mutel
Chris Mutel
@SamiraHuber Great, thanks. Please don't close this, I need to add a fix to the generic importer so no one else needs to deal with this :)
@SamiraHuber pretty sure we can figure out what is happening. First, let's look at the error message: `InvalidParamsError: Real, positive scale (sigma) values are required for normal uncertainties.` We made...
This should be fixed in 28b9d768fa0e6212ca6c96ba550b88e46a0b5cc6; @riftia could you check to make sure it is aligned with your expectations?
This is an amazing contribution, but also quite big. I don't feel comfortable reviewing or merging this without some tests.
Thanks @tfardet! I think we need some tests here. I can do this, but if you already have some older (and small :) fixtures then you are welcome to add...
Can you make the CSV file available somewhere? We can update the importer but the SimaPro CSVs are unpredictable, we need actual data (including outside the provided section) to write...
One of the first steps here is to go from the extracted dictionary with keys: ```['processes', 'dq_systems', 'locations', 'actors', 'flow_properties', 'sources', 'unit_groups', 'categories', 'flows']``` To a list of activities that...
Current status: - Creates a new, separate biosphere database based on flows available. This could be improved by importing the US EPA biosphere flow list. - Internal linking working for...
Thanks @msrocka, and good timing, I was just about to email you :) We are actually doing as you suggest for locations and unit conversions, but should apply this strategy...
I don't think `bw2package` is an especially secure way of transferring data, at least not in its current form, and there are a number of possible improvements including this issue....