What Is a GeoPackage (GPKG)? A Modern GIS Container Format
Learn what a GeoPackage (GPKG) file is, what it’s used for, and how to open or convert GeoPackage data online in your browser.
GeoPackage (GPKG) is an OGC standard built on SQLite that stores geospatial data in a single .gpkg file. It’s commonly used as a modern replacement for multi-file formats because it’s easy to share, archive, and manage.
To preview a file quickly, use the GeoPackage viewer: /open-gpkg-online/.
What a GeoPackage can store
A GeoPackage may include:
- Multiple vector layers in one file
- Attributes and metadata stored alongside the geometry
- A consistent container that works well for sharing and portability
When GeoPackage is a good choice
Use GeoPackage when you need:
- A single-file format for exchange or archiving
- Multiple layers in one dataset
- A robust container format for modern workflows
Common issues
- Large files may take longer to load than small text formats.
- Some workflows require converting to a more web-native format like GeoJSON.
How to open a GeoPackage online
- Go to /open-gpkg-online/.
- Upload your
.gpkg. - Select layers and inspect the attribute table.
Convert GeoPackage to other formats
- GeoPackage to GeoJSON: /gpkg-to-geojson/
- GeoPackage to Shapefile: /gpkg-to-shapefile/
- GeoPackage to FileGDB: /gpkg-to-filegdb/
Related reading
- Comparison: /blog/shapefile-vs-geopackage/
- Comparison: /blog/geojson-vs-geopackage/
Related Posts
FileGDB vs GeoPackage: ESRI Geodatabase vs Open Container
FileGDB vs GeoPackage compared: portability, ecosystem support, multi-layer datasets, and when to convert between formats.
GeoJSON vs GeoPackage: Web Interchange vs GIS Container
GeoJSON vs GeoPackage compared: size, portability, multi-layer support, and when to convert for web maps or GIS workflows.
Extracting POIs from OpenStreetMap and Overture Maps: A Practical Guide
Extract EV charging and gas station POIs from NYC OSM data with osmium, and compare with Overture Maps' GeoParquet pipeline.
GeoParquet vs GeoPackage: Analytics Format vs GIS Container
GeoParquet vs GeoPackage compared: performance, storage model, interoperability, and which one fits analytics vs GIS exchange.