[pdal-commits] [PDAL/PDAL] 46954c: Merge branch 'pdal-info-summary' into pcl-tests

GitHub noreply at github.com
Fri Oct 10 06:56:03 PDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: 46954c99656a16145a7131d582315387186dc7ac
      https://github.com/PDAL/PDAL/commit/46954c99656a16145a7131d582315387186dc7ac
  Author: Michael P. Gerlek <mpg at flaxen.com>
  Date:   2014-10-06 (Mon, 06 Oct 2014)

  Changed paths:
    M include/pdal/PDALUtils.hpp
    M include/pdal/kernel/Info.hpp
    M src/CMakeLists.txt
    A src/PDALUtils.cpp
    M src/kernel/Info.cpp

  Log Message:
  -----------
  Merge branch 'pdal-info-summary' into pcl-tests


  Commit: 0b3f006b6a0ce182bab9df8197ddde62f23ec3d1
      https://github.com/PDAL/PDAL/commit/0b3f006b6a0ce182bab9df8197ddde62f23ec3d1
  Author: Michael P. Gerlek <mpg at flaxen.com>
  Date:   2014-10-06 (Mon, 06 Oct 2014)

  Changed paths:
    M src/SpatialReference.cpp
    M src/drivers/las/Reader.cpp
    M src/drivers/nitf/MetadataReader.hpp
    M src/drivers/nitf/NitfFile.cpp
    M src/drivers/nitf/NitfFile.hpp
    M src/drivers/nitf/Writer.cpp
    M src/drivers/nitf/tre_plugins.cpp
    M src/filters/Decimation.cpp
    M src/pdal_config.cpp
    M test/unit/main.cpp

  Log Message:
  -----------
  Merge branch 'clang-warnings' into pcl-tests


  Commit: dd8bdaeb47763d00147844e1ce302de24844a00f
      https://github.com/PDAL/PDAL/commit/dd8bdaeb47763d00147844e1ce302de24844a00f
  Author: Michael P. Gerlek <mpg at flaxen.com>
  Date:   2014-10-06 (Mon, 06 Oct 2014)

  Changed paths:
    M src/CMakeLists.txt
    A src/pclsupport/PCLPipeline.cpp
    A src/pclsupport/PCLPipeline.h
    A src/pclsupport/PCLPipeline.hpp

  Log Message:
  -----------
  import PCL pipeline files from the PCL repo


  Commit: fcdab382d8572bf1c89fb3f1185bf60e6b871ea6
      https://github.com/PDAL/PDAL/commit/fcdab382d8572bf1c89fb3f1185bf60e6b871ea6
  Author: Michael P. Gerlek <mpg at flaxen.com>
  Date:   2014-10-06 (Mon, 06 Oct 2014)

  Changed paths:
    M include/pdal/PCLConversions.hpp
    M src/drivers/pcd/Reader.cpp
    M src/drivers/pcd/Writer.cpp
    M src/filters/PCLBlock.cpp

  Log Message:
  -----------
  tighten up the namespaces


  Commit: 6566496705fa24d61a9ad0f27bdb713e09c7a2f1
      https://github.com/PDAL/PDAL/commit/6566496705fa24d61a9ad0f27bdb713e09c7a2f1
  Author: Michael P. Gerlek <mpg at flaxen.com>
  Date:   2014-10-06 (Mon, 06 Oct 2014)

  Changed paths:
    M src/pclsupport/PCLPipeline.h

  Log Message:
  -----------
  remove debugging


  Commit: ac2820aa4a085df306144231a9d4d52d9494b232
      https://github.com/PDAL/PDAL/commit/ac2820aa4a085df306144231a9d4d52d9494b232
  Author: Michael P. Gerlek <mpg at flaxen.com>
  Date:   2014-10-07 (Tue, 07 Oct 2014)

  Changed paths:
    M doc/tutorial/pcl_block_tutorial.rst
    A test/data/filters/pcl/conditional_removal.xml
    A test/data/filters/pcl/grid_minimum.xml
    A test/data/filters/pcl/normal_estimation.xml
    A test/data/filters/pcl/outlier_removal.xml
    M test/data/filters/pcl/passthrough.json
    A test/data/filters/pcl/passthrough.xml
    M test/data/filters/pcl/passthrough_outlier_removal.json
    A test/data/filters/pcl/passthrough_outlier_removal.xml
    M test/data/filters/pcl/progressive_morphological_filter.json
    A test/data/filters/pcl/progressive_morphological_filter.xml
    A test/data/filters/pcl/progressive_morphological_filter2.json
    A test/data/filters/pcl/voxel_grid.xml
    R test/data/filters/pcl_conditional_removal.xml
    R test/data/filters/pcl_grid_minimum.xml
    R test/data/filters/pcl_normal_estimation.xml
    R test/data/filters/pcl_outlier_removal.xml
    R test/data/filters/pcl_passthrough.xml
    R test/data/filters/pcl_passthrough_outlier_removal.xml
    R test/data/filters/pcl_progressive_morphological_filter.xml
    R test/data/filters/pcl_voxel_grid.xml
    M test/unit/filters/PCLBlockFilterTest.cpp

  Log Message:
  -----------
  cleanups on PCL tutorial

