ebm.model.heat_pump module

air_source_heat_pump(heating_systems_parameters: DataFrame)[source]
district_heating_heat_pump(heating_systems_parameters: DataFrame)[source]
heat_pump_production(energy_need, air_air, district_heating)[source]
heat_prod_hp(production: DataFrame, group_by: list | None = None) DataFrame[source]
heat_prod_hp_wide(production: DataFrame) DataFrame[source]

Change transform the result of production into heat_prod_hp wide format with years as columns.

Parameters

productionpd.DataFrame

Containing year, building_group, hp_source

Returns

pd.DataFRame

heat_prod_hp in wide format

Notes

The function will modify the original dataframe by adding an RV_HP column