global-power-plants
4 rows where owner = "Eco Sustainable Solutions"
This data as json, CSV (advanced)
owner 1
- Eco Sustainable Solutions · 4 ✖
country_long 1
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 22249 | 22249 | GBR | United Kingdom | Bourne Park AD (AD) | GBR0000366 | 1.1 | 50.7771 | -2.3941 | Biomass | Eco Sustainable Solutions | UK Renewable Energy Planning Database | https://www.gov.uk/government/collections/renewable-energy-planning-data | UK Renewable Energy Planning Database | 19.109616145627236 | ||||||||||||
| 22430 | 22430 | GBR | United Kingdom | Chapel Lane Parley Solar Farm Phase 2 | GBR0002105 | 36.0 | 50.7959 | -1.8563 | Solar | Eco Sustainable Solutions | UK Renewable Energy Planning Database | https://www.gov.uk/government/collections/renewable-energy-planning-data | UK Renewable Energy Planning Database | 1084625 | 16.895145153156328 | |||||||||||
| 22431 | 22431 | GBR | United Kingdom | Chapel Lane Parley Solar Farm Phase 3 | GBR0002234 | 4.0 | 50.8032 | -1.8644 | Solar | Eco Sustainable Solutions | UK Renewable Energy Planning Database | https://www.gov.uk/government/collections/renewable-energy-planning-data | UK Renewable Energy Planning Database | 1108400 | 1.8772383503507035 | |||||||||||
| 22721 | 22721 | GBR | United Kingdom | Eco Composting | GBR0000139 | 3.2 | 50.786 | -1.8569 | Biomass | Eco Sustainable Solutions | UK Renewable Energy Planning Database | https://www.gov.uk/government/collections/renewable-energy-planning-data | UK Renewable Energy Planning Database | 1100003 | 55.591610605461035 |
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");