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

bw2io.importers.base_lcia#

Module Contents#

Classes#

LCIAImporter

Base class for format-specific importers.

class bw2io.importers.base_lcia.LCIAImporter(filepath, biosphere=None)[source]#

Bases: bw2io.importers.base.ImportBase

Inheritance diagram of bw2io.importers.base_lcia.LCIAImporter

Base class for format-specific importers. Defines workflow for applying strategies.

Initialize the ImportBase object.

Parameters#

*args :

Variable length argument list.

**kwargs :

Arbitrary keyword arguments.

Raises#

NotImplemented :

This class should be subclassed.

property all_linked[source]#
_format_flow(cf)[source]#
_reformat_cfs(ds)[source]#
add_missing_cfs()[source]#
drop_unlinked(verbose=True)[source]#
migrate(migration_name)[source]#
statistics(print_stats=True)[source]#
write_excel(name)[source]#
write_methods(overwrite=False, verbose=True)[source]#