-
-
Notifications
You must be signed in to change notification settings - Fork 329
Labels
good first issueGood for newcomersGood for newcomershelp wantedPlease help with this issue!Please help with this issue!
Description
Context
F3D is great to visualize point-cloud but supports a limited number of file formats.
VTK has a PDAL wrapper that could be integrated easily in F3D as long as the VTK IOPDAL module can be easily built.
PDAL supported file formats: https://pdal.io/stages/readers.html#readers
VTK IOPDAL module: https://gitlab.kitware.com/vtk/vtk/-/tree/master/IO/PDAL
Suggested solution
- Add a new
pdal
plugin that relies on the vtkPDALReader. - Add CI logic to test the new plugin (optional)
- Add PDAL to the f3d-superbuild (optional)
Notes
- See the
vdb
plugin for inspiration, it should be pretty similar
jo-chemla
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedPlease help with this issue!Please help with this issue!
Type
Projects
Status
To do