[pdal-commits] [PDAL/PDAL] 52b7a0: Add filter to locate max value in a given dimensio...

GitHub noreply at github.com
Wed Dec 21 11:26:07 PST 2016


  Branch: refs/heads/locatemax
  Home:   https://github.com/PDAL/PDAL
  Commit: 52b7a02ef0ebc7e8cb911e86926604d87cb2efc3
      https://github.com/PDAL/PDAL/commit/52b7a02ef0ebc7e8cb911e86926604d87cb2efc3
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2016-12-21 (Wed, 21 Dec 2016)

  Changed paths:
    A doc/stages/filters.locatemax.rst
    A filters/LocateMaxFilter.cpp
    A filters/LocateMaxFilter.hpp
    M pdal/StageFactory.cpp
    M test/unit/CMakeLists.txt
    A test/unit/filters/LocateMaxFilterTest.cpp

  Log Message:
  -----------
  Add filter to locate max value in a given dimension

If many points share the max value, this simply gives you the first one.


  Commit: 67fed24a05707c230a5c8b5f6b43ccf631787d44
      https://github.com/PDAL/PDAL/commit/67fed24a05707c230a5c8b5f6b43ccf631787d44
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2016-12-21 (Wed, 21 Dec 2016)

  Changed paths:
    A doc/stages/filters.locate.rst
    R doc/stages/filters.locatemax.rst
    A filters/LocateFilter.cpp
    A filters/LocateFilter.hpp
    R filters/LocateMaxFilter.cpp
    R filters/LocateMaxFilter.hpp
    M pdal/StageFactory.cpp
    M test/unit/CMakeLists.txt
    A test/unit/filters/LocateFilterTest.cpp
    R test/unit/filters/LocateMaxFilterTest.cpp

  Log Message:
  -----------
  Locate filter can now locate min or max value


  Commit: c0491d2c64f8a9ad76d35d34352e06d7ba01e588
      https://github.com/PDAL/PDAL/commit/c0491d2c64f8a9ad76d35d34352e06d7ba01e588
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2016-12-21 (Wed, 21 Dec 2016)

  Changed paths:
    M doc/stages/filters.locate.rst

  Log Message:
  -----------
  Typo in filters.locate docs


Compare: https://github.com/PDAL/PDAL/compare/1095f1ba5b45...c0491d2c64f8


More information about the pdal-commits mailing list