I am exporting elevation contours from ArcGIS to a DXF file so that I can FTP the result to another office. The resulting file is extremely large. When export the same contours to a shapefile (from file geodatabase) it not only takes a fraction of the processing time but is 6x smaller in size then the DXF file. This is only the major contours, I still need to create a DXF file from the minor contours and the process is crashing all together. I need to deliver the contours in DXF format. I tried compressing the file but it is still too large. Is there another way?
|
|
Have you tried using ogr2ogr to convert the shapefile to DXF? It is quite powerful, writes to DXF, and is free to use. You can download FWTools to make the install process a breeze. |
||||
|
|
|
Perfect job for FME (www.safe.com) and with it you could also split your data in grid. It's very easy if you use the TILER transformer. You would have many DXF, but at least they would be workable. And FME is less subject to crash for this kind of job. Note that FME has a demo version. |
|||||||||
|
|
I'll be glad to help if you need it. I can import shape and create a dxf. |
|||||||
|
|
Hey, Do you have access to AutoCAD Civil 3D? If so, you can simply type "mapconnect" in your command line and attach to your contour shapefiles. This will also maintain the attribution. The "mapimport" command, will bring the contours in as polylines "without" attribution. You can connect to the data "afterward" if you choose option 2. Alternatively, you can create a surface from GIS data. Under the "home" tab, you will see "create ground data". In there, you will find a dropdown beside the word "surfaces". From there, select "create surface from GIS data". The rest of the process is pretty self-explanitory. Whichever method you choose (of the three I've indicated), you can simply save to a .dxf format when you're done. This should alleviate the file size issues you're experiencing. Also, bve sure everything is in the datum you want before bringing it in to CAD. It "does not" project on the fly (sadly). Hope this helps, Dano |
|||
|
|
