sustaingym.data.cogen.load_ambients#

Loads the ambient conditions data from for the cogen environment ~9 months worth of temperature, pressure, humidity, fuel price, energy price

Module Contents#

Functions#

load_wind_data(→ numpy.ndarray)

Load wind speed data.

construct_df(→ list[pandas.DataFrame])

Constructs the dataframe of all ambient conditions

Attributes#

sustaingym.data.cogen.load_ambients.DATA_DIR = 'data/cogen/ambients_data/'[source]#
sustaingym.data.cogen.load_ambients.load_wind_data(n_mw: float) numpy.ndarray[source]#

Load wind speed data.

Parameters:

n_mw (float) –

Return type:

numpy.ndarray

sustaingym.data.cogen.load_ambients.construct_df(renewables_magnitude: float = 0.0) list[pandas.DataFrame][source]#

Constructs the dataframe of all ambient conditions

Parameters:

renewables_magnitude (float) –

Return type:

list[pandas.DataFrame]