[pdal-commits] [PDAL/PDAL] 116d7d: Merge kernel.

GitHub noreply at github.com
Wed May 6 07:32:04 PDT 2015


  Branch: refs/heads/pdal-tindex
  Home:   https://github.com/PDAL/PDAL
  Commit: 116d7d867af69da601ced096d9cf46f19709d78f
      https://github.com/PDAL/PDAL/commit/116d7d867af69da601ced096d9cf46f19709d78f
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-05-04 (Mon, 04 May 2015)

  Changed paths:
    M include/pdal/Kernel.hpp
    M include/pdal/Options.hpp
    M include/pdal/Stage.hpp
    M kernels/CMakeLists.txt
    A kernels/merge/CMakeLists.txt
    A kernels/merge/MergeKernel.cpp
    A kernels/merge/MergeKernel.hpp
    M kernels/pipeline/PipelineKernel.cpp
    M kernels/sort/SortKernel.cpp
    M kernels/translate/TranslateKernel.cpp
    M src/Kernel.cpp
    M src/KernelFactory.cpp
    M src/Options.cpp
    M test/unit/CMakeLists.txt
    A test/unit/apps/MergeTest.cpp

  Log Message:
  -----------
  Merge kernel.


  Commit: 73d0ee2581b7a58fbf40795f27dea5377f153583
      https://github.com/PDAL/PDAL/commit/73d0ee2581b7a58fbf40795f27dea5377f153583
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2015-05-04 (Mon, 04 May 2015)

  Changed paths:
    M test/unit/apps/MergeTest.cpp

  Log Message:
  -----------
  Add space between filename and output redirection

Without the space, the 2 became part of the filename, at least on OSX.
I'm not sure why this didn't break on Travis...


  Commit: 5c365960e6e2b38d06fc8468e70e80056a029d70
      https://github.com/PDAL/PDAL/commit/5c365960e6e2b38d06fc8468e70e80056a029d70
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2015-05-04 (Mon, 04 May 2015)

  Changed paths:
    M test/unit/apps/MergeTest.cpp

  Log Message:
  -----------
  Merge pull request #891 from gadomski/fix-merge-test

Add space between filename and output redirection


  Commit: 4502463b0d578150cd28a2efa761660dfb7fd7a2
      https://github.com/PDAL/PDAL/commit/4502463b0d578150cd28a2efa761660dfb7fd7a2
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2015-05-04 (Mon, 04 May 2015)

  Changed paths:
    M CMakeLists.txt
    M doc/stages/index.rst
    A doc/stages/readers.ply.rst
    M io/CMakeLists.txt
    A io/ply/CMakeLists.txt
    A io/ply/PlyReader.cpp
    A io/ply/PlyReader.hpp
    M src/StageFactory.cpp
    A test/data/ply/no_vertex.ply
    A test/data/ply/simple_binary.ply
    A test/data/ply/simple_text.ply
    M test/unit/CMakeLists.txt
    A test/unit/io/ply/PlyReaderTest.cpp
    A vendor/rply-1.1.3/LICENSE
    A vendor/rply-1.1.3/etc/convert.c
    A vendor/rply-1.1.3/etc/dump.c
    A vendor/rply-1.1.3/etc/input.ply
    A vendor/rply-1.1.3/etc/sconvert.c
    A vendor/rply-1.1.3/manual/manual.html
    A vendor/rply-1.1.3/manual/reference.css
    A vendor/rply-1.1.3/manual/rply.png
    A vendor/rply-1.1.3/rply.c
    A vendor/rply-1.1.3/rply.h

  Log Message:
  -----------
  Add a ply reader

Includes rply 1.1.3 in vendor/. Ply reader is included as a native
driver.

