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, grid and insert_ocgt_abroad, and for the scenario eGon100RE with the function insert_gas_neigbours_eGon100RE.

Dependencies
Resulting tables
version: str = '0.0.8'
no_gas_neighbours_required()[source]