Show HN: Ridiculously cheap bulk geocoding
1–10 of 104 posts
Re: Show HN: Ridiculously cheap bulk geocoding
#2We were tired with dealing with the often steep pricing on geocoding when you reach your daily free limit (e.g. Google Maps starts at $10k/year). So I built this service so I can use it myself and hopefully it would be useful for others too.
Re: Show HN: Ridiculously cheap bulk geocoding
#3so.. us addresses only?
Re: Show HN: Ridiculously cheap bulk geocoding
#4Also free http://geocoder.us/
Re: Show HN: Ridiculously cheap bulk geocoding
#5so.. us addresses only?
Yep! Unfortunately we will manually have to add support for each country (including getting data, normalizing it, etc.) which is quite some work. We're planning to add support for additional countries if demand is high enough.
Re: Show HN: Ridiculously cheap bulk geocoding
#6For 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.
Re: Show HN: Ridiculously cheap bulk geocoding
#7This is very cool! We use SmartyStreets because of the price. Where did you get the addresses database?
Re: Show HN: Ridiculously cheap bulk geocoding
#8I'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:
Re: Show HN: Ridiculously cheap bulk geocoding
#9Neat 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.
Re: Show HN: Ridiculously cheap bulk geocoding
#10Interesting. What interesting things can you do once you geocode a street address? How are you (your business) using this?