global-power-plants
5 rows where owner = "ENERGYneering Solutions Inc"
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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 25682 | 25682 | USA | United States of America | CII Methane Management III LFG Plant | USA0059650 | 1.6 | 33.9256 | -83.2639 | Waste | 2014.0 | ENERGYneering Solutions Inc | U.S. Energy Information Administration | http://www.eia.gov/electricity/data/browser/ | U.S. Energy Information Administration | 2017 | 9.616 | 7.973 | 8.131 | 8.308 | U.S. Energy Information Administration | ||||||
| 25683 | 25683 | USA | United States of America | CII Methane Management IV LLC | USA0059711 | 1.6 | 35.5119 | -78.4338 | Waste | 2014.0 | ENERGYneering Solutions Inc | U.S. Energy Information Administration | http://www.eia.gov/electricity/data/browser/ | U.S. Energy Information Administration | 2017 | 12.877 | 12.001 | 12.158 | 12.558 | U.S. Energy Information Administration | ||||||
| 27279 | 27279 | USA | United States of America | Four Peaks Camino Real | USA0060696 | 3.2 | 31.8111 | -106.5933 | Waste | 2008.0 | ENERGYneering Solutions Inc | U.S. Energy Information Administration | http://www.eia.gov/electricity/data/browser/ | U.S. Energy Information Administration | 2017 | 0.855 | 0.624 | U.S. Energy Information Administration | 0.0 | |||||||
| 28707 | 28707 | USA | United States of America | LRI LFGTE Facility | USA0058688 | 4.5 | 46.9756 | -122.2906 | Waste | 2013.0 | ENERGYneering Solutions Inc | U.S. Energy Information Administration | http://www.eia.gov/electricity/data/browser/ | U.S. Energy Information Administration | 2017 | 1.564 | 36.677 | 34.083 | 36.724 | 36.229 | U.S. Energy Information Administration | |||||
| 31013 | 31013 | USA | United States of America | Rochelle Energy Center | USA0058377 | 4.800000000000002 | 41.9247 | -88.9986 | Waste | 2012.0 | ENERGYneering Solutions Inc | U.S. Energy Information Administration | http://www.eia.gov/electricity/data/browser/ | U.S. Energy Information Administration | 2017 | 0.01764 | 13.06 | 15.002 | 11.026 | 18.273 | 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");