heat_supply

The central module containing all code dealing with heat supply data

class EgonDistrictHeatingSupply(**kwargs)[source]

Bases: sqlalchemy.ext.declarative.api.Base

capacity
carrier
category
district_heating_id
geometry
index
scenario
class EgonIndividualHeatingSupply(**kwargs)[source]

Bases: sqlalchemy.ext.declarative.api.Base

capacity
carrier
category
geometry
index
mv_grid_id
scenario
class HeatSupply(dependencies)[source]

Bases: egon.data.datasets.Dataset

Select and store heat supply technologies for inidvidual and district heating

This dataset distributes heat supply technologies to each district heating grid and individual supplies buildings per medium voltage grid district. National installed capacities are predefined from external sources within ScenarioCapacities. The further distribution is done using a cascade that follows a specific order of supply technologies and the heat demand.

Dependencies
Resulting tables
name = 'HeatSupply'
version = '0.0.8'
create_tables()[source]

Create tables for district heating areas

Returns:None
district_heating()[source]

Insert supply for district heating areas

Returns:None.
individual_heating()[source]

Insert supply for individual heating

Returns:None.