Convert a file
Home › All tools

All GIS converters

Every converter runs 100% in your browser, nothing is uploaded. Pick a conversion below, or start from the home page and drop a file to see the formats it can become.

🌍 Google Earth & KML (18)

Google Earth and Google Maps speak KML and KMZ. These converters move data in and out of them: pull the placemarks out of a KMZ into a shapefile or spreadsheet, or turn a shapefile, CSV or GeoJSON into a file you can double-click open in Google Earth. KMZ is just a zipped KML, typically about 16 times smaller.

🗺️ Vector & Web GIS (11)

The everyday GIS and web-map formats: Shapefile, GeoJSON, GeoPackage and the tabular data behind them. Convert between the desktop-GIS standard (Shapefile, a set of 5 files), the web standard (GeoJSON, always WGS84) and the modern single-file database (GeoPackage) without losing geometry or attributes.

📐 CAD & Engineering (10)

CAD drawings (DXF and DGN) store geometry on named layers, with no attribute table and often no coordinate system. These converters bring engineering geometry into GIS and send GIS data back out as a drawing. If the drawing is not georeferenced, set its CRS first so it lands in the right place.

🛰️ GPS & Navigation (11)

GPX is the language of GPS devices and fitness apps, from Garmin to Strava and Komoot. Convert tracks, routes and waypoints to and from GIS formats. GPX keeps only a fixed set of fields (name, description, elevation, time), so exporting to shapefile, GeoJSON or CSV preserves far more of a dataset's attributes.

How the format families compare

Every format keeps some things and cannot store others. This table is the quick version; each converter page has the exact detail for that pair, and the full compatibility matrix covers all 183 combinations.

FamilyFormatsGeometryAttributesStylingCoordinate systemBest for
Google EarthKML, KMZPoints, lines, polygonsYesYes (icons, colours, labels)Always WGS84Viewing and sharing in Google Earth
Vector GISShapefile, GeoJSON, GeoPackage, GMLPoints, lines, polygonsYesNo (Shapefile), limited elsewhereAny (Shapefile via .prj; GeoJSON WGS84)Analysis in QGIS or ArcGIS, web maps
SpreadsheetCSV, ExcelPoints (from X/Y columns)Yes (as columns)NoNone stored (assumed WGS84)Tabular data, quick edits, sharing
CADDXF, DGNPoints, lines, polygonsNo (layers only)Layers and coloursUsually none (local units)Engineering and architectural drawings
GPSGPXPoints, tracks, routesFixed fields onlyNoAlways WGS84GPS devices, fitness and navigation apps

Which converter do I need?

Start from what you are trying to do rather than the file extension. The most common goals map to these tools:

If you are not sure which target format a program wants, the compatibility matrix shows what survives each conversion, and every converter page has a “what changes” table for that exact pair.

About these converters

GISConverter is a free tool for moving geospatial data between the formats different programs speak. All 50 converters run on your device with a GDAL engine compiled to WebAssembly, the same open-source engine desktop GIS uses, so your files are converted locally and never uploaded. The tools are grouped into families you can jump to above: Google Earth (KML and KMZ), vector GIS (Shapefile, GeoJSON, GeoPackage), CAD (DXF and DGN), GPS (GPX) and spreadsheets (CSV and Excel). Each converter page explains exactly what carries over, geometry, attributes, styling and coordinate system, so you know what to expect before you download.

Good to know before you convert

Frequently asked questions

Are all these converters really free?

Yes. Every one of the 50 converters is free and unlimited, with no account, no sign-up and no watermark. There is nothing to install either.

Is my file uploaded to a server?

No. Each conversion runs entirely in your browser using a GDAL engine compiled to WebAssembly. Your file is read and converted on your own device and never leaves it, which is why it also works offline once loaded.

Which file formats are supported?

Vector, CAD, GPS and spreadsheet formats: KML, KMZ, Shapefile, GeoJSON, GeoPackage, GML, GPX, DXF, DGN, CSV, Excel and more. Raster imagery such as GeoTIFF is not supported, it needs different handling.

How do I choose the right converter?

Pick the one that matches your source and target format, for example Shapefile to KML. Not sure which target you need? The category hubs and each converter's 'what changes' table explain the trade-offs, and the compatibility matrix shows what survives every conversion.

Do these work on a phone or tablet?

Yes. Everything runs in the mobile browser the same way it does on a desktop, since the conversion happens on your device. Very large files are limited only by the memory your phone can give the browser.