global-power-plants
7 rows where owner = "BNRG Renewables"
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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 22435 | 22435 | GBR | United Kingdom | Chawton Farm Solar Farm | GBR0001095 | 3.2 | 50.735 | -1.302 | Solar | BNRG Renewables | UK Renewable Energy Planning Database | https://www.gov.uk/government/collections/renewable-energy-planning-data | UK Renewable Energy Planning Database | 1101546 | 1.5017906802805625 | |||||||||||
| 22795 | 22795 | GBR | United Kingdom | Fferm Bryn Bachau | GBR0005190 | 4.4 | 52.9075 | -4.334 | Solar | BNRG Renewables | UK Renewable Energy Planning Database | https://www.gov.uk/government/collections/renewable-energy-planning-data | UK Renewable Energy Planning Database | 2.0649621853857734 | ||||||||||||
| 23519 | 23519 | GBR | United Kingdom | Manor Farm - Shripney | GBR0002296 | 5.0 | 50.8148 | -0.6825 | Solar | BNRG Renewables | UK Renewable Energy Planning Database | https://www.gov.uk/government/collections/renewable-energy-planning-data | UK Renewable Energy Planning Database | 2.346547937938379 | ||||||||||||
| 23863 | 23863 | GBR | United Kingdom | Puriton | GBR0001047 | 4.5677 | 51.1757 | -2.9675 | Solar | BNRG Renewables | UK Renewable Energy Planning Database | https://www.gov.uk/government/collections/renewable-energy-planning-data | UK Renewable Energy Planning Database | 1088694 | 2.143665403224227 | |||||||||||
| 24203 | 24203 | GBR | United Kingdom | Summerway Drove | GBR0001046 | 2.0 | 51.1227 | -2.9657 | Solar | BNRG Renewables | UK Renewable Energy Planning Database | https://www.gov.uk/government/collections/renewable-energy-planning-data | UK Renewable Energy Planning Database | 1088693 | 0.9386191751753516 | |||||||||||
| 24219 | 24219 | GBR | United Kingdom | Sycamore Farm | GBR0001775 | 20.0 | 50.9924 | 0.8763 | Solar | BNRG Renewables | UK Renewable Energy Planning Database | https://www.gov.uk/government/collections/renewable-energy-planning-data | UK Renewable Energy Planning Database | 1099229 | 9.386191751753516 | |||||||||||
| 24371 | 24371 | GBR | United Kingdom | VENTNOR ROAD SOLAR PARK | GBR0001096 | 4.8 | 50.642 | -1.2043 | Solar | BNRG Renewables | UK Renewable Energy Planning Database | https://www.gov.uk/government/collections/renewable-energy-planning-data | UK Renewable Energy Planning Database | 2.2526860204208443 |
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");