Ariadna – Opensource geocoder for OSM data(github.com)
github.com
Ariadna – Opensource geocoder for OSM data
https://github.com/maddevsio/ariadna
4 comments
What inspired you to start this project? There are numerous open source geocoders and the core problem isn't the software anyway, it's data. I'm often perplexed by people spending time building new things thinking they've uncovered/solved something when researching/talking with others who have domain experience would quickly reveal there may not be a there there.
I need to solve a few problems for my city:
1. Search crossroads
2. Search pair of lat/lon from non structured text
3. Possibility to add a custom data
And it was my inspiration to create yet another geocoder.
And it was my inspiration to create yet another geocoder.
Love the itch scratching motive! Crossroads and intersections is a nice idea - they are used quite a lot in American cities, from casual observation "at the corner of Pine and Union".
I imagine in some countries with different addressing systems, road intersections may be a primary means of locating things.
I imagine in some countries with different addressing systems, road intersections may be a primary means of locating things.
The data issue is solved by the world turning green little by little: http://results.openaddresses.io
Not to forget OpenStreetMap and https://mapzen.com/blog/who-s-on-first/
Not to forget OpenStreetMap and https://mapzen.com/blog/who-s-on-first/
[deleted]
I wonder how this compares to Pelias which supports autocomplete based on OpenStreetMap, OpenAddresses, GeoNames and Who's on First: http://pelias.io
In fact, one of them seems to have taken part of the other ones description and modified it slightly.
EDIT: Codebases appears to be entirely different though (Node.js vs Go)
EDIT: Codebases appears to be entirely different though (Node.js vs Go)
What does this do that Nominatim[1] doesn't?
[1] http://wiki.openstreetmap.org/wiki/Nominatim
[1] http://wiki.openstreetmap.org/wiki/Nominatim
Good question.. Based on my experience with Nominatim I really, really hope the answer would be that it imports faster/uses less space (to be clear: I have no idea if it does - but imports and the sheer data volume have been my biggest pain point with Nominatim)
Ariadna can search crossroads :)
Nominatum does not support auto complete.