global-power-plants
6 rows where owner = "Capital Power"
This data as json, CSV (advanced)
Suggested facets: source, url, geolocation_source, year_of_capacity_data
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 3820 | 3820 | CAN | Canada | Clover Bar | CAN0002039 | 250.0 | 53.5871 | -113.3652 | Gas | Capital Power | Natural Resources Canada | http://ftp.maps.canada.ca/pub/nacei_cnaie/energy_infrastructure/PowerPlantsAllGE100MW_NorthAmerica_201708.xlsx | Natural Resources Canada | 19073 | 2017 | 775.2168155905066 | ||||||||||
| 3821 | 3821 | CAN | Canada | Clover Bar LFG | CAN0007776 | 4.8 | 53.5956 | -113.3322 | Biomass | Capital Power | Natural Resources Canada | ftp://ftp.maps.canada.ca/pub/nacei_cnaie/energy_infrastructure/PowerPlantsRenewGE1MW_NorthAmerica_201708.xlsx | Natural Resources Canada | 2017 | 8.910609431416171 | |||||||||||
| 4002 | 4002 | CAN | Canada | Halkirk | CAN0002153 | 149.4 | 52.2609 | -112.0271 | Wind | Capital Power | Natural Resources Canada | http://ftp.maps.canada.ca/pub/nacei_cnaie/energy_infrastructure/PowerPlantsAllGE100MW_NorthAmerica_201708.xlsx | Natural Resources Canada | 58983 | 2016 | 277.5039311674825 | ||||||||||
| 4056 | 4056 | CAN | Canada | Island Generation | CAN0002057 | 275.0 | 50.0694 | -125.2815 | Gas | Capital Power | Natural Resources Canada | http://ftp.maps.canada.ca/pub/nacei_cnaie/energy_infrastructure/PowerPlantsAllGE100MW_NorthAmerica_201708.xlsx | Natural Resources Canada | 36653 | 2017 | 852.7384971495571 | ||||||||||
| 4394 | 4394 | CAN | Canada | Quality Wind | CAN0002213 | 142.2 | 55.1846 | -120.8547 | Wind | Capital Power | Natural Resources Canada | http://ftp.maps.canada.ca/pub/nacei_cnaie/energy_infrastructure/PowerPlantsAllGE100MW_NorthAmerica_201708.xlsx | Natural Resources Canada | 58039 | 2016 | 264.1302477377243 | ||||||||||
| 4741 | 4741 | CAN | Canada | Windsor Cogeneration | CAN1031080 | 68.0 | 42.2876 | -82.9803 | Gas | 1996.0 | Capital Power | Canadian Power Plant Database | http://www.cbc.ca/news2/interactives/database-cdnpowerplants/?appSession=37157089528396396394056638291117802843348425060575648208153793135366829336033758248443548607051384464831349653596564231536607108 | GEODB | 210.85897384061775 |
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");