According to the latest news, Turkey's PV installations have quadrupled from 832 MW to 3420 MW in 2017.
So I checked the current data source https://ytbs.teias.gov.tr/ytbs/frm_login.jsf and it now has "G眉ne艧" which means "solar". In our parser, the category is still missing.
The published numbers don't look correct at the moment (yesterday, the solar peak at noon was at ~6 MW), but I'm sure they will improve this.
So, the parser needs to be updated to include "G眉ne艧" (I guess only the MAP_GENERATION part will do?).
I would also update the categories in general, since there seem to be changes.
Here is a mapping of the categories to the types. I am not sure how to change it in MAP_GENERATION, since there are no spaces and no capital and special letters. Somebody, please take a look :)
Fuel Oil - oil
Linyit - coal
Ta艧 K枚m眉r - coal
Asfaltit K枚m眉r - coal
陌thal K枚m眉r - coal
Do臒al Gaz - gas
LNG - gas
Kojenerasyon - unknown
Biyok眉tle -biomass
Jeotermal - geothermal
Barajl谋 - hydro
Akarsu - hydro
R眉zgar - wind
G眉ne艧 - solar
In the recent parser, there is "nafta" which is mapped to unknown (should be oil), but I'm not sure whether this category still exists. So somebody, please check the categories :)
Maybe the original author of the parser, @olivierSemet is up to do this?
There also is a good source for the latest installed capacities i found on https://www.teias.gov.tr/:
I can update the installed capacities if you approve these numbers. For renewables, there are numbers from IRENA, for other s it is enerji.gov.tr - we could remove these and use the numbers from the up-to-date source of the TSO "TE陌A艦".
OLD:
"TR": {
"capacity": {
"biomass": 367,
"coal": 17317,
"gas": 22552,
"geothermal": 821,
"hydro": 27385,
"solar": 833,
"wind": 6202
},
NEW:
"TR": {
"capacity": {
"biomass": 510,
"coal": 19350,
"gas": 26761,
"geothermal": 1064,
"hydro": 27273,
"oil": 306,
"solar": 3421,
"wind": 6516
},
From here:

I'm not sure if that was already discussed, but is there a particular reason why we would put "Kojenerasyon" (Cogeneration) into "Gas"? Do we have more info on these power plant? 124 MW is a small number so just aksing but no big deal. Else lets put it in 'unknonw'
@brunolajoie my bad, I didn't think about it. Probably because the "coal section" had ended before I put it to "gas", too ;)
I will assign this to "unknown" then.
@alixunderplatz are you able to submit a pull request?
@corradio for the installed capacity, yes, for the parser, nope
Feel free to submit one for the capacities! Let's get the ball roooooolling.
fyi: I asked TEIAS via Twitter today if they could check their solar data. No reply so far, but I hope they'll fix it.
Capacity updated, parser updated, new solar and oil categories were showing values today, so I'll close this!
Most helpful comment
Feel free to submit one for the capacities! Let's get the ball roooooolling.