Talk:List of highest airports

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

External links modified[edit]

Hello fellow Wikipedians,

I have just modified one external link on List of highest airports. 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) 17:57, 30 December 2017 (UTC)[reply]

Check wikidata list of highest airports[edit]

SELECT ?item ?itemLabel (sample(?coord) as ?coordinates) (sample(?elev) as ?elev)
{
    ?item (wdt:P31/wdt:P279*) wd:Q62447.
  ?item p:P2044/psn:P2044/wikibase:quantityAmount ?elev ;  # normalized height
        wdt:P625 ?coord ;
  FILTER(?elev > 2500)
MINUS { ?item (wdt:P31/wdt:P279*) wd:Q695850. }               # exclude military airports
  MINUS { ?item wdt:P576 _:b2. }                                # remove items with P576 (dissolved, abolished or demolished) as a main property
  MINUS { ?item wdt:P582 _:b3. }                                # remove items with P582 (end date) as a main property
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en" }
} group by ?item ?itemLabel
order by desc(?elev)

Click here to launch the Wikidata query

@Bouzinac: Thanks for the code. The wikidata altitude (4411m) for Guangyuan Panlong Airport is unsourced and clearly incorrect. I've removed the data. -Zanhe (talk) 23:32, 8 February 2019 (UTC)[reply]
I've found a somewhat reliable source ([1]) calculating its altitude to 620meters. --Bouzinac (talk) 12:37, 9 February 2019 (UTC)[reply]