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.