This program was written as a learning exercise for several features in Microsoft Visual C++ / MFC (Microsoft Foundation Classes). Therefore, it is free for all to use! Although Pilot Weather gathers information mainly of interest to pilots, it can be decyphered by non-pilots as well by using the METAR decoding page. (can be viewed by clicking the Options button, then selected the Other tab, View Chart button) Pilot Weather © will retrieve the forecast and sequence weather reports from the ftp server maintained by NOAA. This information is stored on the ftp site as text files.
WARNING: This information is NOT to be used for flight planning! The accuracy and timeliness of the data displayed in this program cannot be quaranteed to be the same as the most recent information available through normal pilot weather briefing services.
Displays dialog that allows you to choose the stations to track. You can also change / reset the ftp settings, as well as configure the automatic refresh feature.
Save
Displays a dialog that allows you to select which stations to save to a .TXT file. The name of the text file is the current date YYYYMMDD.TXT (19981229.TXT). If you check the "View File after Save" checkbox, the saved file will be opened in the default program for opening .TXT files (usually NOTEPAD.EXE). Additional saves will be appended to the file for that day. Only one file is created for each day that you save data.
Exit
Closes the program.
Select stations (airports) for tracking
View the METAR symbols, enable / configure the automatic update feature, purge the current data.
E-mail - JimJanelle@bigfoot.com
Web Site - http://www.geocities.com/athens/troy/4888/software.html
Acknowlegements:
Thank you to everyone who e-mailed suggestions and comments for improvements.
I would like to acknowledge and thank all those who contribute to the super MFC web site www.codeguru.com. It's a gold mine of useful samples on all areas of MFC programming!
I would like to give special thanks to Hans Bühler of Codex Design http://www-pool.mathematik.hu-berlin.de/~codex. Hans' sample code for re-sizing dialogs and saving restoring startup position was used in this release. Vielen Dank, Hans!