pdal v2.8.1
- Created
- Updated
PDAL - Point Data Abstraction Library is a library for manipulating point cloud data.
# Usage
pdal provides CMake targets:
find_package(PDAL CONFIG REQUIRED)
target_link_libraries(main PRIVATE $<TARGET_NAME:pdalcpp>)
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.
# License
Unspecified
# Supported Platforms
All platforms are supported
# Features
Default feature: supported-plugins
# draco
Build the Draco plugin
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (by draco )
- vcpkg-cmake-config (by draco )
# e57
Build the E57 plugin
Dependencies:
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (by xerces-c )
- vcpkg-cmake-config (by xerces-c )
# hdf
Build the HDF plugin
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (by hdf5 )
- vcpkg-cmake-config (by hdf5 )
# liblzma
Support for compression/decompression with LZMA
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (by liblzma )
- vcpkg-cmake-config (by liblzma )
# pgpointcloud
Build the PgPointCloud plugin
Host Dependencies:
5 transitive dependencies:
- pkgconf (by vcpkg-pkgconfig-get-modules )
- vcpkg-cmake (by vcpkg-cmake-get-vars )
- vcpkg-cmake-get-vars (by libpq )
vcpkg-pkgconfig-get-modules (by libpq )
Platforms:
windows & !mingw
- vcpkg-tool-meson (by pkgconf )
# supported-plugins default
Default set of plugins, dependent on platform
Dependencies:
Host Dependencies:
6 transitive dependencies:
- pkgconf (by vcpkg-pkgconfig-get-modules )
- vcpkg-cmake (by draco )
- vcpkg-cmake-config (by draco )
- vcpkg-cmake-get-vars (by libpq )
vcpkg-pkgconfig-get-modules (by libpq )
Platforms:
windows & !mingw
- vcpkg-tool-meson (by pkgconf )
# zstd
Support for ZSTD compression/decompression
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (by zstd )
- vcpkg-cmake-config (by zstd )
# Dependencies
curl
Features: (none)
- eigen3
gdal
Features: (none)
- h3
- json-schema-validator
- libgeotiff
libxml2
Features:
http
,iconv
,lzma
,zlib
- nanoflann
- nlohmann-json
- utfcpp
- zlib
# Host Dependencies
and 4 transitive dependencies:
- pkgconf (by gdal )
- vcpkg-cmake-get-vars (by vcpkg-tool-meson )
- vcpkg-pkgconfig-get-modules (by gdal )
- vcpkg-tool-meson (by pkgconf )
# Dependents
- paraview (feature
all-modules
) - pdal (feature
supported-plugins
) - pdal-c
# Host Dependents
No dependents.
# Contributors
- Mateusz Loskot
- Robert Schumacher
- Jason Beverage
- Jack·Boos·Yu
- Stefano Sinigardi
- Alexander Neumann
- past-due
- Lily
- NancyLi1013
- Billy O'Neal
- Kai Pastor
- Florian Albrechtskirchinger
- Lily Wang
- Yury Bura
- autoantwort
- Connor Broyles
- MonicaLiu
# Changelog
and 19 more commits:
5fe458d
[pdal] Avoid configure_file() into the source directory