global-power-plants
6 rows where owner = "FCC Environment"
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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 22197 | 22197 | GBR | United Kingdom | Black Dog | GBR0000629 | 2.2 | 57.2205 | -2.0604 | Waste | FCC Environment | UK Renewable Energy Planning Database | https://www.gov.uk/government/collections/renewable-energy-planning-data | UK Renewable Energy Planning Database | 5.1017056222362624 | ||||||||||||
| 22712 | 22712 | GBR | United Kingdom | Eastcroft EfW (Lines 1 & 2) | GBR0005780 | 9.0 | 52.9461 | -1.1353 | Waste | FCC Environment | UK Renewable Energy Planning Database | https://www.gov.uk/government/collections/renewable-energy-planning-data | UK Renewable Energy Planning Database | 20.870613909148343 | ||||||||||||
| 22851 | 22851 | GBR | United Kingdom | Gallymoor Landfill | GBR0000770 | 2.9 | 53.8459 | -0.7262 | Waste | FCC Environment | UK Renewable Energy Planning Database | https://www.gov.uk/government/collections/renewable-energy-planning-data | UK Renewable Energy Planning Database | 6.7249755929478 | ||||||||||||
| 22953 | 22953 | GBR | United Kingdom | Greatmoor EfW | GBR0000968 | 22.0 | 51.9143 | -0.9989 | Waste | FCC Environment | UK Renewable Energy Planning Database | https://www.gov.uk/government/collections/renewable-energy-planning-data | UK Renewable Energy Planning Database | 1097808 | 51.01705622236261 | |||||||||||
| 23231 | 23231 | GBR | United Kingdom | Kirkless Power | GBR0000792 | 2.1 | 53.5474 | -2.5901 | Waste | FCC Environment | UK Renewable Energy Planning Database | https://www.gov.uk/government/collections/renewable-energy-planning-data | UK Renewable Energy Planning Database | 4.869809912134613 | ||||||||||||
| 23922 | 23922 | GBR | United Kingdom | Rigby Landfill | GBR0000787 | 3.0 | 53.6098 | -2.6178 | Waste | FCC Environment | UK Renewable Energy Planning Database | https://www.gov.uk/government/collections/renewable-energy-planning-data | UK Renewable Energy Planning Database | 6.956871303049447 |
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");