substation_voronoi

The central module containing code to create substation voronois

class EgonEhvSubstationVoronoi(**kwargs)[source]

Bases: sqlalchemy.orm.decl_api.Base

bus_id
geom
id
class EgonHvmvSubstationVoronoi(**kwargs)[source]

Bases: sqlalchemy.orm.decl_api.Base

bus_id
geom
id
class SubstationVoronoi(dependencies)[source]

Bases: egon.data.datasets.Dataset

name: str

The name of the Dataset

version: str

The Dataset’s version. Can be anything from a simple semantic versioning string like “2.1.3”, to a more complex string, like for example “2021-01-01.schleswig-holstein.0” for OpenStreetMap data. Note that the latter encodes the Dataset’s date, region and a sequential number in case the data changes without the date or region changing, for example due to implementation changes.

create_tables()[source]

Create tables for voronoi polygons :returns: None.

substation_voronoi()[source]

Creates voronoi polygons for hvmv and ehv substations

Returns

None.