Registry / other / pdal-c

pdal-c

JSON →
library2.2.0vcpkgunverified

C API for the Point Data Abstraction Library (PDAL).

vcpkg install pdal-c
INSTALL
IMPORT
SIG · PDAL-C
P
pdal-c
othercppv2.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

pdal/pdal.h
#include <pdal/pdal.h>

Initialize a PDAL stage using the C API.

#include <pdal/pdal.h> #include <cstdio> int main() { PDALStage stage; pdal_stage_init(&stage); printf("PDAL C API initialized\n"); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.2.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

pdal-c — pip install pdal-c · libregistry