home *** CD-ROM | disk | FTP | other *** search
/ Game Killer / Game_Killer.bin / 146.ORANGE.DOC < prev    next >
Text File  |  1993-04-09  |  3KB  |  61 lines

  1.                           CRYSTAL WIND SOFTWARE
  2.  
  3.              ORANGE - CONVERT LATITUDE/LONGITUDE TO NORTH/EAST
  4.  
  5.      ------------------------------------------------------------------
  6.  
  7.    ORANGE contains the following files:
  8.    ORANGE.DOC - The file you are currently reading.
  9.    ORANGE.EXE - Coordinate Conversion Program
  10.  
  11.      ------------------------------------------------------------------
  12.  
  13.    Crystal Wind recently released a series of files (NAVAID, NAVAIR, NAVILS)
  14.    to the FSFORUM; Lib 6, which contained numerous locations around the U.S.
  15.    and Canada.  The north/east coordinates for these locations were developed
  16.    using the "Orange" formula to convert from latitude/longitude.
  17.  
  18.    This program is a quick and dirty translator using the Orange formulation.
  19.    It asks for the latitude/longitude coordinates and responds with the FS4
  20.    north/east equivalants.  This program is not a replacement for the PathStar
  21.    calculator as described in NAVILS.  It is strictly a stop gap until we can
  22.    get PathStar ready.
  23.  
  24.    The latitude/longitude numbers can be entered as either HH:MM.mm or
  25.    HH:MM:SS.ss.  The only thing that you have to watch for is that each part
  26.    of the entry (HH, MM, SS) MUST be two characters in length with the
  27.    exception of longitude hours which must be three characters.  For example,
  28.    longitude 88:1:22 must be entered as 088:01:22.  The following is from a
  29.    screen dump while processing:
  30.  
  31.    ENTER LATITUDE
  32.    29:39.53
  33.    ENTER LONGITUDE
  34.    098:25.87
  35.    CONVERTED NORTH = 12081.8520
  36.    CONVERTED EAST  = 12603.4091
  37.    CONVERTED CANT  = 05.99-
  38.  
  39.    ENTER LATITUDE
  40.    29:39:31.8
  41.    ENTER LONGITUDE
  42.     98:25:52.2
  43.    CONVERTED NORTH = 12081.8520
  44.    CONVERTED EAST  = 12603.4091
  45.    CONVERTED CANT  = 05.99-
  46.  
  47.    ENTER LATITUDE
  48.    QUIT
  49.    C:\FS4\SEE>
  50.  
  51.    Note that the first longitude was preceded by a zero while the second was
  52.    preceded by a space.  Either way works fine.  Also note that the first
  53.    example was made in fractional minutes while the second was fractional
  54.    seconds.  As both sets of latitude/longitude are equivalent, the resulting
  55.    north/east coordinates were identical.  The cant information is correct
  56.    outside of FS4's "populated areas".
  57.  
  58.    If you feel that any of these offerings are worth while, leave us a note
  59.    at 70334,740.  We are trying to gauge interest in this stuff and future
  60.    development will probably be in direct proportion to the interest shown.
  61.