moved files into pal dir; cleanups on tutorial text; made examples
work; added examples as unit tests


  Commit: f221181ed270134e0b1f57255beac63766e71108
      https://github.com/PDAL/PDAL/commit/f221181ed270134e0b1f57255beac63766e71108
  Author: Michael P. Gerlek <mpg at flaxen.com>
  Date:   2014-10-07 (Tue, 07 Oct 2014)

  Changed paths:
    M doc/stages/filters.pclblock.rst
    A doc/tutorial/pcl_spec.rst

  Log Message:
  -----------
  cleaned up PCL docs

cleaned up filter docs, brought over json spec file from PCL repo


  Commit: 223dfcfe19b8e3dbaa01253b2cd1144caf3a81d6
      https://github.com/PDAL/PDAL/commit/223dfcfe19b8e3dbaa01253b2cd1144caf3a81d6
  Author: Michael P. Gerlek <mpg at flaxen.com>
  Date:   2014-10-07 (Tue, 07 Oct 2014)

  Changed paths:
    R test/data/filters/pcl/conditional_removal.json
    R test/data/filters/pcl/conditional_removal.xml
    A test/data/filters/pcl/example_PMF.json
    A test/data/filters/pcl/example_PMF_2.json
    A test/data/filters/pcl/example_PassThrough.json
    A test/data/filters/pcl/example_PassThrough_2.json
    A test/data/filters/pcl/filter_APMF.json
    A test/data/filters/pcl/filter_ConditionalRemoval.json
    A test/data/filters/pcl/filter_GridMinimum.json
    A test/data/filters/pcl/filter_NormalEstimation.json
    A test/data/filters/pcl/filter_PMF.json
    A test/data/filters/pcl/filter_PassThrough.json
    A test/data/filters/pcl/filter_RadiusOutlierRemoval.json
    A test/data/filters/pcl/filter_StatisticalOutlierRemoval0.json
    A test/data/filters/pcl/filter_VoxelGrid.json
    R test/data/filters/pcl/grid_minimum.json
    R test/data/filters/pcl/grid_minimum.xml
    R test/data/filters/pcl/normal_estimation.json
    R test/data/filters/pcl/normal_estimation.xml
    R test/data/filters/pcl/outlier_removal.json
    R test/data/filters/pcl/outlier_removal.xml
    R test/data/filters/pcl/passthrough.json
    M test/data/filters/pcl/passthrough.xml
    R test/data/filters/pcl/passthrough_outlier_removal.json
    R test/data/filters/pcl/passthrough_outlier_removal.xml
    R test/data/filters/pcl/progressive_morphological_filter.json
    R test/data/filters/pcl/progressive_morphological_filter.xml
    R test/data/filters/pcl/progressive_morphological_filter2.json
    R test/data/filters/pcl/voxel_grid.json
    R test/data/filters/pcl/voxel_grid.xml
    M test/unit/filters/PCLBlockFilterTest.cpp

  Log Message:
  -----------
  PCL test cleanup

renamed files for clarity; added unit tests for each filter

