[pdal-commits] [PDAL/PDAL] 6fb2e9: Add ColumnPointTable (#3110)

Andrew Bell noreply at github.com
Tue Jun 2 07:17:08 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: 6fb2e975e7134f11e8711484d03afe467af685e6
      https://github.com/PDAL/PDAL/commit/6fb2e975e7134f11e8711484d03afe467af685e6
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2020-06-02 (Tue, 02 Jun 2020)

  Changed paths:
    M filters/IQRFilter.hpp
    M filters/LloydKMeansFilter.cpp
    M filters/MADFilter.hpp
    M filters/NeighborClassifierFilter.cpp
    M filters/NeighborClassifierFilter.hpp
    M io/LasReader.cpp
    M io/private/ept/TileContents.cpp
    M kernels/DeltaKernel.cpp
    M kernels/DeltaKernel.hpp
    M kernels/GroundKernel.cpp
    M kernels/HausdorffKernel.cpp
    M kernels/HausdorffKernel.hpp
    M kernels/MergeKernel.cpp
    M kernels/RandomKernel.cpp
    M kernels/SortKernel.cpp
    M kernels/SplitKernel.cpp
    M kernels/TIndexKernel.cpp
    A pdal/ColumnPointTable.cpp
    M pdal/DimDetail.hpp
    M pdal/PipelineManager.cpp
    M pdal/PipelineManager.hpp
    M pdal/PointContainer.hpp
    M pdal/PointLayout.hpp
    M pdal/PointRef.hpp
    M pdal/PointTable.cpp
    M pdal/PointTable.hpp
    M pdal/PointView.cpp
    M pdal/PointView.hpp
    M test/unit/PointTableTest.cpp

  Log Message:
  -----------
  Add ColumnPointTable (#3110)

* Working vertical point table.

* Vertical point table and improved performance for high-volume data gets.

* Update set to match get.

* Put the copy code in one function.  Runs just as fast or faster.

* Remove debug.

* Revert pointless change.

* Replace PointTable with ColumnPointTable in many places.




More information about the pdal-commits mailing list