gas_neighbours
The central module containing definition of the datasets dealing with gas neighbours
- class GasNeighbours(dependencies)[source]
Bases:
Dataset- name: str = 'GasNeighbours'
- sources: DatasetSources = DatasetSources(tables={'buses': 'grid.egon_etrago_bus', 'links': 'grid.egon_etrago_link'}, files={'tyndp_capacities': 'TYNDP-2020-Scenario-Datafile.xlsx.zip'}, urls={})
The sources used by the datasets. Could be tables, files and urls
- targets: DatasetTargets = DatasetTargets(tables={'generators': 'grid.egon_etrago_generator', 'loads': 'grid.egon_etrago_load', 'load_timeseries': 'grid.egon_etrago_load_timeseries', 'stores': 'grid.egon_etrago_store', 'links': 'grid.egon_etrago_link'}, files={})
Insert the missing gas data abroad.
Insert the missing gas data into the database for the scenario eGon2035 by executing successively the functions
tyndp_gas_generation,tyndp_gas_demand,gridandinsert_ocgt_abroad, and for the scenario eGon100RE with the functioninsert_gas_neigbours_eGon100RE.- Dependencies
- Resulting tables
grid.egon_etrago_linkis extendedgrid.egon_etrago_generatoris extendedgrid.egon_etrago_loadis extendedgrid.egon_etrago_storeis extended
- version: str = '0.0.8'