heat_etrago
The central module containing all code dealing with heat sector in etrago
- class HeatEtrago(dependencies)[source]
Bases:
egon.data.datasets.DatasetCollect data related to the heat sector for the eTraGo tool
This dataset collects data from the heat sector and puts it into a format that is needed for the transmission grid optimisation within the tool eTraGo. It includes the creation of individual and central heat nodes, aggregates the heat supply technologies (apart from CHP) per medium voltage grid district and adds extendable heat stores to each bus. This data is then writing into the corresponding tables that are read by eTraGo.
- Dependencies
- Resulting tables
grid.egon_etrago_busis extendedgrid.egon_etrago_linkis extendedgrid.egon_etrago_link_timeseriesis extendedgrid.egon_etrago_storeis extendedgrid.egon_etrago_generatoris extended
- name: str = 'HeatEtrago'
- version: str = '0.0.10'
- 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)[source]
Insert renewable heating technologies (solar and geo thermal)
- Parameters
scenario (str) – Name of the scenario
- Returns
None.
- insert_central_gas_boilers(scenario)[source]
Inserts gas boilers for district heating to eTraGo-table
- Parameters
scenario (str) – Name of the scenario.
- Returns
None.
- insert_rural_direct_heat(scenario)[source]
Insert renewable heating technologies (solar thermal)
- Parameters
scenario (str) – Name of the scenario
- Returns
None.