BNETZA

Contents

BNETZA#

powerplantmatching.data.BNETZA(raw=False, update=False, config=None, header=9, sheet_name='Gesamtkraftwerksliste BNetzA', prune_wind=True, prune_solar=True)#

Importer for the database put together by Germany’s ‘Federal Network Agency’ (dt. ‘Bundesnetzagentur’ (BNetzA)). Please download the data from https://www.bundesnetzagentur.de/DE/Sachgebiete/ElektrizitaetundGas/Unternehmen_Institutionen/Versorgungssicherheit/Erzeugungskapazitaeten/Kraftwerksliste/kraftwerksliste-node.html.

Parameters:
  • raw (Boolean, default False) – Whether to return the original dataset

  • update (bool, default False) – Whether to update the data from the url.

  • config (dict, default None) – Add custom specific configuration, e.g. powerplantmatching.config.get_config(target_countries=’Italy’), defaults to powerplantmatching.config.get_config()

  • header (int, Default 9) – The zero-indexed row in which the column headings are found.

Deprecated since version 0.5.0: This will be removed in 0.6.0. This function is not maintained anymore.