libspatialite
libspatialite is an open-source C library that extends SQLite with spatial capabilities. It implements the SpatiaLite extension, enabling SQLite databases to store, index, and query vector spatial data following the OGC Simple Features specification.
The library provides geometry data types such as POINT, LINESTRING, POLYGON and their multi- counterparts, stored
Data model and extension usage: applications load the mod_spatialite extension into SQLite; libspatialite supplies the runtime
Usage and impact: libspatialite is widely used in GIS applications and data workflows that require portable,
Development and licensing: libspatialite is open-source software with ongoing development and community support, reflecting the long-standing