global-power-plants
11 rows where owner = "Korea Electric Power Company"
This data as json, CSV (advanced)
Suggested facets: capacity_mw, geolocation_source, estimated_generation_gwh
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 20026 | 20026 | KOR | South Korea | Chungju | WRI1029854 | 400.0 | 37.0071 | 127.9926 | Hydro | Korea Electric Power Company | KEPCO | https://home.kepco.co.kr/kepco/EN/C/htmlView/ENCBHP003.do?menuCd=EN030204 | WRI | 1021142 | 515.9111075925357 | |||||||||||
| 20027 | 20027 | KOR | South Korea | Daecheong | WRI1029850 | 90.0 | 36.4783 | 127.4801 | Hydro | Korea Electric Power Company | KEPCO | https://home.kepco.co.kr/kepco/EN/C/htmlView/ENCBHP003.do?menuCd=EN030204 | WRI | 1021145 | 116.07999920832054 | |||||||||||
| 20056 | 20056 | KOR | South Korea | Hapchon | WRI1029847 | 100.0 | 35.5337 | 128.0316 | Hydro | Korea Electric Power Company | KEPCO | https://home.kepco.co.kr/kepco/EN/C/htmlView/ENCBHP003.do?menuCd=EN030204 | WRI | 1021149 | 128.97777689813392 | |||||||||||
| 20062 | 20062 | KOR | South Korea | Imha | WRI1029851 | 50.0 | 36.5384 | 128.8813 | Hydro | Korea Electric Power Company | KEPCO | https://home.kepco.co.kr/kepco/EN/C/htmlView/ENCBHP003.do?menuCd=EN030204 | WRI | 1021154 | 64.48888844906696 | |||||||||||
| 20076 | 20076 | KOR | South Korea | Muju | WRI1029848 | 600.0 | 35.9632 | 127.705 | Hydro | Korea Electric Power Company | KEPCO | https://home.kepco.co.kr/kepco/EN/C/htmlView/ENCBHP003.do?menuCd=EN030204 | GEODB | 1021163 | 773.8666613888035 | |||||||||||
| 20089 | 20089 | KOR | South Korea | Samnangjin | WRI1029846 | 600.0 | 35.4127 | 128.876 | Hydro | Korea Electric Power Company | KEPCO | https://home.kepco.co.kr/kepco/EN/C/htmlView/ENCBHP003.do?menuCd=EN030204 | GEODB | 1021175 | 773.8666613888035 | |||||||||||
| 20091 | 20091 | KOR | South Korea | Sancheong | WRI1029860 | 700.0 | 35.2563 | 127.7763 | Hydro | Korea Electric Power Company | KEPCO | https://home.kepco.co.kr/kepco/EN/C/htmlView/ENCBHP003.do?menuCd=EN030204 | GEODB | 1021176 | 902.8444382869376 | |||||||||||
| 20106 | 20106 | KOR | South Korea | Somjingang (Chilbo) | WRI1029845 | 34.0 | 34.9191 | 126.857 | Hydro | Korea Electric Power Company | KEPCO | https://home.kepco.co.kr/kepco/EN/C/htmlView/ENCBHP003.do?menuCd=EN030204 | WRI | 1021181 | 43.852444145365546 | |||||||||||
| 20108 | 20108 | KOR | South Korea | Soyang gang | WRI1029855 | 200.0 | 37.9445 | 127.8115 | Hydro | Korea Electric Power Company | KEPCO | https://home.kepco.co.kr/kepco/EN/C/htmlView/ENCBHP003.do?menuCd=EN030204 | WRI | 1021180 | 257.95555379626785 | |||||||||||
| 20119 | 20119 | KOR | South Korea | Yangyang | WRI1029856 | 1000.0 | 38.0163 | 128.5467 | Hydro | Korea Electric Power Company | KEPCO | https://home.kepco.co.kr/kepco/EN/C/htmlView/ENCBHP003.do?menuCd=EN030204 | GEODB | 1021191 | 1289.7777689813392 | |||||||||||
| 20120 | 20120 | KOR | South Korea | Yecheon | WRI1029852 | 800.0 | 36.5678 | 128.8761 | Hydro | Korea Electric Power Company | KEPCO | https://home.kepco.co.kr/kepco/EN/C/htmlView/ENCBHP003.do?menuCd=EN030204 | WRI | 1060971 | 1031.8222151850714 |
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");