[pdal-commits] [PDAL/PDAL] c9cb95: Programmable filter can add dimensions to context

GitHub noreply at github.com
Fri Sep 12 07:32:17 PDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: c9cb95ea53244f7c3503c38099c1e8caa428e4cc
      https://github.com/PDAL/PDAL/commit/c9cb95ea53244f7c3503c38099c1e8caa428e4cc
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2014-09-09 (Tue, 09 Sep 2014)

  Changed paths:
    M doc/stages/filters.programmable.rst
    M include/pdal/filters/Programmable.hpp
    M src/filters/Programmable.cpp
    M test/unit/plang/ProgrammableFilterTest.cpp

  Log Message:
  -----------
  Programmable filter can add dimensions to context

Using one or more `add_dimension` options on a programmable filter will
instruct the filter to add those dimensions to the primary
PointContext. This way, the programmable filter can set dimensions that
might be not present on the PointContext at first.


  Commit: 943cbbc3be7365e19edb84031486e6dcf97234dd
      https://github.com/PDAL/PDAL/commit/943cbbc3be7365e19edb84031486e6dcf97234dd
  Author: Howard Butler <howard at hobu.co>
  Date:   2014-09-12 (Fri, 12 Sep 2014)

  Changed paths:
    M doc/stages/filters.programmable.rst
    M include/pdal/filters/Programmable.hpp
    M src/filters/Programmable.cpp
    M test/unit/plang/ProgrammableFilterTest.cpp

  Log Message:
  -----------
  Merge pull request #447 from gadomski/programmable-add-dimension

Programmable filter can add dimensions to context


Compare: https://github.com/PDAL/PDAL/compare/cd36bf85b47d...943cbbc3be73


More information about the pdal-commits mailing list