Convert GeoPackage to DXF Online — Free GIS Converter
Convert GeoPackage (.gpkg) to DXF for AutoCAD, Civil 3D, MicroStation, and engineering CAD workflows — no GDAL required.
Updated May 2026
Convert GeoPackage vector layers into DXF — the standard CAD interchange format — so GIS data flows directly into AutoCAD, Civil 3D, MicroStation, and any other engineering or surveying application.
Why convert GeoPackage to DXF?
The divide between GIS and CAD is one of the most common friction points in land development, civil engineering, and urban planning workflows. A GIS analyst might store site boundaries, zoning polygons, or infrastructure alignments in a GeoPackage after analysis in QGIS — but the civil engineers working on the same project use AutoCAD or Civil 3D and need a DXF file. Converting GPKG to DXF is the bridge between these two worlds, allowing GIS-produced geometry to enter a CAD drafting environment without manual re-entry of coordinates.
This conversion is particularly valuable when GIS-defined alignments (roads, utility corridors, parcel boundaries) need to be the baseline geometry for a CAD design drawing, where engineers will add dimensions, annotations, and construction details on top.
Why use geodata.plus
- Free tier: convert up to 3 files per month at no cost
- CRS reprojection — convert projected or geographic CRS to local CAD coordinates
- Multi-layer GPKG: select the specific layer to export
- Polygon rings output as closed polylines; points as DXF POINT entities
- Browser-based — no AutoCAD, FME, or GDAL command-line required
- Encrypted upload (TLS); files stored in Cloudflare R2, automatically deleted after 2 days (free) or 7 days (Pro)
How it works
- Upload your GeoPackage file to geodata.plus
- geodata.plus lists the available vector layers and detects the source CRS
- Select DXF as the output format; choose a projected CRS for the DXF output
- Download your
.dxffile — ready for AutoCAD 2000 and later versions
GeoPackage format
GeoPackage is an OGC open standard based on SQLite that stores vector and raster spatial data in a single portable file. It supports any coordinate reference system and is the default analysis format in QGIS. Unlike Shapefile, it has no field name length limit and no practical file size restriction.
| Property | Value |
|---|---|
| Extension | .gpkg |
| Type | Vector (and raster), single-file SQLite |
| Coordinate system | Any CRS |
| Geometry types | Point, LineString, Polygon, Multi* variants, GeometryCollection |
| Common software | QGIS, ArcGIS Pro, GDAL, QField, mobile GIS |
DXF format
DXF (Drawing Exchange Format) is Autodesk's open CAD interchange format, supported by virtually every CAD and engineering application. It encodes drawing entities — points, lines, polylines, arcs, text, blocks — in a structured ASCII or binary file. DXF has no native CRS concept; coordinates are treated as dimensionless values in the drawing's local coordinate space, which is expected to be a planar (projected) system.
| Property | Value |
|---|---|
| Extension | .dxf |
| Type | Vector, single-file CAD |
| Coordinate system | None (project/local coordinates assumed) |
| Geometry types | Point, Line, Polyline, Closed Polyline, Arc, Block |
| Common software | AutoCAD, Civil 3D, MicroStation, BricsCAD, surveying software |
Frequently asked questions
My GeoPackage is in WGS 84 geographic coordinates — will it open correctly in AutoCAD? Opening a DXF with decimal degree coordinates (e.g., longitude -87.6, latitude 41.8) in AutoCAD will produce a geometrically valid drawing, but the coordinate values will be interpreted as drawing units (typically millimeters or feet), producing a drawing that appears wildly out of scale. Always reproject to a local projected CRS (such as a UTM zone or State Plane system) before exporting to DXF. geodata.plus allows you to specify the target EPSG during conversion.
Will GeoPackage layers become DXF layers?
Yes. The GeoPackage layer name is written as a DXF layer name. If you export a single layer named parcel_boundaries, all DXF entities will be on a layer of the same name. This allows CAD users to toggle visibility and assign linetypes by layer in the usual AutoCAD workflow. If you need features separated by attribute value into different DXF layers, pre-split the layer in QGIS before converting.
Can I round-trip data — edit the DXF in AutoCAD and convert back to GeoPackage? Yes, though attribute fidelity in the CAD-to-GIS direction is limited. Geometry edits in AutoCAD are preserved in the DXF and can be converted back to GeoPackage using geodata.plus. However, GeoPackage attribute fields are not stored in standard DXF entity format, so any attributes present in the original GPKG will not survive a round-trip through AutoCAD unless the CAD user adds them as block attributes or XDATA. Plan data flows accordingly.