[pdal-commits] [PDAL/PDAL] 788c28: Add SRS support for readers.text. (#2122)

GitHub noreply at github.com
Mon Aug 13 08:39:43 PDT 2018


  Branch: refs/heads/issue-2124
  Home:   https://github.com/PDAL/PDAL
  Commit: 788c28e697fecb828fe1e26487a05bc2974ebbf4
      https://github.com/PDAL/PDAL/commit/788c28e697fecb828fe1e26487a05bc2974ebbf4
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-08-08 (Wed, 08 Aug 2018)

  Changed paths:
    M doc/stages/readers.text.rst
    M io/TextReader.cpp

  Log Message:
  -----------
  Add SRS support for readers.text. (#2122)


  Commit: 99835f8d433c26f2848a6a4b518762284e08cb23
      https://github.com/PDAL/PDAL/commit/99835f8d433c26f2848a6a4b518762284e08cb23
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-08-10 (Fri, 10 Aug 2018)

  Changed paths:
    M cmake/options.cmake
    M pdal/StageExtensions.cpp
    M plugins/CMakeLists.txt
    A plugins/fbx/CMakeLists.txt
    A plugins/fbx/io/FbxWriter.cpp
    A plugins/fbx/io/FbxWriter.hpp
    A plugins/fbx/test/FbxWriterTest.cpp

  Log Message:
  -----------
  Add bare FBX writer (#2127)

* Temp check-in.

* Temp check-in.

* FBX writer creates a real file.

* Working FBX writer.

* Add test for FBX writer.

* Suppress cast warning.

* Remove some warning suppression.


  Commit: 4e83901033f6f13e7dc324dbd9263c98e6b19b69
      https://github.com/PDAL/PDAL/commit/4e83901033f6f13e7dc324dbd9263c98e6b19b69
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-08-10 (Fri, 10 Aug 2018)

  Changed paths:
    M filters/ReturnsFilter.cpp
    M test/unit/CMakeLists.txt
    A test/unit/filters/ReturnsFilterTest.cpp

  Log Message:
  -----------
  Initialize outputTypes (#2116)

* Initialize m_outputTypes.
Close #2115

* Add filters.returns test.

* Add blank line for clarity.


  Commit: caeab2a042c701e37b4e48ac231b2755f1fe6427
      https://github.com/PDAL/PDAL/commit/caeab2a042c701e37b4e48ac231b2755f1fe6427
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-08-10 (Fri, 10 Aug 2018)

  Changed paths:
    M filters/ClusterFilter.cpp
    M filters/PMFFilter.cpp
    M filters/SMRFilter.cpp
    A filters/private/Segmentation.cpp
    A filters/private/Segmentation.hpp
    R pdal/Segmentation.cpp
    R pdal/Segmentation.hpp
    M test/unit/SegmentationTest.cpp

  Log Message:
  -----------
  Move Segmentation.Xpp to filters/private (#2112)

* Move Segmentation.Xpp to filters/private.
Close #2109

* Reference local files.


  Commit: a3ceeccc2144e0fe8aa249a6a9aa7d9c7ca27338
      https://github.com/PDAL/PDAL/commit/a3ceeccc2144e0fe8aa249a6a9aa7d9c7ca27338
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-08-10 (Fri, 10 Aug 2018)

  Changed paths:
    M pdal/PointView.hpp
    M test/unit/CMakeLists.txt
    A test/unit/filters/VoxelTest.cpp

  Log Message:
  -----------
  Add test for voxelcenternearestneighbor.


  Commit: fe0df2a3f017686eb1ef5439b95b0c71220982a5
      https://github.com/PDAL/PDAL/commit/fe0df2a3f017686eb1ef5439b95b0c71220982a5
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-08-10 (Fri, 10 Aug 2018)

  Changed paths:
    M filters/ClusterFilter.cpp
    M filters/PMFFilter.cpp
    M filters/ReturnsFilter.cpp
    M filters/SMRFilter.cpp
    A filters/private/Segmentation.cpp
    A filters/private/Segmentation.hpp
    R pdal/Segmentation.cpp
    R pdal/Segmentation.hpp
    M test/unit/CMakeLists.txt
    M test/unit/SegmentationTest.cpp
    A test/unit/filters/ReturnsFilterTest.cpp

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


  Commit: ce9d0c8b7881f05363bade3bcf1ed3707421f772
      https://github.com/PDAL/PDAL/commit/ce9d0c8b7881f05363bade3bcf1ed3707421f772
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-08-10 (Fri, 10 Aug 2018)

  Changed paths:
    M cmake/options.cmake
    M doc/stages/readers.text.rst
    M filters/ClusterFilter.cpp
    M filters/PMFFilter.cpp
    M filters/ReturnsFilter.cpp
    M filters/SMRFilter.cpp
    A filters/private/Segmentation.cpp
    A filters/private/Segmentation.hpp
    M io/TextReader.cpp
    M pdal/PointView.hpp
    R pdal/Segmentation.cpp
    R pdal/Segmentation.hpp
    M pdal/StageExtensions.cpp
    M plugins/CMakeLists.txt
    A plugins/fbx/CMakeLists.txt
    A plugins/fbx/io/FbxWriter.cpp
    A plugins/fbx/io/FbxWriter.hpp
    A plugins/fbx/test/FbxWriterTest.cpp
    M test/unit/CMakeLists.txt
    M test/unit/SegmentationTest.cpp
    A test/unit/filters/ReturnsFilterTest.cpp
    A test/unit/filters/VoxelTest.cpp

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into issue-2124


  Commit: 2a4a9cfb8c754c761d49a7635d3f955e215dce77
      https://github.com/PDAL/PDAL/commit/2a4a9cfb8c754c761d49a7635d3f955e215dce77
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-08-13 (Mon, 13 Aug 2018)

  Changed paths:
    M filters/VoxelCenterNearestNeighborFilter.cpp
    M io/FauxReader.cpp
    M test/unit/filters/VoxelTest.cpp

  Log Message:
  -----------
  Add tests.


Compare: https://github.com/PDAL/PDAL/compare/f68519381084...2a4a9cfb8c75
      **NOTE:** This service has 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