GIS File Conversion Utility.
Deterministic geospatial translations — no databases, no data retention.
Privacy-first conversion service for shapefiles, GeoJSON, and geodatabases. Files are processed on an isolated, short-lived GDAL worker (Fly.io, Frankfurt/EU) and deleted immediately after conversion — no persistent storage. Fully open spec mappings.
Active Map Converters
High-speed programmatic engines executing natively against cloud-optimized environments.
| Converter Path | Description | Inputs | Outputs | Status | |
|---|---|---|---|---|---|
| Shapefile to GeoPackage Converter | Convert a zipped ESRI Shapefile into a GeoPackage file. | .shapefile | .gpkg | LIVE | Convert |
| Shapefile to GeoJSON Converter | Convert a zipped ESRI Shapefile into a GeoJSON file. | .shapefile | .geojson | LIVE | Convert |
| GeoJSON to GeoPackage Converter | Convert a GeoJSON file into a GeoPackage file. | .geojson | .gpkg | LIVE | Convert |
| GeoPackage to GeoJSON Converter | Convert a GeoPackage file into a GeoJSON file. | .geopackage | .geojson | LIVE | Convert |
| KML to GeoJSON Converter | Convert an XML-based KML file into a GeoJSON file. | .kml | .geojson | LIVE | Convert |
| GeoJSON to KML Converter | Convert a GeoJSON file into a KML file. | .geojson | .kml | LIVE | Convert |
| GPX to GeoJSON Converter | Convert a GPS track file (GPX) into a GeoJSON file. | .gpx | .geojson | LIVE | Convert |
| Shapefile to KML Converter | Export Shapefile archives as KML features. | .shapefile | .kml | LIVE | Convert |
| KML to Shapefile Converter | Convert visual markup maps into standard database shapes. | .kml | .shapefile | LIVE | Convert |
| GeoJSON to Shapefile Converter | Convert web JSON spatial objects into localized shape components. | .geojson | .shapefile | LIVE | Convert |
| GPX to GeoPackage Converter | Consolidate GPS trace sheets into portable database tables. | .gpx | .gpkg | LIVE | Convert |
| GeoPackage to GPX Converter | Export database track vectors as GPX files. | .geopackage | .gpx | LIVE | Convert |
| Shapefile to GPX Converter | Convert shape lines into GPX path markers. | .shapefile | .gpx | LIVE | Convert |
| GPX to KML Converter | Convert GPS track logs into Google Earth visual overlays. | .gpx | .kml | LIVE | Convert |
| KML to GPX Converter | Convert Google Earth layouts into navigation track files. | .kml | .gpx | LIVE | Convert |
| WKT to GeoJSON Converter | Convert text-based spatial descriptions into web-ready GeoJSON. | .wkt | .geojson | LIVE | Convert |
| GeoJSON to WKT Converter | Convert dynamic spatial JSON datasets into flat coordinate text. | .geojson | .wkt | LIVE | Convert |
| TopoJSON to GeoJSON Converter | Reconstruct standard spatial vectors from compact TopoJSON files. | .topojson | .geojson | LIVE | Convert |
| GeoJSON to TopoJSON Converter | Compress spatial geometries by consolidating shared boundary lines. | .geojson | .topojson | LIVE | Convert |
| GML to GeoJSON Converter | Extract complex XML geodata as web-friendly JSON. | .gml | .geojson | LIVE | Convert |
| GeoJSON to GML Converter | Convert web JSON spatial objects into XML GML formats. | .geojson | .gml | LIVE | Convert |
| GML to GeoPackage Converter | Import complex XML geodata into indexable database tables. | .gml | .gpkg | LIVE | Convert |
| GeoPackage to GML Converter | Export SQLite spatial tables as GML XML documents. | .geopackage | .gml | LIVE | Convert |
| TopoJSON to GeoPackage Converter | Import compressed TopoJSON layers into indexable databases. | .topojson | .gpkg | LIVE | Convert |
| WKT to GeoPackage Converter | Convert text-geometry strings into SQLite database layers. | .wkt | .gpkg | LIVE | Convert |
| DXF to Shapefile Converter | Convert AutoCAD DXF vectors into standard shape archives. | .dxf | .shapefile | LIVE | Convert |
| Shapefile to DXF Converter | Import GIS shape archives into CAD design suites. | .shapefile | .dxf | LIVE | Convert |
| CSV to Shapefile Converter | Convert coordinate tables into standard GIS shape layers. | .csv | .shapefile | LIVE | Convert |
| Shapefile to CSV Converter | Extract GIS database attributes as simple spreadsheets. | .shapefile | .csv | LIVE | Convert |
| GeoJSON to CSV Converter | Convert web JSON spatial objects into spreadsheet rows. | .geojson | .csv | LIVE | Convert |
| GeoPackage to CSV Converter | Export SQLite spatial tables as flat spreadsheet files. | .geopackage | .csv | LIVE | Convert |
Guides, Workflows & Upcoming Formats
Advanced layer translations requiring additional coordinates configuration or offline CLI commands.
| Target Schema | Methodology Details | Source | Target | Type | |
|---|---|---|---|---|---|
| CSV to GeoJSON Converter Guide | Guidelines and commands for translating coordinate-rich CSV sheets to GeoJSON. | .csv | .geojson | GUIDE | Details |
| DXF to GeoPackage Converter Guide | Import CAD vector drawings into projected spatial databases. | .dxf | .geopackage | GUIDE | Details |
| SAP Data to GeoPackage Guide | Extract enterprise data records and translate to spatial coordinates. | .sap data | .geopackage | GUIDE | Details |
| SAP Export to GeoJSON Workflow | Translate enterprise table dumps into interactive geo-objects. | .sap export | .geojson | GUIDE | Details |
| AutoCAD DXF to QGIS GeoPackage Guide | Import CAD design layers into organized QGIS databases. | .autocad dxf | .qgis geopackage | GUIDE | Details |
| DXF to GeoJSON Converter Guide | Export CAD elements as coordinates for modern web maps. | .dxf | .geojson | GUIDE | Details |
| OSM PBF to GeoJSON Converter Guide | Extract OpenStreetMap binary data to web formats. | .osm pbf | .geojson | GUIDE | Details |
| OpenStreetMap to GeoPackage Guide | Import OpenStreetMap spatial layers into structured databases. | .openstreetmap | .geopackage | GUIDE | Details |
| ALKIS NAS to GeoPackage Guide | Convert specialized German cadastral XML records into structured GIS models. | .alkis nas | .geopackage | GUIDE | Details |
| CSV to GeoPackage Guide | Convert coordinate tables into spatially indexed database layers. | .csv | .geopackage | GUIDE | Details |
| EPSG:4326 to EPSG:25832 Reprojection Guide | Convert GPS coordinates into metric coordinates for central Europe. | .wgs 84 (epsg:4326) | .etrs89 / utm zone 32n (epsg:25832) | GUIDE | Details |
| EPSG:4326 to EPSG:3857 Reprojection Guide | Reproject global GPS coordinates for use in standard interactive web maps. | .wgs 84 (epsg:4326) | .web mercator (epsg:3857) | GUIDE | Details |
| PostGIS to GeoPackage Converter | Export PostGIS enterprise spatial tables to a single portable database. | .postgis sql | .geopackage | GUIDE | Details |
| GeoPackage to PostGIS Converter | Import GeoPackage layers into PostGIS server setups. | .geopackage | .postgis sql | GUIDE | Details |
| PostGIS to GeoJSON Converter | Extract PostGIS database layers as GeoJSON files. | .postgis sql | .geojson | GUIDE | Details |
| GeoJSON to PostGIS Converter | Import web JSON coordinates into central Postgres databases. | .geojson | .postgis sql | GUIDE | Details |
GIS File Validators
Inspect geometry integrity, layer statistics, and CRS metadata before converting.
Interactive Map Preview
Visualize GeoJSON, KML, GPX, Shapefile, and TopoJSON files on an interactive map — entirely in your browser.
GIS File Preview
NewDrag & drop any GIS file to visualize it on an interactive Leaflet map. No upload, no server — parsed entirely in your browser. Click features to inspect attributes.
System Architecture & Security Spec
Deterministic Engine Core
Runs official build distributions of Linux GDAL geospatial software. All layer schema and coordinate matrices are generated deterministically.
Ephemeral Processing
Conversions run on an isolated, short-lived GDAL worker. Each upload is processed in a per-request temporary directory that is deleted in full the moment the job finishes — even on error.
Metadata Preservation
Retains exact projection standards, geometries, spatial properties, attribute tables, and structural tables during mapping.