[Rails] Re: Geocode for Ruby

Dave dnstevenson at gmail.com
Wed Dec 14 15:38:48 GMT 2005


Adam Denenberg wrote:
> Hey,
> 
>  Does anybody know of a good Geocode library for Ruby, similar to Perl's
> Geocode::Postal, that i could use in my rail app? I need to do some 
> "within
> 5 miles" calculations of zipcodes and i dont have a nice ruby (or gem)
> utility to do it.
> 
> any help would be appreciated.
> 
> thanks
> adam


Adam - I don't have any "libraries" per-se, but my sites currently are 
built on rails and use geocoding to do some proximity querying.  I have 
some documentation at http://www.geocodeamerica.com/home/proximity that 
might be helpful (its talks about integrating proximity queries in with 
google maps, but does have some ruby code at the end).  Feel free to 
email me with any questions.

Dave
http://www.favoriterun.com

-- 
Posted via http://www.ruby-forum.com/.


More information about the Rails mailing list