REGISTER NOW: DdS Autumn School! 🇨🇭 Grosshöchstetten (Switzerland) 🗓️ 6.-11. October 2024

bw2io.importers.ecospold1_lcia#

Module Contents#

Classes#

Ecospold1LCIAImporter

Importer for Ecospold1 LCIA format.

class bw2io.importers.ecospold1_lcia.Ecospold1LCIAImporter(filepath, biosphere=None)[source]#

Bases: bw2io.importers.base_lcia.LCIAImporter

Inheritance diagram of bw2io.importers.ecospold1_lcia.Ecospold1LCIAImporter

Importer for Ecospold1 LCIA format.

Attributes#

formatstr

The format of the LCIA data, which is “Ecospold1 LCIA”.

datadict

The LCIA data extracted from the Ecospold1 LCIA file.

Initialize the Ecospold1LCIAImporter instance.

Parameters#

filepathstr

Path to the Ecospold1 LCIA file.

biospherebw2data.BiosphereDatabase, optional

Biosphere database to use. If None, the default biosphere database will be used.

format = 'Ecospold1 LCIA'[source]#