Temporal Demand

class heatpro.temporal_demand.temporal_heat_demand.TemporalHeatDemand(name: str, data: DataFrame)[source]

Bases: object

property data: DataFrame

Get the temporal heat demand data.

Returns:

DataFrame containing temporal heat demand data.

Return type:

pd.DataFrame

plot()[source]

Plot the temporal heat demand data.

Returns:

The matplotlib Axes object for the plot.

Return type:

Axes

Hourly

class heatpro.temporal_demand.hourly_heat_demand.HourlyHeatDemand(name: str, data: DataFrame)[source]

Bases: TemporalHeatDemand