[pdal-commits] [PDAL/PDAL] 8129c3: Add 2-pass check for streamable pipelines (#2655)

Andrew Bell noreply at github.com
Fri Aug 9 14:12:57 PDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: 8129c3c97615323fe6e90ce9875d19c598cb8c6b
      https://github.com/PDAL/PDAL/commit/8129c3c97615323fe6e90ce9875d19c598cb8c6b
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-08-09 (Fri, 09 Aug 2019)

  Changed paths:
    M doc/apps/pipeline.rst
    M doc/apps/translate.rst
    M kernels/InfoKernel.cpp
    M kernels/PipelineKernel.cpp
    M kernels/PipelineKernel.hpp
    M kernels/TranslateKernel.cpp
    M kernels/TranslateKernel.hpp
    M pdal/PipelineManager.cpp
    M pdal/PipelineManager.hpp
    M pdal/pdal_types.hpp
    A test/data/pipeline/colorinterp.json.in
    M test/unit/apps/pcpipelineTestJSON.cpp

  Log Message:
  -----------
  Add 2-pass check for streamable pipelines (#2655)

* Add 2-pass check for streamable pipelines.

* If we're adding an interface, it needs to be better than the
last attempt.

* Add test for colorinterp with min/max.

* Change handling of stream option to ONLY run streaming for translate
and pipeline.

* Add doc and error support.




More information about the pdal-commits mailing list