- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello everyone,
I've recently encountered some problems concerning the import of information from the attribute table - as available to see and edit in ArcGIS or QGIS - to AutoCAD.
I have been provided with a set of geodata that stores information about trees in various attributes. As a good geodataset should, these information are linked to their visual representation via the coordinates. What proves to be challenging is cloning the QGIS functionality and usability of the dataset so that it could be accessed in AutoCAD in a usable way.
I am aware of the method involving the conversion of .shp file into .dxf, but that does not quite do the trick for me, as it only converts a geometry into some other sort of geometry, while all the information linked to the original geometry (stored in a separate .dbf file) is lost.
I have also tried to export the .dxf in QGIS, but the result is similar.
The way I intend for this to work would be to have the original features from the .shp as the blocks in the .dxf/.dwg file, so that the attributes from the .dbf could then be linked to the attribute definitions within these blocks. I expect it to be possible to link both sets of data via the common piece of information, which is a set of X an Y coordinates in this case. While I can see the path to make it work, I yet lack the technical skills to implement the solution.
Please note that the software used in this process can be limited to QGIS and AutoCAD 2023 (that sadly does not support "map capable" utilities) and potentially Civil 3D. However, if there is a simple solution involving some other software or perhaps a LISP routine that does exactly the expected thing, feel free to share it as well.
I attach a sample dataset in case it was of any use.
Solved! Go to Solution.