[pdal-commits] [PDAL/PDAL] 5efc3a: Create Omni kernel

GitHub noreply at github.com
Mon Aug 24 08:11:56 PDT 2015


  Branch: refs/heads/omni-kernel-pipeline-manager
  Home:   https://github.com/PDAL/PDAL
  Commit: 5efc3a62adc4edc87ebd73ae5e263269ee9c6328
      https://github.com/PDAL/PDAL/commit/5efc3a62adc4edc87ebd73ae5e263269ee9c6328
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2015-08-24 (Mon, 24 Aug 2015)

  Changed paths:
    M kernels/CMakeLists.txt
    A kernels/omni/CMakeLists.txt
    A kernels/omni/OmniKernel.cpp
    A kernels/omni/OmniKernel.hpp
    M src/KernelFactory.cpp

  Log Message:
  -----------
  Create Omni kernel


  Commit: cd4ae202913a8806b3ce13136aeceee604b757c7
      https://github.com/PDAL/PDAL/commit/cd4ae202913a8806b3ce13136aeceee604b757c7
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2015-08-24 (Mon, 24 Aug 2015)

  Changed paths:
    M doc/apps.rst
    M kernels/omni/OmniKernel.cpp
    M kernels/omni/OmniKernel.hpp

  Log Message:
  -----------
  Add omni kernel

This version of the omni kernel uses PipelineManager. The input reader and
output writer are both required. Optional parameters can be used to
directly specify the reader and writer drivers, else they will be
inferred.

The user may optionally specify multiple filter stages and pass
filter-specific parameters. See apps.rst for an example. The filters will
be applied in the order they are entered.


  Commit: 10aa9a73130f82a10365911f2fc82f22dd67a673
      https://github.com/PDAL/PDAL/commit/10aa9a73130f82a10365911f2fc82f22dd67a673
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2015-08-24 (Mon, 24 Aug 2015)

  Changed paths:
    M kernels/omni/OmniKernel.cpp
    M kernels/omni/OmniKernel.hpp

  Log Message:
  -----------
  Add option to write the constructed pipeline, and remove call to prepare() which can result in multiple invocations of stages.


Compare: https://github.com/PDAL/PDAL/compare/b884dde84efb...10aa9a73130f


More information about the pdal-commits mailing list