- QGIS 2 Cookbook
- Alex Mandel Víctor Olaya Ferrero Anita Graser Alexander Bruy
- 347字
- 2021-07-16 11:12:36
Importing DXF/DWG files
CAD files, such as DXF and DWG files, can be opened with QGIS. This recipe shows you how to do this.
How to do it…
- To open a DXF layer, select Add vector layer... in the Layer menu. In the dialog that opens, click on the Browse button to open the file selector dialog. Select the Autocad DXF format and then the file that you want to load.
- In the example dataset, you can find several DXF files. Select the
Wake_ApproxContour_100.dxf
file. Click on OK in the vector layer selector dialog and the layer will be added to your project, as shown in the following screenshot:
How it works…
DXF files are read as normal vector layers although they do not have the same structure as a regular vector layer as they do not allow adding arbitrary attributes to each geometry.
There's more…
The example DXF file that you opened contained just one type of geometry. DXF files can, however, contain several of them: in this case, they cannot be added to QGIS in one layer. When this happens, QGIS will ask you to select the type of geometry that you want to open.
In the sample dataset, you will find a file named CSS-SITE-CIV.dxf
. Open it and you will see the following dialog:

Select one of the available geometries, and a layer will be added to your QGIS project.
DWG is a closed format of Autodesk. This means that the specification of the format is not available. For this reason, QGIS, like other open source applications, does not support DWG files. To open a DWG file in QGIS, you need to convert it. Converting it to a DXF file is a good option as this will let you open your file in QGIS without any problem. There are many tools to do this. The Teigha converter can be found at http://opendesign.com/guestfiles/TeighaFileConverter and is a popular and reliable option.
Another option is using the free service offered by Autodesk, called Autocad 360, which can be found at https://www.autocad360.com/.
- Mastering Ember.js
- PHP 7底層設計與源碼實現
- Mastering QGIS
- Visual Basic程序設計(第3版):學習指導與練習
- OpenCV 3和Qt5計算機視覺應用開發
- PySide 6/PyQt 6快速開發與實戰
- 新一代SDN:VMware NSX 網絡原理與實踐
- Building Microservices with .NET Core
- Mastering Akka
- Node.js 12實戰
- Mastering Gephi Network Visualization
- Android移動應用開發項目教程
- 軟件測試技術
- Responsive Web Design with jQuery
- Swift iOS Programming for Kids