1. Home
  2. Browse
  3. gdal

gdal

v3.2.2#5Go to latest

The Geographic Data Abstraction Library for reading and writing geospatial raster and vector data

Install

Run the following Vcpkg command to install the port.

vcpkg install gdal

Usage

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})

Features

Dependencies

See source

Version

v3.2.2#5

Publication

Supports

!arm

Homepage

gdal.org

Subtree

061e92ab17

License

Complex license

Definition

Manifest