1. Home
  2. Browse
  3. pdal

pdal

v2.5.3#1Go to latest

PDAL - Point Data Abstraction Library is a library for manipulating point cloud data.

Install

Run the following Vcpkg command to install the port.

vcpkg install pdal

Usage

The package pdal provides CMake variables:

find_package(PDAL CONFIG REQUIRED)
target_include_directories(main PRIVATE ${PDAL_INCLUDE_DIRS})
target_link_libraries(main PRIVATE ${PDAL_LIBRARIES})
    

If necessary, override the default plugin search path by setting the

environment variable PDAL_DRIVER_PATH to a list of directories that

pdal should search for plugins.

Features

Dependencies

See source

Version

v2.5.3#1

Publication

Supports

!(windows & staticcrt)

GitHub

PDAL/PDAL1.3K

Homepage

pdal.io

Subtree

e99d61570b

License

Complex license

Definition

Manifest