bw_simapro_csv.blocks.wastes
Classes
Base class for parsing and cleaning logical blocks in a SimaPro CSV file |
|
Base class for parsing and cleaning logical blocks in a SimaPro CSV file |
|
Base class for parsing and cleaning logical blocks in a SimaPro CSV file |
|
Base class for parsing and cleaning logical blocks in a SimaPro CSV file |
Module Contents
- class bw_simapro_csv.blocks.wastes.RemainingWaste(block: list[tuple], header: dict, **kwargs)[source]
Bases:
SeparatedWasteBase class for parsing and cleaning logical blocks in a SimaPro CSV file
Parse a Separated waste block.
Has the form:
``` Separated waste Scrap aluminium {RoW};Aluminium;100;comment
Each data line has the form:
waste treatment
waste type
fraction (percentage)
comment
- class bw_simapro_csv.blocks.wastes.SeparatedWaste(block: list[tuple], header: dict, **kwargs)[source]
Bases:
bw_simapro_csv.blocks.base.SimaProCSVBlockBase class for parsing and cleaning logical blocks in a SimaPro CSV file
Parse a Separated waste block.
Has the form:
``` Separated waste Scrap aluminium {RoW};Aluminium;100;comment
Each data line has the form:
waste treatment
waste type
fraction (percentage)
comment
- class bw_simapro_csv.blocks.wastes.WasteScenario(block: list[tuple], header: dict, **kwargs)[source]
Bases:
WasteTreatmentBase class for parsing and cleaning logical blocks in a SimaPro CSV file
Parse a Waste treatment block.
Has the form:
` Waste treatment Aluminium scrap, post-consumer {GLO};kg;-1;All waste types;Metals\Market;comment here `Each data line has the form:
name
unit
amount
waste type
category
comment
- class bw_simapro_csv.blocks.wastes.WasteTreatment(block: list[tuple], header: dict, **kwargs)[source]
Bases:
bw_simapro_csv.blocks.base.SimaProCSVBlockBase class for parsing and cleaning logical blocks in a SimaPro CSV file
Parse a Waste treatment block.
Has the form:
` Waste treatment Aluminium scrap, post-consumer {GLO};kg;-1;All waste types;Metals\Market;comment here `Each data line has the form:
name
unit
amount
waste type
category
comment