h2_demand_distribution

Calculation of hydrogen demand based on a Voronoi distribution of counted truck traffic among NUTS 3 regions

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