[pdal-commits] [PDAL/PDAL] 7a1a00: Failing test for invalid pointcount in las header

GitHub noreply at github.com
Fri May 8 09:21:34 PDT 2015


  Branch: refs/heads/las-header-incorrect-pointcount
  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.


Compare: https://github.com/PDAL/PDAL/compare/7a1a00a05f36^...7c1b66943d31


More information about the pdal-commits mailing list