bw_simapro_csv.blocks.technosphere_edges

Classes

TechnosphereEdges

Parse a block representing inputs or outputs (avoided production).

Module Contents

class bw_simapro_csv.blocks.technosphere_edges.TechnosphereEdges(block: list[tuple], header: dict, category: str, **kwargs)[source]

Bases: bw_simapro_csv.blocks.base.SimaProCSVBlock

Parse a block representing inputs or outputs (avoided production).

Has the form:

``` Materials/fuels Soy oil, refined, at plant/kg/RNA;kg;0;Undefined;0;0;0;

```

Each edge data line has the form:

  1. name

  2. unit

  3. value or formula

  4. uncertainty type

  5. uncert. param.

  6. uncert. param.

  7. uncert. param.

  8. comment

category[source]
has_formula = True[source]
parsed = [][source]