GDAL is an open source MIT licensed translator library for raster and vector geospatial data formats.
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})
Enable cfitsio support
Enable HDF5 support
Create or update SpatiaLite databases using libspatialite
Add mysql support using libmariadb
Enable NetCDF support
Enable poppler support
Enable PostgreSQL support
Default set of features, dependent on platform
Include drivers which need additional libraries
Builds gdal and ogr executables
v3.4.1#2
!uwp
Complex license
Manifest