#!/usr/bin/env python # coding: utf-8 # # # # #
# Renewable power plants: Main Notebook # #
This Notebook is part of the Renewable power plants Data Package of Open Power System Data. #
# # 1. About Open Power System Data # This Notebook is part of the project [Open Power System Data](http://open-power-system-data.org). Open Power System Data develops a platform for free and open data for electricity system modeling. We collect, check, process, document, and provide data that are publicly available but currently inconvenient to use. # More info on Open Power System Data: # - [Information on the project on our website](http://open-power-system-data.org) # - [Data and metadata on our data platform](http://data.open-power-system-data.org) # - [Data processing scripts on our GitHub page](https://github.com/Open-Power-System-Data) # # # 2. About Jupyter Notebooks and GitHub # This file is a [Jupyter Notebook](http://jupyter.org/). A Jupyter Notebook is a file that combines executable programming code with visualizations and comments in markdown format, allowing for an intuitive documentation of the code. We use Jupyter Notebooks for combined coding and documentation. We use Python 3 as programming language. All Notebooks are stored on [GitHub](https://github.com/), a platform for software development, and are publicly available. More information on our IT-concept can be found [here](http://open-power-system-data.org/it). See also our [step-by-step manual](http://open-power-system-data.org/step-by-step) how to use the dataplatform. # # # 3. About this Data Package # We provide data in different chunks, or [Data Packages](http://frictionlessdata.io/data-packages/). The one you are looking at right now, [Renewable power plants](http://data.open-power-system-data.org/renewable_power_plants/), contains # # * lists of renewable energy-based power plants of Germany, Denmark, France and Poland # * daily time series of cumulated installed capacity per energy source type for Germany. # # Due to different data availability, the power plant lists are of different accurancy and partly provide different power plant parameter. Due to that, the lists are provided as seperate csv-files per country and as separate sheets in the excel file. # # * Germany: More than 1.7 million power plant entries, all renewable energy plants supported by the German Renewable Energy Law (EEG) # * Denmark: Wind and phovoltaic power plants with a high level of detail # * France: Summed capacity and number of installations per energy source per municipality (Commune) # * Poland: Summed capacity and number of installations per energy source per municipality (Powiat) # # # 4. Data sources # # This Data Package uses the following main data sources. # ## 4.1 Germany - DE # - [Netztransparenz.de](https://www.netztransparenz.de/de/Anlagenstammdaten.htm) - Information platform from the German TSOs # # >In Germany historically all data has been published mandatorily by the four TSOs (50Hertz, Amprion, Tennet, TransnetBW). This obligation expired in August 2014, nonetheless the TSO reported until the end of 2014 and issued another update in August 2016 for plants commissioned until end of 2015 (which is used in this script). # # - [BNetzA](http://www.bundesnetzagentur.de/) - The German Federal Network Agency for Electricity, Gas, Telecommunications, Posts and Railway # # >Since August 2014 the BNetzA is responsible to publish the renewable power plants register. The legal framework for the register is specified in the EEG 2014 [(German)](http://www.gesetze-im-internet.de/eeg_2014/) [(English)](http://www.res-legal.eu/search-by-country/germany/single/s/res-e/t/promotion/aid/feed-in-tariff-eeg-feed-in-tariff/lastp/135/). All power plants are listed in a new format: two separate MS-Excel and CSV files for roof-mounted PV power plants ["PV-Datenmeldungen"](http://www.bundesnetzagentur.de/cln_1422/DE/Sachgebiete/ElektrizitaetundGas/Unternehmen_Institutionen/ErneuerbareEnergien/Photovoltaik/DatenMeldgn_EEG-VergSaetze/DatenMeldgn_EEG-VergSaetze_node.html) and all other renewable power plants [" Anlagenregister"](http://www.bundesnetzagentur.de/cln_1412/DE/Sachgebiete/ElektrizitaetundGas/Unternehmen_Institutionen/ErneuerbareEnergien/Anlagenregister/Anlagenregister_Veroeffentlichung/Anlagenregister_Veroeffentlichungen_node.html). # # ## 4.2 Denmark - DK # # - [ens.dk](http://www.ens.dk/) - Energy Agency Denmark # # >The Danish Energy Agency publishes a national master data register for wind turbines which was created in collaboration with the transmission system operators. The publication is monthly as an Excel file. The data set includes all electricity-generating wind turbines with information about technical data, location data and production data. # # # - [Energinet.dk](http://www.energinet.dk/EN/Sider/default.aspx) - Transmission system Operator in Denmark # # >The photovoltaic statistic, published from Energinet, includes information about location, year of implementing, installed capacity and number of systems. There is an additional overview of the number of plants and installed capacity per postcode. The publication an Excel file and dates of publication are not entirely clear. # # ## 4.3 France - FR # - [Ministery of the Environment,Energy and the Sea France](http://www.developpement-durable.gouv.fr/) # # > The data is annual published on the france [website for statistics](http://www.statistiques.developpement-durable.gouv.fr/energie-climat/r/energies-renouvelables.html?tx_ttnews[tt_news]=20647) as an Excel file. The Excel chart includes number and installed capacity of the different renewable source for every municipality in France. It is limited to the plants which are covered by article 10 of february 2000 by an agreement to a purchase commitment. # # ## 4.4 Poland - PL # - [Urzad Regulacji Energetyki (URE)](http://www.ure.gov.pl/uremapoze/mapa.html) - Energy Regulatory Office of Poland # # > Number of installations and installed capacity per energy source of renewable energy, summed per powiat (districts) is illustrated on the page and can be downloaded as rtf-file # # A complete list of data sources is provided on the [Data Package information website](http://data.open-power-system-data.org/renewable_power_plants/). They are also contained in the JSON file that contains all metadata. # # # 5. Naming Conventions # ## 5.1 Column translation list # This list provides all internal translations of column original names to the OPSD standard names in order to achieve common data structure for data of all implemented countries as well as the other data packages. # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
original_nameopsd_namedescriptioncountrydata_source
ÜNBtsoName of transmission system operatorDE50Hertz / Amprion / TenneT / TransnetBW
Netzbetreiber NamedsoName of distribution system operatorDE50Hertz / Amprion / TenneT / TransnetBW
Netzbetreiber Betriebsnummerdso_idCompany number of dsoDE50Hertz / Amprion / TenneT / TransnetBW
ÜNB-Anlagenschlüsseleeg_idGerman EEG renumeration ID numberDE50Hertz / Amprion / TenneT / TransnetBW
Bundeslandfederal_stateFederal state – administrative region NUTS1-levelDE54Hertz / Amprion / TenneT
Bundelsandfederal_stateFederal state – administrative region NUTS1-levelDETransnetBW
PLZpostcodePostcode or ZIP-codeDE50Hertz / Amprion / TenneT / TransnetBW
Installierte Leistung [kW]electrical_capacity_kWInstalled electrical capacity in kWDE50Hertz / Amprion / TenneT / TransnetBW
Einspeisespannungsebenevoltage_levelGrid connection/voltage levelDE50Hertz / Amprion / TenneT / TransnetBW
Leistungsmessungpower_measurementIndicates whether power measurement is implementedDE50Hertz / Amprion / TenneT / TransnetBW
RegelbarkeitcontrollabilityIndicates whether remote controllability is implementedDE50Hertz / Amprion / TenneT / TransnetBW
Energieträgerenergy_source_level_2Type of energy source / generationDE50Hertz / Amprion / TenneT / TransnetBW
Inbetriebnahmecommissioning_date
DE50Hertz / Amprion / TenneT / TransnetBW
Außerbetriebnahmedecommissioning_date
DE50Hertz / Amprion / TenneT / TransnetBW
Netzzuganggrid_commissioning_dateDate the power plant changed from the dsoDE50Hertz / Amprion / TenneT / TransnetBW
Netzabganggrid_decommissioning_dateDate the power plant changed to the dsoDE50Hertz / Amprion / TenneT / TransnetBW
Meldegrundnotification_reasonReason for data entry in the BnetzA listDEBNetzA
Anlagennummerbnetza_idPower plant identification number by BnetzA (Germany)DEBNetzA
1.8 EEG-Anlagenschlüsseleeg_idGerman EEG renumeration ID numberDEBNetzA
4.1 Energieträgerenergy_source_level_2Type of energy source / generationDEBNetzA
4.2 Installierte Leistung [kW]electrical_capacity_kWInstalled electrical capacity in kWDEBNetzA
4.3 Tatsächliche Inbetrieb-nahmecommissioning_date
DEBNetzA
4.5 Stilllegungs-datumdecommissioning_date
DEBNetzA
4.7 Strasse bzw. FlurstückaddressStreet name or name of land parcelDEBNetzA
4.8 Haus-nummeraddress_numberHouse number or number of land parcelDEBNetzA
4.9 Postleit-zahlpostcodePostcode or ZIP-codeDEBNetzA
4.10 Ort bzw. GemarkungmunicipalityName of city or village or municipalityDEBNetzA
Gemeinde-schlüsselmunicipality_codeGerman municipality codeDEBNetzA
4.11 Bundeslandfederal_stateFederal state – administrative region NUTS1-levelDEBNetzA
UTM-Zonenwertutm_zoneUniversal Transverse Mercator zone valueDEBNetzA
UTM-Eastutm_eastCoordinate in Universal Transverse Mercator (east)DEBNetzA
UTM-Northutm_northCoordinate in Universal Transverse Mercator (north)DEBNetzA
4.14 Spannungsebenevoltage_levelGrid connection/voltage levelDEBNetzA
4.16 Name des NetzbetreibersdsoName of distribution system operatorDEBNetzA
6.2 Thermische Leistung [kW]thermal_capacity_kWInstalled thermal capacity in kWDEBNetzA
Meldungsdatumnotification_dateDate of data entry in the BnetzA listDEBNetzA_PV
Anlage
Straße oder Flurstück *)
addressStreet name and house number or name of land parcelDEBNetzA_PV
Anlage
PLZ
postcodePostcode or ZIP-codeDEBNetzA_PV
Anlage
Ort oder Gemarkung
municipalityName of city or village or municipalityDEBNetzA_PV
Anlage
Bundesland
federal_stateFederal state – administrative region NUTS1-levelDEBNetzA_PV
Inbetriebnahmedatum **)commissioning_date
DEBNetzA_PV
Installierte
Nennleistung [kWp]
electrical_capacity_kWInstalled electrical capacity in kWDEBNetzA_PV
Møllenummer (GSRN)gsrn_idTurbine identifier (GSRN)DKEnergistyrelsen
Dato for oprindelig nettilslutningcommissioning_date
DKEnergistyrelsen
Kapacitet (kW)electrical_capacity_kWInstalled electrical capacity in kWDKEnergistyrelsen
Rotor-diameter (m)rotor_diameterRotor diameter in mDKEnergistyrelsen
Navhøjde (m)hub_heightHub heigth in mDKEnergistyrelsen
FabrikatmanufacturerCompany that has built the turbineDKEnergistyrelsen
ModelmodelWind turbine modelDKEnergistyrelsen
Kommune-nr.municipality_codeDanish municipality codeDKEnergistyrelsen
KommunemunicipalityName of city or village or municipalityDKEnergistyrelsen
Type af placeringtechnologyType of location: on- or offshoreDKEnergistyrelsen
EjerlavaddressStreet name or name of land parcelDKEnergistyrelsen
Matrikel-nummeraddress_numberHouse number or number of land parcelDKEnergistyrelsen
X (øst) koordinat
UTM 32 Euref89
utm_eastCoordinate in Universal Transverse Mercator (east)DKEnergistyrelsen
Y (nord) koordinat
UTM 32 Euref89
utm_northCoordinate in Universal Transverse Mercator (north)DKEnergistyrelsen
Værk Idriftcommissioning_date
DKEnerginet.dk
kWelectrical_capacity_kWInstalled electrical capacity in kWDKEnerginet.dk
PostnrpostcodePostcode or ZIP-codeDKEnerginet.dk
Netområde NavndsoName of distribution system operatorDKEnerginet.dk
Communesmunicipality
FRgouv.fr
Code officiel géographiquemunicipality_codeFrench municipality code (INSEE)FRgouv.fr
insee_communicipality_codeFrench municipality code (INSEE)FRgouv.fr
Nombre d'installationsnumber_of_installationsNumber of installed solar systemsFRgouv.fr
Puissance installée (MW)electrical_capacityInstalled electrical capacity in MWFRgouv.fr
technologyenergy_source_level_2
EuropeOPSD
capacityelectrical_capacity
EuropeOPSD
sourcedata_source
EuropeOPSD
Country / Areacountry
EuropeIRENA
Sub Technologytechnology
EuropeIRENA
Yearyear
EuropeIRENA
Valueelectrical_capacity
EuropeIRENA
# # # # # ## 5.2 Value translation list # # This list provides all internal translations of original value names to the OPSD standard names in order to achieve common data structure for data of all implemented countries as well as the other data packages. # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
original_nameopsd_nameenergy_source_level_2countrydata_source
Wind LandOnshoreWindDEBNetzA
Wind SeeOffshoreWindDEBNetzA
KlärgasSewage and landfill gasBioenergyDEBNetzA / TransnetBW / TenneT / 50Hertz / Amprion
GrubengasOther fossil fuelsOther fossil fuelsDEBnetzA/ Amprion
Freifläche PVPhotovoltaics groundSolarDEBNetzA
DeponiegasSewage and landfill gasBioenergyDEBNetzA / TransnetBW / TenneT / 50Hertz / Amprion
BiomasseBiomass and biogasBioenergyDEBNetzA / TransnetBW / TenneT / 50Hertz / Amprion
WasserkraftRun-of-riverHydroDEBNetzA / TransnetBW / TenneT / 50Hertz / Amprion
GeothermieGeothermalGeothermalDEBnetzA / TenneT / 50Hertz / Amprion
Windenergie OffshoreOffshoreWindDE50Hertz / TenneT
SolarPhotovoltaicsSolarDETransnetBW / TenneT / 50Hertz / Amprion
WindenergieOnshoreWindDETenneT / 50Hertz / Amprion
Windenergie an LandOnshoreWindDETransnetBW
HShigh voltage
DEBNetzA
HS/MShigh voltage / medium voltage
DEBNetzA
HöSextra high voltage
DEBNetzA
HöS/HShigh voltage / extra high voltage
DEBNetzA
MSmedium voltage
DEBNetzA
MS/NSmedium voltage / low voltage
DEBNetzA
NSlow voltage
DEBNetzA
TransnetBW GmbHTransnetBW
DETransnetBW
TenneT TSO GmbHTenneT
DETenneT
Amprion GmbHAmprion
DEAmprion
HAVOffshoreWindDKEnergistyrelsen
LANDOnshoreWindDKEnergistyrelsen
LandOnshoreWindDKEnergistyrelsen
BiomasseBiomass and biogasBioenergyFRgouv.fr
EolienWindWindFRgouv.fr
GéothermieGeothermalGeothermalFRgouv.fr
HydrauliqueHydroHydroFRgouv.fr
Solaire photovoltaïquePhotovoltaicsSolarFRgouv.fr
s<3
FRgouv.fr
agricultural biogas power-stationsBiomass and biogasBioenergyPLUrzad Regulacji Energetyki
biomass power-stations fired forest, agricultural, garden wasteBiomass and biogasBioenergyPLUrzad Regulacji Energetyki
biomass power-stations fired wood-derivatives and pulp-paper industry production wasteBiomass and biogasBioenergyPLUrzad Regulacji Energetyki
biomass power-stations mixed biomass-firedBiomass and biogasBioenergyPLUrzad Regulacji Energetyki
co-fired technology (fossil fuel and biogas)Biomass and biogasBioenergyPLUrzad Regulacji Energetyki
co-fired technology (fossil fuel and biomass)Biomass and biogasBioenergyPLUrzad Regulacji Energetyki
dump biogas power-stationsSewage and landfill gasBioenergyPLUrzad Regulacji Energetyki
hydro-electric power-station capacity over 10 MWHydroHydroPLUrzad Regulacji Energetyki
hydro-electric power-station capacity up to 0,3 MWHydroHydroPLUrzad Regulacji Energetyki
hydro-electric power-station capacity up to 1 MWHydroHydroPLUrzad Regulacji Energetyki
hydro-electric power-station capacity up to 10 MWHydroHydroPLUrzad Regulacji Energetyki
hydro-electric power-station capacity up to 5 MWHydroHydroPLUrzad Regulacji Energetyki
mixed biogas power-stationsBiomass and biogasBioenergyPLUrzad Regulacji Energetyki
onshore wind power-stationOnshoreWindPLUrzad Regulacji Energetyki
photovoltaic power-stationsPhotovoltaicsSolarPLUrzad Regulacji Energetyki
sewage treatment plant biogas power-stationsSewage and landfill gasBioenergyPLUrzad Regulacji Energetyki
pumped-storage power station or flow hydro-electric power station with pump partHydroHydroPLUrzad Regulacji Energetyki
BiogasBiomass and biogasBioenergyEuropeIRENA
Concentrated Solar PowerConcentrated solar powerSolarEuropeIRENA
Geothermal EnergyGeothermalGeothermalEuropeIRENA
Large HydropowerHydroHydroEuropeIRENA
Liquid BiofuelsBiomass and biogasBioenergyEuropeIRENA
MarineMarineMarineEuropeIRENA
Medium HydropowerHydroHydroEuropeIRENA
Offshore WindOffshoreWindEuropeIRENA
Onshore WindOnshoreWindEuropeIRENA
Pumped storage and mixed plantsHydroHydroEuropeIRENA
Small HydropowerHydroHydroEuropeIRENA
Solar PhotovoltaicPhotovoltaicsSolarEuropeIRENA
Solid BiomassBiomass and biogasBioenergyEuropeIRENA
DenmarkDK
EuropeIRENA
FranceFR
EuropeIRENA
GermanyDE
EuropeIRENA
PolandPL
EuropeIRENA
Bioenergy and other renewale fuelsBioenergy and renewable wasteBioenergyEuropeOPSD
SolarSolar
EuropeOPSD
WindWind
EuropeOPSD
GeothermalGeothermal
EuropeOPSD
Differently categorized hydroHydro
EuropeOPSD
Tide, wave, and oceanMarine
EuropeOPSD
# # # # # ## 5.3 Validation marker # # Validation markers are used in comments column in order to mark units for which we identified one of the following issues: # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
Validation markerShort explanationLong explanation
R_1data_source = BnetzA and commissioning_date < 2016-12-31This powerplant is probably also represented by an entry from the TSO data and should therefore be filtered out.
R_2notification_reason other than „Inbetriebnahme“ (commissioning)This powerplant is probably also represented by an entry from the TSO data and should therefore be filtered out.
R_3commissioning_date not specified
R_4electrical_capacity not specified
R_5decommissioned from the gridThis powerplant is probably commissioned again to the grid of another grid operator and therefore this doubled entry should be filtered out.
R_6decommissionedThis powerplant is completely decommissioned.
R_7not connected to the European gridThis powerplant is located in regions belonging to France but not located in Europe (e.g. Guadeloupe).
# # # # # ## 5.4 Energy source structure # # # 6. License # This Jupyter Notebook as well as all other documents in this repository is published under the [MIT License](https://opensource.org/licenses/MIT).