global-power-plants
10 rows where country_long = "Canada", primary_fuel = "Coal" and year_of_capacity_data = 2017
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3656 | 3656 | CAN | Canada | Battle River | CAN0002022 | 689.0 | 52.4685 | -112.1339 | Coal | ATCO Power | Natural Resources Canada | http://ftp.maps.canada.ca/pub/nacei_cnaie/energy_infrastructure/PowerPlantsAllGE100MW_NorthAmerica_201708.xlsx | Natural Resources Canada | 12736 | 2017 | 4563.109087187883 | ||||||||||
3669 | 3669 | CAN | Canada | Belledune | CAN0002026 | 467.0 | 47.9073 | -65.863 | Coal | Natural Resources Canada | http://ftp.maps.canada.ca/pub/nacei_cnaie/energy_infrastructure/PowerPlantsAllGE100MW_NorthAmerica_201708.xlsx | Natural Resources Canada | 27390 | 2017 | 3092.847523536636 | |||||||||||
3949 | 3949 | CAN | Canada | Genesee | CAN0002049 | 1376.0 | 53.3446 | -114.3049 | Coal | Capital Power & TransAlta | Natural Resources Canada | http://ftp.maps.canada.ca/pub/nacei_cnaie/energy_infrastructure/PowerPlantsAllGE100MW_NorthAmerica_201708.xlsx | Natural Resources Canada | 19074 | 2017 | 9112.972574703232 | ||||||||||
4081 | 4081 | CAN | Canada | Keephills | CAN0002059 | 1253.0 | 53.4487 | -114.4501 | Coal | Capital Power (50%) / TransAlta (50%) | Natural Resources Canada | http://ftp.maps.canada.ca/pub/nacei_cnaie/energy_infrastructure/PowerPlantsAllGE100MW_NorthAmerica_201708.xlsx | Natural Resources Canada | 34864 | 2017 | 8298.368194842407 | ||||||||||
4146 | 4146 | CAN | Canada | Lingan | CAN0002063 | 620.0 | 46.2358 | -60.039 | Coal | Natural Resources Canada | http://ftp.maps.canada.ca/pub/nacei_cnaie/energy_infrastructure/PowerPlantsAllGE100MW_NorthAmerica_201708.xlsx | Natural Resources Canada | 28494 | 2017 | 4106.135898485469 | |||||||||||
4362 | 4362 | CAN | Canada | Point Aconi | CAN0002075 | 171.0 | 46.3216 | -60.3295 | Coal | Natural Resources Canada | http://ftp.maps.canada.ca/pub/nacei_cnaie/energy_infrastructure/PowerPlantsAllGE100MW_NorthAmerica_201708.xlsx | Natural Resources Canada | 28506 | 2017 | 1132.4987720016372 | |||||||||||
4366 | 4366 | CAN | Canada | Point Tupper | CAN0002077 | 154.0 | 45.587 | -61.3483 | Coal | Natural Resources Canada | http://ftp.maps.canada.ca/pub/nacei_cnaie/energy_infrastructure/PowerPlantsAllGE100MW_NorthAmerica_201708.xlsx | Natural Resources Canada | 28507 | 2017 | 1019.9111747851002 | |||||||||||
4507 | 4507 | CAN | Canada | Sheerness | CAN0002085 | 816.0 | 51.4426 | -111.7919 | Coal | ATCO Power | Natural Resources Canada | http://ftp.maps.canada.ca/pub/nacei_cnaie/energy_infrastructure/PowerPlantsAllGE100MW_NorthAmerica_201708.xlsx | Natural Resources Canada | 12767 | 2017 | 5404.204666393778 | ||||||||||
4605 | 4605 | CAN | Canada | Sundance | CAN0002088 | 2141.0 | 53.5075 | -114.5569 | Coal | TransAlta | Natural Resources Canada | http://ftp.maps.canada.ca/pub/nacei_cnaie/energy_infrastructure/PowerPlantsAllGE100MW_NorthAmerica_201708.xlsx | Natural Resources Canada | 34869 | 2017 | 14179.4144494474 | ||||||||||
4647 | 4647 | CAN | Canada | Trenton | CAN0002091 | 307.0 | 45.6211 | -62.6481 | Coal | Natural Resources Canada | http://ftp.maps.canada.ca/pub/nacei_cnaie/energy_infrastructure/PowerPlantsAllGE100MW_NorthAmerica_201708.xlsx | Natural Resources Canada | 28519 | 2017 | 2033.1995497339335 |
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");