home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 6 / 06.iso / b / b002 / 2.ddi / ACDTOIDR.MEM < prev    next >
Encoding:
Text File  |  1992-03-26  |  1.8 KB  |  44 lines

  1.                    AutoCAD to IDRISI Import Utility
  2.  
  3. ACDTOIDR.LSP is an AutoCAD Lisp routine written by Ed Riegelmann, an IDRISI
  4. user in Virginia. It is distributed here free of charge with permission of
  5. the author. ACDTOIDR allows the user to digitize and edit vector data with
  6. AutoCAD and then to output an IDRISI vector file directly from within
  7. AutoCAD. This was created to produce output compatible with Version 3.2 of
  8. IDRISI. However, Version 4 should have no trouble reading this format.
  9.  
  10. Because this is a user-contributed peripheral module, no support
  11. can be given for this routine. However, user contributions are always
  12. welcome and are distributed without charge.
  13.  
  14.       Operating Instructions :
  15.  
  16.    1. Load the LISP utility from the command line in Autocad by entering
  17.       (load "acdtoidr"). This is not needed if the utility can be
  18.       accessed from the screen pop-up menu.
  19.  
  20.    2. Generate a .vec file using the ACDTOIDR utility. Copy down the rows
  21.       and columns displayed at the end of the utility process (you will
  22.       need these numbers when creating an .img file using INITIAL).
  23.  
  24.    3. Move the .vec file to your IDRISI directory.
  25.  
  26.    4. Create a documentation (.dvc) file using the DOCUMENT module.
  27.  
  28.    5. Use INITIAL to create a blank .img file. Be sure to create a binary
  29.       image with the same data type found in the .dcv file. Use the row
  30.       and column numbers copied down during vector processing to define
  31.       your image size.
  32.  
  33.    6. Run POLYRAS to convert your vector data to a raster image (.img
  34.       file).
  35.  
  36. For more information about additional data manipulation and display modules
  37. available for AutoCAD (including a raster to vector converter for IDRISI
  38. called IDRTOCAD, and a pop-up utility menu), write to :
  39.  
  40.       Ed Riegelmann
  41.       2051 Mercator Drive
  42.       Reston, Virginia 22091
  43.  
  44.