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.
-
co2¶ The C02 factor of the stream.
-
co2_credit¶ The C02 factor of the stream.
-
export_price¶ The export price of the stream.
-
exportable¶ If the stream is exportable.
-
importable¶ If the stream is importable.
-
is_output¶ Is this an output stream?
-
name¶ The name of the stream.
-
price¶ The price of the stream.
-
timeseries¶ The availability of the stream.
-