-
-
Notifications
You must be signed in to change notification settings - Fork 3
Details on the OpenStreetMap to Qiekub matching algorithm.
Thomas Rosen edited this page Jun 13, 2020
·
3 revisions
TLDR: Add as many permanent tags as possible to OpenStreetMap.
If possible, use the following list to find a matching place. The place with the highest score is the best match.
(The current implementation can be found here: https://github.com/qiekub/api/blob/master/functions/osm/loadChanges.js)
(score: โ)
- osm-id
(score: 6)
- wikidata
- iata
- icao
- ref:??? (not "ref", but: ref:whc, ref:isil, ref:dhis2, ref:vatin, ref:wmo, ref:wigos, ref:bag, ref:bufa, ...)
- fhrs:id (UK Food Hygiene Rating Scheme)
(score: 5)
- Lng+Lat match up to the sixs decimal place
- full addr:??? match
(score: 4)
- wikipedia
- website
- phonenumber
- contact:???
(score: 3)
- official_name
- long_name
- name
- short_name
- alt_name
(score: 2)
- wikimedia_commons
- mapillary
- flickr
- url
- int_ref // international
- nat_ref // national
- reg_ref // regional
- loc_ref // local
- icn_ref // international cycle route
- ncn_ref // national cycle route
- rcn_ref // regional cycle route
- lcn_ref // local cycle route
(score: 1)
- ???:wikidata (operator:wikidata, network:wikidata, brand:wikidata, architect:wikidata, artist:wikidata, species:wikidata, subject:wikidata, name:etymology:wikidata, flag:wikidata, ...)
- operator
- network
- brand
- architect
- artist
- species
- subject
- name:etymology
- flag
- cycle_network
- ???
https://wiki.openstreetmap.org/wiki/Permanent_ID https://wiki.openstreetmap.org/wiki/Category:World_wide_external_reference_tag https://wiki.openstreetmap.org/wiki/Key:iata https://wiki.openstreetmap.org/wiki/Key:wikidata https://wiki.openstreetmap.org/wiki/Key:ref
View the QueerMap on map.qiekub.org!
For any questions or just to say hello, send an email to [email protected].