h2_demand_distribution

Calculation of hydrogen demand based on a Voronoi partition of counted truck traffic used to allocate it to NUTS3 regions and finally aggregate it on NUTS3 level.

calculate_total_hydrogen_consumption(scenario: str = 'eGon2035')[source]

Calculate the total hydrogen demand for trucking in Germany.

geo_intersect(voronoi_gdf: geopandas.geodataframe.GeoDataFrame, nuts3_gdf: geopandas.geodataframe.GeoDataFrame, mode: str = 'intersection')[source]

Calculate Intersections between two GeoDataFrames and distribute truck traffic

run_egon_truck()[source]
voronoi(points: geopandas.geodataframe.GeoDataFrame, boundary: geopandas.geodataframe.GeoDataFrame)[source]

Building a Voronoi Field from points and a boundary.