global-power-plants
3 rows where owner = "50% Vattenfall"
This data as json, CSV (advanced)
Suggested facets: geolocation_source
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 21093 | 21093 | SWE | Sweden | Hogabjar-Karsas | WRI1002147 | 38.4 | 56.9162 | 12.8229 | Wind | 50% Vattenfall | Vattenfall | http://powerplants.vattenfall.com/#/countries=Sweden/view=list/sort=elcap | WRI | 1106073 | 618.8288624300674 | |||||||||||
| 21094 | 21094 | SWE | Sweden | Hoge Vag | WRI1002148 | 38.0 | 55.8846 | 13.9647 | Wind | 2015.0 | 50% Vattenfall | Vattenfall | http://powerplants.vattenfall.com/#/countries=Sweden/view=list/sort=elcap | WRI | 1105122 | 612.3827284464209 | ||||||||||
| 21107 | 21107 | SWE | Sweden | Juktan Vind | WRI1002154 | 27.0 | 65.0959 | 17.1173 | Wind | 2014.0 | 50% Vattenfall | Vattenfall | http://powerplants.vattenfall.com/#/countries=Sweden/view=list/sort=elcap | CARMA | 1105016 | 435.1140438961412 |
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");