bw2io.importers.excel_lcia#
Classes#
Generic CSV LCIA importer. |
|
Generic Excel LCIA importer. |
Functions#
|
Converts a 2D list to a list of dictionaries. |
Module Contents#
- class bw2io.importers.excel_lcia.CSVLCIAImporter(filepath, name, description, unit, **metadata)[source]#
Bases:
ExcelLCIAImporter
Generic CSV LCIA importer.
Initializes the ExcelLCIAImporter object.
- Parameters:
filepath (str) – The path to the Excel file.
name (tuple) – The name of the LCIA method.
description (str) – The description of the LCIA method.
unit (str) – The unit of the LCIA method.
**metadata – The metadata associated with the LCIA method.
- class bw2io.importers.excel_lcia.ExcelLCIAImporter(filepath, name, description, unit, **metadata)[source]#
Bases:
bw2io.importers.base_lcia.LCIAImporter
Generic Excel LCIA importer.
Initializes the ExcelLCIAImporter object.
- Parameters:
filepath (str) – The path to the Excel file.
name (tuple) – The name of the LCIA method.
description (str) – The description of the LCIA method.
unit (str) – The unit of the LCIA method.
**metadata – The metadata associated with the LCIA method.