Works on #878


  Commit: 1da0856f8bcd40e82b094c7f71815f39cfcc9b0d
      https://github.com/PDAL/PDAL/commit/1da0856f8bcd40e82b094c7f71815f39cfcc9b0d
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2015-05-04 (Mon, 04 May 2015)

  Changed paths:
    M CMakeLists.txt
    M doc/stages/index.rst
    A doc/stages/readers.ply.rst
    M io/CMakeLists.txt
    A io/ply/CMakeLists.txt
    A io/ply/PlyReader.cpp
    A io/ply/PlyReader.hpp
    M src/StageFactory.cpp
    A test/data/ply/no_vertex.ply
    A test/data/ply/simple_binary.ply
    A test/data/ply/simple_text.ply
    M test/unit/CMakeLists.txt
    A test/unit/io/ply/PlyReaderTest.cpp
    A vendor/rply-1.1.3/LICENSE
    A vendor/rply-1.1.3/etc/convert.c
    A vendor/rply-1.1.3/etc/dump.c
    A vendor/rply-1.1.3/etc/input.ply
    A vendor/rply-1.1.3/etc/sconvert.c
    A vendor/rply-1.1.3/manual/manual.html
    A vendor/rply-1.1.3/manual/reference.css
    A vendor/rply-1.1.3/manual/rply.png
    A vendor/rply-1.1.3/rply.c
    A vendor/rply-1.1.3/rply.h

  Log Message:
  -----------
  Merge pull request #892 from gadomski/issues/878-ply-reader

Add a ply reader


  Commit: 87123897f7d3b2b9daf1523266b6b685e1dac7aa
      https://github.com/PDAL/PDAL/commit/87123897f7d3b2b9daf1523266b6b685e1dac7aa
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2015-05-04 (Mon, 04 May 2015)

  Changed paths:
    M doc/stages/index.rst
    A doc/stages/writers.ply.rst
    M io/ply/CMakeLists.txt
    A io/ply/PlyWriter.cpp
    A io/ply/PlyWriter.hpp
    M src/StageFactory.cpp
    M test/unit/CMakeLists.txt
    A test/unit/io/ply/PlyWriterTest.cpp

  Log Message:
  -----------
  Add a ply writer

Fixes #878


  Commit: e76b74132bf350acc82ddb1d30acc008cef31add
      https://github.com/PDAL/PDAL/commit/e76b74132bf350acc82ddb1d30acc008cef31add
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2015-05-05 (Tue, 05 May 2015)

  Changed paths:
    M doc/stages/index.rst
    A doc/stages/writers.ply.rst
    M io/ply/CMakeLists.txt
    A io/ply/PlyWriter.cpp
    A io/ply/PlyWriter.hpp
    M src/StageFactory.cpp
    M test/unit/CMakeLists.txt
    A test/unit/io/ply/PlyWriterTest.cpp

  Log Message:
  -----------
  Merge pull request #894 from gadomski/issues/878-ply-writer

Add a ply writer


  Commit: 5d86d99a34c050d742b06643eb421534b68ab7a7
      https://github.com/PDAL/PDAL/commit/5d86d99a34c050d742b06643eb421534b68ab7a7
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-05-05 (Tue, 05 May 2015)

  Changed paths:
    M plugins/pcl/kernel/GroundKernel.cpp
    M plugins/pcl/kernel/PCLKernel.cpp
    M plugins/pcl/kernel/SmoothKernel.cpp

  Log Message:
  -----------
  Fix extra options for PCL kernels.


  Commit: 12b3b992a556eff8a96c94cb1476abf5ed7461f9
      https://github.com/PDAL/PDAL/commit/12b3b992a556eff8a96c94cb1476abf5ed7461f9
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-05-05 (Tue, 05 May 2015)

  Changed paths:
    M doc/stages/index.rst
    A doc/stages/writers.ply.rst
    M io/ply/CMakeLists.txt
    A io/ply/PlyWriter.cpp
    A io/ply/PlyWriter.hpp
    M src/StageFactory.cpp
    M test/unit/CMakeLists.txt
    A test/unit/io/ply/PlyWriterTest.cpp

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


  Commit: 78119eeb8607ccbc58645ee371e98de79d669cb8
      https://github.com/PDAL/PDAL/commit/78119eeb8607ccbc58645ee371e98de79d669cb8
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-05-05 (Tue, 05 May 2015)

  Changed paths:
    A doc/stages/readers.bpf.rst
    A doc/stages/writers.bpf.rst
    M doc/stages/writers.las.rst

  Log Message:
  -----------
  Add doc for BPF reader/writer.
