bw2io.importers.simapro_lcia_csv#

Classes#

SimaProLCIACSVImporter

Importer for SimaPro CSV LCIA data format.

Module Contents#

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

Bases: bw2io.importers.base_lcia.LCIAImporter

Importer for SimaPro CSV LCIA data format.

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

  • biosphere (str, optional) – Name of the biosphere database to use. Default is None, which uses the current project’s default biosphere.

  • delimiter (str, optional) – Delimiter used in the CSV file. Default is ‘;’.

  • encoding (str, optional) – Character encoding used in the CSV file. Default is ‘latin-1’.

  • normalize_biosphere (bool, 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.

data[source]#
format = 'SimaPro CSV LCIA'[source]#
start[source]#