[pdal-commits] [PDAL/PDAL] 0dc6c9: Make pipeline stream if possible.

GitHub noreply at github.com
Mon Apr 2 11:18:54 PDT 2018


  Branch: refs/heads/numpy
  Home:   https://github.com/PDAL/PDAL
  Commit: 0dc6c926bc38158aa71803b2e5ebcf6b05bca8a0
      https://github.com/PDAL/PDAL/commit/0dc6c926bc38158aa71803b2e5ebcf6b05bca8a0
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-03-27 (Tue, 27 Mar 2018)

  Changed paths:
    M doc/apps/info.rst
    M doc/apps/pipeline.rst
    M doc/apps/translate.rst
    M doc/faq.rst
    M doc/pipeline.rst
    M kernels/PipelineKernel.cpp

  Log Message:
  -----------
  Make pipeline stream if possible.
Update docs on streaming.


  Commit: d7d129dc2dd351323f207c6f277ef46fa23346fd
      https://github.com/PDAL/PDAL/commit/d7d129dc2dd351323f207c6f277ef46fa23346fd
  Author: Alvaro Huarte <ahuarte47 at yahoo.es>
  Date:   2018-03-28 (Wed, 28 Mar 2018)

  Changed paths:
    M doc/apps/info.rst
    M kernels/InfoKernel.cpp
    M kernels/InfoKernel.hpp

  Log Message:
  -----------
  Add enumerate option to info command (#1875)


  Commit: 1db56759ad3a187f7ebbfcf240704cdd74bcb34d
      https://github.com/PDAL/PDAL/commit/1db56759ad3a187f7ebbfcf240704cdd74bcb34d
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-03-28 (Wed, 28 Mar 2018)

  Changed paths:
    M kernels/InfoKernel.cpp

  Log Message:
  -----------
  Undo streaming since it can't work in some cases right now.


  Commit: 9629032f4f9e12750c6fb35130f2b8dbd9b93db6
      https://github.com/PDAL/PDAL/commit/9629032f4f9e12750c6fb35130f2b8dbd9b93db6
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-03-28 (Wed, 28 Mar 2018)

  Changed paths:
    M doc/apps/info.rst
    M kernels/InfoKernel.cpp
    M kernels/InfoKernel.hpp

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


  Commit: c6588aaa1a39168ffbd165b85f493fbd8a3395e4
      https://github.com/PDAL/PDAL/commit/c6588aaa1a39168ffbd165b85f493fbd8a3395e4
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-03-28 (Wed, 28 Mar 2018)

  Changed paths:
    M doc/pipeline.rst

  Log Message:
  -----------
  Doc update.


  Commit: 2c581e5b628483272d43e4de5b0c1f0b73f846ad
      https://github.com/PDAL/PDAL/commit/2c581e5b628483272d43e4de5b0c1f0b73f846ad
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-03-29 (Thu, 29 Mar 2018)

  Changed paths:
    M io/BpfReader.cpp
    M pdal/Stage.hpp
    M pdal/Streamable.cpp
    M pdal/Streamable.hpp
    M plugins/nitf/io/NitfWriter.cpp
    M test/unit/filters/CropFilterTest.cpp
    M test/unit/io/BPFTest.cpp
    M test/unit/io/PlyReaderTest.cpp

  Log Message:
  -----------
  Fix the streaming interface by making the stream-based execute function virtual. (#1876)


  Commit: 67950cf055241436b8d4d50baabd67b737b47a6b
      https://github.com/PDAL/PDAL/commit/67950cf055241436b8d4d50baabd67b737b47a6b
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2018-03-29 (Thu, 29 Mar 2018)

  Changed paths:
    M plugins/nitf/io/tre_plugins.hpp

  Log Message:
  -----------
  Suppress more warnings in NITF plugin


  Commit: a577b70159b0f3be927a02caef94b5a54b4aac3a
      https://github.com/PDAL/PDAL/commit/a577b70159b0f3be927a02caef94b5a54b4aac3a
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-03-30 (Fri, 30 Mar 2018)

  Changed paths:
    M io/TextReader.cpp

  Log Message:
  -----------
  Remove debug.


  Commit: e938d5c735fc53cc0d01559199be5b0dff0ab056
      https://github.com/PDAL/PDAL/commit/e938d5c735fc53cc0d01559199be5b0dff0ab056
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-03-30 (Fri, 30 Mar 2018)

  Changed paths:
    M io/BpfReader.cpp
    M pdal/Stage.hpp
    M pdal/Streamable.cpp
    M pdal/Streamable.hpp
    M plugins/nitf/io/NitfWriter.cpp
    M plugins/nitf/io/tre_plugins.hpp
    M test/unit/filters/CropFilterTest.cpp
    M test/unit/io/BPFTest.cpp
    M test/unit/io/PlyReaderTest.cpp

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


  Commit: 890eb6610d16949c8949c4656af425b167a6005b
      https://github.com/PDAL/PDAL/commit/890eb6610d16949c8949c4656af425b167a6005b
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-03-30 (Fri, 30 Mar 2018)

  Changed paths:
    M CMakeLists.txt
    M apps/pdal.cpp
    M scripts/appveyor/config.cmd
    M test/unit/SpatialReferenceTest.cpp
    M test/unit/TestConfig.hpp.in
    M test/unit/apps/TIndexTest.cpp
    M test/unit/filters/ColorinterpFilterTest.cpp
    M vendor/arbiter/arbiter.cpp
    M vendor/arbiter/arbiter.hpp
    M vendor/pdalboost/libs/filesystem/src/windows_file_codecvt.cpp

  Log Message:
  -----------
  Fixes for windows


  Commit: 6a107f9af02f048d8613ff516e4d1fbc017e5b66
      https://github.com/PDAL/PDAL/commit/6a107f9af02f048d8613ff516e4d1fbc017e5b66
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-03-30 (Fri, 30 Mar 2018)

  Changed paths:
    M scripts/appveyor/config.cmd

  Log Message:
  -----------
  Build in subdirectory


  Commit: 193740bc036d505a4e163112bf7edde1adfc9920
      https://github.com/PDAL/PDAL/commit/193740bc036d505a4e163112bf7edde1adfc9920
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-03-30 (Fri, 30 Mar 2018)

  Changed paths:
    M appveyor.yml
    M scripts/appveyor/config.cmd

  Log Message:
  -----------
  Stay in build directory


  Commit: bc8ad4c6c4ee1a4ee863d58bbd5b7ea54a098458
      https://github.com/PDAL/PDAL/commit/bc8ad4c6c4ee1a4ee863d58bbd5b7ea54a098458
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-03-30 (Fri, 30 Mar 2018)

  Changed paths:
    M appveyor.yml

  Log Message:
  -----------
  Test.


  Commit: 7846dd8a1579342ab88bde55e89ed67e8d05d0e8
      https://github.com/PDAL/PDAL/commit/7846dd8a1579342ab88bde55e89ed67e8d05d0e8
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-03-30 (Fri, 30 Mar 2018)

  Changed paths:
    M appveyor.yml
    M scripts/appveyor/install.cmd
    A scripts/appveyor/test.cmd

  Log Message:
  -----------
  Test.


  Commit: ee2f117ba773a5444ac4debcb8d7402d2c42438b
      https://github.com/PDAL/PDAL/commit/ee2f117ba773a5444ac4debcb8d7402d2c42438b
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-03-30 (Fri, 30 Mar 2018)

  Changed paths:
    M appveyor.yml
    M scripts/appveyor/config.cmd

  Log Message:
  -----------
  Another test.


  Commit: 1d38650dfad62003ecad048a88f6165f1c114dbc
      https://github.com/PDAL/PDAL/commit/1d38650dfad62003ecad048a88f6165f1c114dbc
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-03-30 (Fri, 30 Mar 2018)

  Changed paths:
    M appveyor.yml

  Log Message:
  -----------
  Test 3


  Commit: e61736d314c1a709b3f711382cc5b516a0295d3d
      https://github.com/PDAL/PDAL/commit/e61736d314c1a709b3f711382cc5b516a0295d3d
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-03-30 (Fri, 30 Mar 2018)

  Changed paths:
    M scripts/appveyor/build.cmd

  Log Message:
  -----------
  Test 4.


  Commit: f01026904c12666438522965d899cc238173dc14
      https://github.com/PDAL/PDAL/commit/f01026904c12666438522965d899cc238173dc14
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-03-31 (Sat, 31 Mar 2018)

  Changed paths:
    M scripts/appveyor/test.cmd

  Log Message:
  -----------
  Test 5.


  Commit: 47a85d1894de345623e550ebb99bf1b98b42c6a1
      https://github.com/PDAL/PDAL/commit/47a85d1894de345623e550ebb99bf1b98b42c6a1
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-03-31 (Sat, 31 Mar 2018)

  Changed paths:
    M scripts/appveyor/test.cmd

  Log Message:
  -----------
  Test 6.


  Commit: f1d0538f10a194121ba4022d4757d8d455b85c40
      https://github.com/PDAL/PDAL/commit/f1d0538f10a194121ba4022d4757d8d455b85c40
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-04-01 (Sun, 01 Apr 2018)

  Changed paths:
    M appveyor.yml
    M scripts/appveyor/config.cmd
    M scripts/appveyor/test.cmd

  Log Message:
  -----------
  Test 7.


  Commit: 656ba732b291df7e7d3b26340329494a8540f853
      https://github.com/PDAL/PDAL/commit/656ba732b291df7e7d3b26340329494a8540f853
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-04-01 (Sun, 01 Apr 2018)

  Changed paths:
    M appveyor.yml

  Log Message:
  -----------
  Test 8.


  Commit: 52d48a17ff56fcebfd04fc8b35aec3870802eae7
      https://github.com/PDAL/PDAL/commit/52d48a17ff56fcebfd04fc8b35aec3870802eae7
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-04-01 (Sun, 01 Apr 2018)

  Changed paths:
    M appveyor.yml

  Log Message:
  -----------
  Test 9.


  Commit: 58fe027c6fd1051be314a476350adf875125426b
      https://github.com/PDAL/PDAL/commit/58fe027c6fd1051be314a476350adf875125426b
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-04-01 (Sun, 01 Apr 2018)

  Changed paths:
    M CMakeLists.txt
    M appveyor.yml

  Log Message:
  -----------
  Test 10.


  Commit: e34b748569b0ad24d8238b462989018eea7913de
      https://github.com/PDAL/PDAL/commit/e34b748569b0ad24d8238b462989018eea7913de
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-04-01 (Sun, 01 Apr 2018)

  Changed paths:
    M appveyor.yml

  Log Message:
  -----------
  Test 10


  Commit: d47992e519aa054654641f7e5c54b41583772991
      https://github.com/PDAL/PDAL/commit/d47992e519aa054654641f7e5c54b41583772991
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-04-01 (Sun, 01 Apr 2018)

  Changed paths:
    M appveyor.yml

  Log Message:
  -----------
  Test 11


  Commit: d2c83420fcb6f3999c5e973bb566d3c3962d5000
      https://github.com/PDAL/PDAL/commit/d2c83420fcb6f3999c5e973bb566d3c3962d5000
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
    M CMakeLists.txt
    M apps/pdal.cpp
    M appveyor.yml
    M doc/apps/info.rst
    M doc/apps/pipeline.rst
    M doc/apps/translate.rst
    M doc/faq.rst
    M doc/pipeline.rst
    M io/BpfReader.cpp
    M io/TextReader.cpp
    M kernels/InfoKernel.cpp
    M kernels/InfoKernel.hpp
    M kernels/PipelineKernel.cpp
    M pdal/Stage.hpp
    M pdal/Streamable.cpp
    M pdal/Streamable.hpp
    M plugins/nitf/io/NitfWriter.cpp
    M plugins/nitf/io/tre_plugins.hpp
    M scripts/appveyor/build.cmd
    M scripts/appveyor/config.cmd
    M scripts/appveyor/install.cmd
    A scripts/appveyor/test.cmd
    M test/unit/SpatialReferenceTest.cpp
    M test/unit/TestConfig.hpp.in
    M test/unit/apps/TIndexTest.cpp
    M test/unit/filters/ColorinterpFilterTest.cpp
    M test/unit/filters/CropFilterTest.cpp
    M test/unit/io/BPFTest.cpp
    M test/unit/io/PlyReaderTest.cpp
    M vendor/arbiter/arbiter.cpp
    M vendor/arbiter/arbiter.hpp
    M vendor/pdalboost/libs/filesystem/src/windows_file_codecvt.cpp

  Log Message:
  -----------
  Merge branch 'winfix' into numpy


  Commit: df9f9569384405fb1d99e1bd6d7eca297a282e05
      https://github.com/PDAL/PDAL/commit/df9f9569384405fb1d99e1bd6d7eca297a282e05
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
    M pdal/PluginManager.cpp
    A test/data/plang/perlin.npy

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


  Commit: e40e273667e6b1d9de33374d7624724b7e7f6585
      https://github.com/PDAL/PDAL/commit/e40e273667e6b1d9de33374d7624724b7e7f6585
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
    M plugins/python/io/CMakeLists.txt
    M plugins/python/plang/Environment.cpp
    M plugins/python/test/NumpyReaderTest.cpp

  Log Message:
  -----------
  Fixes for build/test


Compare: https://github.com/PDAL/PDAL/compare/265e33b50da1...e40e273667e6


More information about the pdal-commits mailing list