[pdal-commits] [PDAL/PDAL] 761b76: Add head filter that passes only the first n point...
GitHub
noreply at github.com
Mon Jun 19 12:26:36 PDT 2017
Branch: refs/heads/master
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.
Commit: ad6a6256218d9ad02e26701c7362c0738de2651a
https://github.com/PDAL/PDAL/commit/ad6a6256218d9ad02e26701c7362c0738de2651a
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2017-06-12 (Mon, 12 Jun 2017)
Changed paths:
M doc/stages/filters.head.rst
M doc/stages/filters.tail.rst
M filters/HeadFilter.hpp
M filters/TailFilter.hpp
Log Message:
-----------
Handle the case that too many points were requested in head and tail filter
Commit: be27d664c8b99a2345589cfde096df28fc5334c9
https://github.com/PDAL/PDAL/commit/be27d664c8b99a2345589cfde096df28fc5334c9
Author: chambbj <brad.chambers at gmail.com>
Date: 2017-06-19 (Mon, 19 Jun 2017)
Changed paths:
A doc/stages/filters.head.rst
A doc/stages/filters.tail.rst
A filters/HeadFilter.cpp
A filters/HeadFilter.hpp
A filters/TailFilter.cpp
A filters/TailFilter.hpp
M pdal/StageFactory.cpp
Log Message:
-----------
Merge pull request #1602 from PDAL/add-head-filter
Add head and tail filters that pass only the first (or last) n points
Compare: https://github.com/PDAL/PDAL/compare/dc428f461c1a...be27d664c8b9
More information about the pdal-commits
mailing list