1. Home
  2. Browse
  3. gdal

gdal

v3.1.3#0Go 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.1.3#0

Publication

Supports

!arm

Homepage

gdal.org

Subtree

fdfe770571

License

Complex license

Definition

Control