bw_hestia_bridge.importer ========================= .. py:module:: bw_hestia_bridge.importer Classes ------- .. autoapisummary:: bw_hestia_bridge.importer.HestiaImporter Module Contents --------------- .. py:class:: HestiaImporter(cycle_id: str, ecoinvent_label: str, expand_graph: Optional[bool] = True, data_state: Literal['original', 'recalculated'] = 'recalculated', biosphere_label: Optional[str] = 'biosphere3', staging: Optional[bool] = None) Bases: :py:obj:`bw2io.importers.base_lci.LCIImporter` Import a Hestia cycle as a Brightway database. :param cycle_id: The Hestia ID for the cycle. :type cycle_id: str :param data_state: Whether to use recalculated data information from Hestia or the raw "original" data. :type data_state: str, optional (default: recalculated) :param staging: Whether to fetch the cycle from the staging Hestia API. :type staging: bool, optional (default: from configuration) .. py:method:: get_suppliers(cycle_id: str, data_state: str) -> None .. py:attribute:: _convertor .. py:attribute:: _staging :value: None .. py:attribute:: cycle_id .. py:attribute:: data .. py:attribute:: db_name :value: 'Hestia cycle Uninferable expanded' .. py:attribute:: strategies