bw_simapro_csv.blocks.generic_biosphere
Classes
Parse a generic biosphere block. |
|
Parse a generic biosphere block with uncertainty. |
Module Contents
- class bw_simapro_csv.blocks.generic_biosphere.GenericBiosphere(block: List[tuple], header: dict, category: str)[source]
Bases:
bw_simapro_csv.blocks.base.SimaProCSVBlockParse a generic biosphere block.
Applies to all of the following:
Non material emissions
Airborne emissions
Waterborne emissions
Raw materials
Final waste flows
Emissions to soil
Social issues
Economic issues
Has the form:
``` Category label Flow label, flow unit, CAS number, comment
In the generic biosphere flow definitions, each line has the form:
flow label
flow unit
flow CAS number
comment
- class bw_simapro_csv.blocks.generic_biosphere.GenericUncertainBiosphere(block: List[list], header: dict, category: str)[source]
Bases:
GenericBiosphereParse a generic biosphere block with uncertainty.
Applies to all of the following:
Economic issues
Emissions to air
Emissions to soil
Emissions to water
Final waste flows
Non material emissions
Resources
Social issues
Note and enjoy how these category labels are slightly different than GenericBiosphere.
Has the form:
``` Category label Data line
Each data line has the form:
name
subcategory
unit
value or formula
uncertainty type
uncert. param.
uncert. param.
uncert. param.
comment
In previous versions, the index of units and values could be switched. This doesn’t appear to be the case anymore.