global-power-plants
6 rows where owner = "John Laing"
This data as json, CSV (advanced)
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 22407 | 22407 | GBR | United Kingdom | Castle Pill - Repowering | GBR0003313 | 3.2 | 51.72 | -5.0128 | Wind | John Laing | UK Renewable Energy Planning Database | https://www.gov.uk/government/collections/renewable-energy-planning-data | UK Renewable Energy Planning Database | 1080603 | 5.8065637442360805 | |||||||||||
| 22681 | 22681 | GBR | United Kingdom | Dungavel | GBR0004362 | 26.0 | 55.6086 | -4.0977 | Wind | John Laing | UK Renewable Energy Planning Database | https://www.gov.uk/government/collections/renewable-energy-planning-data | UK Renewable Energy Planning Database | 47.17833042191815 | ||||||||||||
| 23422 | 23422 | GBR | United Kingdom | Llynfi Afan Renewable Energy Park | GBR0004644 | 6.0 | 51.6427 | -3.6147 | Wind | John Laing | UK Renewable Energy Planning Database | https://www.gov.uk/government/collections/renewable-energy-planning-data | UK Renewable Energy Planning Database | 10.88730702044265 | ||||||||||||
| 23423 | 23423 | GBR | United Kingdom | Llynfi Renewable Energy Park Land at Mynydd Caerau | GBR0004656 | 18.0 | 51.6449 | -3.6211 | Wind | John Laing | UK Renewable Energy Planning Database | https://www.gov.uk/government/collections/renewable-energy-planning-data | UK Renewable Energy Planning Database | 32.66192106132795 | ||||||||||||
| 23807 | 23807 | GBR | United Kingdom | Penrhys Wind Farm/Ferndale Power Factory | GBR0003660 | 6.4 | 51.6511 | -3.4512 | Wind | John Laing | UK Renewable Energy Planning Database | https://www.gov.uk/government/collections/renewable-energy-planning-data | UK Renewable Energy Planning Database | 11.613127488472161 | ||||||||||||
| 24411 | 24411 | GBR | United Kingdom | Wear Point | GBR0004661 | 8.2 | 51.7021 | -4.9965 | Wind | John Laing | UK Renewable Energy Planning Database | https://www.gov.uk/government/collections/renewable-energy-planning-data | UK Renewable Energy Planning Database | 1094979 | 14.879319594604954 |
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");