Zip 2 zip dist calc? 
Author Message
 Zip 2 zip dist calc?

Anybody know where I can get (free, pd, or not much $$) the algorithm
and db to calculate the geographic distance between two zipcodes?  I
need a program where I can batch about 1000 zipcode pairs and get a file
out with the distances...

Sent via Deja.com http://www.*-*-*.com/
Before you buy.



Mon, 06 May 2002 03:00:00 GMT  
 Zip 2 zip dist calc?
[ follow-ups set to comp.programming ]



Quote:
> Anybody know where I can get (free, pd, or not much $$) the algorithm
> and db to calculate the geographic distance between two zipcodes?

   Geodesic distance or road distance? in the later case you need a
road database along with the appropiate point-to-point distance
queries.

   In the former case, you associate a geographical position
(latitude, longitude) to each zip code and calculate distances between
those positions using one of the standard formulae for that.

   As to where to get that data, you might try writing to the USPS,
but be sure to know exactly what you need and, in general, what you're
talking about. People tend to be much more cooperative when they don't
feel you're wasting their time.

Regards,
Diego Berge.



Thu, 09 May 2002 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. abcrd001.zip/abc0995.zip - ALL BASIC CODE Packets/Reader/Extractor

2. Help finding SAL.ZIP & MPI_PS.ZIP

3. Reading files from a zip file (Just reading the filenames, not unzipping or zipping)

4. Need ZIP source code or freeware ZIP DLL

5. CGI32.ZIP Using VB to write CGI files - cgi32.zip (1/1)

6. Help finding SAL.ZIP & MPI_PS.ZIP

7. DADCAD.ZIP [1/1] comments? - dadcad.zip (0/2)

8. anyone have VB calculator source code????? - calc.zip (0/1)

9. A Neat Little Demo That Shows HowTo Incorporate Database without Writing Code Wacgdemo.zip (1/1) - Wacgdemo.zip

10. VB Decompiler-Here It Is! VBDIS8.ZIP (220K) - vbdis8.zip (0/1)

11. ZIP and Unzip Files - How can i zip and unzip ?

12. Repost: Utilty to convert an MDB database to a Visual Basic 5.0 Sub procedure (.bas file) - MDB2BAS.ZIP - mdb2bas.zip (0/1)

 

 
Powered by phpBB® Forum Software