note: filter unit tests commented out, not yet passing


  Commit: 6e56ed899e7a67a7cb6558ff581364e059806dfe
      https://github.com/PDAL/PDAL/commit/6e56ed899e7a67a7cb6558ff581364e059806dfe
  Author: Michael P. Gerlek <mpg at flaxen.com>
  Date:   2014-10-07 (Tue, 07 Oct 2014)

  Changed paths:
    M doc/tutorial/pcl_spec.rst

  Log Message:
  -----------
  lint


  Commit: 02cfd787f3105918090a4a1f9f56a40ed3a0abce
      https://github.com/PDAL/PDAL/commit/02cfd787f3105918090a4a1f9f56a40ed3a0abce
  Author: Michael P. Gerlek <mpg at flaxen.com>
  Date:   2014-10-07 (Tue, 07 Oct 2014)

  Changed paths:
    M src/pclsupport/PCLPipeline.h
    M src/pclsupport/PCLPipeline.hpp

  Log Message:
  -----------
  added debugging support


  Commit: 1486ab78911e099931ad0f03f6b08bd810fb80a1
      https://github.com/PDAL/PDAL/commit/1486ab78911e099931ad0f03f6b08bd810fb80a1
  Author: Michael P. Gerlek <mpg at flaxen.com>
  Date:   2014-10-07 (Tue, 07 Oct 2014)

  Changed paths:
    R test/data/filters/pcl/example_PMF.json
    A test/data/filters/pcl/example_PMF_1.json
    R test/data/filters/pcl/example_PassThrough.json
    A test/data/filters/pcl/example_PassThrough_1.json
    R test/data/filters/pcl/filter_APMF.json
    A test/data/filters/pcl/filter_APMF_1.json
    R test/data/filters/pcl/filter_ConditionalRemoval.json
    A test/data/filters/pcl/filter_ConditionalRemoval_1.json
    A test/data/filters/pcl/filter_ConditionalRemoval_2.json
    M test/data/filters/pcl/filter_GridMinimum.json
    R test/data/filters/pcl/filter_NormalEstimation.json
    A test/data/filters/pcl/filter_NormalEstimation_1.json
    A test/data/filters/pcl/filter_NormalEstimation_2.json
    R test/data/filters/pcl/filter_PMF.json
    A test/data/filters/pcl/filter_PMF_1.json
    A test/data/filters/pcl/filter_PMF_2.json
    A test/data/filters/pcl/filter_PMF_3.json
    A test/data/filters/pcl/filter_PMF_4.json
    A test/data/filters/pcl/filter_PMF_5.json
    A test/data/filters/pcl/filter_PMF_6.json
    A test/data/filters/pcl/filter_PMF_7.json
    A test/data/filters/pcl/filter_PMF_8.json
    A test/data/filters/pcl/filter_PMF_9.json
    R test/data/filters/pcl/filter_PassThrough.json
    A test/data/filters/pcl/filter_PassThrough_1.json
    A test/data/filters/pcl/filter_PassThrough_2.json
    R test/data/filters/pcl/filter_RadiusOutlierRemoval.json
    A test/data/filters/pcl/filter_RadiusOutlierRemoval_1.json
    A test/data/filters/pcl/filter_RadiusOutlierRemoval_2.json
    R test/data/filters/pcl/filter_StatisticalOutlierRemoval0.json
    A test/data/filters/pcl/filter_StatisticalOutlierRemoval_1.json
    A test/data/filters/pcl/filter_StatisticalOutlierRemoval_2.json
    M test/data/filters/pcl/filter_VoxelGrid.json
    M test/data/filters/pcl/passthrough.xml
    M test/unit/filters/PCLBlockFilterTest.cpp

  Log Message:
  -----------
  all the PCL filter unit tests now working

except the APMF one (still to be debugged)

use #define USE_SLOW_TESTS for maximal testing goodness


  Commit: 52b6ac563af9eb10d4804f01c4fc0ca99ca1bfe1
      https://github.com/PDAL/PDAL/commit/52b6ac563af9eb10d4804f01c4fc0ca99ca1bfe1
  Author: Michael P. Gerlek <mpg at flaxen.com>
  Date:   2014-10-08 (Wed, 08 Oct 2014)

  Changed paths:
    M src/filters/Decimation.cpp

  Log Message:
  -----------
  namespace fix


  Commit: 398899d37a70532151605ac13158640d1fa99260
      https://github.com/PDAL/PDAL/commit/398899d37a70532151605ac13158640d1fa99260
  Author: Michael P. Gerlek <mpg at flaxen.com>
  Date:   2014-10-08 (Wed, 08 Oct 2014)

  Changed paths:
    M doc/stages/filters.pclblock.rst
    M doc/tutorial/pcl_block_tutorial.rst

  Log Message:
  -----------
  PCL doc updates

updated example to match file/function names in the repo

