global-power-plants
8 rows where owner = "H2O Power LP"
This data as json, CSV (advanced)
Suggested facets: capacity_mw, estimated_generation_gwh
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 3745 | 3745 | CAN | Canada | Calm Lake | CAN0007718 | 8.8 | 48.7937 | -92.154 | Hydro | H2O Power LP | Natural Resources Canada | ftp://ftp.maps.canada.ca/pub/nacei_cnaie/energy_infrastructure/PowerPlantsRenewGE1MW_NorthAmerica_201708.xlsx | Natural Resources Canada | 14718 | 2017 | 41.726896620105826 | ||||||||||
| 3925 | 3925 | CAN | Canada | Fort Frances | CAN0007862 | 9.4 | 48.6091 | -93.4023 | Hydro | H2O Power LP | Natural Resources Canada | ftp://ftp.maps.canada.ca/pub/nacei_cnaie/energy_infrastructure/PowerPlantsRenewGE1MW_NorthAmerica_201708.xlsx | Natural Resources Canada | 2017 | 44.571912298749396 | |||||||||||
| 4053 | 4053 | CAN | Canada | Iroquois Falls | CAN0007970 | 29.0 | 48.7638 | -80.6688 | Hydro | H2O Power LP | Natural Resources Canada | ftp://ftp.maps.canada.ca/pub/nacei_cnaie/energy_infrastructure/PowerPlantsRenewGE1MW_NorthAmerica_201708.xlsx | Natural Resources Canada | 12307 | 2017 | 137.50909113443964 | ||||||||||
| 4054 | 4054 | CAN | Canada | Island Falls (H2O) | CAN0007971 | 38.0 | 49.5772 | -81.3821 | Hydro | H2O Power LP | Natural Resources Canada | ftp://ftp.maps.canada.ca/pub/nacei_cnaie/energy_infrastructure/PowerPlantsRenewGE1MW_NorthAmerica_201708.xlsx | Natural Resources Canada | 2017 | 180.1843263140933 | |||||||||||
| 4085 | 4085 | CAN | Canada | Kenora | CAN0007996 | 6.0 | 49.7725 | -94.5035 | Hydro | H2O Power LP | Natural Resources Canada | ftp://ftp.maps.canada.ca/pub/nacei_cnaie/energy_infrastructure/PowerPlantsRenewGE1MW_NorthAmerica_201708.xlsx | Natural Resources Canada | 14720 | 2017 | 28.45015678643579 | ||||||||||
| 4286 | 4286 | CAN | Canada | Norman | CAN0008168 | 9.5 | 49.7717 | -94.5243 | Hydro | H2O Power LP | Natural Resources Canada | ftp://ftp.maps.canada.ca/pub/nacei_cnaie/energy_infrastructure/PowerPlantsRenewGE1MW_NorthAmerica_201708.xlsx | Natural Resources Canada | 14721 | 2017 | 45.04608157852333 | ||||||||||
| 4597 | 4597 | CAN | Canada | Sturgeon Falls | CAN0008438 | 8.8 | 48.7443 | -92.2839 | Hydro | H2O Power LP | Natural Resources Canada | ftp://ftp.maps.canada.ca/pub/nacei_cnaie/energy_infrastructure/PowerPlantsRenewGE1MW_NorthAmerica_201708.xlsx | Natural Resources Canada | 14722 | 2017 | 41.726896620105826 | ||||||||||
| 4653 | 4653 | CAN | Canada | Twin Falls | CAN0008488 | 27.5 | 48.7468 | -80.5817 | Hydro | H2O Power LP | Natural Resources Canada | ftp://ftp.maps.canada.ca/pub/nacei_cnaie/energy_infrastructure/PowerPlantsRenewGE1MW_NorthAmerica_201708.xlsx | Natural Resources Canada | 12310 | 2017 | 130.3965519378307 |
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");