Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/osmlab/wikidata-osm
Apps, tools and scripts to work with Wikidata items on OpenStreetMap
https://github.com/osmlab/wikidata-osm
Last synced: 5 days ago
JSON representation
Apps, tools and scripts to work with Wikidata items on OpenStreetMap
- Host: GitHub
- URL: https://github.com/osmlab/wikidata-osm
- Owner: osmlab
- License: mit
- Created: 2016-11-24T08:36:03.000Z (almost 8 years ago)
- Default Branch: gh-pages
- Last Pushed: 2017-02-15T13:42:34.000Z (over 7 years ago)
- Last Synced: 2024-08-01T12:33:05.511Z (3 months ago)
- Language: JavaScript
- Homepage: http://osmlab.github.io/wikidata-osm
- Size: 3.89 MB
- Stars: 19
- Watchers: 30
- Forks: 2
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - osmlab/wikidata-osm - Apps, tools and scripts to work with Wikidata items on OpenStreetMap (others)
README
# wikidata-osm
Apps, tools and scripts to work with Wikidata items from OpenStreetMap## Distance Visualizer
![new3](https://cloud.githubusercontent.com/assets/126868/22975383/90cadae6-f3ac-11e6-99aa-7c3b1254129b.gif)
Use [the distance visualizer](https://osmlab.github.io/wikidata-osm/) to visualize the distance between the OpenStreetMap feature with the Wikidata tag, and the corresponsing coordinate on the Wikidata database. Larger markers indicate a larger distance between the matched features.
### Interpreting large match distances
A large match distance between the mapped feature and WIkidata location could be due to one of the following cases:
**Valid**
- Large natural features like oceans or continents that do not have a definied point location can be 1000kms apart. [Example](https://osmlab.github.io/wikidata-osm/#3.83/27.72/-172.05)
- Large administrative area features like countries, states and provinces hat do not have a definied point location can be 100kms apart. [Example](https://osmlab.github.io/wikidata-osm/#6.74/15.736/45.964)**Inappropriately tagged on OpenStreetMap**
- A Wikidata tag was added to multiple OSM features that describe a single object like ways of a river instead of the river relation. [Example](https://osmlab.github.io/wikidata-osm/#9.34/40.6163/-123.6054)**Incorrect Wikidata tag on OpenStreetMap**
- An incorrect Wikidata tag of a similiarly named feature has been added to OSM. [Example](https://osmlab.github.io/wikidata-osm/#12.74/16.8309/75.7144)**Incorrect location on Wikidata**
- The Wikidata entry of the feature has an incorrect location. [Example](https://osmlab.github.io/wikidata-osm/#12.85/30.2919/73.0486)