global-power-plants
9 rows where owner = "Good Energy Generation"
This data as json, CSV (advanced)
Suggested facets: capacity_mw, 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 22308 | 22308 | GBR | United Kingdom | Brynwhilach solar park | GBR0001975 | 5.0 | 51.6866 | -3.9582 | Solar | Good Energy Generation | UK Renewable Energy Planning Database | https://www.gov.uk/government/collections/renewable-energy-planning-data | UK Renewable Energy Planning Database | 2.346547937938379 | ||||||||||||
| 22384 | 22384 | GBR | United Kingdom | Carloggas Farm Solar Park | GBR0001824 | 8.3 | 50.3513 | -4.8759 | Solar | Good Energy Generation | UK Renewable Energy Planning Database | https://www.gov.uk/government/collections/renewable-energy-planning-data | UK Renewable Energy Planning Database | 3.895269576977709 | ||||||||||||
| 22558 | 22558 | GBR | United Kingdom | Creathorne Farm - Solar Farm | GBR0001614 | 1.8 | 50.7956 | -4.5451 | Solar | Good Energy Generation | UK Renewable Energy Planning Database | https://www.gov.uk/government/collections/renewable-energy-planning-data | UK Renewable Energy Planning Database | 1105899 | 0.8447572576578164 | |||||||||||
| 22576 | 22576 | GBR | United Kingdom | Cross Roads Plantation | GBR0002248 | 5.0 | 50.9069 | -1.8404 | Solar | Good Energy Generation | UK Renewable Energy Planning Database | https://www.gov.uk/government/collections/renewable-energy-planning-data | UK Renewable Energy Planning Database | 1105964 | 2.346547937938379 | |||||||||||
| 22631 | 22631 | GBR | United Kingdom | Delabole (Repowering) | GBR0003019 | 9.2 | 50.6378 | -4.7053 | Wind | Good Energy Generation | UK Renewable Energy Planning Database | https://www.gov.uk/government/collections/renewable-energy-planning-data | UK Renewable Energy Planning Database | 1033383 | 16.693870764678728 | |||||||||||
| 23469 | 23469 | GBR | United Kingdom | Lower End Farm | GBR0002159 | 4.9 | 51.3066 | -2.0387 | Solar | Good Energy Generation | UK Renewable Energy Planning Database | https://www.gov.uk/government/collections/renewable-energy-planning-data | UK Renewable Energy Planning Database | 1108425 | 2.2996169791796115 | |||||||||||
| 23937 | 23937 | GBR | United Kingdom | Rock Farm / Goldborough Farm (Rookwood) | GBR0001834 | 5.0 | 51.5196 | -1.8807 | Solar | Good Energy Generation | UK Renewable Energy Planning Database | https://www.gov.uk/government/collections/renewable-energy-planning-data | UK Renewable Energy Planning Database | 1106914 | 2.346547937938379 | |||||||||||
| 24276 | 24276 | GBR | United Kingdom | Tiers Cross Solar Farm | GBR0002074 | 24.0 | 51.7491 | -5.0407 | Solar | Good Energy Generation | UK Renewable Energy Planning Database | https://www.gov.uk/government/collections/renewable-energy-planning-data | UK Renewable Energy Planning Database | 11.263430102104216 | ||||||||||||
| 24539 | 24539 | GBR | United Kingdom | Woolbridge Solar Park | GBR0001902 | 5.0 | 50.6886 | -2.2235 | Solar | Good Energy Generation | UK Renewable Energy Planning Database | https://www.gov.uk/government/collections/renewable-energy-planning-data | UK Renewable Energy Planning Database | 1100455 | 2.346547937938379 |
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");