gas_areas

The central module containing code to create CH4 and H2 voronoi polygons

class EgonPfHvGasVoronoi(**kwargs)[source]

Bases: sqlalchemy.ext.declarative.api.Base

Class definition of table grid.egon_gas_voronoi

bus_id

Bus of the corresponding area

carrier

Gas carrier of the voronoi area (“CH4”, “H2_grid” or “H2_saltcavern”)

geom

Geometry of the corresponding area

scn_name

Name of the scenario

class GasAreaseGon100RE(dependencies)[source]

Bases: egon.data.datasets.Dataset

Create the gas voronoi table and the gas voronoi areas for eGon100RE

Dependencies
Resulting tables
name = 'GasAreaseGon100RE'
version = '0.0.1'
class GasAreaseGon2035(dependencies)[source]

Bases: egon.data.datasets.Dataset

Create the gas voronoi table and the gas voronoi areas for eGon2035

Dependencies
Resulting tables
name = 'GasAreaseGon2035'
version = '0.0.2'
create_gas_voronoi_table()[source]

Create gas voronoi table

create_voronoi(scn_name, carrier)[source]

Create voronoi polygons for specified carrier in specified scenario.

Parameters:
  • scn_name (str) – Name of the scenario
  • carrier (str) – Name of the carrier
voronoi_egon100RE()[source]

Create voronoi polygons for all gas carriers in eGon100RE scenario

voronoi_egon2035()[source]

Create voronoi polygons for all gas carriers in eGon2035 scenario