question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Update Turkey TR parser and installed capacity

See original GitHub issue

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/:

https://www.teias.gov.tr/sites/default/files/2018-01/2018.01.24 TEİAŞ YTM Günlük Faaliyet Raporu-İnternet Versiyonu.pdf

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: image

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
corradiocommented, Jan 26, 2018

Feel free to submit one for the capacities! Let’s get the ball roooooolling.

1reaction
alixunderplatzcommented, Jan 30, 2018

Capacity updated, parser updated, new solar and oil categories were showing values today, so I’ll close this!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Update Turkey TR parser and installed capacity #1023 - GitHub
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 ...
Read more >
Turkey - Electric Power - export.gov
The Turkish Government plans to increase the domestic coal-based installed power capacity from 11,268 MW to 14,664 MW by 2023 and has tendered ......
Read more >
Renewable energy transition in the Turkish power sector
The results indicate that the total installed capacity will reach to 129.2-139.3 GW by 2030 where the sum of solar and wind will...
Read more >
Republic of Turkey Ministry of Energy and Natural Resources
By the end of November 2022, the installed capacity of Türkiye has reached 103,541 MW.
Read more >
Energy Resource Guide - Turkey - Renewable Energy
Looking to explore Turkey's Renewable Energy sector? Identify opportunities and prospects best suited for your company in this updated Energy Resource ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found