global-power-plants
4 rows where owner = "Gainesville Regional Utilities"
This data as json, CSV (advanced)
Suggested facets: generation_gwh_2015, generation_gwh_2016
owner 1
- Gainesville Regional Utilities · 4 ✖
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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 26574 | 26574 | USA | United States of America | Deerhaven Generating Station | USA0000663 | 471.0 | 29.7592 | -82.3878 | Coal | Oil | Gas | 1982.1050955414012 | Gainesville Regional Utilities | U.S. Energy Information Administration | http://www.eia.gov/electricity/data/browser/ | U.S. Energy Information Administration | 20683 | 2017 | 837.3300029999998 | 887.465 | 898.9950020000001 | 761.412008 | 729.129997 | U.S. Energy Information Administration | ||
| 27395 | 27395 | USA | United States of America | Gainesville Renewable Energy Center | USA0057241 | 116.1 | 29.7675 | -82.3964 | Waste | 2014.0 | Gainesville Regional Utilities | U.S. Energy Information Administration | http://www.eia.gov/electricity/data/browser/ | U.S. Energy Information Administration | 59795 | 2017 | 27.144 | 578.212004 | 345.384998 | 35.868 | 357.35599700000006 | U.S. Energy Information Administration | ||||
| 28452 | 28452 | USA | United States of America | John R Kelly | USA0000664 | 146.1 | 29.6461 | -82.3208 | Gas | Oil | 1988.6796714579052 | Gainesville Regional Utilities | U.S. Energy Information Administration | http://www.eia.gov/electricity/data/browser/ | U.S. Energy Information Administration | 2017 | 472.80500199999994 | 242.83300000000003 | 0.0 | 0.0 | 546.3110019999999 | U.S. Energy Information Administration | ||||
| 31704 | 31704 | USA | United States of America | South Energy Center | USA0056518 | 11.5 | 29.6383 | -82.34 | Gas | 2014.1478260869567 | Gainesville Regional Utilities | U.S. Energy Information Administration | http://www.eia.gov/electricity/data/browser/ | U.S. Energy Information Administration | 59129 | 2017 | 0.0 | 0.0 | 0.0 | 0.0 | 29.546 | 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");