Show HN: Ridiculously cheap bulk geocoding
21–30 of 104 posts
Re: Show HN: Ridiculously cheap bulk geocoding
#22Most of the times users will only care about the results, so you'll be sending useless data
Re: Show HN: Ridiculously cheap bulk geocoding
#23Neat website! Very clean, simple pricing. Thank you for batch geocoding to minimize network traffic... How does the accuracy (as well as address parsing capabilities) compare to the completely free solutions such as Nominatim[1] or DSTK[2]? Both services provide capabilities for local installations, obviously with no query limits and minimal latency. [1] http://wiki.openstreetmap.org/wiki/Nominatim [2] http://www.dat…
Thanks! Yes, I haven't really seen a lot of other services that provides batch geocoding as an API endpoint. We have mostly been running tests against the Google Maps API, and from a totally random sample of 100 address, 90 of them were within a mile from the Google Maps API returned location (Most of them were actually within 0.01 mile). I'm not sure how we would compare to OpenStreetMaps and Data Science Toolkit si…
Re: Show HN: Ridiculously cheap bulk geocoding
#24The ability to understant how the input was parsed is an interesting feature, but i think it'd better be optional. Most of the times users will only care about the results, so you'll be sending useless data
Re: Show HN: Ridiculously cheap bulk geocoding
#25This is very cool! We use SmartyStreets because of the price. Where did you get the addresses database?
Re: Show HN: Ridiculously cheap bulk geocoding
#26Re: Show HN: Ridiculously cheap bulk geocoding
#27Will your service be expanding to provide reverse geocoding? we would be interested if it did both (we need both).
Re: Show HN: Ridiculously cheap bulk geocoding
#28Interesting. What interesting things can you do once you geocode a street address? How are you (your business) using this?