home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1 / HamRadio.cdr / freq / wxrad10 / wxrad.doc < prev   
Text File  |  1987-10-05  |  1KB  |  31 lines

  1. Weather Radar Plotting Program [ WXRAD ] - Ver. 1.0
  2. By:  Phil Baughn - October 1987
  3. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   
  4.  
  5. Standard form 'raw' radar data obtained from most services around the
  6. country is in the format of RAWWX.DAT.
  7.  
  8.                    xxxyyyz - xxx=lat*10
  9.                              yyy=(lon-50)*10
  10.                                z=intensity 
  11.  
  12. Before using this program with NEW data, you must use the DEL-LF.COM
  13. utility to remove all linefeeds from the raw data file, also be sure
  14. that the file contains ONLY data lines, delete all others.
  15.  
  16. RAWWX.DAT has already been converted into a demo file in this package
  17. named RADAR.DAT.
  18.  
  19. The program reads the data in RADAR.DAT and plots the results on EGA
  20. monitors (source is included to convert to CGA if necessary).
  21.  
  22. The program source code should spell out all conversions and functions
  23. quite easily including an explanation of the 2 additional .DAT files
  24. which the program creates.
  25.  
  26. 4 zoom levels occur when a key is depressed and the program ends back
  27. at the full view screen, after which any key ends the program.
  28.  
  29. Enjoy,  Phil Baughn
  30.  
  31.