edisgo.io.heat_pump_import

Module Contents

Functions

oedb(edisgo_object, scenario, **kwargs)

Gets heat pumps for specified scenario from oedb and integrates them into the grid.

edisgo.io.heat_pump_import.oedb(edisgo_object, scenario, **kwargs)[source]

Gets heat pumps for specified scenario from oedb and integrates them into the grid.

See import_heat_pumps for more information.

Parameters
  • edisgo_object (EDisGo) –

  • scenario (str) – Scenario for which to retrieve heat pump data. Possible options are ‘eGon2035’ and ‘eGon100RE’.

  • allowed_number_of_comp_per_lv_bus (int) – Specifies, how many heat pumps are at most allowed to be placed at the same LV bus. Default: 2.

Returns

List with names (as in index of loads_df) of integrated heat pumps.

Return type

list(str)