added how-to-add-a-filter template instructions


  Commit: 43a548187c4c6e39f91282bc24d08ba332f5f1aa
      https://github.com/PDAL/PDAL/commit/43a548187c4c6e39f91282bc24d08ba332f5f1aa
  Author: Howard Butler <howard at hobu.co>
  Date:   2014-10-09 (Thu, 09 Oct 2014)

  Changed paths:
    M doc/stages/filters.pclblock.rst
    M doc/tutorial/pcl_block_tutorial.rst
    A doc/tutorial/pcl_spec.rst
    M include/pdal/PCLConversions.hpp
    M src/CMakeLists.txt
    M src/drivers/pcd/Reader.cpp
    M src/drivers/pcd/Writer.cpp
    M src/filters/Decimation.cpp
    M src/filters/PCLBlock.cpp
    A src/pclsupport/PCLPipeline.cpp
    A src/pclsupport/PCLPipeline.h
    A src/pclsupport/PCLPipeline.hpp
    R test/data/filters/pcl/conditional_removal.json
    A test/data/filters/pcl/example_PMF_1.json
    A test/data/filters/pcl/example_PMF_2.json
    A test/data/filters/pcl/example_PassThrough_1.json
    A test/data/filters/pcl/example_PassThrough_2.json
    A test/data/filters/pcl/filter_APMF_1.json
    A test/data/filters/pcl/filter_ConditionalRemoval_1.json
    A test/data/filters/pcl/filter_ConditionalRemoval_2.json
    A test/data/filters/pcl/filter_GridMinimum.json
    A test/data/filters/pcl/filter_NormalEstimation_1.json
    A test/data/filters/pcl/filter_NormalEstimation_2.json
    A test/data/filters/pcl/filter_PMF_1.json
    A test/data/filters/pcl/filter_PMF_2.json
    A test/data/filters/pcl/filter_PMF_3.json
    A test/data/filters/pcl/filter_PMF_4.json
    A test/data/filters/pcl/filter_PMF_5.json
    A test/data/filters/pcl/filter_PMF_6.json
    A test/data/filters/pcl/filter_PMF_7.json
    A test/data/filters/pcl/filter_PMF_8.json
    A test/data/filters/pcl/filter_PMF_9.json
    A test/data/filters/pcl/filter_PassThrough_1.json
    A test/data/filters/pcl/filter_PassThrough_2.json
    A test/data/filters/pcl/filter_RadiusOutlierRemoval_1.json
    A test/data/filters/pcl/filter_RadiusOutlierRemoval_2.json
    A test/data/filters/pcl/filter_StatisticalOutlierRemoval_1.json
    A test/data/filters/pcl/filter_StatisticalOutlierRemoval_2.json
    A test/data/filters/pcl/filter_VoxelGrid.json
    R test/data/filters/pcl/grid_minimum.json
    R test/data/filters/pcl/normal_estimation.json
    R test/data/filters/pcl/outlier_removal.json
    R test/data/filters/pcl/passthrough.json
    A test/data/filters/pcl/passthrough.xml
    R test/data/filters/pcl/passthrough_outlier_removal.json
    R test/data/filters/pcl/progressive_morphological_filter.json
    R test/data/filters/pcl/voxel_grid.json
    R test/data/filters/pcl_conditional_removal.xml
    R test/data/filters/pcl_grid_minimum.xml
    R test/data/filters/pcl_normal_estimation.xml
    R test/data/filters/pcl_outlier_removal.xml
    R test/data/filters/pcl_passthrough.xml
    R test/data/filters/pcl_passthrough_outlier_removal.xml
    R test/data/filters/pcl_progressive_morphological_filter.xml
    R test/data/filters/pcl_voxel_grid.xml
    M test/unit/filters/PCLBlockFilterTest.cpp

  Log Message:
  -----------
  Merge branch 'pcl-tests' #513


  Commit: e3c4681b10ed860361eedbb120c7bad62476e5a3
      https://github.com/PDAL/PDAL/commit/e3c4681b10ed860361eedbb120c7bad62476e5a3
  Author: Howard Butler <howard at hobu.co>
  Date:   2014-10-10 (Fri, 10 Oct 2014)

  Changed paths:
    M cmake/examples/hobu-config.sh

  Log Message:
  -----------
  update hobu's cmake invocation


  Commit: 6de75d733b3a6da86120fbf0d664e476dfd1243e
      https://github.com/PDAL/PDAL/commit/6de75d733b3a6da86120fbf0d664e476dfd1243e
  Author: Howard Butler <howard at hobu.co>
  Date:   2014-10-10 (Fri, 10 Oct 2014)

  Changed paths:
    M include/pdal/Bounds.hpp
    M include/pdal/PointBuffer.hpp
    M src/Bounds.cpp
    M src/PointBuffer.cpp
    M test/unit/BoundsTest.cpp
    M test/unit/PointBufferTest.cpp

  Log Message:
  -----------
  Merge branch 'master' of github.com:PDAL/PDAL


Compare: https://github.com/PDAL/PDAL/compare/fec679656635...6de75d733b3a


More information about the pdal-commits mailing list