bw2io.importers.ecospold1_lcia#

Classes#

Ecospold1LCIAImporter

Importer for Ecospold1 LCIA format.

Module Contents#

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

Bases: bw2io.importers.base_lcia.LCIAImporter

Importer for Ecospold1 LCIA format.

format[source]#

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

Type:

str

data[source]#

The LCIA data extracted from the Ecospold1 LCIA file.

Type:

dict

Initialize the Ecospold1LCIAImporter instance.

Parameters:
  • filepath (str) – Path to the Ecospold1 LCIA file.

  • biosphere (bw2data.BiosphereDatabase, optional) – Biosphere database to use. If None, the default biosphere database will be used.

data[source]#
format = 'Ecospold1 LCIA'[source]#
start[source]#