GeoTools
View All Formats

GeoPackage

.gpkg.geopackage
Supported

GeoPackage is an open standard defined by OGC, implemented on SQLite database technology. It is a single container file that can simultaneously store vector features, raster imagery, attribute tables, and map tiles. GeoPackage requires no database server and can be used directly on mobile devices and desktop applications, making it an ideal choice for modern GIS data exchange.

Specifications

Standard: OGC

MIME: application/geopackage+sqlite2

Key Features

Advantages

  • Self-contained single file, easy to manage and transfer
  • Spatial indexing support, excellent query performance for large datasets
  • Cross-platform compatible, can be used directly on mobile devices

Limitations

  • Does not support concurrent multi-user writes
  • Single database file size limited by SQLite constraints

Common Use Cases

Related Tools

View All Formats