Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extras: OpenStreetMap #62

Open
zverok opened this issue Apr 11, 2016 · 0 comments
Open

Extras: OpenStreetMap #62

zverok opened this issue Apr 11, 2016 · 0 comments

Comments

@zverok
Copy link
Contributor

zverok commented Apr 11, 2016

This is a huge project, which could be VERY helpful.
Parts include:

  • Reality-aware reverse geocoding: Geo::Coord.new(..., ...).address having City, Country and other parts as a Reality::Entity;
  • Reality-aware routing: E('Kharkiv').route_to('Kyiv', :auto)
    • ...with all intermediate objects being entities, allowing to do things like E('Kharkiv').route_to('Kyiv', :auto).map(&:city).map(&:population);
  • Reality-aware search: E('Times Square').venues(:restaurant) (returning list of Reality::Entitiy also);
  • Lists: E('Ukraine').roads.length.

Also clarification will be needed about entities which can be found ONLY on OSM, not Wikipedia/Wikidata.

Some thoughts on implementation:

  • Wikidata has predicate "OSM relation" for many items;
  • OSM has tag "wikipedia link" or something like that for relations.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant