User:KMLbot
(talk · contribs) | |
Operator | Evad37 (talk) |
---|---|
Approved? | Yes |
Flagged? | No |
Task(s) | Add {{Attached KML}} if KML is available |
Edit rate | 3 edits per minute |
Edit period(s) | Once per week |
Automatic or manual? | Manual setup; automatic processing |
Programming language(s) | SPARQL, PetScan, AWB |
Exclusion compliant? | Yes |
Emergency shutoff-compliant? | Yes |
Introduction
KML files contain coordinates relating to a feature, including linear features and polygons. The {{Attached KML}}
template generates links to download or view an article's related KML file, and enables WikiMiniAtlas to display the KML file.
As KML files cannot be uploaded directly (see Phab:T28059), they are stored as wikitext. Through the Wikidata property KML file (P3096), an article's Wikidata item can be linked to the item for its related KML file – which may be stored on any wiki connected to Wikidata.
Overview
This bot adds {{Attached KML}}
to articles which have KML files available through Wikidata. The basic process is:
- Get a list of Wikidata items which have both a KML file and an article on English Wikipedia
- Filter out articles which already have
{{Attached KML}}
, or are a disambiguation page, or have been excluded with{{No KML|reason=}}
- Use AWB to add
{{Attached KML}}
to the end of each article (prior to DEFAULTSORT, interwikis, categories and stub templates)
Problems
If there is a problem with the KML file, you can:
- Fix it on Wikidata (preferred) – if the KML file is not actually related to the article, then you can be bold and fix it! Go to the article's Wikidata item, and adjust the KML file (P3096) statement.
- Specify a different KML file – add
|wikidata=
or|from=
(see Template:Attached KML/doc) - Revert the edit and specify the article as an exception – add
{{No KML|reason=Specify a reason}}
.[a] If the edit is reverted without specifying the article as an exception, then the next bot run will again add {{Attached KML}}! - Report it – at User talk:KMLbot/feedback
Details
Here's the full details:
- (1) Get a list of Wikidata items which have both a KML file and an article on English Wikipedia. Filter out articles which already have
{{Attached KML}}
, or are a disambiguation page, or have been excluded through{{No KML|reason=}}
(template adds pages to a hidden category,[[Category:Pages which should not use KML from Wikidata]]
).- Done manually through a PetScan query (which includes a SPARQL query):
- https://petscan.wmflabs.org/?language=en&project=wikipedia&depth=2&categories=Attached%20KML%20tracking%20categories%0D%0AAll%20disambiguation%20pages%0D%0AAll%20set%20index%20articles%0D%0APages%20which%20should%20not%20use%20KML%20from%20Wikidata&combination=union&ns%5B0%5D=1&show_redirects=no&sparql=SELECT%20%3Fitem%20WHERE%20%7B%20%3Fitem%20wdt%3AP3096%20%3Fdummy0%20%7D&manual_list_wiki=enwiki&common_wiki=cats&source_combination=sparql%20NOT%20categories&interface_language=en&active_tab=tab_output
- Output as "Wiki" and save as a UTF-8 text file (for input to AWB)
- (2) Use AWB to add
{{Attached KML}}
to the end of each article (prior to DEFAULTSORT, interwikis, categories and stub templates, applying genfixes if needed).