[pdal-commits] [PDAL/PDAL] a6e8bb: Improve the las reader's file signature error

GitHub noreply at github.com
Tue May 6 11:08:33 PDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: a6e8bbc559dab83a3b21beec1841d82faf03421e
      https://github.com/PDAL/PDAL/commit/a6e8bbc559dab83a3b21beec1841d82faf03421e
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2014-05-06 (Tue, 06 May 2014)

  Changed paths:
    M src/drivers/las/Reader.cpp
    M test/unit/drivers/las/LasReaderTest.cpp

  Log Message:
  -----------
  Improve the las reader's file signature error

Catch the las header's invalid file signature error and improve the
error message, mostly by including the file name. In order to provide
the filename under more circumstances, set the "filename" option when
using the filename-only las::Reader constructor.

Fixes #277.


  Commit: b275189cb00da21865f9942b2cb31972f9743226
      https://github.com/PDAL/PDAL/commit/b275189cb00da21865f9942b2cb31972f9743226
  Author: Howard Butler <howard at hobu.co>
  Date:   2014-05-06 (Tue, 06 May 2014)

  Changed paths:
    M src/drivers/las/Reader.cpp
    M test/unit/drivers/las/LasReaderTest.cpp

  Log Message:
  -----------
  Merge pull request #351 from gadomski/issue/277-inval-file-sig

Improve the las reader's file signature error


Compare: https://github.com/PDAL/PDAL/compare/3ec4c100c6dd...b275189cb00d


More information about the pdal-commits mailing list