[pdal-commits] [PDAL/PDAL] dc856a: Lazperf (#3459)

Andrew Bell noreply at github.com
Wed May 19 05:52:57 PDT 2021


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: dc856a0a79d4f4888cb76d7b2786d8ffc52ca2e6
      https://github.com/PDAL/PDAL/commit/dc856a0a79d4f4888cb76d7b2786d8ffc52ca2e6
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2021-05-19 (Wed, 19 May 2021)

  Changed paths:
    M CMakeLists.txt
    M cmake/lazperf.cmake
    M io/LasHeader.cpp
    M io/LasHeader.hpp
    M io/LasReader.cpp
    M io/LasWriter.cpp
    M io/LasWriter.hpp
    R pdal/compression/LazPerfCompression.cpp
    R pdal/compression/LazPerfCompression.hpp
    M pdal/compression/LazPerfVlrCompression.cpp
    M pdal/compression/LazPerfVlrCompression.hpp
    M test/unit/io/LasReaderTest.cpp
    M test/unit/io/LasWriterTest.cpp

  Log Message:
  -----------
  Lazperf (#3459)

* Checkpoint.

* Add start option to LAS reader.

* Add PDAL_LAS_START macro.

* Lazperf in progress.

* More fixes for new lazperf.

* Use proper test for point format.

* Better name for 1.4 point format test.

* Updates for new LAZPERF

* Remove config stuff.

* Fix name.

* Add start test.

* Fix arg name.

* Start support for LAZPERF.

* Offset count by start index.

* Working start for lazperf.

* Fix missed bits.

* Fixups for LAZperf version 2.

* Missed header.

* Don't copy filter?

* No unique_ptr for LasPerfVlrCompressor

* Don't run lazperf tests without lazperf.

* Fix comment.

* Minor updates.

* Assertion to exception




More information about the pdal-commits mailing list