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

bw2io.importers.simapro_lcia_csv#

Module Contents#

Classes#

SimaProLCIACSVImporter

Importer for SimaPro CSV LCIA data format.

class bw2io.importers.simapro_lcia_csv.SimaProLCIACSVImporter(filepath, biosphere=None, delimiter=';', encoding='latin-1', normalize_biosphere=True)[source]#

Bases: bw2io.importers.base_lcia.LCIAImporter

Inheritance diagram of bw2io.importers.simapro_lcia_csv.SimaProLCIACSVImporter

Importer for SimaPro CSV LCIA data format.

Parameters#

filepathstr

Path to the SimaPro CSV LCIA file.

biospherestr, optional

Name of the biosphere database to use. Default is None, which uses the current project’s default biosphere.

delimiterstr, optional

Delimiter used in the CSV file. Default is ‘;’.

encodingstr, optional

Character encoding used in the CSV file. Default is ‘latin-1’.

normalize_biospherebool, optional

Whether to normalize biosphere flows using the included strategies. Default is True.

Notes#

This importer extracts SimaPro CSV LCIA data.

If normalize_biosphere=True, the following strategies are applied:

  • normalize_units

  • set_biosphere_type

  • normalize_simapro_biosphere_categories

  • normalize_simapro_biosphere_names

Initialize the ImportBase object.

Parameters#

*args :

Variable length argument list.

**kwargs :

Arbitrary keyword arguments.

Raises#

NotImplemented :

This class should be subclassed.

format = 'SimaPro CSV LCIA'[source]#