prepare_conv_pp

Inputs

in_path1str

raw/conventional_power_plants_DE.csv: path incl. file name of input file with raw OPSD data

in_path2str

raw/boundaries_germany_nuts3.gpkg: path incl. file name of input file with geodata of regions in Germany

in_path3str

raw/b3_regions.yaml: path incl. file name of input file with names of regions in Berlin and Brandenburg

out_pathstr

results/_resources/scal_conv_pp.csv: path incl. file name of output file with prepared data

Outputs

pandas.DataFrame

Contains grouped and aggregated data of conventional power plants in Berlin and Brandenburg. Data is grouped by region, energy source, technology and chp capability and contains net capacity and efficiency.

Description

The script filters the OPSD conventional power plant package for power plants in the regions Berlin and Brandenburg. The retrieved data is stored in a new dataframe, aggregated and saved as a csv file in the format of the scalar data template. Only operating power plants are considered.