global-power-plants
9 rows where owner = "E.On"
This data as json, CSV (advanced)
Suggested facets: capacity_mw, wepp_id, estimated_generation_gwh
| Link | rowid ▼ | country | country_long | name | gppd_idnr | capacity_mw | latitude | longitude | primary_fuel | other_fuel1 | other_fuel2 | other_fuel3 | commissioning_year | owner | source | url | geolocation_source | wepp_id | year_of_capacity_data | generation_gwh_2013 | generation_gwh_2014 | generation_gwh_2015 | generation_gwh_2016 | generation_gwh_2017 | generation_data_source | estimated_generation_gwh |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 22207 | 22207 | GBR | United Kingdom | Blackburn Meadows | GBR0000166 | 33.0 | 53.4201 | -1.3985 | Biomass | E.On | UK Renewable Energy Planning Database | https://www.gov.uk/government/collections/renewable-energy-planning-data | UK Renewable Energy Planning Database | 1069702 | 573.2884843688169 | |||||||||||
| 23019 | 23019 | GBR | United Kingdom | Hare Hill RO | GBR0003496 | 2.75 | 54.7616 | -1.4151 | Wind | E.On | UK Renewable Energy Planning Database | https://www.gov.uk/government/collections/renewable-energy-planning-data | UK Renewable Energy Planning Database | 1049118 | 4.990015717702882 | |||||||||||
| 23064 | 23064 | GBR | United Kingdom | High Volts RO | GBR0003495 | 5.5 | 54.6936 | -1.3003 | Wind | E.On | UK Renewable Energy Planning Database | https://www.gov.uk/government/collections/renewable-energy-planning-data | UK Renewable Energy Planning Database | 1054419 | 9.980031435405763 | |||||||||||
| 23111 | 23111 | GBR | United Kingdom | Holmside | GBR0003494 | 2.75 | 54.8471 | -1.6776 | Wind | E.On | UK Renewable Energy Planning Database | https://www.gov.uk/government/collections/renewable-energy-planning-data | UK Renewable Energy Planning Database | 1047454 | 4.990015717702882 | |||||||||||
| 23934 | 23934 | GBR | United Kingdom | Robin Rigg East | GBR0002496 | 90.0 | 54.7642 | -3.6955 | Wind | E.On | UK Renewable Energy Planning Database | https://www.gov.uk/government/collections/renewable-energy-planning-data | UK Renewable Energy Planning Database | 1056904 | 163.30960530663975 | |||||||||||
| 23935 | 23935 | GBR | United Kingdom | Robin Rigg West | GBR0002497 | 90.0 | 54.7473 | -3.7293 | Wind | E.On | UK Renewable Energy Planning Database | https://www.gov.uk/government/collections/renewable-energy-planning-data | UK Renewable Energy Planning Database | 1056904 | 163.30960530663975 | |||||||||||
| 23949 | 23949 | GBR | United Kingdom | Rosehall | GBR0004051 | 24.7 | 57.9956 | -4.547 | Wind | E.On | UK Renewable Energy Planning Database | https://www.gov.uk/government/collections/renewable-energy-planning-data | UK Renewable Energy Planning Database | 1064779 | 44.81941390082224 | |||||||||||
| 24021 | 24021 | GBR | United Kingdom | Scroby Sands | GBR0002498 | 60.0 | 52.6439 | 1.7889 | Wind | E.On | UK Renewable Energy Planning Database | https://www.gov.uk/government/collections/renewable-energy-planning-data | UK Renewable Energy Planning Database | 108.8730702044265 | ||||||||||||
| 24157 | 24157 | GBR | United Kingdom | Stags Holt Extension | GBR0003741 | 2.0 | 52.5698 | 0.1233 | Wind | E.On | UK Renewable Energy Planning Database | https://www.gov.uk/government/collections/renewable-energy-planning-data | UK Renewable Energy Planning Database | 3.6291023401475493 |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE "global-power-plants" (
"country" TEXT,
"country_long" TEXT,
"name" TEXT,
"gppd_idnr" TEXT,
"capacity_mw" REAL,
"latitude" REAL,
"longitude" REAL,
"primary_fuel" TEXT,
"other_fuel1" TEXT,
"other_fuel2" TEXT,
"other_fuel3" TEXT,
"commissioning_year" REAL,
"owner" TEXT,
"source" TEXT,
"url" TEXT,
"geolocation_source" TEXT,
"wepp_id" TEXT,
"year_of_capacity_data" INTEGER,
"generation_gwh_2013" REAL,
"generation_gwh_2014" REAL,
"generation_gwh_2015" REAL,
"generation_gwh_2016" REAL,
"generation_gwh_2017" REAL,
"generation_data_source" TEXT,
"estimated_generation_gwh" REAL
);
CREATE INDEX ["global-power-plants_country_long"] ON [global-power-plants]("country_long");
CREATE INDEX ["global-power-plants_owner"] ON [global-power-plants]("owner");