bw2io.importers.json_ld#

Classes#

Module Contents#

class bw2io.importers.json_ld.JSONLDImporter(dirpath, database_name, preferred_allocation=None)[source]#

Bases: bw2io.importers.base_lci.LCIImporter

Importer for the OLCD JSON-LD data format.

See discussion with linked issues here.

apply_strategies(*args, **kwargs)[source]#
flows_as_biosphere_database(data, database_name, suffix=' biosphere')[source]#
flows_as_products(data)[source]#
merge_biosphere_flows()[source]#

Add flows in self.biosphere_database to self.data.

write_separate_biosphere_database()[source]#
_biosphere_database_warned = False[source]#
biosphere_database[source]#
data[source]#
db_name[source]#
extractor[source]#
format = 'OLCA JSON-LD'[source]#
products[source]#
strategies[source]#