[pdal-commits] [PDAL/PDAL] 1d1590: Integrate hexer code into PDAL (#2073)
GitHub
noreply at github.com
Wed Jul 4 07:39:47 PDT 2018
Branch: refs/heads/master
Home: https://github.com/PDAL/PDAL
Commit: 1d159082b2115a014a2d720d6fbc78307be51335
https://github.com/PDAL/PDAL/commit/1d159082b2115a014a2d720d6fbc78307be51335
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2018-07-04 (Wed, 04 Jul 2018)
Changed paths:
M CMakeLists.txt
M cmake/examples/hobu-config.sh
R cmake/modules/FindHexer.cmake
A filters/HexBinFilter.cpp
A filters/HexBinFilter.hpp
A filters/private/hexer/HexGrid.cpp
A filters/private/hexer/HexGrid.hpp
A filters/private/hexer/HexInfo.hpp
A filters/private/hexer/HexIter.hpp
A filters/private/hexer/Hexagon.cpp
A filters/private/hexer/Hexagon.hpp
A filters/private/hexer/Mathpair.hpp
A filters/private/hexer/Path.cpp
A filters/private/hexer/Path.hpp
A filters/private/hexer/Processor.cpp
A filters/private/hexer/Processor.hpp
A filters/private/hexer/Segment.cpp
A filters/private/hexer/Segment.hpp
A filters/private/hexer/exception.hpp
A kernels/DensityKernel.cpp
A kernels/DensityKernel.hpp
A kernels/private/density/OGR.cpp
A kernels/private/density/OGR.hpp
M plugins/CMakeLists.txt
A plugins/faux/CMakeLists.txt
A plugins/faux/kernel/FauxPluginKernel.cpp
A plugins/faux/kernel/FauxPluginKernel.hpp
R plugins/hexbin/CMakeLists.txt
R plugins/hexbin/filters/HexBin.cpp
R plugins/hexbin/filters/HexBin.hpp
R plugins/hexbin/kernel/DensityKernel.cpp
R plugins/hexbin/kernel/DensityKernel.hpp
R plugins/hexbin/kernel/OGR.cpp
R plugins/hexbin/kernel/OGR.hpp
R plugins/hexbin/test/HexbinFilterTest.cpp
M test/unit/CMakeLists.txt
M test/unit/apps/AppPluginTest.cpp
A test/unit/filters/HexbinFilterTest.cpp
Log Message:
-----------
Integrate hexer code into PDAL (#2073)
* include hexer source tree in PDAL (now relicensed as BSD) #2001
* Remove hexbin plugin.
Add hexbin test.
* Fix app test.
* Add faux plugin to make plugin kernel test work.
* Remove stuff from hexer that was necessary when it was its own package.
* Revert version info
Close #2001
**NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
More information about the pdal-commits
mailing list