home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 28 / amigaformatcd28.iso / -seriously_amiga- / comms / other / rnbr / rnbr010.txt < prev   
Text File  |  1998-04-23  |  2KB  |  42 lines

  1.      RNBR version 0.10
  2.      05 April 1998
  3.      
  4.      RNBR will calculate the distance (range) and compass angle (bearing)
  5.      from one location on Earth to another.  Within the limits of rounding,
  6.      and because the Earth is not a sphere, the distance may be in error
  7.      by a few kilometers.  As of version 0.9, a different method of 
  8.      calcuating distance from one point to another is implemented.
  9.      The Haversine Formula is credited to R.W. Sinnott. Now at version
  10.      0.10, some screen formatting problems and one calculation bug
  11.      are fixed.
  12.      
  13.      The program also calculates the Maidenhead Grid Square for locations
  14.      in the northern hemisphere and west of the zero meridian.  The actual
  15.      range and bearings are more than adequate for beam headings.
  16.      
  17.      New for version 0.10
  18.      When the mathematics of calculating the bearing involves an almost 
  19.      divide by zero problem, at very short distances (range) the program 
  20.      will not attempt to calculate the angle, and offer a default text
  21.      string.
  22.      
  23.      CTRL-C will exit the program if something should go wrong. Remember
  24.      that in AMOS Basic, you can switch between the AMOS screen and the
  25.      normal Workbench screen with the CTRL-A key combination.
  26.      
  27.      Among those persons who may find this program useful are Amateur Radio 
  28.      operators.  
  29.      
  30.      When first run, the program looks for the latitude and longitude of the
  31.      Amateur Radio station from which the beam antenna will be pointed.
  32.      It won't calculate anything until the local coordinates are entered,
  33.      and when you save the coordinates, the file MYLOC.LONGLAT will be 
  34.      written to the current directory.
  35.      
  36.      RNBR is an exercise in AMOS BASIC.  Future versions of the program
  37.      should have some sort of graphic representation of the Earth, but
  38.      this version (0.10) does not.
  39.      
  40.      The author of RNBR  Robert Davis K0FPC
  41.                          bobdavis@cadvantage.com
  42.