Skip to content

GeoPackage Files

GeoPackage is an open standard spatial database format based on SQLite.

  • Standard: Open Geospatial Consortium (OGC) standard
  • Format: SQLite database with spatial extensions
  • File Extension: .gpkg
  • Structure: One file, multiple tables, spatial indexing
  • Coordinates: WGS84 (EPSG:4326) - standard GPS coordinates

Network Survey creates separate GeoPackage files for each technology:

craxiom-cellular-20251025-143022.gpkg
craxiom-phonestate-20251025-143022.gpkg
craxiom-wifi_20251025-143022.gpkg
craxiom-bluetooth_20251025-143022.gpkg
craxiom-gnss_20251025-143022.gpkg

GeoPackage uses WGS84 (EPSG:4326):

  • EPSG Code: 4326
  • Coordinate System: Geographic (latitude/longitude)
  • Datum: WGS 84
  • Units: Decimal degrees
  • Range: Latitude -90 to +90, Longitude -180 to +180

This is the standard coordinate system used by GPS.