-
-
Notifications
You must be signed in to change notification settings - Fork 309
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
r.in.pdal: Fix use of PDAL 2.4 deprecated api #2656
Conversation
Seems to work fine, only one call: |
Now this replicates PDAL pre-2.4 behaviour for r.in.pdal. I have tested with 2.3.0 and 2.4.2; the CI builds fine with 2.0.1. |
If possible, could this be backported? In various distros G8.2 will stay for a while... |
Shouldn't be any problem! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Didn't run, but code looks OK.
Fixes LasHeader info printout, re-used code from PDAL 2.3: https://github.com/PDAL/PDAL/blob/2.3.0/io/LasHeader.cpp#L524
Merged and backported. Thanks @marisn ! |
That is backported to 8.2 |
Fixes LasHeader info printout, re-used code from PDAL 2.3: https://github.com/PDAL/PDAL/blob/2.3.0/io/LasHeader.cpp#L524
Fixes LasHeader info printout, re-used code from PDAL 2.3: https://github.com/PDAL/PDAL/blob/2.3.0/io/LasHeader.cpp#L524
Fixes LasHeader info printout, re-used code from PDAL 2.3: https://github.com/PDAL/PDAL/blob/2.3.0/io/LasHeader.cpp#L524
Re-used code from PDAL 2.3:
https://github.com/PDAL/PDAL/blob/2.3.0/io/LasHeader.cpp#L524
Fixes #2638