Converting DWG to DXF turns AutoCAD’s closed binary drawing into the open, text-based exchange format that virtually every CAD and GIS tool can read.
What is DWG?
DWG is AutoCAD’s native binary drawing format, created by Autodesk, and the de facto standard for CAD drawings such as site plans, survey data, and engineering designs.
A DWG file stores CAD entities — lines, polylines, arcs, circles, text, blocks, and dimensions — organized on named layers, together with drawing metadata and viewport settings. It is a closed, proprietary binary format that changes across AutoCAD releases, so reading it reliably requires licensed technology: GeoConvert uses the Open Design Alliance (ODA) engine, the same technology major CAD vendors build on. Converting DWG to GIS formats extracts the geometry and layer structure into features you can style and analyze.
What is DXF?
DXF (Drawing Exchange Format) is an open CAD data format created by Autodesk for exchanging drawings between AutoCAD and other CAD applications.
DXF stores CAD entities — points, lines, polylines, arcs, circles, text and blocks — organized on named layers. Unlike GIS formats it has no attribute table, so geometry and layer names come across but arbitrary feature attributes do not. It is the common interchange format for survey drawings, site plans, and engineering geometry moving between CAD tools such as AutoCAD, and into GIS via GDAL. GeoConvert reads and writes DXF entirely in your browser.
Why convert DWG to DXF?
DXF is the interchange format of the CAD world: open, documented, and readable by free tools (including GDAL, QGIS, and GeoConvert’s own free tier) that cannot open DWG. Converting unlocks a drawing for recipients without AutoCAD and is the standard first step of any DWG-to-GIS pipeline.
Coordinate systems
Like DXF, a DWG drawing carries no coordinate reference system — coordinates are plain model units in whatever local or projected system the drawing was authored in. Converting to GIS usually means assigning the correct source CRS so the geometry lands in the right place on the map.
DXF is a CAD format and carries no coordinate reference system — coordinates are plain model units. When converting to or from GIS formats you often need to know (or assign) the drawing’s real-world CRS; GeoConvert assumes WGS84 (EPSG:4326) only if you ask to reproject.
What to watch out for
- DXF files are much larger than the equivalent DWG — the price of an open text encoding.
- The conversion targets a specific DXF version; very new AutoCAD features may be downgraded or dropped in older DXF dialects.
- Like DWG, DXF carries no coordinate reference system — coordinates pass through unchanged as model units.
- Once in DXF, the file can continue through GeoConvert’s free client-side tier to Shapefile, GeoJSON, KML, and more.
Frequently asked questions
- Is DWG to DXF lossless?
- Geometry and layer structure convert with high fidelity via the ODA engine. Application-specific extras (custom objects from vertical AutoCAD products) may be simplified to their geometric representation.
- Why convert to DXF instead of straight to a GIS format?
- DXF keeps you in the CAD data model — every entity, layer, and coordinate as drawn. Go straight to Shapefile or GeoJSON when you want GIS features instead; use DXF when the recipient needs an editable CAD drawing.