-
-
Notifications
You must be signed in to change notification settings - Fork 326
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
[Bug] r.in.pdal fails with PDAL 2.7 #3552
Milestone
Comments
landam
changed the title
[Bug] r.in.lidar fails with PDAL 2.7
[Bug] r.in.pdal fails with PDAL 2.7
Apr 2, 2024
marisn
added a commit
to marisn/grass
that referenced
this issue
Apr 7, 2024
Starting from PDAL 2.7.0 filename is mandatory for Writer class, but there is a NoFileWriter class that maintains old behaviour. PDAL/PDAL#4342
marisn
added a commit
that referenced
this issue
Apr 7, 2024
* r.in.pdal: use NoFileWriter class for PDAL > 2.7.0 (fixes #3552) Starting from PDAL 2.7.0 filename is mandatory for Writer class, but there is a NoFileWriter class that maintains old behavior. PDAL/PDAL#4342 --------- Co-authored-by: Nicklas Larsson <[email protected]>
8.3 would also benefit from this fix. |
Indeed. The (merged) PR has the "backport" label, so this could be closed. It will not be forgotten. |
marisn
added a commit
that referenced
this issue
Apr 14, 2024
Starting from PDAL 2.7.0 filename is mandatory for Writer class, but there is a NoFileWriter class that maintains old behavior. PDAL/PDAL#4342 --------- Co-authored-by: Nicklas Larsson <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
r.in.pdal
fails to import LAZ files:To Reproduce
Steps to reproduce the behavior:
r.in.pdal -oe input=06/dmr5g/KRAV59.laz output=KRAV59 resolution=1
Expected behavior
The same sample data is successfully imported when GRASS is compiled with PDAL 2.6.
System description (please complete the following information):
The text was updated successfully, but these errors were encountered: