[pdal-commits] [PDAL/PDAL] 2a3bf6: Support for LAS extra bytes VLR.

GitHub noreply at github.com
Mon Feb 23 19:57:09 PST 2015


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: 2a3bf64d69093c4088f4af85afaf92f01c0400d4
      https://github.com/PDAL/PDAL/commit/2a3bf64d69093c4088f4af85afaf92f01c0400d4
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-02-23 (Mon, 23 Feb 2015)

  Changed paths:
    A doc/stages/filters.merge.rst
    M doc/stages/readers.las.rst
    M doc/stages/writers.las.rst
    M include/pdal/Dimension.hpp
    M include/pdal/Extractor.hpp
    M include/pdal/Inserter.hpp
    M include/pdal/Options.hpp
    M include/pdal/PointBuffer.hpp
    M include/pdal/PointContext.hpp
    M include/pdal/Utils.hpp
    M include/pdal/Writer.hpp
    M include/pdal/pdal_types.hpp
    M io/bpf/BpfHeader.cpp
    M io/las/CMakeLists.txt
    M io/las/LasHeader.hpp
    M io/las/LasReader.cpp
    M io/las/LasReader.hpp
    A io/las/LasUtils.cpp
    A io/las/LasUtils.hpp
    M io/las/LasWriter.cpp
    M io/las/LasWriter.hpp
    M io/las/VariableLengthRecord.hpp
    M src/Utils.cpp
    M src/Writer.cpp
    A test/data/las/extrabytes.las
    M test/unit/UtilsTest.cpp
    M test/unit/io/las/LasReaderTest.cpp
    M test/unit/io/las/LasWriterTest.cpp

  Log Message:
  -----------
  Support for LAS extra bytes VLR.
A couple of fixes for reading/writing LAS files.




More information about the pdal-commits mailing list