home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / GRAPHICS / MISC / WORLD10.ZIP / WORLD.DOC < prev    next >
Encoding:
Text File  |  1990-10-08  |  932 b   |  28 lines

  1. NAME
  2.     world - read WORLD.DAT and generate GRAPH input file
  3.     
  4. SYNOPSIS
  5.     world [n] >outfile
  6.  
  7. USAGE
  8.     WORLD.DAT contains binary data for 7574 world coastline points.  WORLD
  9.     reads points from WORLD.DAT and prints to stdout a file suitable for
  10.     GRAPH or GLOBE (that is, an ASCII file of longitude latitude pairs).
  11.  
  12.     For some purposes, a subset of WORLD.DAT would suffice.  WORLD will
  13.     accept a single parameter indicating the factor by which the data
  14.     should be shrunk.  In other words, the command
  15.  
  16.         world 3 >foo3
  17.  
  18.     will retain approximately every third point in the input file.  However,
  19.     at least one point will be retained from each of the 164 line segments.
  20.  
  21. REFERENCES
  22.     WORLD.DAT accompanies "Mapping the World in Pascal" by Robert Miller
  23.     and Francis Reddy, BYTE, December 1987, page 329.  For further documentation,
  24.     see WORLDMAP.TXT.
  25.  
  26.     WORLD was written by James R. Van Zandt (jrv@mbunix.mitre.org)
  27.  
  28.