global-power-plants
9 rows where owner = "Madison Gas & Electric Co"
This data as json, CSV (advanced)
Suggested facets: generation_gwh_2013, generation_gwh_2014, generation_gwh_2015, generation_gwh_2016
owner 1
- Madison Gas & Electric Co · 9 ✖
country_long 1
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 25352 | 25352 | USA | United States of America | Blount Street | USA0003992 | 100.0 | 43.0789 | -89.3744 | Gas | 1959.0 | Madison Gas & Electric Co | U.S. Energy Information Administration | http://www.eia.gov/electricity/data/browser/ | U.S. Energy Information Administration | 25372 | 2017 | 0.0 | 0.0 | 0.0 | 0.0 | 16.183 | U.S. Energy Information Administration | ||||
| 26651 | 26651 | USA | United States of America | Diesel Generators | USA0056070 | 54.0 | 43.0802 | -89.3747 | Oil | 2001.0 | Madison Gas & Electric Co | U.S. Energy Information Administration | http://www.eia.gov/electricity/data/browser/ | U.S. Energy Information Administration | 2017 | 0.478 | 0.49700000000000005 | 0.513 | 0.527 | 0.462 | U.S. Energy Information Administration | |||||
| 27161 | 27161 | USA | United States of America | Fitchburg | USA0003991 | 57.6 | 43.0147 | -89.4603 | Gas | 1973.0 | Madison Gas & Electric Co | U.S. Energy Information Administration | http://www.eia.gov/electricity/data/browser/ | U.S. Energy Information Administration | 25373 | 2017 | 0.0 | 0.0 | 0.0 | 0.0 | -0.129 | U.S. Energy Information Administration | ||||
| 29903 | 29903 | USA | United States of America | Nine Springs | USA0009674 | 16.2 | 43.0386 | -89.3586 | Gas | 1965.0 | Madison Gas & Electric Co | U.S. Energy Information Administration | http://www.eia.gov/electricity/data/browser/ | U.S. Energy Information Administration | 25376 | 2017 | 0.0 | 0.0 | 0.0 | 0.0 | 0.521 | U.S. Energy Information Administration | ||||
| 32067 | 32067 | USA | United States of America | Sycamore (WI) | USA0003993 | 41.6 | 43.1133 | -89.3128 | Gas | 1969.7019230769229 | Madison Gas & Electric Co | U.S. Energy Information Administration | http://www.eia.gov/electricity/data/browser/ | U.S. Energy Information Administration | 25377 | 2017 | 0.0 | 0.0 | 0.0 | 0.0 | 0.015 | U.S. Energy Information Administration | ||||
| 32283 | 32283 | USA | United States of America | Top of Iowa Windfarm III | USA0056386 | 29.7 | 43.3597 | -93.3208 | Wind | 2008.0 | Madison Gas & Electric Co | U.S. Energy Information Administration | http://www.eia.gov/electricity/data/browser/ | U.S. Energy Information Administration | 2017 | 81.421 | 91.779 | 87.47800000000002 | 84.37 | 82.57700000000001 | U.S. Energy Information Administration | |||||
| 32871 | 32871 | USA | United States of America | West Campus Cogeneration Facility | USA0007991 | 169.3 | 43.0751 | -89.4251 | Gas | Oil | 2005.0 | Madison Gas & Electric Co | U.S. Energy Information Administration | http://www.eia.gov/electricity/data/browser/ | U.S. Energy Information Administration | 2017 | 188.137 | 89.37700000000001 | 0.0 | 521.641002 | 313.712996 | U.S. Energy Information Administration | ||||
| 32893 | 32893 | USA | United States of America | West Marinette 34 | USA0007799 | 83.0 | 45.0869 | -87.6892 | Gas | 2000.0 | Madison Gas & Electric Co | U.S. Energy Information Administration | http://www.eia.gov/electricity/data/browser/ | U.S. Energy Information Administration | 37264 | 2017 | 0.0 | 0.0 | 0.0 | 0.0 | 56.797 | U.S. Energy Information Administration | ||||
| 33100 | 33100 | USA | United States of America | Wind Turbine | USA0007886 | 11.0 | 44.6694 | -87.6333 | Wind | 1999.0 | Madison Gas & Electric Co | U.S. Energy Information Administration | http://www.eia.gov/electricity/data/browser/ | U.S. Energy Information Administration | 2017 | 19.017 | 17.717 | 16.758 | 16.099 | 16.46 | U.S. Energy Information Administration |
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");