UBA

Contents

UBA#

powerplantmatching.data.UBA(raw=False, update=False, config=None, header=9, skipfooter=26, prune_wind=True, prune_solar=True)#

Importer for the UBA Database. Please download the data from https://www.umweltbundesamt.de/dokument/datenbank-kraftwerke-in-deutschland.

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.

  • skipfooter (int, Default 26)

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