global-power-plants
Data license: CC Attribution 4.0 License · Data source: World Resources Institute · About: global-power-plants-datasette
4 rows where estimated_generation_note_2013 = "NO-ESTIMATION", estimated_generation_note_2017 = "CAPACITY-FACTOR-V1" and owner = "City Utilities of Springfield - (MO)"
This data as json, CSV (advanced)
Suggested facets: generation_gwh_2013
owner 1
- City Utilities of Springfield - (MO) · 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_gwh_2018 | generation_gwh_2019 | generation_data_source | estimated_generation_gwh_2013 | estimated_generation_gwh_2014 | estimated_generation_gwh_2015 | estimated_generation_gwh_2016 | estimated_generation_gwh_2017 | estimated_generation_note_2013 | estimated_generation_note_2014 | estimated_generation_note_2015 | estimated_generation_note_2016 | estimated_generation_note_2017 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
29056 | 29056 | USA | United States of America | James River Power Station | USA0002161 | 362.5 | 37.1086 | -93.2619 | Gas | Oil | 1980.1986206896552 | City Utilities of Springfield - (MO) | U.S. Energy Information Administration | http://www.eia.gov/electricity/data/browser/ | U.S. Energy Information Administration | 33401 | 2019 | 0.0 | 713.733004 | 240.08699700000005 | 185.353 | 84.16900000000001 | 117.97999799999998 | 133.615004 | U.S. Energy Information Administration | 1278.35 | NO-ESTIMATION | NO-ESTIMATION | NO-ESTIMATION | NO-ESTIMATION | CAPACITY-FACTOR-V1 | ||||||
29113 | 29113 | USA | United States of America | John Twitty Energy Center | USA0006195 | 603.0 | 37.1517 | -93.388 | Coal | Oil | Gas | 1994.678275290216 | City Utilities of Springfield - (MO) | U.S. Energy Information Administration | http://www.eia.gov/electricity/data/browser/ | U.S. Energy Information Administration | 33404 | 2019 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 1785.013002 | U.S. Energy Information Administration | 2785.36 | NO-ESTIMATION | NO-ESTIMATION | NO-ESTIMATION | NO-ESTIMATION | CAPACITY-FACTOR-V1 | |||||
30051 | 30051 | USA | United States of America | McCartney | USA0007903 | 117.8 | 37.2484 | -93.1708 | Gas | 2002.0 | City Utilities of Springfield - (MO) | U.S. Energy Information Administration | http://www.eia.gov/electricity/data/browser/ | U.S. Energy Information Administration | 46164 | 2019 | 36.805 | 52.56 | 39.4 | 62.418 | 70.542 | 69.31 | 98.485 | U.S. Energy Information Administration | 415.42 | NO-ESTIMATION | NO-ESTIMATION | NO-ESTIMATION | NO-ESTIMATION | CAPACITY-FACTOR-V1 | |||||||
30743 | 30743 | USA | United States of America | Noble Hill Landfill | USA0056404 | 3.2 | 37.3811 | -93.3514 | Waste | 2006.0 | City Utilities of Springfield - (MO) | U.S. Energy Information Administration | http://www.eia.gov/electricity/data/browser/ | U.S. Energy Information Administration | 56365 | 2019 | 15.853 | 17.855 | 15.072 | 13.574 | 10.607 | 11.25 | 10.176 | U.S. Energy Information Administration | 0.57 | NO-ESTIMATION | NO-ESTIMATION | NO-ESTIMATION | NO-ESTIMATION | CAPACITY-FACTOR-V1 |
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_gwh_2018" REAL, "generation_gwh_2019" REAL, "generation_data_source" TEXT, "estimated_generation_gwh_2013" REAL, "estimated_generation_gwh_2014" REAL, "estimated_generation_gwh_2015" REAL, "estimated_generation_gwh_2016" REAL, "estimated_generation_gwh_2017" REAL, "estimated_generation_note_2013" TEXT, "estimated_generation_note_2014" TEXT, "estimated_generation_note_2015" TEXT, "estimated_generation_note_2016" TEXT, "estimated_generation_note_2017" TEXT ); CREATE INDEX ["global-power-plants_country_long"] ON [global-power-plants]("country_long"); CREATE INDEX ["global-power-plants_owner"] ON [global-power-plants]("owner");