http://epsis.kpx.or.kr/epsisnew/selectMain.do
Data is provided in 5-minute intervals across the country as a whole. For now, there's only numbers on total production capacity (공급능력(MW)), actual production (현재부하(MW)), and a reserve capacity/ratio. Working on seeing if there's more detail on production mix.
The EN and KR versions are not the same - for live data, it seems available only on the KR version although CSV exports are available only on the EN version seemingly.
http://epsis.kpx.or.kr/epsisnew/selectMainEpsMep.ajax
Chart data raw format
Historical data by year with a composition breakdown (thermal, nuclear, etc.)
http://epsis.kpx.or.kr/epsisnew/selectEkesKepGrid.do?menuId=010400
Further info in #855 that might help you.
Hi @scottlee120, were you able to find real-time production mix for South Korea?
From the data sources presented here and in #855, we could write a parser with all nuclear + hydro generation and fill the rest as "unknown".
@brunolajoie @corradio do you think that is enough info to begin with?
nuclear | hydro (incl. pumped storage) | coal | oil | gas | RES | Sum
-- | -- | -- | -- | -- | -- | --
22,529 | 6,489 | 36,709 | 4,155 | 37,838 | 9,187 | 116,908
RES breakdown According to IRENA for 2017:
Monitored hydro capacity is 603 MW according to http://cms.khnp.co.kr/eng/content/566/main.do?mnCd=EN040201
Nuclear is the sum of all these NPPs' units (22.5 GW):
Status of the NPPs (maintenance etc)
http://cms.khnp.co.kr/sub/main05.do?mnCd=FN05
Hydro
Load
or from
I'll try to find some PV or wind sources and will try to provide an average emission factor for the unknown share ;)
Thanks Alex! And I guess the power exchanges are not that big for South Korea, so doing the delta between total consumption and partial production would make sense. Let us know if you find wind or PV values (even historical only)
For the "unknown" share's carbon intensity, this could be helpful:
http://www.keei.re.kr/keei/download/EnergyInfo2017.pdf

I'm thinking of taking a crack at writing a basic parser here, but before I start are we happy with @alixunderplatz's suggestion of a breakdown of nuclear, hydro and unknown (with a specific emissions factor)? Since there's no exchanges this setup shouldn't 'contaminate' the rest of the data set.
I'm pretty much aligned with @alixunderplatz's suggestion! 👍
This is monthly data breakdown into production source (KR, available up to DEC2017).
Let me contact them for more updated veraion.
BTW, why do you need real-time data anyway?
BTW, why do you need real-time data anyway?
In some regions the production mix changes greatly on a daily basis. Check out California's CO2eq intensity when their solar kicks in as an example. Changes to European CO2 intensity from wind tend to take closer to 48 hours, but nevertheless make a big difference. Electricity Map was built to track (and predict) these intra-day CO2 intensity differences, so it needs hourly data.
In the following chart you'd want to know the best time to use environmentally-friendly electricity - it's at noon when solar peaks, or 12 hours after when wind kicks in, and not during the evening peak.

hey guys - just logged in and saw this. unknown in KR is going to be pretty high (i guess like 60% coal minimum as LNG is usually more expensive). not sure you'll get much of a reply if you contact KOSIS directly but if you see a phone number, let me know and i might be able to call them -> generally, in korea, you need eventually to call someone to get an answer as email is not a suitable means of first contact.
Hey everyone I've made a rough draft of the parser, couple of things I need help with atm.
@systemcatch
@alixunderplatz Brilliant I will implement your suggestions for both.
Seems like the load url (http://power.kpx.or.kr/powerinfo_en.php) is no longer working.
We might be able to scrape http://kpx.or.kr/eng/index.do instead.
@systemcatch There also is some load/forecast data on this page:
http://epsis.kpx.or.kr/epsisnew/#
The continuous values in the graph seem to come from:
http://epsis.kpx.or.kr/epsisnew/selectMainEpsMep.ajax (URL was posted in the second comment of this issue)
The figure behind each "Value2": is the load of the 5 min period.
Not sure if it's worth the effort to scrape it. We better just stick with the "most recent" data of any of these pages.
By the way: there also is load data for the island Jeju, 100 km south of the mainland.
http://www.kpx.or.kr/www/contents.do?key=357
It's connected via 2 HVDC cables, but I think we don't have any transmission data to seperate it from the mainland.
Closing this for now as there is nothing else to do.
Most helpful comment
hey guys - just logged in and saw this. unknown in KR is going to be pretty high (i guess like 60% coal minimum as LNG is usually more expensive). not sure you'll get much of a reply if you contact KOSIS directly but if you see a phone number, let me know and i might be able to call them -> generally, in korea, you need eventually to call someone to get an answer as email is not a suitable means of first contact.