fix_ehv_subnetworks
The central module containing all code dealing with fixing ehv subnetworks
- class FixEhvSubnetworks(dependencies)[source]
Bases:
DatasetManually fix grid topology in the extra high voltage grid to avoid subnetworks
This dataset includes fixes for the topology of the German extra high voltage grid. The initial grid topology from openstreetmap resp. osmTGmod includes some issues, eg. because of incomplete data. Thsi dataset does not fix all those issues, but deals only with subnetworks in the extra high voltage grid that would result into problems in the grid optimisation.
- Dependencies
- Resulting tables
grid.egon_etrago_busis updatedgrid.egon_etrago_lineis updatedgrid.egon_etrago_transformeris updated
- name: str = 'FixEhvSubnetworks'
- sources: DatasetSources = DatasetSources(tables={'buses': 'grid.egon_etrago_bus', 'lines': 'grid.egon_etrago_line', 'transformers': 'grid.egon_etrago_transformer'}, files={}, urls={})
The sources used by the datasets. Could be tables, files and urls
- targets: DatasetTargets = DatasetTargets(tables={'buses': 'grid.egon_etrago_bus', 'lines': 'grid.egon_etrago_line', 'transformers': 'grid.egon_etrago_transformer'}, files={})
The targets created by the datasets. Could be tables and files
- version: str = '0.0.4'