Live data from Hacker News

Show HN: Ridiculously cheap bulk geocoding

geocod.io

21–30 of 104 posts

Re: Show HN: Ridiculously cheap bulk geocoding

#23

Neat 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…

They both pull in Tiger data + other sources (so the expected outcome would be that they are more complete in some areas).

Re: Show HN: Ridiculously cheap bulk geocoding

#24
post #22

The 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

Good point, we might want add that as an optional parameter. Also note that our address address parsing API endpoint is free and doesn't count towards the usage statistics and billing :)

Re: Show HN: Ridiculously cheap bulk geocoding

#27

Will your service be expanding to provide reverse geocoding? we would be interested if it did both (we need both).

If there's enough interest, we'll definitely be working on this next. It would just require a slight restructuring of our data to make the lookups as efficient as possible.

Re: Show HN: Ridiculously cheap bulk geocoding

#28

Interesting. What interesting things can you do once you geocode a street address? How are you (your business) using this?

We mainly use it personally for putting locations on a map. It can also be used to calculate distances and many other things.
Post reply on HN