bw2io.importers.base_lcia#

Classes#

LCIAImporter

Base class for format-specific importers.

Module Contents#

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

Bases: bw2io.importers.base.ImportBase

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.

_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]#
property all_linked[source]#
applied_strategies = [][source]#
biosphere_name[source]#
filepath[source]#
strategies[source]#