I would like to couple my Life Cycle Assessment (LCA) with process simulation made in Aspen. Basically, I would like for my program, created within Brightway2 framework, to take data from Aspen simulation (provided in JSON file) for Life Cycle Inventory (LCI), and ecoinvent ones for Life Cycle Assessment (LCIA).
As I investigated provided documentation and examples, it seems that only specifying 'name', 'input', 'output', 'location', 'type', 'unit' is possible (activity data format), and rest data are taken from Biosphere3 and Ecoinvent databases. I would like to include there also 'pressure', 'temperature', 'energy usage', 'emmission', 'waste', and etc. I'm afraid that even though the data would be provided to brightway2, it won't use it and will use for example Ecoinvent database.
Could you advise, please? Any tips on how to approach this issue would be more than welcome!