Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
RE: Zip Code Proximity Algorithm
Message
De
18/11/1997 14:15:53
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
RE: Zip Code Proximity Algorithm
Divers
Thread ID:
00060999
Message ID:
00060999
Vues:
72
Found the algorithm I was looking for. If you can get the Zip+Lat+Long data into a table, you should be able to use this code.

lnLat = zip.lat
lnLng = zip.lng
lnMiles = (69.1*SQRT((lnLat-lnZiplat)^2+0.59*(lnLng-lnZipLng)^2))
Répondre
Fil
Voir

Click here to load this message in the networking platform