ENTSOE

Contents

ENTSOE#

powerplantmatching.data.ENTSOE(raw=False, update=False, config=None, entsoe_token=None, **fill_geoposition_kwargs)#

Importer for the list of installed generators provided by the ENTSO-E Transparency Project. Geographical information is not given. If update=True, the dataset is parsed through a request to ‘https://transparency.entsoe.eu/generation/r2/ installedCapacityPerProductionUnit/show’, Internet connection required. If raw=True, the same request is done, but the unprocessed data is returned.

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()

  • entsoe_token (String) – Security token of the ENTSO-E Transparency platform

  • fill_geoposition_kwargs – Keyword arguments passed to fill_geoposition.

  • Note (For obtaining a security token refer to section 2 of the) –

  • platform (RESTful API documentation of the ENTSOE-E Transparency) –

  • https (//transparency.entsoe.eu/content/static_content/Static%20content/) –

  • the (web%20api/Guide.html#_authentication_and_authorisation. Please save) –

  • 'entsoe_token'). (token in your config.yaml file (key) –