create_h2_buses

Map demand to H2 buses and write to DB.

assign_h2_buses(scenario: str = 'eGon2035')[source]
delete_old_entries(scenario: str)[source]

Delete loads and load timeseries.

Parameters:scenario (str) – Name of the scenario.
insert_hgv_h2_demand()[source]

Insert list of hgv H2 demand (one per NUTS3) in database.

insert_new_entries(hgv_h2_demand_gdf: geopandas.geodataframe.GeoDataFrame)[source]

Insert loads.

Parameters:hgv_h2_demand_gdf (geopandas.GeoDataFrame) – Load data to insert.
kg_per_year_to_mega_watt(df: pd.DataFrame | gpd.GeoDataFrame)[source]
read_hgv_h2_demand(scenario: str = 'eGon2035')[source]