We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is a huge project, which could be VERY helpful. Parts include:
Geo::Coord.new(..., ...).address
Reality::Entity
E('Kharkiv').route_to('Kyiv', :auto)
E('Kharkiv').route_to('Kyiv', :auto).map(&:city).map(&:population)
E('Times Square').venues(:restaurant)
Reality::Entitiy
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:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is a huge project, which could be VERY helpful.
Parts include:
Geo::Coord.new(..., ...).address
having City, Country and other parts as aReality::Entity
;E('Kharkiv').route_to('Kyiv', :auto)
E('Kharkiv').route_to('Kyiv', :auto).map(&:city).map(&:population)
;E('Times Square').venues(:restaurant)
(returning list ofReality::Entitiy
also);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:
The text was updated successfully, but these errors were encountered: