-
Notifications
You must be signed in to change notification settings - Fork 7.5k
[PDAL] Plugins should be included #8478
Copy link
Copy link
Closed
Labels
category:port-featureThe issue is with a library, which is requesting new capabilities that didn’t existThe issue is with a library, which is requesting new capabilities that didn’t exist
Description
Is your feature request related to a problem? Please describe.
Using the vcpkg PDAL package to read pointcloud data has worked great for me, until a client supplied one in e57 format. After doing some cursory investigation, reading/writing this format is included as a plugin for PDAL, but none of the plugins are included in the vcpkg build.
Proposed solution
Please include plugins in order to support more pointcloud file formats.
Describe alternatives you've considered
The alternative is to return to building directly from source and setting the appropriate cmake options. Because of the myriad of dependencies this is probably not going to be a straightforward process imho.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
category:port-featureThe issue is with a library, which is requesting new capabilities that didn’t existThe issue is with a library, which is requesting new capabilities that didn’t exist