global-power-plants
8 rows where owner = "Cube District Energy LLC"
This data as json, CSV (advanced)
Suggested facets: capacity_mw, commissioning_year
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 25249 | 25249 | USA | United States of America | Bi-County Gas Producers | USA0058559 | 3.0 | 36.5406 | -87.5444 | Waste | 2013.0 | Cube District Energy LLC | U.S. Energy Information Administration | http://www.eia.gov/electricity/data/browser/ | U.S. Energy Information Administration | 2017 | 9.027999999999999 | 13.02714 | 7.483 | 11.225999999999999 | 13.581 | U.S. Energy Information Administration | |||||
| 25326 | 25326 | USA | United States of America | Black Oak Power Producers | USA0059310 | 4.0 | 37.2319 | -92.4539 | Waste | 2015.0 | Cube District Energy LLC | U.S. Energy Information Administration | http://www.eia.gov/electricity/data/browser/ | U.S. Energy Information Administration | 2017 | 4.3600200000000005 | 17.555 | 11.244000000000002 | 12.954 | U.S. Energy Information Administration | ||||||
| 27488 | 27488 | USA | United States of America | Georgia LFG Oak Grove Plant | USA0061385 | 6.6000000000000005 | 33.965 | -83.7656 | Waste | 2016.0 | Cube District Energy LLC | U.S. Energy Information Administration | http://www.eia.gov/electricity/data/browser/ | U.S. Energy Information Administration | 2017 | 12.117 | 31.39 | U.S. Energy Information Administration | 0.0 | |||||||
| 27489 | 27489 | USA | United States of America | Georgia LFG Pine Ridge Plant | USA0061386 | 6.6000000000000005 | 33.2442 | -84.122 | Waste | 2016.0 | Cube District Energy LLC | U.S. Energy Information Administration | http://www.eia.gov/electricity/data/browser/ | U.S. Energy Information Administration | 2017 | 17.833000000000006 | 44.655 | U.S. Energy Information Administration | 0.0 | |||||||
| 27490 | 27490 | USA | United States of America | Georgia LFG Richland Creek Plant | USA0061387 | 11.0 | 34.1271 | -84.0334 | Waste | 2016.0 | Cube District Energy LLC | U.S. Energy Information Administration | http://www.eia.gov/electricity/data/browser/ | U.S. Energy Information Administration | 2017 | 20.802 | 68.149 | U.S. Energy Information Administration | 0.0 | |||||||
| 29080 | 29080 | USA | United States of America | MAS ASB Cogen Plant | USA0058484 | 6.6000000000000005 | 33.655 | -84.3944 | Waste | Gas | 2012.0 | Cube District Energy LLC | U.S. Energy Information Administration | http://www.eia.gov/electricity/data/browser/ | U.S. Energy Information Administration | 2017 | 50.88 | 45.457 | 42.916 | 43.42700000000001 | 45.793 | U.S. Energy Information Administration | ||||
| 30049 | 30049 | USA | United States of America | Oak Grove Power Producers | USA0057489 | 3.6 | 37.6297 | -94.6414 | Waste | 2012.2222222222226 | Cube District Energy LLC | U.S. Energy Information Administration | http://www.eia.gov/electricity/data/browser/ | U.S. Energy Information Administration | 2017 | 11.148 | 16.94518 | 15.189 | 10.675 | 12.305 | U.S. Energy Information Administration | |||||
| 30132 | 30132 | USA | United States of America | Onslow Power Producers | USA0058558 | 2.0 | 34.7975 | -77.5431 | Waste | 2013.0 | Cube District Energy LLC | U.S. Energy Information Administration | http://www.eia.gov/electricity/data/browser/ | U.S. Energy Information Administration | 2017 | 1.6230000000000002 | 12.80272 | 12.626 | 9.676 | 10.324000000000002 | 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");