gpkgspatialrefsys
The gpkg_spatial_ref_sys table is a core component of the GeoPackage specification. It stores coordinate reference system (CRS) definitions used by vector features and tiled content within a GeoPackage, enabling consistent interpretation and transformation of geometry coordinates across layers.
The table schema comprises six columns: srs_id (INTEGER PRIMARY KEY), srs_name (TEXT NOT NULL), organization (TEXT
The organization and organization_coordsys_id pair typically encodes a CRS using a registry such as EPSG (for
Use and interoperability: GeoPackages commonly include entries for widely used CRSs like EPSG:4326 (WGS 84) and
Extensibility and validation: The table can be extended with additional CRS definitions as needed. GeoPackages should