-
-
Notifications
You must be signed in to change notification settings - Fork 264
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix issue #201 : add PDAL reader #2014
base: master
Are you sure you want to change the base?
Conversation
That looks nice! If you want to only add .las suport, the next step would be to add testing: You need to:
Of course, you may want to add more file formats, but that can come in another PR. |
Nice! You guys might be interested in PDAL/PDAL#4653 upcoming for PDAL 2.9.0 as well. |
Thanks for pointing it out. |
Hi @Husamm Do you need help moving forward ? :) |
Hi @mwestphal Regards, |
Implemented initial PDAL support that currently handles only LAS file formats, laying the groundwork for future enhancements and additional file format integration.
Fix: #201