Re: pw_images, UTC, TimeZones, LocalTime
Brought to you by:
iridium
From: Phil P. <phi...@sw...> - 2004-02-21 03:38:55
|
Phil Pierotti wrote: > Here are some of my random thoughts on enabling sunrise/sunset > calculations in PHP Weather. > > Current entries in pw_stations = 5130 > Entries from NOAA (http://weather.noaa.gov/data/nsd_cccc.txt) = 6486 > > - Read the NOAA datafile and update pw_stations > - additional fields for LAT and LONG, STATE, ALTITUDE > - add records for new STATIONS (1356 new entries) Or we could merely leverage the work already done by the developer of AirSort: http://freshmeat.net/projects/airsort/ AirSort uses a MySQL table which includes ICAO, latitude and longitude. GPL, even :-) Enjoy, PhilP |