bw2io.importers.ecospold2 ========================= .. py:module:: bw2io.importers.ecospold2 Classes ------- .. autoapisummary:: bw2io.importers.ecospold2.SingleOutputEcospold2Importer Module Contents --------------- .. py:class:: SingleOutputEcospold2Importer(dirpath, db_name, extractor=Ecospold2DataExtractor, use_mp=True, signal=None, reparametrize_lognormals=False) Bases: :py:obj:`bw2io.importers.base_lci.LCIImporter` .. autoapi-inheritance-diagram:: bw2io.importers.ecospold2.SingleOutputEcospold2Importer :parts: 1 :private-bases: Base class for format-specific importers. Defines workflow for applying strategies. Takes a database name (string) as initialization parameter. Initializes the SingleOutputEcospold2Importer class instance. :param dirpath: Path to the directory containing the ecospold2 file. :type dirpath: str :param db_name: Name of the LCI database. :type db_name: str :param extractor: Class for extracting data from the ecospold2 file, by default Ecospold2DataExtractor. :type extractor: class :param use_mp: Flag to indicate whether to use multiprocessing, by default True. :type use_mp: bool :param signal: Object to indicate the status of the import process, by default None. :type signal: object :param reparametrize_lognormals: Flag to indicate if lognormal distributions for exchanges should be reparametrized such that the mean value of the resulting distribution meets the amount defined for the exchange. :type reparametrize_lognormals: bool .. py:attribute:: db_name .. py:attribute:: dirpath .. py:attribute:: format :value: 'Ecospold2' .. py:attribute:: signal .. py:attribute:: start .. py:attribute:: strategies