ZipDy -- An Elegant Distance Calculator between any two zipcodes
Recently, a friend asked me if there is an easy way to calculate the distance between two zipcodes of US. I was suggesting him that he can give a try on Google Maps API. A little more deeper research on the Internet gave me a nice opensource tool called ZipDy which is based on PostGreSQL database to store all zipcodes and distances.
You can download ZipDy from here.
Available Languages:
Recently, a friend asked me if there is an easy way to calculate the distance between two zipcodes of US. I was suggesting him that he can give a try on Google Maps API. A little more deeper research on the Internet gave me a nice opensource tool called ZipDy which is based on PostGreSQL database to store all zipcodes and distances.
You can download ZipDy from here.
Available Languages:
- C
- PHP
- Perl
- Calculate the distance between any two zipcode
- Query the database for all address records within a specified mile direction of a particular zipcode.
No comments:
Post a Comment