global-power-plants
4 rows where owner = "Rochester Gas & Electric Corp"
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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 31014 | 31014 | USA | United States of America | Rochester 2 | USA0002639 | 8.5 | 43.1611 | -77.615 | Hydro | 1960.0 | Rochester Gas & Electric Corp | U.S. Energy Information Administration | http://www.eia.gov/electricity/data/browser/ | U.S. Energy Information Administration | 31595 | 2017 | 40.435 | 36.535 | 27.508000000000003 | 9.503 | 28.691999999999997 | U.S. Energy Information Administration | ||||
| 31015 | 31015 | USA | United States of America | Rochester 26 | USA0002638 | 3.0 | 43.1522 | -77.6098 | Hydro | 1952.0 | Rochester Gas & Electric Corp | U.S. Energy Information Administration | http://www.eia.gov/electricity/data/browser/ | U.S. Energy Information Administration | 31592 | 2017 | 0.0 | 0.8230000000000001 | 6.244 | 5.747999999999999 | 5.9590000000000005 | U.S. Energy Information Administration | ||||
| 31016 | 31016 | USA | United States of America | Rochester 5 | USA0002641 | 43.6 | 43.1803 | -77.6278 | Hydro | 1921.7155963302755 | Rochester Gas & Electric Corp | U.S. Energy Information Administration | http://www.eia.gov/electricity/data/browser/ | U.S. Energy Information Administration | 31591 | 2017 | 68.281 | 91.242 | 115.84299999999999 | 109.86 | 144.346 | U.S. Energy Information Administration | ||||
| 33133 | 33133 | USA | United States of America | Wiscoy 170 | USA0002646 | 1.0 | 42.5042 | -78.0828 | Hydro | 1922.0 | Rochester Gas & Electric Corp | U.S. Energy Information Administration | http://www.eia.gov/electricity/data/browser/ | U.S. Energy Information Administration | 31597 | 2017 | 0.0 | U.S. Energy Information Administration | 45.6931807891845 |
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");