brightway

Brightway2 – Unlinked and missing cfs when importing Simapro LCIA methods

Brightway2 – Unlinked and missing cfs when importing Simapro LCIA methods Question: I am importing Swiss building database UVEK’s LCIA methods to Brightway with SimaProLCIACSVImporter() Code: lcia = SimaProLCIACSVImporter( "C:\Users\…\UVEK_Simapro_LCIA_2022.CSV", biosphere="biosphere3" ) lcia.apply_strategies() lcia.statistics() print("size biosphere3: {0}".format(str(len(Database("biosphere3"))))) Results: Extracted 34 methods in 0.91 seconds Applying strategy: normalize_units Applying strategy: set_biosphere_type Applying strategy: normalize_simapro_biosphere_categories Applying strategy: …

Total answers: 2