postal code/zip code distance

  • Thread starter Nicholas Van Weerdenburg
  • Start date
N

Nicholas Van Weerdenburg

I need to do a store/restaurant locator search from a persons postal code.

Any suggestions on how to do this in Ruby/Rails? Commercial services
would be a consideration if effective and not too costly.

Thanks,
Nick
 
J

James Britt

M

Michael Campbell

Nicholas Van Weerdenburg said:
I need to do a store/restaurant locator search from a persons postal code

My company did something like this, but in Java. In essense, we
bought a zipcode => lat/long map data set (~ $35 USD, IIRC), and then
the developer that did this dug up from google an algorithm to
calculate distances between two lat/long points.

Pretty simple, near as I can recall.
 
R

Reid Thompson

Michael said:
My company did something like this, but in Java. In essense, we
bought a zipcode => lat/long map data set (~ $35 USD, IIRC), and then
the developer that did this dug up from google an algorithm to
calculate distances between two lat/long points.

Pretty simple, near as I can recall.
load the data in postgresql and use it to calculate the distances
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,764
Messages
2,569,566
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top