[pdal-commits] [PDAL/PDAL] ac51b6: Add: splitter filter to generate spatially contigu...
GitHub
noreply at github.com
Wed Mar 26 07:18:53 PDT 2014
Branch: refs/heads/master
Home: https://github.com/PDAL/PDAL
Commit: ac51b6530a1ccd3383be836b23d86e200c8ca93e
https://github.com/PDAL/PDAL/commit/ac51b6530a1ccd3383be836b23d86e200c8ca93e
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2014-03-25 (Tue, 25 Mar 2014)
Changed paths:
M include/pdal/Filters.hpp
A include/pdal/filters/Splitter.hpp
M src/CMakeLists.txt
M src/StageFactory.cpp
A src/filters/Splitter.cpp
A test/data/pipeline/splitter.xml
M test/unit/CMakeLists.txt
A test/unit/filters/SplitterTest.cpp
Log Message:
-----------
Add: splitter filter to generate spatially contiguous point buffers of fixed size
Commit: 0827972d23535daec691c59b170bb9e902e44795
https://github.com/PDAL/PDAL/commit/0827972d23535daec691c59b170bb9e902e44795
Author: chambbj <brad.chambers at gmail.com>
Date: 2014-03-26 (Wed, 26 Mar 2014)
Changed paths:
M include/pdal/Filters.hpp
A include/pdal/filters/Splitter.hpp
M src/CMakeLists.txt
M src/StageFactory.cpp
A src/filters/Splitter.cpp
A test/data/pipeline/splitter.xml
M test/unit/CMakeLists.txt
A test/unit/filters/SplitterTest.cpp
Log Message:
-----------
Merge pull request #258 from PDAL/filter-create-tiles-alt2
Add: splitter filter to generate spatially contiguous point buffers of fixed size
Compare: https://github.com/PDAL/PDAL/compare/61fe4fcdf54b...0827972d2353
More information about the pdal-commits
mailing list