home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / math / coordchg.zip / COORDCHG.DOC next >
Text File  |  1993-05-21  |  2KB  |  60 lines

  1.  
  2. Documentation for COORDCHG.EXE.
  3.  
  4. This program requires MSDOS version 3.0 or later.
  5.  
  6. COORDCHG.EXE is a MSDOS program that converts latitiude and longitude
  7. degrees, minutes, seconds notation <==> fractional notation and visa versa. 
  8.  
  9. Call the program by typing its name, i.e., COORDCHG.  You will be presented
  10. with this screen:
  11.  
  12.     ╔═════════════════════════════════════════════════════════════════════╗
  13.     ║       Select by pressing desired function key:                      ║
  14.     ╠═════════════════════════════════════════════════════════════════════╣
  15.     ║                                                                     ║
  16.     ║ [F1]  Convert fractional coordinate to degrees, minute, seconds     ║
  17.     ║       (Converts 32.50834 to 32 degree 30 minute 30 second notation) ║
  18.     ║                                                                     ║
  19.     ║ [F2]  Convert degrees, minute, seconds coordinate to frational      ║
  20.     ║       (Converts 32 degree 30 minute 30 second to 32.50834 notation) ║
  21.     ║                                                                     ║
  22.     ║ [F3]  End program.                                                  ║
  23.     ║                                                                     ║
  24.     ╚═════════════════════════════════════════════════════════════════════╝
  25.  
  26.  
  27. Select F1 if you wish to convert fractional coordinates to
  28. to degrees, minutes, second notation.
  29.  
  30. For example: Latitude:  33.7878N is translated to 33,47,16N
  31.  
  32.  
  33. Select F2 if you wish to convert degrees, minutes, seconds notation to 
  34. fractional notation.
  35.  
  36. For example: Longitude: 117,53,17W is translated to 117.8880W
  37.  
  38.  
  39. Select F3 if you wish to exit the program and return to DOS.
  40.  
  41.  
  42. Done privately and not for profit (freeware).  Suggestions
  43. appreciated.  The program is written in Quick Basic.  The source is
  44. not public domain.  I would entertain consulting contracts for porting
  45. to other hardware platforms.  Also if included in your for profit
  46. product, please contact me.  My e-mail address is:
  47. "Jack K. Daniel" <74245.1735@compuserve.com>
  48.  
  49.  
  50. Jack K. Daniel
  51. P. O. Box 1544
  52. Cucamonga, CA  91730
  53.  
  54. Copyright Jack K. Daniel, Cucamonga CA, 1993 (909) 980-3244
  55.  
  56. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
  57.  
  58. Change log (started with version 1.0)
  59. Initial program
  60.