stream

Provides functionality for handling the streams in the request format.

class data_formats.request_format.stream.Stream(stream_request: dict, request: dict)[source]

A wrapper for a request format stream.

property co2: float

The C02 factor of the stream.

property co2_credit: float

The C02 factor of the stream.

property export_price: float

The export price of the stream.

property exportable: bool

If the stream is exportable.

property importable: bool

If the stream is importable.

property is_output: bool

Is this an output stream?

property name: str

The name of the stream.

property price: float

The price of the stream.

property timeseries: str

The availability of the stream.