A fast, offline reverse geocoder in Python
1–10 of 46 posts
Re: A fast, offline reverse geocoder in Python
#2Re: A fast, offline reverse geocoder in Python
#3Awesome, one more thing that can be made standalone instead of using google maps service.
Re: A fast, offline reverse geocoder in Python
#4Re: A fast, offline reverse geocoder in Python
#5Would it be possible to use OpenStreetMap data?
Re: A fast, offline reverse geocoder in Python
#6Starred. We're currently using nominatim + osm data + postgis on our own hosted servers. Can this be a good alternative?
Re: A fast, offline reverse geocoder in Python
#7Re: A fast, offline reverse geocoder in Python
#8Starred. We're currently using nominatim + osm data + postgis on our own hosted servers. Can this be a good alternative?
Re: A fast, offline reverse geocoder in Python
#9Looks really interesting! Would it be possible to use OpenStreetMap data? http://planet.openstreetmap.org/
Re: A fast, offline reverse geocoder in Python
#10Starred. We're currently using nominatim + osm data + postgis on our own hosted servers. Can this be a good alternative?
I should think so. I've tried nominatim/osm data but it took forever to query a large set of coordinates. I was only interested in knowing the nearest city and admin regions 1/2. And this library is really fast... ~20s to lookup 10M coordinates on my MBP. If you'd however like to know the full address, then this is maybe not a good idea.
The sibling thread asked about using OSM data; it'd be awesome if street level OSM data is workable.