[pdal-commits] [PDAL/PDAL] 2c581e: Fix the streaming interface by making the stream-b...

GitHub noreply at github.com
Fri Mar 30 13:36:20 PDT 2018


  Branch: refs/heads/readers.numpy
  Home:   https://github.com/PDAL/PDAL
  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: b844196e8b2964c18dc3abd4691e909f259464fd
      https://github.com/PDAL/PDAL/commit/b844196e8b2964c18dc3abd4691e909f259464fd
  Author: chambbj <brad.chambers at gmail.com>
  Date:   2018-03-30 (Fri, 30 Mar 2018)

  Changed paths:
    M doc/references.rst
    M doc/stages/filters.gridprojection.rst
    M doc/stages/filters.mongus.rst
    M doc/stages/filters.movingleastsquares.rst
    M doc/stages/filters.poisson.rst
    M doc/stages/filters.rst
    M doc/stages/readers.rst
    M doc/stages/writers.bpf.rst
    M doc/stages/writers.rst
    A doc/stages/writers.sbet.rst
    M filters/ApproximateCoplanarFilter.cpp
    M filters/AssignFilter.cpp
    M filters/ClusterFilter.cpp
    M filters/ELMFilter.cpp
    M filters/EigenvaluesFilter.cpp
    M filters/EstimateRankFilter.cpp
    M filters/HAGFilter.cpp

  Log Message:
  -----------
  Improve stage overview documentation (#1880)

Convert from bulleted TOC stage listings to definition lists, whereby the
filter name and link are shown as the "term" and a brief stage description is
provided as the definition. The intent is to provide a simpler overview of our
growing list of stages.

Filters are also broken into some categories that attempt to capture what they
do to the data (like creating new dimensions, culling points, etc.).


  Commit: e8c720000928a72a3ccc56c28e114d8072024802
      https://github.com/PDAL/PDAL/commit/e8c720000928a72a3ccc56c28e114d8072024802
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-03-30 (Fri, 30 Mar 2018)

  Changed paths:
    M plugins/python/io/NumpyReader.cpp
    M plugins/python/io/NumpyReader.hpp

  Log Message:
  -----------
  support assigning an explicit Z dimension, support swapping dimensions


  Commit: 897afd561357f308298b289f9ed9fc4ad6e3990f
      https://github.com/PDAL/PDAL/commit/897afd561357f308298b289f9ed9fc4ad6e3990f
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-03-30 (Fri, 30 Mar 2018)

  Changed paths:
    M doc/references.rst
    M doc/stages/filters.gridprojection.rst
    M doc/stages/filters.mongus.rst
    M doc/stages/filters.movingleastsquares.rst
    M doc/stages/filters.poisson.rst
    M doc/stages/filters.rst
    M doc/stages/readers.rst
    M doc/stages/writers.bpf.rst
    M doc/stages/writers.rst
    A doc/stages/writers.sbet.rst
    M filters/ApproximateCoplanarFilter.cpp
    M filters/AssignFilter.cpp
    M filters/ClusterFilter.cpp
    M filters/ELMFilter.cpp
    M filters/EigenvaluesFilter.cpp
    M filters/EstimateRankFilter.cpp
    M filters/HAGFilter.cpp
    M io/TextReader.cpp
    M plugins/nitf/io/tre_plugins.hpp

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


  Commit: eaee9a14572d765a061d9d0b05cae876996d2051
      https://github.com/PDAL/PDAL/commit/eaee9a14572d765a061d9d0b05cae876996d2051
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-03-30 (Fri, 30 Mar 2018)

  Changed paths:
    A doc/stages/readers.numpy.rst
    M doc/stages/readers.rst
    M plugins/python/io/NumpyReader.cpp

  Log Message:
  -----------
  add docs


Compare: https://github.com/PDAL/PDAL/compare/0f60fbb8b54b...eaee9a14572d


More information about the pdal-commits mailing list