Talk:List of power stations in Turkey

External links modified edit

Hello fellow Wikipedians,

I have just modified 3 external links on List of power stations in Turkey. Please take a moment to review my edit. If you have any questions, or need the bot to ignore the links, or the page altogether, please visit this simple FaQ for additional information. I made the following changes:

When you have finished reviewing my changes, you may follow the instructions on the template below to fix any issues with the URLs.

This message was posted before February 2018. After February 2018, "External links modified" talk page sections are no longer generated or monitored by InternetArchiveBot. No special action is required regarding these talk page notices, other than regular verification using the archive tool instructions below. Editors have permission to delete these "External links modified" talk page sections if they want to de-clutter talk pages, but see the RfC before doing mass systematic removals. This message is updated dynamically through the template {{source check}} (last update: 18 January 2022).

  • If you have discovered URLs which were erroneously considered dead by the bot, you can report them with this tool.
  • If you found an error with any archives or the URLs themselves, you can fix them with this tool.

Cheers.—InternetArchiveBot (Report bug) 15:51, 1 January 2018 (UTC)Reply

2019 subsidy totals edit

should be released towards end jan 2020 so will need adding then. Search "Kapasite Mekanizması teiaş"

How to add up 2021 capacity mechanism payments edit

This is not "original research" as it is just a lot of addition, which counts as routine calculation.

Normal people do this:

Check whether anyone has already published the totals otherwise do the below.

Cut and paste the monthly TEİAŞ spreadsheets into one and add up payments for each power station with your spreadsheet software.

Cut and paste the 2021 totals into the "subsidy" for each power station on Wikidata.

Copy the totals from the Turkish Wikipedia article to this one.

Add up the grand total for 2021 with your calculator (you can crosscheck with your spreadsheet software).

Bored geeks do some or all of this:

Find out whether there is an api to retrieve Turkish govt data.

Retrieve the data either by api or by scraping the spreadsheets.

Figure out how to bulk load the data into Wikidata.

Fix the Wikidata query:

SELECT (sum(?subsidy) as ?total_subsidy) 
WHERE {
  ?item wdt:P31 / wdt:P279 * wd:Q6558431 . # ?item is a coal-fired powerplant
  ?item wdt:P17   wd:Q43 .                 # ?item is in Turkey
  ?item wdt:P5817 wd:Q55654238 .           # ?item state of use is "in use"
  ?item wdt:P9274 ?subsidy. 
# ?item wdt:P9274 / wdt:P585 * wd:Q25337 . why shows zero when select year 2020? Needs fixing before 2021 added
  SERVICE wikibase:label { bd:serviceParam wikibase:language "tr". }
}

Find out whether Listeriabot can do sums and if so amend the Turkish article

Persuade Wikipedians to allow Listeriabot to run on the English article

Amend the power station template on Turkish Wikipedia to read from Wikidata

Amend English and Turkish power station templates to include "subsidy"

Find out the name of the Wikipedia gadget (there is one but I forget what called) which converts exchange rates by year and persuade the world bank to publish 2021 exchange rate averages and add them to gadget

Document what you have achieved Chidgk1 (talk) 10:47, 28 March 2021 (UTC)Reply

Map edit

If anyone would add a map of all over 1 GW (like map on coal power list) that would be great Chidgk1 (talk) 15:01, 9 October 2022 (UTC)Reply

Might be possible to get generation from api in future edit

https://seffaflik.epias.com.tr/transparency/technical/en/ Chidgk1 (talk) 15:16, 2 April 2023 (UTC)Reply