home *** CD-ROM | disk | FTP | other *** search
/ World of Ham Radio 1997 / WOHR97_AmSoft_(1997-02-01).iso / weather / wea_02 / amsoft.iii next >
Text File  |  1997-02-01  |  8KB  |  132 lines

  1. Weather Radar Plotting Program, [ WXRDR ] - Ver. 3.x - (CW - 1987,1988) 
  2. By:  Phil Baughn & Mike McCauley  --------------  (All Rights Reserved) 
  3. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   
  4.  
  5. Standard form 'raw'  radar data obtained from most services around  the 
  6. country is in the format of RADAR.DAT. 
  7.  
  8.                    xxxyyyz - xxx=lat*10
  9.                              yyy=(lon-50)*10
  10.                                z=intensity 
  11.  
  12. This program  reads  the data in RADAR.DAT,  or another data file,  and 
  13. plots  the results on  EGA and VGA monitors.   MCGA and CGA systems are 
  14. NOT  supported  as the best quality available on such systems  was  not 
  15. adequate  to  properly  reproduce  the  SuperRadar  images  as  we  are 
  16. accustomed to seeing. 
  17.  
  18. The  program  is  completely 'menu-driven'  and supports your mouse  if 
  19. available.    On  some compatible systems with a mouse it is  mandatory 
  20. that you load both the mouse device driver AND run the mouse initiation 
  21. program before using this program,  one without the other may cause the 
  22. system to hang on some compatibles.   The files packed with the program 
  23. disk  (or  ARChive file)  MUST remain on the same disk or in  the  same 
  24. subdirectory  as the main program.   BRUN40.EXE is required so that  we 
  25. could make use of some extra and special subroutines which could not be 
  26. included in the standalone EXE method.  The only other compatibility we 
  27. have  encountered  is with FALCON DOS.   This companies version of  DOS 
  28. does not evidently properly support all of the functions that IBM's  PC 
  29. and Microsoft's MS-DOS do. 
  30.  
  31. When you first start the program,  a default data file, WXRDR.PRM,  has 
  32. been  supplied  using  Lexington,   Kentucky as the  central  point  of 
  33. plotting.   This file can be customized for your specific locations and 
  34. color  desires using the standalone program RDCONFIG.EXE or by choosing 
  35. the  OPTIONS  SETUP feature from the main menu which  will  envoke  the 
  36. configuration  program for you directly from the main  program.    This 
  37. option  is  especially  useful when attempting to select your choice of 
  38. colors and  intensities as it allows immediate display of data from the 
  39. menu.  Should  this file, WXRDR.PRM, be deleted it will be necessary to 
  40. recreate it  using the program as just mentioned before any data can be 
  41. plotted. 
  42.  
  43. This  program attempts to plot in as close to "SuperRadar"   format  as 
  44. possible just as the television weather broadcasts do.  We are sure you 
  45. will agree that this package does quite a good job.  The distance rings
  46. appear elongated to compensate for the curvature of the Earth. The Lat-
  47. itude & Latitude coordinates, data plot points, and city placements are
  48. EXACT to the 100th of a degree.
  49.  
  50. The most cost effective service we have seen from which to obtain up to 
  51. the minute data for plotting is WeatherBank,  Inc.  which is accessible 
  52. at either 1200  or 2400 baud 24  hours a day for merely the cost of the 
  53. phone  call  (download of current radar data takes less than 1  minute) 
  54. plus 15  cents a minute.   For more information on WeatherBank  contact 
  55. either  author  of  this program or Steve Root at  WeatherBank  direct.  
  56. Steve  Roots number (voice)  is 801-973-3131.   WeatherBank  data  also 
  57. includes  a multitude of any other information which you might ever  be 
  58. interested in besides the radar data.   Future releases of this program 
  59. will contain additional sections and detail supplied by the WeatherBank 
  60. folks  along  with  a  free  usage  'test'   period  online  for  those 
  61. referencing this program. 
  62.  
  63. Several radar data files have been included and can be dated by  simply 
  64. observing the date and time stamps which DOS has placed on the files as 
  65. they were downloaded.   These data files can be named however you wish.  
  66. If  multiple  .DAT files are available the program will display a  menu 
  67. with  time and date stamps for you to select from.   It is important to 
  68. note  that  ONLY standard .DATa files should be present  on  the  WXRDR 
  69. disk/directory.  
  70.  
  71. A  batch file which envokes PROCOMM and automatically runs the  PROCOMM 
  72. script  necessary to 1 - call WeatherBank,  2  -  logon,  3  -  open  a 
  73. radar.dat file for data capture, 4 - retrieve the current radar data, 5 
  74. -   open  a file for ASCII non-radar data capture,  6  -  retrieve  the 
  75. selected data,  7  -   logoff,   and  8 - return you to the program for 
  76. immediate  plotting has been  included.   You will need to fill in  the 
  77. appropriate information as to your sign on passwords,  etc..   You must 
  78. also have PROCOMM available unless you wish to  rewite  another  simple 
  79. script  for any of the  other  communications programs which you may be 
  80. using.    A  sample GT-Powercom script has also been included.    Those 
  81. wishing  to  review these scripts and refine them for your  system  and 
  82. passwords  should  edit BOTH the appropriate script file,  RDR.DNL  for 
  83. Procomm, AND the batch file RDRDLOAD.BAT, which is the file called from 
  84. the  main  program menu to initiate the  communications  program.  This 
  85. automatic retrieval of current data and display is selectable as a main 
  86. menu option. 
  87.  
  88. To  run the program,  first create a subdirectory for the  files,   (or 
  89. place  them  all on the same disk),  and copy the files  over.    Enter 
  90. STARTWXR  at the DOS prompt.   If you have PROCOMM,  either change  the 
  91. batch  file  RDRDLOAD.BAT to properly go to the PROCOMM  directory  and 
  92. return or copy the PROCOMM files over as well.   If Procomm is run from 
  93. a different directory,  use must also copy the completed RDR.DNL script 
  94. file to that directory.    Additionally,   a  data file filename may be 
  95. enter directly from  the  command  line to immediately plot rather than 
  96. going to the selection menu.  Use the format WXRDR30  (dataname) at the 
  97. DOS prompt to automatically display the data file (dataname). 
  98.  
  99. This  program  represents many hours of effort as can be  plainly  seen 
  100. when run.  It is distributed as SHAREWARE.  It is copywrited and NOT to 
  101. be  considered as Public Domain software.   This program may be  freely 
  102. copied and distributed for review purposes only.   Should this  program 
  103. be  of  value  to  you after review,   the  authors  request  a  $40.00 
  104. contribution in return for your 'licensing' fee to use the software.  A 
  105. small  price  for the value received and to keep the SHAREWARE  concept 
  106. strong  and  active.   Your contribution will also grant you a  1  year 
  107. membership fee to The Mailroom RBBS in Lexington, KY. where support and 
  108. future  enhancements  will be released first.   The  Mailroom  normally 
  109. charges a $25.00  annual fee for its use alone as it contains over 3500 
  110. program files and has been established for nearly 4 years.* 
  111.  
  112. Another  ARChive  file  has been included  named  PHOTO_WX.ARC.    This 
  113. program  package comes from another shareware author and should not  be 
  114. considered as a part of this WXRDR program.  It captures EGA screens to 
  115. disk  on command and allows the replay of them,  even the screen 9 mode 
  116. which  we  use,  upon request from the DOS prompt.   A  batch  file  to 
  117. automatically 'walk'  through the screens allows for time lapse movment 
  118. of the radar data files to be observed. 
  119.  
  120. We sincerely hope you find this program as useful and informative as we 
  121. do and would be very interested in your feedback and comments.
  122.  
  123.  
  124.  
  125. * Information current as of 1/88.
  126.   The Mailroom RBBS-PC
  127.   (606) 293-5119  24 Hours Daily
  128.   1200, 2400, 9600 HST Baud
  129.  
  130.   Messages to the program authors should be left on The Mailroom RBBS
  131.   to the attention of either Phil Baughn, Mike McCauley, or SYSOP.
  132.