[pdal-commits] [PDAL/PDAL] 141c07: Support seek and variable-sized chunks with lazper...
Andrew Bell
noreply at github.com
Tue Sep 7 05:11:21 PDT 2021
Branch: refs/heads/master
Home: https://github.com/PDAL/PDAL
Commit: 141c07e4f7337e135b6238a0528616fff1649e01
https://github.com/PDAL/PDAL/commit/141c07e4f7337e135b6238a0528616fff1649e01
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2021-09-07 (Tue, 07 Sep 2021)
Changed paths:
M cmake/lazperf.cmake
M io/LasHeader.cpp
M io/LasHeader.hpp
M io/LasReader.cpp
M pdal/compression/LazPerfVlrCompression.cpp
M pdal/compression/LazPerfVlrCompression.hpp
A test/data/laz/ellipsoid.copc.laz
M test/unit/io/LasReaderTest.cpp
Log Message:
-----------
Support seek and variable-sized chunks with lazperf. (#3529)
* Initialize UUID to null.
Close #3483
* Catch bounds exceptions.
* Support LAZperf 2.1 and variable-size chunks.
* Make sure we find LAZperf 2.1
* Support reading and seeking with variable-sized chunks.
* Improve chunk table description.
More information about the pdal-commits
mailing list