[pdal-commits] [PDAL/PDAL] 761b76: Add head filter that passes only the first n point...

GitHub noreply at github.com
Wed Jun 21 14:49:39 PDT 2017


  Branch: refs/heads/matlab-updates
  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: 30c0e9ac991254cf82c6427c850669999e8c5e16
      https://github.com/PDAL/PDAL/commit/30c0e9ac991254cf82c6427c850669999e8c5e16
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-06-19 (Mon, 19 Jun 2017)

  Changed paths:
    M doc/stages/readers.faux.rst

  Log Message:
  -----------
  Fix #1607


  Commit: dc428f461c1a32134405ed15d17f6a7e43fe4469
      https://github.com/PDAL/PDAL/commit/dc428f461c1a32134405ed15d17f6a7e43fe4469
  Author: chambbj <brad.chambers at gmail.com>
  Date:   2017-06-19 (Mon, 19 Jun 2017)

  Changed paths:
    A doc/stages/filters.voxelcenternearestneighbor.rst
    A doc/stages/filters.voxelcentroidnearestneighbor.rst
    A filters/VoxelCenterNearestNeighborFilter.cpp
    A filters/VoxelCenterNearestNeighborFilter.hpp
    A filters/VoxelCentroidNearestNeighborFilter.cpp
    A filters/VoxelCentroidNearestNeighborFilter.hpp
    M pdal/StageFactory.cpp

  Log Message:
  -----------
  Add VoxelCenterNearestNeighborFilter and VoxelCentroidNearestNeighborFilter (#1603)

For each populated voxel, use the coordinates of the voxel center or centroid
respectively to find the nearest neighbor in the input PointView and append it
to the output PointView.


  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


  Commit: c72f60a37ad8b6a478287c75b427b27a02d8431b
      https://github.com/PDAL/PDAL/commit/c72f60a37ad8b6a478287c75b427b27a02d8431b
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-06-20 (Tue, 20 Jun 2017)

  Changed paths:
    A doc/stages/filters.head.rst
    A doc/stages/filters.tail.rst
    A doc/stages/filters.voxelcenternearestneighbor.rst
    A doc/stages/filters.voxelcentroidnearestneighbor.rst
    A filters/HeadFilter.cpp
    A filters/HeadFilter.hpp
    A filters/TailFilter.cpp
    A filters/TailFilter.hpp
    A filters/VoxelCenterNearestNeighborFilter.cpp
    A filters/VoxelCenterNearestNeighborFilter.hpp
    A filters/VoxelCentroidNearestNeighborFilter.cpp
    A filters/VoxelCentroidNearestNeighborFilter.hpp
    M pdal/StageFactory.cpp

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into matlab-updates


  Commit: 322b83298b8603fcf24a9b6060bed58c2f58b5aa
      https://github.com/PDAL/PDAL/commit/322b83298b8603fcf24a9b6060bed58c2f58b5aa
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2017-06-20 (Tue, 20 Jun 2017)

  Changed paths:
    M kernels/GroundKernel.cpp
    M kernels/GroundKernel.hpp

  Log Message:
  -----------
  Adapt ground kernel to pmf filter changes

* Classify option is no longer needed, PMF always classifies points
* Extract option is retained, but is now implemented by adding a range filter


  Commit: 17f8105f7fd8ccba84b87e032ce602d69f8109a4
      https://github.com/PDAL/PDAL/commit/17f8105f7fd8ccba84b87e032ce602d69f8109a4
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-06-20 (Tue, 20 Jun 2017)

  Changed paths:
    M CMakeLists.txt
    M cmake/examples/hobu-config.sh
    M cmake/matlab.cmake
    M cmake/python.cmake
    R pdal/mlang/CMakeLists.txt
    R pdal/mlang/Environment.cpp
    R pdal/mlang/Environment.hpp
    R pdal/mlang/Script.cpp
    R pdal/mlang/Script.hpp
    M plugins/matlab/CMakeLists.txt
    M plugins/matlab/io/MatlabWriter.hpp
    M plugins/matlab/test/MLangTest.cpp

  Log Message:
  -----------
  refactor matlab stuff to follow filters.python


  Commit: 1f5e5f74207031384bafe40acd91ff21fbd4af47
      https://github.com/PDAL/PDAL/commit/1f5e5f74207031384bafe40acd91ff21fbd4af47
  Author: chambbj <brad.chambers at gmail.com>
  Date:   2017-06-20 (Tue, 20 Jun 2017)

  Changed paths:
    M kernels/GroundKernel.cpp
    M kernels/GroundKernel.hpp

  Log Message:
  -----------
  Merge pull request #1611 from PDAL/issue/1578-ground-kernel

Adapt ground kernel to pmf filter changes.

Close #1578. Close #1610.


  Commit: aa99b635048f0a3a43d528ce8ce268a0bb354cbb
      https://github.com/PDAL/PDAL/commit/aa99b635048f0a3a43d528ce8ce268a0bb354cbb
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-06-21 (Wed, 21 Jun 2017)

  Changed paths:
    A doc/stages/filters.matlab.rst
    A doc/stages/writers.matlab.png
    M doc/stages/writers.matlab.rst
    M plugins/matlab/CMakeLists.txt
    A plugins/matlab/filters/Environment.cpp
    A plugins/matlab/filters/Environment.hpp
    A plugins/matlab/filters/MatlabFilter.cpp
    A plugins/matlab/filters/MatlabFilter.hpp
    A plugins/matlab/filters/Script.cpp
    A plugins/matlab/filters/Script.hpp
    M plugins/matlab/io/MatlabWriter.cpp
    M plugins/matlab/io/MatlabWriter.hpp

  Log Message:
  -----------
  update writers.matlab to create a struct array with a properly typed array for each (requested) dimension. Update filters.matlab to use the same function for pushing data to the interpreter


  Commit: e800a9396f9c88265075b6ddbe4e9f1c6e456695
      https://github.com/PDAL/PDAL/commit/e800a9396f9c88265075b6ddbe4e9f1c6e456695
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-06-21 (Wed, 21 Jun 2017)

  Changed paths:
    M kernels/GroundKernel.cpp
    M kernels/GroundKernel.hpp

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into matlab-updates


Compare: https://github.com/PDAL/PDAL/compare/a6bf6a16b1cb...e800a9396f9c


More information about the pdal-commits mailing list