[pdal-commits] [PDAL/PDAL] c0efae: generating doxygen (#1761)

GitHub noreply at github.com
Thu Apr 12 10:22:13 PDT 2018


  Branch: refs/heads/mbio
  Home:   https://github.com/PDAL/PDAL
  Commit: c0efae4236db9bc759a7ab8174405bf0ada2a5ac
      https://github.com/PDAL/PDAL/commit/c0efae4236db9bc759a7ab8174405bf0ada2a5ac
  Author: Vicky Vergara <vicky at georepublic.de>
  Date:   2018-03-23 (Fri, 23 Mar 2018)

  Changed paths:
    A doxygen/.gitignore
    A doxygen/Doxyfile
    A doxygen/DoxygenLayout.xml

  Log Message:
  -----------
  generating doxygen (#1761)


  Commit: 6d86aa138c248fd471d34e3f5b29265351654fed
      https://github.com/PDAL/PDAL/commit/6d86aa138c248fd471d34e3f5b29265351654fed
  Author: Grigory <gr.pomadchin at gmail.com>
  Date:   2018-03-23 (Fri, 23 Mar 2018)

  Changed paths:
    M CMakeLists.txt
    M HOWTORELEASE.txt
    R cmake/pdaljni.cmake
    R java/.gitignore
    R java/README.md
    R java/build.sbt
    R java/core-scala/src/main/scala/io/pdal/pipeline/ExprType.scala
    R java/core-scala/src/main/scala/io/pdal/pipeline/FilterTypes.scala
    R java/core-scala/src/main/scala/io/pdal/pipeline/Implicits.scala
    R java/core-scala/src/main/scala/io/pdal/pipeline/PipelineExpressions.scala
    R java/core-scala/src/main/scala/io/pdal/pipeline/ReaderTypes.scala
    R java/core-scala/src/main/scala/io/pdal/pipeline/WriterTypes.scala
    R java/core-scala/src/main/scala/io/pdal/pipeline/json/Implicits.scala
    R java/core-scala/src/main/scala/io/pdal/pipeline/json/package.scala
    R java/core-scala/src/main/scala/io/pdal/pipeline/package.scala
    R java/core-scala/src/test/scala/io/pdal/pipeline/PipelineExpressionsSpec.scala
    R java/core/src/main/scala/io/pdal/DimType.scala
    R java/core/src/main/scala/io/pdal/Native.scala
    R java/core/src/main/scala/io/pdal/Pipeline.scala
    R java/core/src/main/scala/io/pdal/PointCloud.scala
    R java/core/src/main/scala/io/pdal/PointLayout.scala
    R java/core/src/main/scala/io/pdal/PointView.scala
    R java/core/src/main/scala/io/pdal/PointViewIterator.scala
    R java/core/src/main/scala/io/pdal/SizedDimType.scala
    R java/core/src/test/resources/las.json
    R java/core/src/test/scala/io/pdal/PipelineSpec.scala
    R java/core/src/test/scala/io/pdal/PointCloudSpec.scala
    R java/core/src/test/scala/io/pdal/TestEnvironmentSpec.scala
    R java/native/src/Accessors.cpp
    R java/native/src/CMakeLists.txt
    R java/native/src/JavaPipeline.cpp
    R java/native/src/PointViewRawPtr.cpp
    R java/native/src/include/Accessors.hpp
    R java/native/src/include/JavaIterator.hpp
    R java/native/src/include/JavaPipeline.hpp
    R java/native/src/include/PointViewRawPtr.hpp
    R java/native/src/include/io_pdal_Pipeline.h
    R java/native/src/include/io_pdal_PointLayout.h
    R java/native/src/include/io_pdal_PointView.h
    R java/native/src/include/io_pdal_PointViewIterator.h
    R java/native/src/io_pdal_Pipeline.cpp
    R java/native/src/io_pdal_PointLayout.cpp
    R java/native/src/io_pdal_PointView.cpp
    R java/native/src/io_pdal_PointViewIterator.cpp
    R java/project/Commands.scala
    R java/project/Dependencies.scala
    R java/project/Environment.scala
    R java/project/Version.scala
    R java/project/build.properties
    R java/project/plugins.sbt
    R java/sbt
    R java/scripts/publish-212.sh
    R java/scripts/publish-all.sh
    R java/scripts/publish-javastyle.sh
    R java/scripts/publish-local-212.sh
    R java/scripts/publish-local.sh
    R java/scripts/publish.sh

  Log Message:
  -----------
  Remove PDAL java package as it's in a separate repo now (#1870)


  Commit: 9a08de8e1437f7d3276fec3c4c5dd95356d4dcd8
      https://github.com/PDAL/PDAL/commit/9a08de8e1437f7d3276fec3c4c5dd95356d4dcd8
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2018-03-24 (Sat, 24 Mar 2018)

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

  Log Message:
  -----------
  Suppressing more GCC warnings in nitro


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

  Changed paths:
    M filters/NeighborClassifierFilter.cpp
    M vendor/kazhdan/PoissonRecon.h

  Log Message:
  -----------
  Windows warning fixes.


  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: 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: 08449c3a83f9f4606676fb5a0c8a1b2aba3a96a2
      https://github.com/PDAL/PDAL/commit/08449c3a83f9f4606676fb5a0c8a1b2aba3a96a2
  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 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 vendor/arbiter/arbiter.cpp
    M vendor/arbiter/arbiter.hpp
    M vendor/pdalboost/libs/filesystem/src/windows_file_codecvt.cpp

  Log Message:
  -----------
  Winfix (#1883)


  Commit: e02ff75e82d1678f435b6876dc03acd282531b75
      https://github.com/PDAL/PDAL/commit/e02ff75e82d1678f435b6876dc03acd282531b75
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
    M apps/pdal-config-bat.in
    M apps/pdal-config.in
    M cmake/examples/hobu-config.sh
    M cmake/python.cmake

  Log Message:
  -----------
  cache PDAL_PYTHON_VERSION_STRING to inform pdal-config and friends


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

  Changed paths:
    M .gitignore
    M cmake/examples/hobu-config.sh
    A doc/stages/readers.numpy.rst
    M doc/stages/readers.rst
    M pdal/PluginManager.cpp
    M pdal/StageExtensions.cpp
    M plugins/python/CMakeLists.txt
    M plugins/python/filters/CMakeLists.txt
    A plugins/python/io/CMakeLists.txt
    A plugins/python/io/NumpyReader.cpp
    A plugins/python/io/NumpyReader.hpp
    M plugins/python/plang/Environment.cpp
    M plugins/python/plang/Environment.hpp
    M plugins/python/plang/Invocation.cpp
    M plugins/python/plang/Redirector.hpp
    A plugins/python/test/NumpyReaderTest.cpp
    A plugins/python/test/make-test-data.py
    A test/data/plang/1.2-with-color.npy
    A test/data/plang/perlin.npy

  Log Message:
  -----------
  Add readers.numpy (#1887)


  Commit: 8db9968df50e1f6c78785fc3f1bfbb8d2a585577
      https://github.com/PDAL/PDAL/commit/8db9968df50e1f6c78785fc3f1bfbb8d2a585577
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-04-03 (Tue, 03 Apr 2018)

  Changed paths:
    M apps/pdal.cpp
    M pdal/Log.cpp
    M pdal/Log.hpp
    M test/unit/apps/AppTest.cpp

  Log Message:
  -----------
  Add log timing on request. (#1884)

Close #1882


  Commit: 6718373cedcb30bb701627bbcb845644044f6b7c
      https://github.com/PDAL/PDAL/commit/6718373cedcb30bb701627bbcb845644044f6b7c
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-04-03 (Tue, 03 Apr 2018)

  Changed paths:
    M doc/stages/writers.rst
    M doc/tutorial/las.rst

  Log Message:
  -----------
  doc cleanups


  Commit: 3c66b820ef87c933cfaec39b06a96112f91eca84
      https://github.com/PDAL/PDAL/commit/3c66b820ef87c933cfaec39b06a96112f91eca84
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-04-03 (Tue, 03 Apr 2018)

  Changed paths:
    M cmake/policies.cmake

  Log Message:
  -----------
  default to new cmake policy for interface link libraries (CMP0022) (#1890)


  Commit: 1f098027ff60e2ba1f13fcec2debb6217b2f0fc0
      https://github.com/PDAL/PDAL/commit/1f098027ff60e2ba1f13fcec2debb6217b2f0fc0
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-04-03 (Tue, 03 Apr 2018)

  Changed paths:
    M .travis.yml
    M CMakeLists.txt
    M ChangeLog
    M HOWTORELEASE.txt
    M doc/development/compilation/windows.rst
    A doc/development/release-notes/1.7.0.md
    M doc/download.rst
    M doc/index.rst
    M doc/quickstart.rst

  Log Message:
  -----------
  1.7 release preparation


  Commit: ec30308e45f89f70b5fe677b44f6f3123f3ce6b8
      https://github.com/PDAL/PDAL/commit/ec30308e45f89f70b5fe677b44f6f3123f3ce6b8
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-04-03 (Tue, 03 Apr 2018)

  Changed paths:
    M CMakeLists.txt

  Log Message:
  -----------
  PDAL_PLUGIN_INSTALL_PATH is bin not lib on windows


  Commit: 15aaf6b6bf9cf6ac02bd3016e7c207a4fe701ab7
      https://github.com/PDAL/PDAL/commit/15aaf6b6bf9cf6ac02bd3016e7c207a4fe701ab7
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-04-03 (Tue, 03 Apr 2018)

  Changed paths:
    M cmake/policies.cmake

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


  Commit: abf697a42254a4bb5d4955163e755193dfa05da6
      https://github.com/PDAL/PDAL/commit/abf697a42254a4bb5d4955163e755193dfa05da6
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-04-03 (Tue, 03 Apr 2018)

  Changed paths:
    M CMakeLists.txt
    M cmake/policies.cmake

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into 1.7-release-prep


  Commit: 20d67ca7385fc10f6269f2cf8265c029f94bb305
      https://github.com/PDAL/PDAL/commit/20d67ca7385fc10f6269f2cf8265c029f94bb305
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-04-03 (Tue, 03 Apr 2018)

  Changed paths:
    R io/SbetCommon.cpp
    M io/SbetCommon.hpp
    M io/SbetReader.cpp
    M io/SbetReader.hpp
    M plugins/pcl/CMakeLists.txt
    R plugins/pcl/io/PcdCommon.cpp
    M plugins/pcl/io/PcdCommon.hpp

  Log Message:
  -----------
  Issue 1885 (#1888)

* Test updates.

* Add missing '.

* Make fileDimensions local to translation units.
Close #1885


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

  Changed paths:
    M filters/ReprojectionFilter.cpp
    M pdal/PointView.hpp

  Log Message:
  -----------
  Set stage's SRS, not point view's SRS.
Close #1877


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

  Changed paths:
    M pdal/PluginDirectory.cpp
    M test/unit/PluginManagerTest.cpp

  Log Message:
  -----------
  Use semicolon as path separator on Windows (#1891)


  Commit: 0c075779e16c044725f5dc4b244e9f5fa94acf76
      https://github.com/PDAL/PDAL/commit/0c075779e16c044725f5dc4b244e9f5fa94acf76
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-04-05 (Thu, 05 Apr 2018)

  Changed paths:
    M doc/apps/info.rst
    M doc/apps/pipeline.rst
    M doc/apps/translate.rst
    M kernels/PipelineKernel.cpp
    M kernels/PipelineKernel.hpp
    M kernels/TranslateKernel.cpp
    M kernels/TranslateKernel.hpp
    M pdal/Stage.cpp
    M pdal/Streamable.cpp
    M test/unit/apps/pcpipelineTestJSON.cpp

  Log Message:
  -----------
  Add --nostream option to pipeline and translate kernels. (#1897)

Add debug hooks to facilitate stream/standard testing.
Update doc.
Close #1895.


  Commit: 032c844a9813317875f219b5468ad80472c363c8
      https://github.com/PDAL/PDAL/commit/032c844a9813317875f219b5468ad80472c363c8
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-04-05 (Thu, 05 Apr 2018)

  Changed paths:
    M HOWTORELEASE.txt

  Log Message:
  -----------
  note updating download.rst for HOWTORELEASE


  Commit: 9551f0bb7f19f1ea3594d0dbe5809fbb8f9698fb
      https://github.com/PDAL/PDAL/commit/9551f0bb7f19f1ea3594d0dbe5809fbb8f9698fb
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-04-05 (Thu, 05 Apr 2018)

  Changed paths:
    M doc/apps/info.rst
    M doc/apps/pipeline.rst
    M doc/apps/translate.rst
    M filters/ReprojectionFilter.cpp
    R io/SbetCommon.cpp
    M io/SbetCommon.hpp
    M io/SbetReader.cpp
    M io/SbetReader.hpp
    M kernels/PipelineKernel.cpp
    M kernels/PipelineKernel.hpp
    M kernels/TranslateKernel.cpp
    M kernels/TranslateKernel.hpp
    M pdal/PluginDirectory.cpp
    M pdal/PointView.hpp
    M pdal/Stage.cpp
    M pdal/Streamable.cpp
    M plugins/pcl/CMakeLists.txt
    R plugins/pcl/io/PcdCommon.cpp
    M plugins/pcl/io/PcdCommon.hpp
    M test/unit/PluginManagerTest.cpp
    M test/unit/apps/pcpipelineTestJSON.cpp

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into 1.7-release-prep


  Commit: a60d9ac422a4a6511cb7125cd9f2250ec87ee5e4
      https://github.com/PDAL/PDAL/commit/a60d9ac422a4a6511cb7125cd9f2250ec87ee5e4
  Author: Connor Manning <connor at hobu.co>
  Date:   2018-04-05 (Thu, 05 Apr 2018)

  Changed paths:
    M pdal/Streamable.hpp

  Log Message:
  -----------
  Fix comment typo.


  Commit: 71237732860b8c03b93e1fb36fdaf18036084b6c
      https://github.com/PDAL/PDAL/commit/71237732860b8c03b93e1fb36fdaf18036084b6c
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-04-05 (Thu, 05 Apr 2018)

  Changed paths:
    M .gitignore
    M CMakeLists.txt
    M HOWTORELEASE.txt
    M apps/pdal-config-bat.in
    M apps/pdal-config.in
    M apps/pdal.cpp
    M appveyor.yml
    M cmake/examples/hobu-config.sh
    R cmake/pdaljni.cmake
    M cmake/policies.cmake
    M cmake/python.cmake
    M doc/apps/info.rst
    M doc/apps/pipeline.rst
    M doc/apps/translate.rst
    M doc/faq.rst
    M doc/pipeline.rst
    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
    A doc/stages/readers.numpy.rst
    M doc/stages/readers.rst
    M doc/stages/writers.bpf.rst
    M doc/stages/writers.rst
    A doc/stages/writers.sbet.rst
    M doc/tutorial/las.rst
    A doxygen/.gitignore
    A doxygen/Doxyfile
    A doxygen/DoxygenLayout.xml
    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 filters/NeighborClassifierFilter.cpp
    M filters/ReprojectionFilter.cpp
    M io/BpfReader.cpp
    R io/SbetCommon.cpp
    M io/SbetCommon.hpp
    M io/SbetReader.cpp
    M io/SbetReader.hpp
    M io/TextReader.cpp
    R java/.gitignore
    R java/README.md
    R java/build.sbt
    R java/core-scala/src/main/scala/io/pdal/pipeline/ExprType.scala
    R java/core-scala/src/main/scala/io/pdal/pipeline/FilterTypes.scala
    R java/core-scala/src/main/scala/io/pdal/pipeline/Implicits.scala
    R java/core-scala/src/main/scala/io/pdal/pipeline/PipelineExpressions.scala
    R java/core-scala/src/main/scala/io/pdal/pipeline/ReaderTypes.scala
    R java/core-scala/src/main/scala/io/pdal/pipeline/WriterTypes.scala
    R java/core-scala/src/main/scala/io/pdal/pipeline/json/Implicits.scala
    R java/core-scala/src/main/scala/io/pdal/pipeline/json/package.scala
    R java/core-scala/src/main/scala/io/pdal/pipeline/package.scala
    R java/core-scala/src/test/scala/io/pdal/pipeline/PipelineExpressionsSpec.scala
    R java/core/src/main/scala/io/pdal/DimType.scala
    R java/core/src/main/scala/io/pdal/Native.scala
    R java/core/src/main/scala/io/pdal/Pipeline.scala
    R java/core/src/main/scala/io/pdal/PointCloud.scala
    R java/core/src/main/scala/io/pdal/PointLayout.scala
    R java/core/src/main/scala/io/pdal/PointView.scala
    R java/core/src/main/scala/io/pdal/PointViewIterator.scala
    R java/core/src/main/scala/io/pdal/SizedDimType.scala
    R java/core/src/test/resources/las.json
    R java/core/src/test/scala/io/pdal/PipelineSpec.scala
    R java/core/src/test/scala/io/pdal/PointCloudSpec.scala
    R java/core/src/test/scala/io/pdal/TestEnvironmentSpec.scala
    R java/native/src/Accessors.cpp
    R java/native/src/CMakeLists.txt
    R java/native/src/JavaPipeline.cpp
    R java/native/src/PointViewRawPtr.cpp
    R java/native/src/include/Accessors.hpp
    R java/native/src/include/JavaIterator.hpp
    R java/native/src/include/JavaPipeline.hpp
    R java/native/src/include/PointViewRawPtr.hpp
    R java/native/src/include/io_pdal_Pipeline.h
    R java/native/src/include/io_pdal_PointLayout.h
    R java/native/src/include/io_pdal_PointView.h
    R java/native/src/include/io_pdal_PointViewIterator.h
    R java/native/src/io_pdal_Pipeline.cpp
    R java/native/src/io_pdal_PointLayout.cpp
    R java/native/src/io_pdal_PointView.cpp
    R java/native/src/io_pdal_PointViewIterator.cpp
    R java/project/Commands.scala
    R java/project/Dependencies.scala
    R java/project/Environment.scala
    R java/project/Version.scala
    R java/project/build.properties
    R java/project/plugins.sbt
    R java/sbt
    R java/scripts/publish-212.sh
    R java/scripts/publish-all.sh
    R java/scripts/publish-javastyle.sh
    R java/scripts/publish-local-212.sh
    R java/scripts/publish-local.sh
    R java/scripts/publish.sh
    M kernels/InfoKernel.cpp
    M kernels/InfoKernel.hpp
    M kernels/PipelineKernel.cpp
    M kernels/PipelineKernel.hpp
    M kernels/TranslateKernel.cpp
    M kernels/TranslateKernel.hpp
    M pdal/Log.cpp
    M pdal/Log.hpp
    M pdal/PluginDirectory.cpp
    M pdal/PluginManager.cpp
    M pdal/PointView.hpp
    M pdal/Stage.cpp
    M pdal/Stage.hpp
    M pdal/StageExtensions.cpp
    M pdal/Streamable.cpp
    M pdal/Streamable.hpp
    M plugins/nitf/io/NitfWriter.cpp
    M plugins/nitf/io/tre_plugins.hpp
    M plugins/pcl/CMakeLists.txt
    R plugins/pcl/io/PcdCommon.cpp
    M plugins/pcl/io/PcdCommon.hpp
    M plugins/python/CMakeLists.txt
    M plugins/python/filters/CMakeLists.txt
    A plugins/python/io/CMakeLists.txt
    A plugins/python/io/NumpyReader.cpp
    A plugins/python/io/NumpyReader.hpp
    M plugins/python/plang/Environment.cpp
    M plugins/python/plang/Environment.hpp
    M plugins/python/plang/Invocation.cpp
    M plugins/python/plang/Redirector.hpp
    A plugins/python/test/NumpyReaderTest.cpp
    A plugins/python/test/make-test-data.py
    M scripts/appveyor/build.cmd
    M scripts/appveyor/config.cmd
    M scripts/appveyor/install.cmd
    A scripts/appveyor/test.cmd
    A test/data/plang/1.2-with-color.npy
    A test/data/plang/perlin.npy
    M test/unit/PluginManagerTest.cpp
    M test/unit/SpatialReferenceTest.cpp
    M test/unit/TestConfig.hpp.in
    M test/unit/apps/AppTest.cpp
    M test/unit/apps/TIndexTest.cpp
    M test/unit/apps/pcpipelineTestJSON.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/kazhdan/PoissonRecon.h
    M vendor/pdalboost/libs/filesystem/src/windows_file_codecvt.cpp

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


  Commit: 58f7b04efba329316aada77bdb4dfb3fd409375f
      https://github.com/PDAL/PDAL/commit/58f7b04efba329316aada77bdb4dfb3fd409375f
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-04-05 (Thu, 05 Apr 2018)

  Changed paths:
    M doc/faq.rst

  Log Message:
  -----------
  point to hipster interview for PDAL background


  Commit: 305105239dfd82ea15e121dcb30d7e97f6e612a4
      https://github.com/PDAL/PDAL/commit/305105239dfd82ea15e121dcb30d7e97f6e612a4
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-04-05 (Thu, 05 Apr 2018)

  Changed paths:
    M pdal/Streamable.hpp

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into 1.7-release-prep


  Commit: 128e256c2b0952735c77ead940527d3303c59d6c
      https://github.com/PDAL/PDAL/commit/128e256c2b0952735c77ead940527d3303c59d6c
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-04-05 (Thu, 05 Apr 2018)

  Changed paths:
    M vendor/arbiter/arbiter.cpp

  Log Message:
  -----------
  Remove initializer from tm because it generates warning and we're going (#1898)

to fill it in anyway.


  Commit: 4f12bec9770716c4506f92196791f02731ed2457
      https://github.com/PDAL/PDAL/commit/4f12bec9770716c4506f92196791f02731ed2457
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-04-05 (Thu, 05 Apr 2018)

  Changed paths:
    M ChangeLog
    M RELEASENOTES.txt
    M doc/development/release-notes/1.7.0.md

  Log Message:
  -----------
  release notes updates


  Commit: c5816ac474aed534573172cdb578a534291737b4
      https://github.com/PDAL/PDAL/commit/c5816ac474aed534573172cdb578a534291737b4
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-04-05 (Thu, 05 Apr 2018)

  Changed paths:
    M vendor/arbiter/arbiter.cpp

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into 1.7-release-prep


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

  Changed paths:
    M doc/pipeline.rst

  Log Message:
  -----------
  Update doc.


  Commit: 5ab1c360daad552c39eaa63f2c8d5d7b1d93d025
      https://github.com/PDAL/PDAL/commit/5ab1c360daad552c39eaa63f2c8d5d7b1d93d025
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-04-05 (Thu, 05 Apr 2018)

  Changed paths:
    M .travis.yml
    M CMakeLists.txt
    M ChangeLog
    M HOWTORELEASE.txt
    M RELEASENOTES.txt
    M doc/development/compilation/windows.rst
    A doc/development/release-notes/1.7.0.md
    M doc/download.rst
    M doc/faq.rst
    M doc/index.rst
    M doc/quickstart.rst

  Log Message:
  -----------
  Merge branch '1.7-release-prep'


  Commit: 8eff99baf6ea46094631f12a40ec661b2ec389ec
      https://github.com/PDAL/PDAL/commit/8eff99baf6ea46094631f12a40ec661b2ec389ec
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-04-05 (Thu, 05 Apr 2018)

  Changed paths:
    M appveyor.yml

  Log Message:
  -----------
  osgeo4w triggers from 1.7-maintenance branch now


  Commit: f3fdbb56430e36535f4309cfeda3dc551d9a6828
      https://github.com/PDAL/PDAL/commit/f3fdbb56430e36535f4309cfeda3dc551d9a6828
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-04-05 (Thu, 05 Apr 2018)

  Changed paths:
    M doc/project/integration.rst

  Log Message:
  -----------
  no SVG due to latexpdf


  Commit: 11dcf3be74babb5dbf50be8ff91fd866d635ef20
      https://github.com/PDAL/PDAL/commit/11dcf3be74babb5dbf50be8ff91fd866d635ef20
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-04-05 (Thu, 05 Apr 2018)

  Changed paths:
    M HOWTORELEASE.txt

  Log Message:
  -----------
  more HOWTORELEASE


  Commit: 40f1b809263f2f44588260ad6cb52af4a54ae005
      https://github.com/PDAL/PDAL/commit/40f1b809263f2f44588260ad6cb52af4a54ae005
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-04-05 (Thu, 05 Apr 2018)

  Changed paths:
    M scripts/appveyor/install.cmd

  Log Message:
  -----------
  turn back on OSGeo4W package building


  Commit: e36d1049903817cdd92021d6580ecc1fcc4316db
      https://github.com/PDAL/PDAL/commit/e36d1049903817cdd92021d6580ecc1fcc4316db
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-04-05 (Thu, 05 Apr 2018)

  Changed paths:
    M appveyor.yml

  Log Message:
  -----------
  package osgeo4w in the after_build call, not deploy_script


  Commit: a7d3f426cb3ed0d3c93fcda8a2355d4a22c0401a
      https://github.com/PDAL/PDAL/commit/a7d3f426cb3ed0d3c93fcda8a2355d4a22c0401a
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-04-06 (Fri, 06 Apr 2018)

  Changed paths:
    M scripts/appveyor/install.cmd

  Log Message:
  -----------
  run install in the build directory


  Commit: 952487da55430e3804f7c73387353a73c3c40f62
      https://github.com/PDAL/PDAL/commit/952487da55430e3804f7c73387353a73c3c40f62
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-04-06 (Fri, 06 Apr 2018)

  Changed paths:
    M plugins/mbio/io/MbReader.cpp

  Log Message:
  -----------
  Set proper dimensions based on datatype option.


  Commit: a46d1ce82e7321479d9404817a204480a1364078
      https://github.com/PDAL/PDAL/commit/a46d1ce82e7321479d9404817a204480a1364078
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-04-06 (Fri, 06 Apr 2018)

  Changed paths:
    M scripts/appveyor/install.cmd

  Log Message:
  -----------
  do deployment in deploy_script, only do it when OSGEO4W_BUILD==ON


  Commit: fc19e3f3a1a000d07dcd7a62e4c0819394adba01
      https://github.com/PDAL/PDAL/commit/fc19e3f3a1a000d07dcd7a62e4c0819394adba01
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-04-06 (Fri, 06 Apr 2018)

  Changed paths:
    M scripts/appveyor/install.cmd

  Log Message:
  -----------
  bad batch file syntax


  Commit: ca9ae47b1c5ecbef8ce82c369be06515f1724cb3
      https://github.com/PDAL/PDAL/commit/ca9ae47b1c5ecbef8ce82c369be06515f1724cb3
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2018-04-06 (Fri, 06 Apr 2018)

  Changed paths:
    M filters/VoxelCenterNearestNeighborFilter.cpp
    M filters/VoxelCentroidNearestNeighborFilter.cpp

  Log Message:
  -----------
  Fix computation of voxel indices


  Commit: 45d48c778245e51b003ee0823ebe2f0220447386
      https://github.com/PDAL/PDAL/commit/45d48c778245e51b003ee0823ebe2f0220447386
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-04-06 (Fri, 06 Apr 2018)

  Changed paths:
    M scripts/appveyor/install.cmd

  Log Message:
  -----------
  another swing at windows batch


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

  Changed paths:
    M plugins/python/plang/Environment.cpp

  Log Message:
  -----------
  Update comment to reflect current state of code.


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

  Changed paths:
    M .travis.yml
    M CMakeLists.txt
    M ChangeLog
    M HOWTORELEASE.txt
    M RELEASENOTES.txt
    M doc/development/compilation/windows.rst
    A doc/development/release-notes/1.7.0.md
    M doc/download.rst
    M doc/faq.rst
    M doc/index.rst
    M doc/quickstart.rst

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


  Commit: 3b14b89b00656d048d60a106f74709b714dfb657
      https://github.com/PDAL/PDAL/commit/3b14b89b00656d048d60a106f74709b714dfb657
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-04-06 (Fri, 06 Apr 2018)

  Changed paths:
    M CMakeLists.txt
    M RELEASENOTES.txt
    M appveyor.yml
    M doc/development/release-notes/1.7.0.md
    M doc/download.rst

  Log Message:
  -----------
  increment version information to 1.7.1


  Commit: 732966088590b66b892c1a8ac3061179c966fb82
      https://github.com/PDAL/PDAL/commit/732966088590b66b892c1a8ac3061179c966fb82
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-04-06 (Fri, 06 Apr 2018)

  Changed paths:
    M io/HeaderVal.hpp

  Log Message:
  -----------
  Initialize m_val in BaseHeaderVal to quiet compiler.
Close #1899


  Commit: e7f360c16ecbda448309551ec91b7c0e3b478744
      https://github.com/PDAL/PDAL/commit/e7f360c16ecbda448309551ec91b7c0e3b478744
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-04-06 (Fri, 06 Apr 2018)

  Changed paths:
    M plugins/python/plang/Environment.cpp

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


  Commit: 0007a2b46b240a318bb4926d7b5e996afcc9a9b4
      https://github.com/PDAL/PDAL/commit/0007a2b46b240a318bb4926d7b5e996afcc9a9b4
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2018-04-06 (Fri, 06 Apr 2018)

  Changed paths:
    M scripts/docker/Dockerfile

  Log Message:
  -----------
  Move the eigen-dev package out of the virtual packages list


  Commit: 182de2ded55137046cac6b9f988a69bd129717e3
      https://github.com/PDAL/PDAL/commit/182de2ded55137046cac6b9f988a69bd129717e3
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-04-06 (Fri, 06 Apr 2018)

  Changed paths:
    M plugins/python/io/CMakeLists.txt

  Log Message:
  -----------
  Install NumpyReader.hpp for use by Python extension


  Commit: 1aa029a1b50fbbc321a6cb2865f717d55e3ec6c0
      https://github.com/PDAL/PDAL/commit/1aa029a1b50fbbc321a6cb2865f717d55e3ec6c0
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-04-06 (Fri, 06 Apr 2018)

  Changed paths:
    M plugins/python/io/CMakeLists.txt

  Log Message:
  -----------
  Install NumpyReader.hpp for use by Python extension


  Commit: ffadce39ca9d35de588970524759c9994a2e52ee
      https://github.com/PDAL/PDAL/commit/ffadce39ca9d35de588970524759c9994a2e52ee
  Author: chambbj <brad.chambers at gmail.com>
  Date:   2018-04-06 (Fri, 06 Apr 2018)

  Changed paths:
    M scripts/docker/Dockerfile

  Log Message:
  -----------
  Move the eigen-dev package out of the virtual packages list (#1909)


  Commit: 8277c01091c9c5e6d74697e0eb51a1da14baa2d8
      https://github.com/PDAL/PDAL/commit/8277c01091c9c5e6d74697e0eb51a1da14baa2d8
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-04-06 (Fri, 06 Apr 2018)

  Changed paths:
    M scripts/docker/Dockerfile

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


  Commit: 5c3fa7634fc63e755dccf690670bec8b61f67ac2
      https://github.com/PDAL/PDAL/commit/5c3fa7634fc63e755dccf690670bec8b61f67ac2
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-04-06 (Fri, 06 Apr 2018)

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/issue-1908' into 1.7-maintenance


  Commit: 3c294b6bccc1388c4257c88fc3611817adf5ef2f
      https://github.com/PDAL/PDAL/commit/3c294b6bccc1388c4257c88fc3611817adf5ef2f
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-04-06 (Fri, 06 Apr 2018)

  Changed paths:
    M scripts/docker/Dockerfile

  Log Message:
  -----------
  always checkout 1.7-maintenance branch when building PDAL Docker container


  Commit: b295cda8a714706120a46e8c6ee74bb18a033730
      https://github.com/PDAL/PDAL/commit/b295cda8a714706120a46e8c6ee74bb18a033730
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-04-06 (Fri, 06 Apr 2018)

  Changed paths:
    M io/HeaderVal.hpp

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/issue-1899' into 1.7-maintenance


  Commit: 7ec8d388c4bf9386ffc86a39e0ee1a8d2664a40a
      https://github.com/PDAL/PDAL/commit/7ec8d388c4bf9386ffc86a39e0ee1a8d2664a40a
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-04-06 (Fri, 06 Apr 2018)

  Changed paths:
    M filters/VoxelCenterNearestNeighborFilter.cpp
    M filters/VoxelCentroidNearestNeighborFilter.cpp

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/fix-voxel-indices' into 1.7-maintenance


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

  Changed paths:
    M plugins/python/filters/CMakeLists.txt
    M plugins/python/io/CMakeLists.txt

  Log Message:
  -----------
  Link in libdl where necessary. (#1903)

Fix minor bugs in lib builds.


  Commit: 2cb436236e71e91e4b420594ac4334798585615f
      https://github.com/PDAL/PDAL/commit/2cb436236e71e91e4b420594ac4334798585615f
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-04-06 (Fri, 06 Apr 2018)

  Changed paths:
    M io/HeaderVal.hpp

  Log Message:
  -----------
  Initialize m_val in BaseHeaderVal to quiet compiler. (#1907)

Close #1899


  Commit: 5fbb7e75f4030595c86dbea0be553952d011282e
      https://github.com/PDAL/PDAL/commit/5fbb7e75f4030595c86dbea0be553952d011282e
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-04-06 (Fri, 06 Apr 2018)

  Changed paths:
    M io/GeotiffSupport.cpp
    M io/GeotiffSupport.hpp
    M io/LasHeader.cpp
    M io/LasWriter.cpp

  Log Message:
  -----------
  Report error when we can't convert geotiff keys.
Cloase #1910


  Commit: 34350aacbaad6ffa4a26b864665aa81a8df4a8a7
      https://github.com/PDAL/PDAL/commit/34350aacbaad6ffa4a26b864665aa81a8df4a8a7
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-04-06 (Fri, 06 Apr 2018)

  Changed paths:
    M io/GeotiffSupport.cpp
    M io/GeotiffSupport.hpp
    M io/LasHeader.cpp
    M io/LasWriter.cpp

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/issue-1910' into 1.7-maintenance


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

  Changed paths:
    M io/GeotiffSupport.cpp
    M io/GeotiffSupport.hpp
    M io/LasHeader.cpp
    M io/LasWriter.cpp

  Log Message:
  -----------
  Report error when we can't convert geotiff keys. (#1911)

Cloase #1910


  Commit: ed68fb5e8901ef4527124bec5588f4700f156bd7
      https://github.com/PDAL/PDAL/commit/ed68fb5e8901ef4527124bec5588f4700f156bd7
  Author: chambbj <brad.chambers at gmail.com>
  Date:   2018-04-06 (Fri, 06 Apr 2018)

  Changed paths:
    M filters/VoxelCenterNearestNeighborFilter.cpp
    M filters/VoxelCentroidNearestNeighborFilter.cpp

  Log Message:
  -----------
  Fix computation of voxel indices (#1901)


  Commit: af6b7652117fbdb12c9f330570e8463e00058870
      https://github.com/PDAL/PDAL/commit/af6b7652117fbdb12c9f330570e8463e00058870
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-04-06 (Fri, 06 Apr 2018)

  Changed paths:
    M doc/index.rst

  Log Message:
  -----------
  update front page with 1.7.1


  Commit: d31f8fee6d53fb30608e25a984fe4cbb38d2e3a2
      https://github.com/PDAL/PDAL/commit/d31f8fee6d53fb30608e25a984fe4cbb38d2e3a2
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-04-06 (Fri, 06 Apr 2018)

  Changed paths:
    M plugins/python/filters/CMakeLists.txt
    M plugins/python/io/CMakeLists.txt

  Log Message:
  -----------
  Merge missing items

https://github.com/PDAL/PDAL/pull/1903


  Commit: f6e2d530c75d2b4378e9bae58ef891be93aca4fc
      https://github.com/PDAL/PDAL/commit/f6e2d530c75d2b4378e9bae58ef891be93aca4fc
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-04-06 (Fri, 06 Apr 2018)

  Changed paths:
    M appveyor.yml

  Log Message:
  -----------
  install using before_deploy for appveyor


  Commit: 81ce1a6ab0625e7a1dc5117ad9f1154a4b9758b3
      https://github.com/PDAL/PDAL/commit/81ce1a6ab0625e7a1dc5117ad9f1154a4b9758b3
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-04-06 (Fri, 06 Apr 2018)

  Changed paths:
    M appveyor.yml

  Log Message:
  -----------
  package during after_test, not before_deploy for OSGeo4W


  Commit: d6902fc3664ecfff7feff4f6b87c57b82b392a48
      https://github.com/PDAL/PDAL/commit/d6902fc3664ecfff7feff4f6b87c57b82b392a48
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-04-07 (Sat, 07 Apr 2018)

  Changed paths:
    M plugins/python/io/CMakeLists.txt

  Log Message:
  -----------
  fix up botched merge #1903


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

  Changed paths:
    M io/GeotiffSupport.cpp
    M io/GeotiffSupport.hpp
    M io/LasHeader.cpp

  Log Message:
  -----------
  Add some validation of Geotiff data. (#1913)

* Add some validation of Geotiff data.

* Constify things. Change an error to warning based on spec.


  Commit: fb002d548270c32e866a6f559d2c58bfde0ca5ba
      https://github.com/PDAL/PDAL/commit/fb002d548270c32e866a6f559d2c58bfde0ca5ba
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-04-09 (Mon, 09 Apr 2018)

  Changed paths:
    M cmake/unix_compiler_options.cmake

  Log Message:
  -----------
  remove -Werror #1915


  Commit: 0c4345464037d2c1058b299e9f9f3a33c4f754ae
      https://github.com/PDAL/PDAL/commit/0c4345464037d2c1058b299e9f9f3a33c4f754ae
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-04-09 (Mon, 09 Apr 2018)

  Changed paths:
    M filters/VoxelCenterNearestNeighborFilter.cpp
    M filters/VoxelCentroidNearestNeighborFilter.cpp
    M io/GeotiffSupport.cpp
    M io/GeotiffSupport.hpp
    M io/HeaderVal.hpp
    M io/LasHeader.cpp
    M io/LasWriter.cpp
    M plugins/python/filters/CMakeLists.txt
    M plugins/python/io/CMakeLists.txt
    M scripts/docker/Dockerfile

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


  Commit: f22bffd723c530af57d89eb97609fcdda253bc4f
      https://github.com/PDAL/PDAL/commit/f22bffd723c530af57d89eb97609fcdda253bc4f
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-04-09 (Mon, 09 Apr 2018)

  Changed paths:
    M CMakeLists.txt
    M HOWTORELEASE.txt
    M RELEASENOTES.txt
    M appveyor.yml
    M cmake/unix_compiler_options.cmake
    M doc/development/release-notes/1.7.0.md
    M doc/download.rst
    M doc/index.rst
    M doc/project/integration.rst
    M scripts/appveyor/install.cmd
    M scripts/docker/Dockerfile

  Log Message:
  -----------
  Merge commit 'fb002d548270c32e866a6f559d2c58bfde0ca5ba'


  Commit: 225e4300d54bd2dda0e0cb879c8740778b3f6d23
      https://github.com/PDAL/PDAL/commit/225e4300d54bd2dda0e0cb879c8740778b3f6d23
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2018-04-10 (Tue, 10 Apr 2018)

  Changed paths:
    M filters/VoxelCentroidNearestNeighborFilter.cpp
    M pdal/EigenUtils.cpp
    M pdal/EigenUtils.hpp

  Log Message:
  -----------
  Change centroid calculation to do online update and return doubles


  Commit: 71ea13a65a6006715ffac31cb0d88800ec94da73
      https://github.com/PDAL/PDAL/commit/71ea13a65a6006715ffac31cb0d88800ec94da73
  Author: Anton Wagensonner <anton.wagensonner at riegl.com>
  Date:   2018-04-10 (Tue, 10 Apr 2018)

  Changed paths:
    M cmake/options.cmake
    A doc/stages/readers.rdb.rst
    M doc/stages/readers.rst
    M plugins/CMakeLists.txt
    A plugins/rdb/CMakeLists.txt
    A plugins/rdb/io/RdbPointcloud.cpp
    A plugins/rdb/io/RdbPointcloud.hpp
    A plugins/rdb/io/RdbReader.cpp
    A plugins/rdb/io/RdbReader.hpp
    A plugins/rdb/test/Config.hpp.in
    A plugins/rdb/test/RdbReaderTest.cpp
    A plugins/rdb/test/data/autzen-thin-srs.rdbx
    A plugins/rdb/test/data/autzen-thin-srs.txt

  Log Message:
  -----------
  RIEGL RDB reader plugin. (#1917)


  Commit: e9353e64c5d8474d7edb55fd0d00fe5f991bd030
      https://github.com/PDAL/PDAL/commit/e9353e64c5d8474d7edb55fd0d00fe5f991bd030
  Author: Anton Wagensonner <anton.wagensonner at riegl.com>
  Date:   2018-04-10 (Tue, 10 Apr 2018)

  Changed paths:
    M doc/stages/readers.rxp.rst
    M doc/workshop/exercises/georeferencing/index.rst
    M doc/workshop/includes/substitutions.rst
    M doc/workshop/slides/source/lidar_intro.rst
    M plugins/rxp/CMakeLists.txt

  Log Message:
  -----------
  Fix spelling of company and product names. (#1918)


  Commit: 49baa200fc50b6027f0f747ec16be599754918da
      https://github.com/PDAL/PDAL/commit/49baa200fc50b6027f0f747ec16be599754918da
  Author: Peter Limkilde Svendsen <34237736+plimkilde at users.noreply.github.com>
  Date:   2018-04-10 (Tue, 10 Apr 2018)

  Changed paths:
    M cmake/options.cmake
    A doc/stages/filters.delaunay.rst
    M doc/stages/filters.rst
    M plugins/CMakeLists.txt
    A plugins/delaunay/CMakeLists.txt
    A plugins/delaunay/filters/DelaunayFilter.cpp
    A plugins/delaunay/filters/DelaunayFilter.hpp
    A plugins/delaunay/filters/Delaunay_psm.cpp
    A plugins/delaunay/filters/Delaunay_psm.h

  Log Message:
  -----------
  Add Delaunay filter (issue #1855) (#1916)

* Fix documentation of greedyprojection and gridprojection to use PLY writer

* Basic scaffolding for new filter

* Correct use of PointView

* Added Geogram PSM, currently crashes when run

* 2D Delaunay working

* Add docs for Delaunay filter

* Add license text

* Add NULL check on mesh

* Remove debugging output

* Add Delaunay filter in stage doc overview

* Fix indentation


  Commit: 8d016c5358d4a98fb2fe2551342b69a0d322f470
      https://github.com/PDAL/PDAL/commit/8d016c5358d4a98fb2fe2551342b69a0d322f470
  Author: chambbj <brad.chambers at gmail.com>
  Date:   2018-04-10 (Tue, 10 Apr 2018)

  Changed paths:
    M filters/VoxelCentroidNearestNeighborFilter.cpp
    M pdal/EigenUtils.cpp
    M pdal/EigenUtils.hpp

  Log Message:
  -----------
  Merge pull request #1920 from PDAL/issue-1919

Change centroid calculation to do online update and return doubles


  Commit: f37cff4c1511ffd964e72e0d606ec07cc184a8b0
      https://github.com/PDAL/PDAL/commit/f37cff4c1511ffd964e72e0d606ec07cc184a8b0
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-04-10 (Tue, 10 Apr 2018)

  Changed paths:
    M cmake/examples/hobu-config.sh
    M pdal/StageExtensions.cpp
    M plugins/rdb/CMakeLists.txt
    M plugins/rdb/io/RdbPointcloud.cpp

  Log Message:
  -----------
  A few cleanups to get RDB working locally for me (#1921)


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

  Changed paths:
    M io/LasWriter.cpp

  Log Message:
  -----------
  Don't write LAS geotiff VLRs if they contain no data. (#1914)


  Commit: a85b5351daa96c76f2c3eb38914a3364467f4c67
      https://github.com/PDAL/PDAL/commit/a85b5351daa96c76f2c3eb38914a3364467f4c67
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-04-10 (Tue, 10 Apr 2018)

  Changed paths:
    M appveyor.yml

  Log Message:
  -----------
  always build appveyor with optional components


  Commit: 8540cece4f810920054611bd0515a5ea5d1567cb
      https://github.com/PDAL/PDAL/commit/8540cece4f810920054611bd0515a5ea5d1567cb
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-04-10 (Tue, 10 Apr 2018)

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

  Log Message:
  -----------
  always build OSGeo4W package, attempt to consolidate to a single appveyor build


  Commit: 6f5115b52ca8bab36a1d55542aa3354ae46132ae
      https://github.com/PDAL/PDAL/commit/6f5115b52ca8bab36a1d55542aa3354ae46132ae
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-04-12 (Thu, 12 Apr 2018)

  Changed paths:
    M pdal/util/ProgramArgs.hpp

  Log Message:
  -----------
  Add () guard for std::max to deal with Windows.


  Commit: 6e077a5d455f953d86393f336f3528318ee6853e
      https://github.com/PDAL/PDAL/commit/6e077a5d455f953d86393f336f3528318ee6853e
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-04-12 (Thu, 12 Apr 2018)

  Changed paths:
    M .travis.yml
    M CMakeLists.txt
    M ChangeLog
    M HOWTORELEASE.txt
    M RELEASENOTES.txt
    M appveyor.yml
    M cmake/examples/hobu-config.sh
    M cmake/options.cmake
    M cmake/unix_compiler_options.cmake
    M doc/development/compilation/windows.rst
    A doc/development/release-notes/1.7.0.md
    M doc/download.rst
    M doc/faq.rst
    M doc/index.rst
    M doc/pipeline.rst
    M doc/project/integration.rst
    M doc/quickstart.rst
    A doc/stages/filters.delaunay.rst
    M doc/stages/filters.rst
    A doc/stages/readers.rdb.rst
    M doc/stages/readers.rst
    M doc/stages/readers.rxp.rst
    M doc/workshop/exercises/georeferencing/index.rst
    M doc/workshop/includes/substitutions.rst
    M doc/workshop/slides/source/lidar_intro.rst
    M filters/VoxelCenterNearestNeighborFilter.cpp
    M filters/VoxelCentroidNearestNeighborFilter.cpp
    M io/GeotiffSupport.cpp
    M io/GeotiffSupport.hpp
    M io/HeaderVal.hpp
    M io/LasHeader.cpp
    M io/LasWriter.cpp
    M pdal/EigenUtils.cpp
    M pdal/EigenUtils.hpp
    M pdal/StageExtensions.cpp
    M pdal/util/ProgramArgs.hpp
    M plugins/CMakeLists.txt
    A plugins/delaunay/CMakeLists.txt
    A plugins/delaunay/filters/DelaunayFilter.cpp
    A plugins/delaunay/filters/DelaunayFilter.hpp
    A plugins/delaunay/filters/Delaunay_psm.cpp
    A plugins/delaunay/filters/Delaunay_psm.h
    M plugins/python/filters/CMakeLists.txt
    M plugins/python/io/CMakeLists.txt
    M plugins/python/plang/Environment.cpp
    A plugins/rdb/CMakeLists.txt
    A plugins/rdb/io/RdbPointcloud.cpp
    A plugins/rdb/io/RdbPointcloud.hpp
    A plugins/rdb/io/RdbReader.cpp
    A plugins/rdb/io/RdbReader.hpp
    A plugins/rdb/test/Config.hpp.in
    A plugins/rdb/test/RdbReaderTest.cpp
    A plugins/rdb/test/data/autzen-thin-srs.rdbx
    A plugins/rdb/test/data/autzen-thin-srs.txt
    M plugins/rxp/CMakeLists.txt
    M scripts/appveyor/config.cmd
    M scripts/appveyor/install.cmd
    M scripts/docker/Dockerfile
    M vendor/arbiter/arbiter.cpp

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


Compare: https://github.com/PDAL/PDAL/compare/fb90efc3d955...6e077a5d455f


More information about the pdal-commits mailing list