php-general | 2003022
Date: 02/28/03
- Next message: Dan Sabo: "[PHP] Hotel reservation System PHP Project for a newbie (me) or for hire?"
- Previous message: Chris Edwards: "[PHP] good database design tool?"
- In reply to: Arkady: "[PHP] Distance Calculator"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Eh well I've never built a distance calculator but I have used a Census data
file for various other things. The text file is comma delimited. The
schema is as follows..
Field 1 - State Fips Code
Field 2 - 5-digit Zipcode
Field 3 - State Abbreviation
Field 4 - Zipcode Name
Field 5 - Longitude in Decimal Degrees (West is assumed, no minus sign)
Field 6 - Latitude in Decimal Degrees (North is assumed, no plus sign)
Field 7 - 1990 Population (100%)
Field 8 - Allocation Factor (decimal portion of state within zipcode)
http://spatialnews.geocomm.com/newsletter/2000/jan/cenzuszipcodes.zip
Enjoy!
- Kevin
----- Original Message -----
From: "Arkady" <arkadyka <email protected>>
To: <php-general <email protected>>
Sent: Friday, February 28, 2003 2:02 PM
Subject: [PHP] Distance Calculator
Hey guys,
Can anyone here point me to a resource (not geozip) that can be used to
calculate the distance between two zip codes?
Thank you!
Arkady
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Dan Sabo: "[PHP] Hotel reservation System PHP Project for a newbie (me) or for hire?"
- Previous message: Chris Edwards: "[PHP] good database design tool?"
- In reply to: Arkady: "[PHP] Distance Calculator"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

