home / global-power-plants

Menu
  • GraphQL API

global-power-plants

Table actions
  • GraphQL API for global-power-plants

5 rows where country_long = "United Kingdom" and owner = "Foresight Solar Fund"

✎ View and edit SQL

This data as json, CSV (advanced)

primary_fuel 1

  • Solar 5

owner 1

  • Foresight Solar Fund · 5 ✖

country_long 1

  • United Kingdom · 5 ✖
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
22050 22050 GBR United Kingdom Atherstone GBR0002278 14.7 52.6131 -1.559 Solar         Foresight Solar Fund UK Renewable Energy Planning Database https://www.gov.uk/government/collections/renewable-energy-planning-data UK Renewable Energy Planning Database 1107386               6.898850937538834
23764 23764 GBR United Kingdom Paddock Wood GBR0002266 9.2 51.1726 0.412 Solar         Foresight Solar Fund UK Renewable Energy Planning Database https://www.gov.uk/government/collections/renewable-energy-planning-data UK Renewable Energy Planning Database 1107387               4.317648205806616
24065 24065 GBR United Kingdom Shotwick GBR0002347 72.209 53.2409 -3.0227 Solar         Foresight Solar Fund UK Renewable Energy Planning Database https://www.gov.uk/government/collections/renewable-energy-planning-data UK Renewable Energy Planning Database 1113339               33.88837601011848
24248 24248 GBR United Kingdom The Elms GBR0002279 10.4 52.2142 -1.4455 Solar         Foresight Solar Fund UK Renewable Energy Planning Database https://www.gov.uk/government/collections/renewable-energy-planning-data UK Renewable Energy Planning Database                 4.880819710911829
24553 24553 GBR United Kingdom Wymeswold Airfield GBR0001585 34.0 52.8033 -1.1116 Solar         Foresight Solar Fund UK Renewable Energy Planning Database https://www.gov.uk/government/collections/renewable-energy-planning-data UK Renewable Energy Planning Database 1097025               15.956525977980974

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

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");
Powered by Datasette · How this site works · Code of conduct