The Geographic Data Abstraction Library for reading and writing geospatial raster and vector data.
The package GDAL provides CMake targets:
find_package(GDAL REQUIRED)
target_include_directories(main PRIVATE ${GDAL_INCLUDE_DIRS})
target_link_libraries(main PRIVATE ${GDAL_LIBRARIES})
Create or update SpatiaLite databases using libspatialite
v3.1.3#1
!arm
Complex license
Control