power_etrago
The central module containing all code dealing with open cycle gas turbine
- class OpenCycleGasTurbineEtrago(dependencies)[source]
Bases:
DatasetInsert the open cycle gas turbine links into the database
Insert the open cycle gas turbine links into the database by using the function
insert_open_cycle_gas_turbines.- Dependencies
- Resulting tables
grid.egon_etrago_linkis extended
- name: str = 'OpenCycleGasTurbineEtrago'
- sources: DatasetSources = DatasetSources(tables={'power_plants': 'supply.egon_power_plants', 'etrago_bus': 'grid.egon_etrago_bus', 'etrago_link': 'grid.egon_etrago_link'}, files={}, urls={})
The sources used by the datasets. Could be tables, files and urls
- targets: DatasetTargets = DatasetTargets(tables={'etrago_link': 'grid.egon_etrago_link'}, files={})
The targets created by the datasets. Could be tables and files
- version: str = '0.0.4'