bw_simapro_csv.blocks.process ============================= .. py:module:: bw_simapro_csv.blocks.process Attributes ---------- .. autoapisummary:: bw_simapro_csv.blocks.process.BLOCK_MAPPING Classes ------- .. autoapisummary:: bw_simapro_csv.blocks.process.Process Module Contents --------------- .. py:class:: Process(block: list[list], header: dict) Bases: :py:obj:`bw_simapro_csv.blocks.base.SimaProCSVBlock` A life cycle inventory process, with inputs, products, and elementary exchanges Used for only testing; overridden in all real subclasses. .. py:method:: check_waste_production_model_consistency() Check to make sure that our understanding of SimaPro waste treatment aligns with the data. .. py:method:: pull_metadata_pair(block: list[list], header: dict) -> (str, str) .. py:method:: resolve_local_parameters(global_params: dict, substitutes: dict) -> None Resolve any formulae in input or output amounts, and convert raw data to parsed. Takes in parameter renames and amounts from project and database input parameters. .. py:method:: supplement_biosphere_edges(blocks: list[bw_simapro_csv.blocks.base.SimaProCSVBlock]) -> None Add comments and CAS numbers from the metadata blocks .. py:attribute:: blocks .. py:attribute:: header .. py:attribute:: index :value: 0 .. py:attribute:: parsed .. py:data:: BLOCK_MAPPING