home *** CD-ROM | disk | FTP | other *** search
/ Virtual Reality Madness / VRMAD96_ONE.ISO / vistapro / mcnv.txt < prev    next >
Text File  |  1992-07-16  |  4KB  |  110 lines

  1.  
  2.                 MCNV.EXE
  3.  
  4.  
  5.     This program loads several USGS ascii DEM files and displays a
  6.     topo map for the entire region.  It Then allows you to clip out
  7.     VistaPro format landscapes.
  8.  
  9.     Usage:    CNV SOURCE1 SOURCE2 SOURCE3 SOURCE4....
  10.  
  11.     Each source file should be a USGS ascii format DEM.
  12.  
  13.     VistaPro will load each source file and then display a 16 color
  14.     topographic map.  The topo map covers an area of 1024x1024 data
  15.     points, usualy 30720x30720 meters.  The colors are similar to
  16.     those in VistaPro with the exception of blue which is used to
  17.     indicate areas not covered by the ascii DEM files.
  18.  
  19.     The ascii DEMs are loaded such that the lower left hand corner
  20.     of the 1024x1024 topo area is globaly aligned with an even
  21.     multiple of small VistaPro size landscapes (an even multiple of
  22.     7620 UTM meters).  This means that you should be able to load a
  23.     group of USGS DEMs and save out all the VistaPro pieces, load
  24.     another group and save out their pieces, and have all the
  25.     resulting VistaPro landscapes properly aligned.  In any case,
  26.     you should usually be able to get out 16 256x256 aligned
  27.     landscapes from any group of USGS DEMs -- although some of the
  28.     small landscapes will not be "full".
  29.  
  30.     Once the DEMs are loaded you can save out single small
  31.     (256x256) VistaPro landscapes by selecting the SaveDEM-->Single
  32.     menu option. You select a filename and then move about a
  33.     bounding box to select the region to be saved.  Click the left
  34.     mouse button to save the landscape. Since the topographic map
  35.     of 1024x1024 points is represented on-screen as 256x256 pixels
  36.     you are limited to an accuracy of every 4th point, usually 120
  37.     meters.
  38.  
  39.     You can also save out the entire 1024x1024 region as 16 256x256
  40.     landscapes.  Select the SaveDEM-->Many menu option to do this.
  41.     You are allowed to select a filename for the 16 landscapes --
  42.     the first 5 letters of the name you specify are used (any
  43.     extension is removed and .DEM is appended).  The individual
  44.     landscapes will also include and "_", a letter indicating which
  45.     row, and a number indicating which column the landscape
  46.     represents.
  47.  
  48.             +------+------+------+------+
  49.             |      |      |      |      |
  50.             | X_D0 | X_D1 | X_D2 | X_D3 |
  51.             |      |      |      |      |
  52.             +------+------+------+------+
  53.             |      |      |      |      |
  54.             | X_C0 | X_C1 | X_C2 | X_C3 |
  55.             |      |      |      |      |
  56.             +------+------+------+------+
  57.             |      |      |      |      |
  58.             | X_B0 | X_B1 | X_B2 | X_B3 |
  59.             |      |      |      |      |
  60.             +------+------+------+------+
  61.             |      |      |      |      |
  62.             | X_A0 | X_A1 | X_A2 | X_A3 |
  63.             |      |      |      |      |
  64.             +------+------+------+------+
  65.  
  66.     For example if you select the filename "X", the resulting files
  67.     will be X_A0.DEM, X_A1.DEM, .... X_D3.DEM.
  68.  
  69.     Selected name        Resulting form
  70.     ---------------------------------------
  71.     X            X_A0.DEM
  72.     XYZ            ABC_A0.DEM
  73.     LONGNAME.EXT        LONGN_A0
  74.     C:\DEMS\NAME.ABC    C:\DEMS\NAME_A0.DEM
  75.  
  76.     To create even larger areas you will need to load several
  77.     groups of USGS DEMs, save out the 16 VistaPro landscapes,
  78.     delete the "unfilled" ones, rename the remaining ones, load
  79.     in another group (probably overlapping) save out the entire
  80.     area etc...  All this assumes that the USGS DEMs are smaller
  81.     than the 1024x1024 topo area the this program uses.
  82.  
  83.     This program requires a 80386 or 80486 based IBM-PC compatible
  84.     computer with a VGA display and a microsoft compatible mouse
  85.     and mouse driver.  The program will probably run on most
  86.     machines with 4MB of memory.
  87.  
  88.  
  89.     ---------------------------------------------------------------
  90.  
  91.                 Known problems:
  92.  
  93.     ---------------------------------------------------------------
  94.  
  95.     1) MCNV.EXE runs in 386 protected mode using a DOS extender
  96.         technology which may not be compatible with the
  97.         high memory manager "386 to the MAX".  It is known
  98.         to work properly with QEMM and Microsoft's HIMEM
  99.         driver.
  100.  
  101.     2) If you get the error message "Fatal error Previously
  102.         installed software is neither VCPI nor DPMI compatible"
  103.         You probably need to remove the switch "/NOEMS" from
  104.         your config.sys file.  This switch will be found on the
  105.         line which loads your EMS driver.  This problem may "go
  106.         away" in future versions of the program.
  107.  
  108.  
  109.  
  110.