Convert SHP to GPKG
Turn ESRI Shapefile data into GeoPackage — free, instant, and entirely in your browser, with optional reprojection to any of 200+ coordinate systems.
No upload. No account. Your data stays on your machine.
Drop your files here or click to browse.
Shapefile (all parts or .zip), GeoJSON, KML/KMZ, GPKG, GPX, DXF, CSV, TAB and more — files never leave your browser.
About ESRI Shapefile (SHP)
The long-standing GIS interchange workhorse. A "file" is really a bundle: .shp geometry, .dbf attributes, .shx index and .prj coordinate system — keep them together (or zip them).
Worth knowing: One geometry type per layer; attribute names truncated to 10 characters; 2 GB size ceiling.
About GeoPackage (GPKG)
The modern OGC standard — a single SQLite file holding many layers, vector and raster, with no size or field-name limits. The recommended successor to Shapefile.
Worth knowing: Single-file database: avoid concurrent writers.
How the conversion works
- Drop your SHP files (all parts of the bundle, or a zip) above.
- We read it locally with GDAL compiled to WebAssembly — nothing is uploaded.
- Optionally pick an output coordinate system; official datum grids are applied automatically.
- Download your GPKG result, with a transformation report showing exactly what was done.