Feature: add a PDAL plugin #1763
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Related Issue:
This work addresses the Issue: #201
How To Test the Plugin
Current Issue:
Can not find the
VTK::IOPDALpackageAccording to the VTK document, https://docs.vtk.org/en/latest/modules/index.html, I know I need to use
VTK::IOPDALso I define it in theDEPENDSsection in the vtk.module, but still can not compile, it occurs the following error. Any idea to help? ThanksEXTENSIONS and MIMETYPES
I refer to the USD Plugin CMakeLists.txt to write the PDAL Plugin CMakeLists.txt
(a) I want to confirm if the EXTENSIONS
bpf matlab npy pgpointcloud tiledbas listed in the PDAL Reader document, are considered plugin goals?(b) According to the USD Plugin CMakeLists.txt, I need to locate files whose types are defined in the
MIMETYPESfor each category (e.g. application, model). Should all these files comply with the Creative Commons license? If yes, which types are required? https://creativecommons.org/share-your-work/cclicenses/