[pdal-commits] [PDAL/PDAL] b6a4b2: Add a buffer option to the splitter

GitHub noreply at github.com
Wed Apr 19 13:05:27 PDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: b6a4b22b6e6b681e38f83b63a3d0e71080508cab
      https://github.com/PDAL/PDAL/commit/b6a4b22b6e6b681e38f83b63a3d0e71080508cab
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2017-04-17 (Mon, 17 Apr 2017)

  Changed paths:
    M doc/stages/filters.splitter.rst
    M filters/SplitterFilter.cpp
    M filters/SplitterFilter.hpp
    M test/unit/filters/SplitterTest.cpp

  Log Message:
  -----------
  Add a buffer option to the splitter

This buffer grows each square by the specified amount, allowing for an
overlap between tiles. This is particularily useful for tiled change
detection and other such algorithms.


  Commit: ecb45e199a82f8a362704a1600a849ea8a1d8423
      https://github.com/PDAL/PDAL/commit/ecb45e199a82f8a362704a1600a849ea8a1d8423
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-04-19 (Wed, 19 Apr 2017)

  Changed paths:
    M doc/stages/filters.splitter.rst
    M filters/SplitterFilter.cpp
    M filters/SplitterFilter.hpp
    M test/unit/filters/SplitterTest.cpp

  Log Message:
  -----------
  Merge pull request #1569 from gadomski/splitter-buffer

Add a buffer option to the splitter


Compare: https://github.com/PDAL/PDAL/compare/e9ad7088155a...ecb45e199a82


More information about the pdal-commits mailing list