bw2io.importers.excel_lcia#

Module Contents#

Classes#

CSVLCIAImporter

Generic CSV LCIA importer

ExcelLCIAImporter

Generic Excel LCIA importer.

Functions#

as_dicts(obj)

class bw2io.importers.excel_lcia.CSVLCIAImporter(filepath, name, description, unit, **metadata)[source]#

Bases: ExcelLCIAImporter

Inheritance diagram of bw2io.importers.excel_lcia.CSVLCIAImporter

Generic CSV LCIA importer

extractor[source]#
format = 'CSV'[source]#
class bw2io.importers.excel_lcia.ExcelLCIAImporter(filepath, name, description, unit, **metadata)[source]#

Bases: bw2io.importers.base_lcia.LCIAImporter

Inheritance diagram of bw2io.importers.excel_lcia.ExcelLCIAImporter

Generic Excel LCIA importer.

See the documentation.

extractor[source]#
format = 'Excel'[source]#
bw2io.importers.excel_lcia.as_dicts(obj)[source]#