Add description of "auto" scaling.


  Commit: c7152e9e0c7131240786d5adaef6ebd86c8a046e
      https://github.com/PDAL/PDAL/commit/c7152e9e0c7131240786d5adaef6ebd86c8a046e
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-05-05 (Tue, 05 May 2015)

  Changed paths:
    M include/pdal/GDALUtils.hpp
    M include/pdal/Log.hpp
    M plugins/nitf/io/NitfReader.hpp
    M src/GDALUtils.cpp
    M src/Log.cpp
    M test/unit/CMakeLists.txt
    R test/unit/GDALUtilsTest.cpp

  Log Message:
  -----------
  Remove boost from Log code.
Remove dead code from GDALUtils.


  Commit: b5f9ae83e236a458992682d8d546e269f243ba31
      https://github.com/PDAL/PDAL/commit/b5f9ae83e236a458992682d8d546e269f243ba31
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-05-06 (Wed, 06 May 2015)

  Changed paths:
    M CMakeLists.txt
    M doc/stages/index.rst
    A doc/stages/readers.bpf.rst
    A doc/stages/readers.ply.rst
    A doc/stages/writers.bpf.rst
    M doc/stages/writers.las.rst
    A doc/stages/writers.ply.rst
    M include/pdal/GDALUtils.hpp
    M include/pdal/Kernel.hpp
    M include/pdal/Log.hpp
    M include/pdal/Options.hpp
    M include/pdal/Stage.hpp
    M io/CMakeLists.txt
    A io/ply/CMakeLists.txt
    A io/ply/PlyReader.cpp
    A io/ply/PlyReader.hpp
    A io/ply/PlyWriter.cpp
    A io/ply/PlyWriter.hpp
    M kernels/CMakeLists.txt
    A kernels/merge/CMakeLists.txt
    A kernels/merge/MergeKernel.cpp
    A kernels/merge/MergeKernel.hpp
    M kernels/pipeline/PipelineKernel.cpp
    M kernels/sort/SortKernel.cpp
    M kernels/translate/TranslateKernel.cpp
    M plugins/nitf/io/NitfReader.hpp
    M plugins/pcl/kernel/GroundKernel.cpp
    M plugins/pcl/kernel/PCLKernel.cpp
    M plugins/pcl/kernel/SmoothKernel.cpp
    M src/GDALUtils.cpp
    M src/Kernel.cpp
    M src/KernelFactory.cpp
    M src/Log.cpp
    M src/Options.cpp
    M src/StageFactory.cpp
    A test/data/ply/no_vertex.ply
    A test/data/ply/simple_binary.ply
    A test/data/ply/simple_text.ply
    M test/unit/CMakeLists.txt
    R test/unit/GDALUtilsTest.cpp
    A test/unit/apps/MergeTest.cpp
    A test/unit/io/ply/PlyReaderTest.cpp
    A test/unit/io/ply/PlyWriterTest.cpp
    A vendor/rply-1.1.3/LICENSE
    A vendor/rply-1.1.3/etc/convert.c
    A vendor/rply-1.1.3/etc/dump.c
    A vendor/rply-1.1.3/etc/input.ply
    A vendor/rply-1.1.3/etc/sconvert.c
    A vendor/rply-1.1.3/manual/manual.html
    A vendor/rply-1.1.3/manual/reference.css
    A vendor/rply-1.1.3/manual/rply.png
    A vendor/rply-1.1.3/rply.c
    A vendor/rply-1.1.3/rply.h

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


  Commit: 5e5649eff27e6526818be6aa22590a4cc9e64866
      https://github.com/PDAL/PDAL/commit/5e5649eff27e6526818be6aa22590a4cc9e64866
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-05-06 (Wed, 06 May 2015)

  Changed paths:
    M include/pdal/Kernel.hpp
    M include/pdal/Log.hpp
    M kernels/tindex/TIndexKernel.cpp
    M kernels/tindex/TIndexKernel.hpp
    M src/Kernel.cpp

  Log Message:
  -----------
  Small tindex cleanups.


Compare: https://github.com/PDAL/PDAL/compare/4737de36e1aa...5e5649eff27e


More information about the pdal-commits mailing list