Live data from Hacker News

Show HN: Ridiculously cheap bulk geocoding

geocod.io

11–20 of 104 posts

Re: Show HN: Ridiculously cheap bulk geocoding

#14
post #6

For an API, you can also try http://open.mapquestapi.com/nominatim/ (which is kinda free -- and uses OpenStreetMap data). The biggest problem we've had is changing non well-formed addresses / ambiguous addresses into canonical addresses with lat/lng. Google Maps wins on that front.

We obviously can't beat Google in that case :) That's also why it's priced to be way more affordable. It does however happen that Geocodio is more accurate than Google Maps - try for example "8895 Highway 29 South, 30646" (Address of a CVS store) on Google Maps and Geocodio.

Re: Show HN: Ridiculously cheap bulk geocoding

#16
I work at SmartyStreets, where we've learned that geocoding is very, very difficult, so I definitely feel your pain! We started with basic Census Bureau stuff and it's definitely complicated, and accuracy can be spotty. (We've since worked with other data vendors to improve the accuracy.) It's too bad we don't all have little cars to roam the country with and manually collect rooftop-level data like Google does.

+1 on the versioned API endpoint... when we released ours nearly 8 years ago, versioning APIs wasn't really a thing yet. We're paying that technical debt off now as we vigorously rewrite and improve our service.

Quick feedback: Links on the FAQ page are hard to distinguish from regular text.

Good luck with the project!

Re: Show HN: Ridiculously cheap bulk geocoding

#17

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 since our data source is different (US Census Bureau). - But the obvious reason why we provide this as a SaaS, is that you don't have to host anything yourself, or juggle around with gigabytes of boundary data. We handle all the mess.

Re: Show HN: Ridiculously cheap bulk geocoding

#18
post #8

I've been doing freelance geocoding gigs for a couple of institutions in the past years (canadian addresses), with only open source tools and data. I also wrote a primer explaining the basic geocoding ideas: http://cjauvin.blogspot.ca/2012/04/lean-geocoding.html

Great blog post! We obviously also use address interpolation to determine the exact location.

Re: Show HN: Ridiculously cheap bulk geocoding

#19

I like the price point about $1/1000records. Just curious to hear how you arrived at this price point.

Our infrastructure is pretty efficient, making us able to keep our operating costs low. We wanted to have a pricing point that was below any other similar services we could find.

Re: Show HN: Ridiculously cheap bulk geocoding

#20
post #16

I work at SmartyStreets, where we've learned that geocoding is very, very difficult, so I definitely feel your pain! We started with basic Census Bureau stuff and it's definitely complicated, and accuracy can be spotty. (We've since worked with other data vendors to improve the accuracy.) It's too bad we don't all have little cars to roam the country with and manually collect rooftop-level data like Google does. +1 o…

Thanks! Yes, it is definitely not easy, a lot of edge cases to take care of too. Luckily we are not trying to directly compete with any of the big guys out there, which makes us able to keep the price low and the output high.

We'll update the FAQ links, thanks!

Post reply on HN