[pdal-commits] [PDAL/PDAL] b9f556: Initial commit of an AND kernel

GitHub noreply at github.com
Fri Dec 2 11:00:34 PST 2016


  Branch: refs/heads/and-kernel
  Home:   https://github.com/PDAL/PDAL
  Commit: b9f5563cdb9e25c297b969531f5768b6113fb1bc
      https://github.com/PDAL/PDAL/commit/b9f5563cdb9e25c297b969531f5768b6113fb1bc
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2016-12-02 (Fri, 02 Dec 2016)

  Changed paths:
    M kernels/CMakeLists.txt
    A kernels/and/AndKernel.cpp
    A kernels/and/AndKernel.hpp
    A kernels/and/CMakeLists.txt
    M src/KernelFactory.cpp

  Log Message:
  -----------
  Initial commit of an AND kernel

Awful name, I know. You provide two input files. For each point in the first
file, look for the nearest neighbor in the second. If it is within the
specified tolerance, tag the point with a 1 in the newly created dimension
(user must provide dimension name). This is written out to the third file.

The output file will have the same number of points as the first file, with a
new dimension that is filled with 0's and 1's.




More information about the pdal-commits mailing list