[pdal-commits] [PDAL/PDAL] 761b76: Add head filter that passes only the first n point...

GitHub noreply at github.com
Mon Jun 12 11:27:30 PDT 2017


  Branch: refs/heads/add-head-filter
  Home:   https://github.com/PDAL/PDAL
  Commit: 761b76af8afc5cd488a1968b42346a14530ab998
      https://github.com/PDAL/PDAL/commit/761b76af8afc5cd488a1968b42346a14530ab998
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2017-06-12 (Mon, 12 Jun 2017)

  Changed paths:
    A filters/HeadFilter.cpp
    A filters/HeadFilter.hpp
    M pdal/StageFactory.cpp

  Log Message:
  -----------
  Add head filter that passes only the first n points (specified by count argument)


  Commit: 60f19493d92d5126e7b9b1452582e146074a1c3f
      https://github.com/PDAL/PDAL/commit/60f19493d92d5126e7b9b1452582e146074a1c3f
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2017-06-12 (Mon, 12 Jun 2017)

  Changed paths:
    A doc/stages/filters.head.rst
    A doc/stages/filters.tail.rst
    A filters/TailFilter.cpp
    A filters/TailFilter.hpp
    M pdal/StageFactory.cpp

  Log Message:
  -----------
  Add tail filter that passes only the last n points (specified by count argument)

Also, add docs for both head and tail filter.


Compare: https://github.com/PDAL/PDAL/compare/8446cf7ba32c...60f19493d92d


More information about the pdal-commits mailing list