global-power-plants
6 rows where owner = "Omaha Public Power District"
This data as json, CSV (advanced)
owner 1
- Omaha Public Power District · 6 ✖
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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 25868 | 25868 | USA | United States of America | Cass County | USA0055972 | 345.0 | 40.9479 | -95.964 | Gas | 2003.0 | Omaha Public Power District | U.S. Energy Information Administration | http://www.eia.gov/electricity/data/browser/ | U.S. Energy Information Administration | 28897 | 2017 | 82.62100000000001 | 21.018 | 16.285999999999998 | 28.252 | 17.098 | U.S. Energy Information Administration | ||||
| 26916 | 26916 | USA | United States of America | Elk City Station | USA0007955 | 6.4 | 41.3839 | -96.2544 | Waste | 2004.375 | Omaha Public Power District | U.S. Energy Information Administration | http://www.eia.gov/electricity/data/browser/ | U.S. Energy Information Administration | 47102 | 2017 | 49.123999999999995 | 47.08 | 49.026 | 49.199 | 48.218 | U.S. Energy Information Administration | ||||
| 28475 | 28475 | USA | United States of America | Jones Street | USA0002290 | 130.0 | 41.2515 | -95.9227 | Oil | 1973.0 | Omaha Public Power District | U.S. Energy Information Administration | http://www.eia.gov/electricity/data/browser/ | U.S. Energy Information Administration | 28894 | 2017 | -0.408 | 0.294 | -0.395 | -0.125 | 0.08 | U.S. Energy Information Administration | ||||
| 29808 | 29808 | USA | United States of America | Nebraska City | USA0006096 | 1389.6 | 40.6214 | -95.7764 | Coal | 1994.9326424870471 | Omaha Public Power District | U.S. Energy Information Administration | http://www.eia.gov/electricity/data/browser/ | U.S. Energy Information Administration | 28895 | 2017 | 9654.692999 | 8828.982049 | 8681.174976999999 | 9086.200983 | 8702.872046000002 | U.S. Energy Information Administration | ||||
| 29964 | 29964 | USA | United States of America | North Omaha | USA0002291 | 644.7 | 41.3291 | -95.9447 | Coal | Gas | 1961.973941368078 | Omaha Public Power District | U.S. Energy Information Administration | http://www.eia.gov/electricity/data/browser/ | U.S. Energy Information Administration | 28896 | 2017 | 3299.848997 | 3060.377049 | 3095.0819539999998 | 2049.391983 | 1912.218968 | U.S. Energy Information Administration | |||
| 31345 | 31345 | USA | United States of America | Sarpy County | USA0002292 | 337.69999999999993 | 41.1706 | -95.9706 | Gas | Oil | 1989.5208765176196 | Omaha Public Power District | U.S. Energy Information Administration | http://www.eia.gov/electricity/data/browser/ | U.S. Energy Information Administration | 28898 | 2017 | 65.70100000000001 | 34.804 | 32.806999999999995 | 52.768 | 79.65899999999998 | 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");