blankblank blank




Converting Shapefiles and ArcINFO Coverages To AutoCAD DXF Format



Yesterday’s post covered converting KML files to shapefile format, with the intermediate step of converting them first to AutoCAD DXF format, then DXF to shapefile format using a MapWindow plugin. Seems like a good moment to post on a shapefile-to-DXF converter that can also convert ArcINFO coverages (derivable from ArcINFO E00 files) to DXF as well.

DXF Author is available for free from the state of Massachusetts, though they require you to enter your organization, contact name and email address to download the program. The downloaded file is a self-extracting zip file, but the Setup program doesn’t run automatically after extraction, so you should extract the files into a location where you can find them and run Setup from there to install the program. I ran into an unusual problem - if I installed the program into its default C:\Program Files folder, or onto the C: drive in any directory, I was unable to access the root C: directory from the program to open files located in a different directory. But I could open any directory on a different drive. There are two solutions for this:

  • Install the program on the root C: drive. This will let you navigate down to a subdirectory in the C:-drive with your data, but if you try to navigate back up to the C:-drive root, the program may crash.
  • Install it on a drive other than the one that holds your data. This may be inconvenient, but the program may never crash as long as you access files on drives other than the one it’s installed on.

Of course, you might get lucky and not have this problem!

Once past this issue, the program seems to work fine. Load your shapefile, and the shapes will be displayed in the main program window (a polygon shapefile in this case):

Interface of DXF Author to convert shapefiles and ArcInfo to DXF format

Select “Convert To DXF” from the file menu, and several screens will come up with options as to the format of the DXF data, and which attribute data to export. First is a screen that lets you decide whether to preserve the shape geometry or just export vertices, and also what colors and type of lines to create:

Interface of DXF Author to convert shapefiles and ArcInfo to DXF format

Next, you can decide which shapefile attribute will used to label the shape in the DXF file:

Interface of DXF Author to convert shapefiles and ArcInfo to DXF format

Finally, you can also export a layer of DXF blocks with shapefile attribute data, to be displayed in the DXF shape:

Interface of DXF Author to convert shapefiles and ArcInfo to DXF format

And here’s the DXF file created from the original shapefile, displayed in a free viewer:

Shapefile converted to DXF format

I didn’t have the chance to test it, but this program supposedly works on ArcINFO coverages as well. ArcINFO coverages are different than E00 files, but you can use the free utility Import71 to convert an E00 file to an ArcInfo coverage.

Another alternative you might take a look at, both for converting shapefile to DXF format, and then DXF back to shapefile, is TerraShape. Haven’t tried it myself - setup and use seem to be a bit more complicated than I really want to deal with. But be my guest …

Other posts in the GIS Tools series

  1. Converting E00 Vector Data To Shapefiles - A Free And Fairly Painless Approach
  2. Simplifying Line And Polygon Shapefiles
  3. Converting US Census TIGER Data Into Shapefiles For Free
  4. Converting Shapefiles and ArcINFO Coverages To AutoCAD DXF Format
  5. Converting Point Shapefiles To Text/Spreadsheet Format
  6. Converting Text/Spreadsheet Files To Point Shapefile Format
  7. An Easier Way To Convert Shapefiles to Text/Spreadsheet Format
  8. Converting Text/Spreadsheet Data To Line/Area Shapefiles
  9. Full Resolution Raster Map Combining, Subsetting And Export With The TatukGIS Viewer
  10. Viewing Vector Data In The TatukGIS Viewer
  11. The LizardTech Stand-Alone MRSID Viewer
  12. Converting Raster Area Images Into Polygon Shapefiles
  13. SAGA GIS 2.0 Released
  14. ILWIS GIS Is Now Open Source
  15. AVHRR Analysis Add-On For ILWIS
  16. Advanced Image Mosaicking With Regeemy
  17. A Free GIS Viewer (And Cheap GIS Editor) For Windows Mobile Systems
  18. Updates For MapWindow And Saga GIS Programs
  19. Updates For Two Open-Source GIS Programs
  20. Putting Together A Basic Linux GIS Workstation
  21. Free Online Courses For Open Source GIS
  22. GIS-Oriented Linux Distributions
  23. Tabular Terrain Elevation Data
  24. Quick Data Gridding With QuikGrid
  25. A Good Introduction To Geospatial Data Analysis
  26. Converting Digital Elevation Models To Shapefile/DXF Contours
  27. Fixing "Broken" Shapefiles
  28. A Simple DBF Editor
  29. Two Online Vector GIS/GPS/KML Conversion Utilities
  30. Another Shapefile Repair Tool
  31. Quantum GIS (qGIS) Version 0.10 Released
  32. Online Raster Map Georeferencing/Registration With Map Rectifier
  33. Using The Demo Version Of Global Mapper As A Raster/Vector Data Viewer
  34. New Stable Release Of MapWindow GIS
  35. The Big List Of Free Metadata Software I
  36. The Big List Of Free Metadata Software II


Subscribe to this blog's RSS feed

2 Responses to “Converting Shapefiles and ArcINFO Coverages To AutoCAD DXF Format”


  1. 1 aleroux

    There’s GDAL/OGR that has limited support of CAD formats. See http://gdal.org/ogr/drv_dxfdwg.html

  2. 2 Leszek Pawlowicz

    Thanks. The ogr page indicates that ogr has to be linked against the DWGDirect library in order for it to have this capability. Do you know if the pre-compiled binary versions of ogr have this ability?

Leave a Reply


Be sure to enter the "reCAPTCHA" below before submitting your comment.