[pdal-commits] [PDAL/PDAL] 7a1a00: Failing test for invalid pointcount in las header
GitHub
noreply at github.com
Fri May 8 10:53:54 PDT 2015
Branch: refs/heads/master
Home: https://github.com/PDAL/PDAL
Commit: 7a1a00a05f36394ae3d764d10a80ad0adf2dd12a
https://github.com/PDAL/PDAL/commit/7a1a00a05f36394ae3d764d10a80ad0adf2dd12a
Author: Pete Gadomski <pete.gadomski at gmail.com>
Date: 2015-05-04 (Mon, 04 May 2015)
Changed paths:
M test/unit/io/las/LasReaderTest.cpp
Log Message:
-----------
Failing test for invalid pointcount in las header
If the las header says that the file has more points than it really
does, those extra points will (probably) be zero-filled.
Via bisect, c63f198db2f08caa2a47b34f4c7409a248e22a12 is the first bad
commit.
Commit: d3650b0bc2a77cd30d4b3d1049d8caace292c3eb
https://github.com/PDAL/PDAL/commit/d3650b0bc2a77cd30d4b3d1049d8caace292c3eb
Author: Howard Butler <howard at hobu.co>
Date: 2015-05-08 (Fri, 08 May 2015)
Changed paths:
M test/unit/io/las/LasReaderTest.cpp
Log Message:
-----------
Merge branch 'gadomski-las-header-incorrect-pointcount' into las-header-incorrect-pointcount
Commit: 7c1b66943d31f0a367385fafee4b912c20e374eb
https://github.com/PDAL/PDAL/commit/7c1b66943d31f0a367385fafee4b912c20e374eb
Author: Howard Butler <howard at hobu.co>
Date: 2015-05-08 (Fri, 08 May 2015)
Changed paths:
M io/las/LasReader.cpp
Log Message:
-----------
Attempt to support mis-labeled LAS headers in the case where
the header's size is larger than the actual number of bytes in
the file would otherwise suggest. This supercedes #893.
Commit: 75c9bf491003886813b8872f4086102a89182b1b
https://github.com/PDAL/PDAL/commit/75c9bf491003886813b8872f4086102a89182b1b
Author: Howard Butler <howard at hobu.co>
Date: 2015-05-08 (Fri, 08 May 2015)
Changed paths:
M io/las/LasReader.cpp
M test/unit/io/las/LasReaderTest.cpp
Log Message:
-----------
Merge pull request #902 from PDAL/las-header-incorrect-pointcount
Read mislabeled LAS files where the header says there are more
Compare: https://github.com/PDAL/PDAL/compare/b3ad3813db4b...75c9bf491003
More information about the pdal-commits
mailing list