Geocoding and driving time APIs?
October 20, 2006 9:29 AM
Subscribe
Geocoding and finding driving time between geocoded addresses: best free APIs?
I'll have several thousand addresses in a database. For each address, I want to geocode it, that is, find its latitude and longitude, and put that back into the database.
For all addresses within n statute miles of another address, I'll want to calculate approximate driving time between those addresses. Figuring n to be less than 5, that's still quite a few driving time lookups. I may or may not want to actually get driving directions.
I know how to calculate distance between two lat/lon pairs, so I don't need an algorithm.
What I do need is to figure out the best free APIs to geocode and calculate driving time.
Google Maps, the perl module Geo::Coder::US,, MapQuest? What should I use?
This is going to have to be quick and dirty, a very time sensitive, so my preferred API langauges would be what I'm most conformable coding in. In order of most preferred to least preferred, that's probably: C++, Java, Javascript. I can get around in Perl and figure out PHP.
Best case might be to get the Geo::Coder::US database into SQL, but that may be asking too much.
posted by orthogonality to computers & internet (5 comments total)
posted by orthogonality at 9:43 AM on October 20, 2006