osmtgmod

class Osmtgmod(dependencies)[source]

Bases: egon.data.datasets.Dataset

Run the tool osmtgmod to generate transmission grid topology

Executes the tool osmtgmod which create a electricity grid topology based on OSM data for the voltage levels 110 - 380 kV. For further information on osmtgmod please refer our osmtgmod fork. Standard electrical line parameters are added to the grid topology and resulting data on buses, lines and transformers are exported to the data base.

Dependencies
Resulting tables
name: str = 'Osmtgmod'
version: str = '0.0.7'
fix_transformer_snom()[source]
import_osm_data()[source]
osmtgmod(config_database='egon-data', config_basepath='osmTGmod/egon-data', config_continue_run=False, filtered_osm_pbf_path_to_file=None, docker_db_config=None)[source]
run()[source]
to_pypsa()[source]