global-power-plants
7 rows where owner = "EDF Energy"
This data as json, CSV (advanced)
Suggested facets: capacity_mw, latitude, longitude, source, url, geolocation_source, 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 22535 | 22535 | GBR | United Kingdom | Cottam | GBR1000142 | 2008.0 | 53.304 | -0.7815 | Coal | EDF Energy | Department for Business Energy & Industrial Strategy | https://www.gov.uk/government/collections/digest-of-uk-energy-statistics-dukes | GEODB | 1025710 | 16659.410540013014 | |||||||||||
| 23058 | 23058 | GBR | United Kingdom | High Hedley II | GBR0003290 | 5.2 | 54.7637 | -1.7575 | Wind | EDF Energy | UK Renewable Energy Planning Database | https://www.gov.uk/government/collections/renewable-energy-planning-data | UK Renewable Energy Planning Database | 1051853 | 9.43566608438363 | |||||||||||
| 23360 | 23360 | GBR | United Kingdom | Langley | GBR0003248 | 8.0 | 54.8237 | -1.6758 | Wind | EDF Energy | UK Renewable Energy Planning Database | https://www.gov.uk/government/collections/renewable-energy-planning-data | UK Renewable Energy Planning Database | 1065214 | 14.516409360590197 | |||||||||||
| 24124 | 24124 | GBR | United Kingdom | Southern Law | GBR0003223 | 5.2 | 54.7222 | -1.4349 | Wind | EDF Energy | UK Renewable Energy Planning Database | https://www.gov.uk/government/collections/renewable-energy-planning-data | UK Renewable Energy Planning Database | 9.43566608438363 | ||||||||||||
| 24422 | 24422 | GBR | United Kingdom | West Burton | GBR1000143 | 2012.0 | 53.3604 | -0.8102 | Coal | EDF Energy | Department for Business Energy & Industrial Strategy | https://www.gov.uk/government/collections/digest-of-uk-energy-statistics-dukes | GEODB | 1013947 | 16692.596616785948 | |||||||||||
| 24423 | 24423 | GBR | United Kingdom | West Burton CCGT | GBR1000141 | 1332.0 | 53.3631 | -0.7976 | Gas | EDF Energy | Department for Business Energy & Industrial Strategy | https://www.gov.uk/government/collections/digest-of-uk-energy-statistics-dukes | GEODB | 4482.25348722937 | ||||||||||||
| 24424 | 24424 | GBR | United Kingdom | West Burton GT | GBR1000146 | 40.0 | 53.3631 | -0.7976 | Gas | EDF Energy | Department for Business Energy & Industrial Strategy | https://www.gov.uk/government/collections/digest-of-uk-energy-statistics-dukes | GEODB | 134.60220682370482 |
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");