heat_etrago

The central module containing all code dealing with heat sector in etrago

class HeatEtrago(dependencies)[source]

Bases: egon.data.datasets.Dataset

buses()[source]

Insert individual and district heat buses into eTraGo-tables

Returns:None.
insert_buses(carrier, scenario)[source]

Insert heat buses to etrago table

Heat buses are divided into central and individual heating

Parameters:
  • carrier (str) – Name of the carrier, either ‘central_heat’ or ‘rural_heat’
  • scenario (str, optional) – Name of the scenario.
insert_central_direct_heat(scenario='eGon2035')[source]

Insert renewable heating technologies (solar and geo thermal)

Parameters:scenario (str, optional) – Name of the scenario The default is ‘eGon2035’.
Returns:None.
insert_central_gas_boilers(scenario='eGon2035')[source]

Inserts gas boilers for district heating to eTraGo-table

Parameters:scenario (str, optional) – Name of the scenario. The default is ‘eGon2035’.
Returns:None.
insert_rural_gas_boilers(scenario='eGon2035')[source]

Inserts gas boilers for individual heating to eTraGo-table

Parameters:scenario (str, optional) – Name of the scenario. The default is ‘eGon2035’.
Returns:None.
insert_store(scenario, carrier)[source]
store()[source]
supply()[source]

Insert individual and district heat supply into eTraGo-tables

Returns:None.