[pdal-commits] [PDAL/PDAL] ccfc6a: Pass gdaloptions to raster.

GitHub noreply at github.com
Tue Apr 4 12:43:02 PDT 2017


  Branch: refs/tags/dependencies
  Home:   https://github.com/PDAL/PDAL
  Commit: ccfc6ac8b099a505ad7b2a953c3b00ff9d0b4411
      https://github.com/PDAL/PDAL/commit/ccfc6ac8b099a505ad7b2a953c3b00ff9d0b4411
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-03-13 (Mon, 13 Mar 2017)

  Changed paths:
    M io/GDALWriter.cpp

  Log Message:
  -----------
  Pass gdaloptions to raster.
Close #1523


  Commit: 94c97fce81653e5e4f4213479422a1084ca225e1
      https://github.com/PDAL/PDAL/commit/94c97fce81653e5e4f4213479422a1084ca225e1
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-03-13 (Mon, 13 Mar 2017)

  Changed paths:
    M scripts/docker/Dockerfile

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


  Commit: a18cd5b193bb22470914a29ca9efc140c5772029
      https://github.com/PDAL/PDAL/commit/a18cd5b193bb22470914a29ca9efc140c5772029
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-03-14 (Tue, 14 Mar 2017)

  Changed paths:
    A doc/development/docker.rst
    M doc/development/index.rst

  Log Message:
  -----------
  add notes about Docker setup


  Commit: 306d9ae70536eb6cd784ffd3194d39859a5ac4c6
      https://github.com/PDAL/PDAL/commit/306d9ae70536eb6cd784ffd3194d39859a5ac4c6
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-03-14 (Tue, 14 Mar 2017)

  Changed paths:
    A doc/images/docker-maintenance-branch.png
    A doc/images/docker-master-branch.png

  Log Message:
  -----------
  add images about docker building


  Commit: e3a9390dc5f80f740dd83f9d48165109d93ce63c
      https://github.com/PDAL/PDAL/commit/e3a9390dc5f80f740dd83f9d48165109d93ce63c
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2017-03-14 (Tue, 14 Mar 2017)

  Changed paths:
    M plugins/hexbin/CMakeLists.txt

  Log Message:
  -----------
  HEXER_INCLUDE_DIR must be included publicly (#1519)

The density kernel links against the hexer filter library, and if hexer
is installed to a non-system location the build fails.


  Commit: 92bf4ff915b9885c5d328eaa0bf8e2e55ccd16a1
      https://github.com/PDAL/PDAL/commit/92bf4ff915b9885c5d328eaa0bf8e2e55ccd16a1
  Author: Mateusz Łoskot <mateusz at loskot.net>
  Date:   2017-03-14 (Tue, 14 Mar 2017)

  Changed paths:
    M doc/development/compilation/dependencies.rst

  Log Message:
  -----------
  Move GeoTIFF and PROJ.4 to required dependencies. (#1522)

Both libraries are actually required, or successful
build is not feasible without GDAL with PROJ.4 enabled.

[ci skip]


  Commit: c474509974483c438683f99e4e22072318465a9d
      https://github.com/PDAL/PDAL/commit/c474509974483c438683f99e4e22072318465a9d
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-03-14 (Tue, 14 Mar 2017)

  Changed paths:
    M test/unit/PluginManagerTest.cpp

  Log Message:
  -----------
  Fix for GCC 4.7.2 returning lambda.


  Commit: 7ee24898b3bf4290a40d81564899d1d61b1c5790
      https://github.com/PDAL/PDAL/commit/7ee24898b3bf4290a40d81564899d1d61b1c5790
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-03-14 (Tue, 14 Mar 2017)

  Changed paths:
    M doc/development/compilation/dependencies.rst
    A doc/development/docker.rst
    M doc/development/index.rst
    A doc/images/docker-maintenance-branch.png
    A doc/images/docker-master-branch.png
    M io/GDALWriter.cpp
    M plugins/hexbin/CMakeLists.txt
    M scripts/docker/Dockerfile

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


  Commit: a32602986449eb9c5ba34ec619b27b5893bb3ec2
      https://github.com/PDAL/PDAL/commit/a32602986449eb9c5ba34ec619b27b5893bb3ec2
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-03-14 (Tue, 14 Mar 2017)

  Changed paths:
    M kernels/TranslateKernel.cpp
    M pdal/PipelineManager.cpp
    M pdal/PipelineManager.hpp
    M pdal/Stage.hpp
    M test/unit/apps/TranslateTest.cpp

  Log Message:
  -----------
  Accept full pipelines with --json argument to pdal pipeline.
Close #1521


  Commit: 99eb8163c2c6f5dc9877bdd46e68629d8b5db19f
      https://github.com/PDAL/PDAL/commit/99eb8163c2c6f5dc9877bdd46e68629d8b5db19f
  Author: Connor Manning <connor at hobu.co>
  Date:   2017-03-14 (Tue, 14 Mar 2017)

  Changed paths:
    M vendor/arbiter/arbiter.hpp

  Log Message:
  -----------
  Add arbiter include.


  Commit: 0c81e54b43e6c4621962908a4a4a11e36c917ce1
      https://github.com/PDAL/PDAL/commit/0c81e54b43e6c4621962908a4a4a11e36c917ce1
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-03-14 (Tue, 14 Mar 2017)

  Changed paths:
    M doc/development/metadata.rst
    M doc/stages/writers.las.rst
    M io/LasReader.cpp
    M io/LasWriter.cpp
    M io/LasWriter.hpp
    M test/unit/io/LasWriterTest.cpp

  Log Message:
  -----------
  Optionally add PDAL metadata and pipeline VLRs to writers.las output in support of processing history activities (#1525)

* PDAL metadata WIP

* more pdal metadata VLR WIP -- a test too

* light docs on pdal_metadata option


  Commit: 6db4c2075f1dca5bafc558678f09ea1c720d3c82
      https://github.com/PDAL/PDAL/commit/6db4c2075f1dca5bafc558678f09ea1c720d3c82
  Author: Alex Jokela <alex at camulus.com>
  Date:   2017-03-14 (Tue, 14 Mar 2017)

  Changed paths:
    M io/GDALGrid.hpp

  Log Message:
  -----------
  Add GDALGrid include.


  Commit: 6448d9357ddf58a123323f38a13c4ab13b61df24
      https://github.com/PDAL/PDAL/commit/6448d9357ddf58a123323f38a13c4ab13b61df24
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-03-14 (Tue, 14 Mar 2017)

  Changed paths:
    M io/GDALGrid.hpp

  Log Message:
  -----------
  Merge pull request #1526 from ajokela/master

Add GDALGrid include.


  Commit: 84e14de69c52cb33538f674bebe910ada7d7285d
      https://github.com/PDAL/PDAL/commit/84e14de69c52cb33538f674bebe910ada7d7285d
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2017-03-15 (Wed, 15 Mar 2017)

  Changed paths:
    R doc/stages/writers.derivative.rst
    R io/DerivativeWriter.cpp
    R io/DerivativeWriter.hpp
    M pdal/StageFactory.cpp

  Log Message:
  -----------
  Remove writers.derivative per #1527

The actual derivative calculations will be kept in EigenUtils for now - only the writer is removed.


  Commit: 1bbc63394988093a5005c3475286d899ffb757b8
      https://github.com/PDAL/PDAL/commit/1bbc63394988093a5005c3475286d899ffb757b8
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-03-15 (Wed, 15 Mar 2017)

  Changed paths:
    M doc/apps/pipeline.rst

  Log Message:
  -----------
  discussion about substitution should be more prominent


  Commit: 2354399c87b73b59fb20e310ae4c45dd9ce526d5
      https://github.com/PDAL/PDAL/commit/2354399c87b73b59fb20e310ae4c45dd9ce526d5
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-03-15 (Wed, 15 Mar 2017)

  Changed paths:
    M HOWTORELEASE.txt

  Log Message:
  -----------
  how to release notes


  Commit: 0eb5fd71c45a8e0108b1cf0a8af10e11acb45c45
      https://github.com/PDAL/PDAL/commit/0eb5fd71c45a8e0108b1cf0a8af10e11acb45c45
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-03-15 (Wed, 15 Mar 2017)

  Changed paths:
    M doc/community.rst

  Log Message:
  -----------
  note about gitter


  Commit: 119419a69fd5a3dcc8693b01c315053effbcbe03
      https://github.com/PDAL/PDAL/commit/119419a69fd5a3dcc8693b01c315053effbcbe03
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-03-15 (Wed, 15 Mar 2017)

  Changed paths:
    M doc/development/compilation/dependencies.rst
    M doc/development/metadata.rst
    M doc/stages/writers.las.rst
    M io/GDALGrid.hpp
    M io/LasReader.cpp
    M io/LasWriter.cpp
    M io/LasWriter.hpp
    M kernels/TranslateKernel.cpp
    M pdal/PipelineManager.cpp
    M pdal/PipelineManager.hpp
    M pdal/Stage.hpp
    M plugins/hexbin/CMakeLists.txt
    M test/unit/PluginManagerTest.cpp
    M test/unit/apps/TranslateTest.cpp
    M test/unit/io/LasWriterTest.cpp
    M vendor/arbiter/arbiter.hpp

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


  Commit: 8419172dbeab4e4bf9163db7c1b6f12400843efc
      https://github.com/PDAL/PDAL/commit/8419172dbeab4e4bf9163db7c1b6f12400843efc
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-03-15 (Wed, 15 Mar 2017)

  Changed paths:
    M doc/apps/ground.rst
    M doc/tutorial/pcl_ground.rst
    M doc/workshop/exercises/analysis/boundary/boundary.rst
    M kernels/GroundKernel.cpp
    M kernels/RandomKernel.cpp
    M kernels/SortKernel.cpp
    M pdal/Kernel.cpp
    M pdal/Kernel.hpp
    M plugins/pcl/io/PcdReader.cpp
    M plugins/pcl/kernel/PCLKernel.cpp
    M plugins/pcl/kernel/SmoothKernel.cpp

  Log Message:
  -----------
  Remove visualize option from kernels.
Close #1529


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

  Changed paths:
    M HOWTORELEASE.txt
    M doc/apps/pipeline.rst
    M doc/community.rst

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


  Commit: 45c851a8ff92e8c3537fa54332ba1a7b1b9d5cfd
      https://github.com/PDAL/PDAL/commit/45c851a8ff92e8c3537fa54332ba1a7b1b9d5cfd
  Author: chambbj <brad.chambers at gmail.com>
  Date:   2017-03-15 (Wed, 15 Mar 2017)

  Changed paths:
    R doc/stages/writers.derivative.rst
    R io/DerivativeWriter.cpp
    R io/DerivativeWriter.hpp
    M pdal/StageFactory.cpp

  Log Message:
  -----------
  Merge pull request #1528 from PDAL/remove-derivative-writer

Close #1527


  Commit: 201174b405f9940cb201641f2fce8704e3389466
      https://github.com/PDAL/PDAL/commit/201174b405f9940cb201641f2fce8704e3389466
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-03-15 (Wed, 15 Mar 2017)

  Changed paths:
    M doc/apps/density.rst
    M doc/apps/ground.rst
    M doc/apps/index.rst
    M doc/apps/pipeline.rst

  Log Message:
  -----------
  Move standard kernel option doc.


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

  Changed paths:
    M HOWTORELEASE.txt
    M doc/apps/pipeline.rst
    M doc/community.rst
    M doc/development/metadata.rst
    R doc/stages/writers.derivative.rst
    M doc/stages/writers.las.rst
    M doc/tutorial/pcl_ground.rst
    M doc/workshop/exercises/analysis/boundary/boundary.rst
    R io/DerivativeWriter.cpp
    R io/DerivativeWriter.hpp
    M io/GDALGrid.hpp
    M io/LasReader.cpp
    M io/LasWriter.cpp
    M io/LasWriter.hpp
    M kernels/GroundKernel.cpp
    M kernels/RandomKernel.cpp
    M kernels/SortKernel.cpp
    M pdal/Kernel.cpp
    M pdal/Kernel.hpp
    M pdal/StageFactory.cpp
    M plugins/pcl/io/PcdReader.cpp
    M plugins/pcl/kernel/PCLKernel.cpp
    M plugins/pcl/kernel/SmoothKernel.cpp
    M test/unit/io/LasWriterTest.cpp
    M vendor/arbiter/arbiter.hpp

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


  Commit: fb15a3a120e6a335e629a64ec246b9cb4815c789
      https://github.com/PDAL/PDAL/commit/fb15a3a120e6a335e629a64ec246b9cb4815c789
  Author: Connor Manning <connor at hobu.co>
  Date:   2017-03-15 (Wed, 15 Mar 2017)

  Changed paths:
    M CMakeLists.txt

  Log Message:
  -----------
  Expose LASzip's configured include path via interface-include-directories.


  Commit: 32459c8a3d449ff55622c00db1f3ba3b9b682ada
      https://github.com/PDAL/PDAL/commit/32459c8a3d449ff55622c00db1f3ba3b9b682ada
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-03-15 (Wed, 15 Mar 2017)

  Changed paths:
    M doc/apps/delta.rst
    M doc/apps/density.rst
    M doc/apps/diff.rst
    M doc/apps/index.rst
    M doc/apps/info.rst
    M doc/apps/merge.rst
    M doc/apps/pcl.rst
    M doc/apps/pipeline.rst
    M doc/apps/random.rst
    M doc/apps/sort.rst
    M doc/apps/split.rst
    M doc/apps/tindex.rst
    M doc/apps/translate.rst
    M kernels/InfoKernel.cpp
    M kernels/TIndexKernel.cpp
    M kernels/TranslateKernel.cpp

  Log Message:
  -----------
  Update options/doc pass for kernels.


  Commit: 21d9a5869b4650bf0511dce33efe5a247b2234b2
      https://github.com/PDAL/PDAL/commit/21d9a5869b4650bf0511dce33efe5a247b2234b2
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-03-15 (Wed, 15 Mar 2017)

  Changed paths:
    M CMakeLists.txt

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


  Commit: 4e7e52d368925d8f6d9244b58f1112bdf6b8c103
      https://github.com/PDAL/PDAL/commit/4e7e52d368925d8f6d9244b58f1112bdf6b8c103
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-03-16 (Thu, 16 Mar 2017)

  Changed paths:
    M pdal/StageFactory.cpp

  Log Message:
  -----------
  Remove PCvisualizer references.


  Commit: 6154697ca83574a66834a4ec22a0fffbf447accb
      https://github.com/PDAL/PDAL/commit/6154697ca83574a66834a4ec22a0fffbf447accb
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-03-16 (Thu, 16 Mar 2017)

  Changed paths:
    M doc/download.rst
    M doc/quickstart.rst
    M doc/workshop/exercises/analysis/clipping/clipping.json
    M doc/workshop/slides/source/pdal_intro.rst

  Log Message:
  -----------
  doc updates


  Commit: ef2d75d0b3fc6a073012829be4188340115308f4
      https://github.com/PDAL/PDAL/commit/ef2d75d0b3fc6a073012829be4188340115308f4
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-03-16 (Thu, 16 Mar 2017)

  Changed paths:
    M doc/images/reproject-merge-pipeline.png
    M doc/pipeline.rst

  Log Message:
  -----------
  pipeline doc updates


  Commit: d1c50ff10e4c5b7e0f4106016e8f7ba0e5d60c90
      https://github.com/PDAL/PDAL/commit/d1c50ff10e4c5b7e0f4106016e8f7ba0e5d60c90
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-03-16 (Thu, 16 Mar 2017)

  Changed paths:
    R doc/development/compilation/python.rst
    A doc/images/python-pdal-pipeline.png
    M doc/index.rst
    A doc/python.rst

  Log Message:
  -----------
  python docs


  Commit: 49d88890ea288aa9fad1eada86fb6cde0fc68cf0
      https://github.com/PDAL/PDAL/commit/49d88890ea288aa9fad1eada86fb6cde0fc68cf0
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2017-03-17 (Fri, 17 Mar 2017)

  Changed paths:
    M doc/stages/filters.smrf.rst
    M filters/SMRFilter.cpp
    M filters/SMRFilter.hpp
    M pdal/EigenUtils.cpp
    M pdal/EigenUtils.hpp

  Log Message:
  -----------
  Refactor SMRF code

* only write intermediate rasters for debugging when optional output directory is provided

* make program args more consistent with the paper

* revert from TPS interpolation back to average of 8 nearest neighbors

* use iterative morphological operations and diamond structuring element for speedup

* remove the classify/extract args, always classify, and extract with range filter if desired


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

  Changed paths:
    M doc/python.rst
    M doc/quickstart.rst
    M doc/stages/filters.range.rst
    R doc/stages/ranges.rst

  Log Message:
  -----------
  doc updates: pull content about Ranges into filters.range document


  Commit: ca6c17001cc0328253f48c0483b58aa0e283b856
      https://github.com/PDAL/PDAL/commit/ca6c17001cc0328253f48c0483b58aa0e283b856
  Author: chambbj <brad.chambers at gmail.com>
  Date:   2017-03-17 (Fri, 17 Mar 2017)

  Changed paths:
    M doc/stages/filters.smrf.rst
    M filters/SMRFilter.cpp
    M filters/SMRFilter.hpp
    M pdal/EigenUtils.cpp
    M pdal/EigenUtils.hpp

  Log Message:
  -----------
  Merge pull request #1531 from PDAL/smrf-refactor

Refactor SMRF code
Close #1314


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

  Changed paths:
    A doc/about.rst
    M doc/development/docker.rst
    M doc/index.rst
    M doc/python.rst
    M doc/stages/filters.reprojection.rst
    M doc/stages/readers.gdal.rst
    M doc/stages/writers.gdal.rst
    M doc/tutorial/pcl_ground.rst
    M doc/tutorial/pcl_spec.rst
    M doc/workshop/agenda.rst
    M doc/workshop/index.rst
    R doc/workshop/pdal-introduction.rst

  Log Message:
  -----------
  doc updates (make an About page)


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

  Changed paths:
    M doc/download.rst
    M doc/index.rst
    M doc/quickstart.rst
    M scripts/docker/docbuild/Dockerfile

  Log Message:
  -----------
  doc updates (latex output org


  Commit: 2a860a2d88847ac961746cde52a0afd009becf4a
      https://github.com/PDAL/PDAL/commit/2a860a2d88847ac961746cde52a0afd009becf4a
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-03-17 (Fri, 17 Mar 2017)

  Changed paths:
    M cmake/examples/hobu-config.sh

  Log Message:
  -----------
  my config doesn't need to hardcode laszip anymore


  Commit: 10fec9cc53de5e4ff07033e0530b0cc2d4ae625f
      https://github.com/PDAL/PDAL/commit/10fec9cc53de5e4ff07033e0530b0cc2d4ae625f
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-03-17 (Fri, 17 Mar 2017)

  Changed paths:
    M kernels/PipelineKernel.cpp
    M pdal/PipelineManager.hpp
    M test/unit/apps/pcpipelineTestJSON.cpp

  Log Message:
  -----------
  Set progress FD in PipelineManager.
Close #1534


  Commit: 40e422e83ff83234385d91d521394dfc2c305770
      https://github.com/PDAL/PDAL/commit/40e422e83ff83234385d91d521394dfc2c305770
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-03-17 (Fri, 17 Mar 2017)

  Changed paths:
    M cmake/examples/hobu-config.sh
    A doc/about.rst
    R doc/development/compilation/python.rst
    M doc/development/docker.rst
    M doc/download.rst
    A doc/images/python-pdal-pipeline.png
    M doc/images/reproject-merge-pipeline.png
    M doc/index.rst
    M doc/pipeline.rst
    A doc/python.rst
    M doc/quickstart.rst
    M doc/stages/filters.range.rst
    M doc/stages/filters.reprojection.rst
    M doc/stages/filters.smrf.rst
    R doc/stages/ranges.rst
    M doc/stages/readers.gdal.rst
    M doc/stages/writers.gdal.rst
    M doc/tutorial/pcl_ground.rst
    M doc/tutorial/pcl_spec.rst
    M doc/workshop/agenda.rst
    M doc/workshop/exercises/analysis/clipping/clipping.json
    M doc/workshop/index.rst
    R doc/workshop/pdal-introduction.rst
    M doc/workshop/slides/source/pdal_intro.rst
    M filters/SMRFilter.cpp
    M filters/SMRFilter.hpp
    M pdal/EigenUtils.cpp
    M pdal/EigenUtils.hpp
    M scripts/docker/docbuild/Dockerfile

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


  Commit: cbf3982f84510d6846a6a49e53460570129354c2
      https://github.com/PDAL/PDAL/commit/cbf3982f84510d6846a6a49e53460570129354c2
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
    M kernels/InfoKernel.cpp
    M kernels/TIndexKernel.cpp

  Log Message:
  -----------
  Attempt to succeed poorly rather than fail ugly when we can't load filters.hexbin for pdal info --boundary and pdal tindex #1532 (#1533)


  Commit: 05097a9d7776990a445dbf8fc5c470d14a7dedea
      https://github.com/PDAL/PDAL/commit/05097a9d7776990a445dbf8fc5c470d14a7dedea
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
    M plugins/mbio/test/MBSystemTest.cpp
    A test/data/mbio/mbf_em300raw.mb56

  Log Message:
  -----------
  Fix mbio test.


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

  Changed paths:
    M kernels/InfoKernel.cpp
    M kernels/TIndexKernel.cpp

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


  Commit: 090862ba06e1b7391fe93230c9e323426f035126
      https://github.com/PDAL/PDAL/commit/090862ba06e1b7391fe93230c9e323426f035126
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
    M doc/about.rst
    M doc/api/index.rst
    M doc/development/docker.rst
    M doc/faq.rst
    A doc/images/las-reproject-pgpointcloud.png
    M doc/index.rst
    M doc/quickstart.rst
    M doc/workshop/exercises/info/metadata.rst

  Log Message:
  -----------
  doc updates (about page, fix links)


  Commit: 5f59374ac5a49aef4083a2de1a97dcd9381f281c
      https://github.com/PDAL/PDAL/commit/5f59374ac5a49aef4083a2de1a97dcd9381f281c
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
    M doc/about.rst
    M doc/development/integration.rst
    M doc/stages/readers.las.rst
    M doc/stages/readers.nitf.rst
    M doc/stages/readers.ply.rst
    M doc/stages/readers.pts.rst
    M doc/stages/writers.las.rst

  Log Message:
  -----------
  doc updates (whitespace, small updates)


  Commit: c0530ca140645717b236843bf889e487f7e2800a
      https://github.com/PDAL/PDAL/commit/c0530ca140645717b236843bf889e487f7e2800a
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
    M doc/about.rst
    M doc/pipeline.rst
    M doc/tutorial/index.rst
    A doc/tutorial/las.rst
    M doc/workshop/includes/substitutions.rst

  Log Message:
  -----------
  doc updates (start on LAS tutorial)


  Commit: 6fff0adcd8ea9b44a1302edb14c5a14abc036a0c
      https://github.com/PDAL/PDAL/commit/6fff0adcd8ea9b44a1302edb14c5a14abc036a0c
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
    M doc/about.rst
    M doc/development/index.rst
    A doc/development/overview.rst
    A doc/development/pipeline.png
    M doc/tutorial/index.rst
    R doc/tutorial/overview.rst
    R doc/tutorial/pipeline.png

  Log Message:
  -----------
  Doc updates.


  Commit: 6254f666e94c8e569e3871d88eef23b43a949019
      https://github.com/PDAL/PDAL/commit/6254f666e94c8e569e3871d88eef23b43a949019
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-03-22 (Wed, 22 Mar 2017)

  Changed paths:
    M doc/tutorial/las.rst

  Log Message:
  -----------
  doc updates (LAS tutorial, (c) date)


  Commit: 8444ed6e96fa3fe88f0a19b2ac32b6b1c993e480
      https://github.com/PDAL/PDAL/commit/8444ed6e96fa3fe88f0a19b2ac32b6b1c993e480
  Author: Connor Manning <connor at hobu.co>
  Date:   2017-03-22 (Wed, 22 Mar 2017)

  Changed paths:
    M vendor/arbiter/arbiter.cpp
    M vendor/arbiter/arbiter.hpp

  Log Message:
  -----------
  Update arbiter bundle for more certificate configuration hooks.


  Commit: f7fbbdc9e7de5fba4919310e8b133a0b4e394863
      https://github.com/PDAL/PDAL/commit/f7fbbdc9e7de5fba4919310e8b133a0b4e394863
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2017-03-24 (Fri, 24 Mar 2017)

  Changed paths:
    M filters/PMFFilter.cpp
    M filters/PMFFilter.hpp
    M filters/SMRFilter.cpp
    M filters/SMRFilter.hpp
    M pdal/EigenUtils.cpp
    M pdal/EigenUtils.hpp
    M test/unit/EigenTest.cpp

  Log Message:
  -----------
  Accelerate morphological operations

filters.pmf and filters.smrf both spend a majority of their time in the
morphological operations (erosion and dilation). As it turns out, we don't gain
much by using Eigen to implement these either. By storing our matrices as
vectors in column-major order, and refactoring the erosion and dilation
functions slightly, we have achieved speedups of greater than 2x for both
filters.

We also had a bug in SMRF, as the erosion and dilation steps were reversed in
the net cutting procedure.

Finally, we have added some additional tests for both erosion and dilation.


  Commit: 5ced8979c54fdb268ae46d04e7fcc67c33aa95c6
      https://github.com/PDAL/PDAL/commit/5ced8979c54fdb268ae46d04e7fcc67c33aa95c6
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2017-03-24 (Fri, 24 Mar 2017)

  Changed paths:
    M filters/SMRFilter.cpp

  Log Message:
  -----------
  Missing include for back_inserter


  Commit: 8937663c2748832c79202fb62712838ac44971b4
      https://github.com/PDAL/PDAL/commit/8937663c2748832c79202fb62712838ac44971b4
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2017-03-24 (Fri, 24 Mar 2017)

  Changed paths:
    M pdal/EigenUtils.hpp

  Log Message:
  -----------
  Export the new erosion and dilation functions


  Commit: 0623cfdf38d4bdc18814488ab84bd4d52d0013c0
      https://github.com/PDAL/PDAL/commit/0623cfdf38d4bdc18814488ab84bd4d52d0013c0
  Author: Connor Manning <connor at hobu.co>
  Date:   2017-03-24 (Fri, 24 Mar 2017)

  Changed paths:
    M pdal/Stage.cpp

  Log Message:
  -----------
  Don't infinite-loop on zero-point StreamPointTable execution.


  Commit: 6b3df6620d9ba98a8bcb8e71a8b3fea59b987066
      https://github.com/PDAL/PDAL/commit/6b3df6620d9ba98a8bcb8e71a8b3fea59b987066
  Author: Éric Lemoine <eric.lemoine at gmail.com>
  Date:   2017-03-25 (Sat, 25 Mar 2017)

  Changed paths:
    M plugins/pgpointcloud/io/PgWriter.cpp

  Log Message:
  -----------
  Fix PgWriter DROP TABLE statement (#1540)

When a schema is specified the following statement is currently issued:

    DROP TABLE IF EXISTS "public.table_name"

which is not correct. With this patch the following statement is created:

    DROP TABLE IF EXISTS "public"."table_name"


  Commit: fc0e332abbcc5b47cc38b9f199f8ffe6dc3fa341
      https://github.com/PDAL/PDAL/commit/fc0e332abbcc5b47cc38b9f199f8ffe6dc3fa341
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-03-25 (Sat, 25 Mar 2017)

  Changed paths:
    M doc/stages/writers.las.rst
    M io/LasWriter.cpp
    M io/LasWriter.hpp
    M test/unit/CMakeLists.txt
    M test/unit/io/LasWriterTest.cpp

  Log Message:
  -----------
  Allow user-settable VLRs in writers.las (#1542)

* Allow user-settable VLRs in writers.las

* add PDAL_JSONCPP_INCLUDE_DIR for PRIVATE includes for many tests


  Commit: 5e3c222cbd468788f90d796705eb63b389943db2
      https://github.com/PDAL/PDAL/commit/5e3c222cbd468788f90d796705eb63b389943db2
  Author: chambbj <brad.chambers at gmail.com>
  Date:   2017-03-27 (Mon, 27 Mar 2017)

  Changed paths:
    M filters/PMFFilter.cpp
    M filters/PMFFilter.hpp
    M filters/SMRFilter.cpp
    M filters/SMRFilter.hpp
    M pdal/EigenUtils.cpp
    M pdal/EigenUtils.hpp
    M test/unit/EigenTest.cpp

  Log Message:
  -----------
  Merge pull request #1541 from PDAL/faster-morphology

Accelerate morphological operations


  Commit: 2969f8931fd4ceb626978310ccbb859ea959194d
      https://github.com/PDAL/PDAL/commit/2969f8931fd4ceb626978310ccbb859ea959194d
  Author: Weston Renoud <wrenoud at gmail.com>
  Date:   2017-03-27 (Mon, 27 Mar 2017)

  Changed paths:
    M doc/stages/filters.sort.rst
    M filters/SortFilter.cpp
    M filters/SortFilter.hpp
    M pdal/PointViewIter.hpp
    M test/unit/filters/SortFilterTest.cpp

  Log Message:
  -----------
  Add sort order option, with new descending sort #1121 (#1530)

* Add sort order Option, with new descending (largest to smallest) sort #1121

Default behavior remains unchanged.
This includes unittests and documentation updates.

* reformat sort filter to follow style guide

* undue change to sort filter test interations

I'm unsure if there is a reason for the number of iterations.

* better handling of unknown options for sort

per suggestion from @abellgithub

* wrong out text for SortOrder enum

* switch sort filter to std::stable_sort

needed a default constructor for pdal::PointViewIter

* update sort filter description in documentation

* bug exposed when trying to use std::stable_sort with the SortFilter


  Commit: 194e285a74a871b5a013882c9521825189275372
      https://github.com/PDAL/PDAL/commit/194e285a74a871b5a013882c9521825189275372
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-03-27 (Mon, 27 Mar 2017)

  Changed paths:
    M doc/development/compilation/index.rst
    M doc/stages/writers.las.rst
    M doc/tutorial/las.rst
    M doc/workshop/includes/substitutions.rst

  Log Message:
  -----------
  doc updates (las tutorial)


  Commit: 5ead5cb042e0c598f22c107a811c70bff22c61d3
      https://github.com/PDAL/PDAL/commit/5ead5cb042e0c598f22c107a811c70bff22c61d3
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-03-29 (Wed, 29 Mar 2017)

  Changed paths:
    M doc/development/compilation/index.rst
    M doc/stages/filters.sort.rst
    M doc/stages/writers.las.rst
    M doc/tutorial/las.rst
    M doc/workshop/includes/substitutions.rst
    M filters/PMFFilter.cpp
    M filters/PMFFilter.hpp
    M filters/SMRFilter.cpp
    M filters/SMRFilter.hpp
    M filters/SortFilter.cpp
    M filters/SortFilter.hpp
    M io/LasWriter.cpp
    M io/LasWriter.hpp
    M pdal/EigenUtils.cpp
    M pdal/EigenUtils.hpp
    M pdal/PointViewIter.hpp
    M pdal/Stage.cpp
    M plugins/pgpointcloud/io/PgWriter.cpp
    M test/unit/CMakeLists.txt
    M test/unit/EigenTest.cpp
    M test/unit/filters/SortFilterTest.cpp
    M test/unit/io/LasWriterTest.cpp
    M vendor/arbiter/arbiter.cpp
    M vendor/arbiter/arbiter.hpp

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


  Commit: bb7ffbbbf92a6bb98748b5a3bafd407841f85cd4
      https://github.com/PDAL/PDAL/commit/bb7ffbbbf92a6bb98748b5a3bafd407841f85cd4
  Author: Éric Lemoine <eric.lemoine at gmail.com>
  Date:   2017-03-29 (Wed, 29 Mar 2017)

  Changed paths:
    M plugins/pgpointcloud/test/PgpointcloudWriterTest.cpp

  Log Message:
  -----------
  Add a pgpointcloud test for the overwrite option (#1543)

This follows up on #1540.


  Commit: 923ed6e75fec225a668eb18334e834a8e17b329b
      https://github.com/PDAL/PDAL/commit/923ed6e75fec225a668eb18334e834a8e17b329b
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-03-29 (Wed, 29 Mar 2017)

  Changed paths:
    M doc/stages/writers.oci.rst
    M plugins/oci/io/OciWriter.cpp
    M plugins/oci/io/OciWriter.hpp

  Log Message:
  -----------
  Allow setting 'tolerance' for oracle geometry tolerance in writers.oci #810 (#1544)


  Commit: 98fb1b27b6433732fe716948f9dd867d2208ca1c
      https://github.com/PDAL/PDAL/commit/98fb1b27b6433732fe716948f9dd867d2208ca1c
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-03-29 (Wed, 29 Mar 2017)

  Changed paths:
    M LICENSE.txt

  Log Message:
  -----------
  update (c) to 2017


  Commit: f13967d6bd294be1760f301fab14bd1e6694fe74
      https://github.com/PDAL/PDAL/commit/f13967d6bd294be1760f301fab14bd1e6694fe74
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-03-29 (Wed, 29 Mar 2017)

  Changed paths:
    M plugins/nitf/CMakeLists.txt

  Log Message:
  -----------
  NITF build config for JSON include dirs


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

  Changed paths:
    M doc/development/metadata.rst

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


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

  Changed paths:
    M LICENSE.txt
    M doc/stages/writers.oci.rst
    M plugins/nitf/CMakeLists.txt
    M plugins/oci/io/OciWriter.cpp
    M plugins/oci/io/OciWriter.hpp
    M plugins/pgpointcloud/test/PgpointcloudWriterTest.cpp

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


  Commit: e8fb59bfe253f57bb990c8f1ae8fddd84281110c
      https://github.com/PDAL/PDAL/commit/e8fb59bfe253f57bb990c8f1ae8fddd84281110c
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2017-03-30 (Thu, 30 Mar 2017)

  Changed paths:
    M filters/OutlierFilter.cpp
    M filters/OutlierFilter.hpp
    M filters/PMFFilter.cpp
    M filters/PMFFilter.hpp
    M filters/SMRFilter.cpp
    M filters/SMRFilter.hpp
    M pdal/Segmentation.cpp
    M pdal/Segmentation.hpp

  Log Message:
  -----------
  Updating outlier, PMF, and SMRF filters

It is desirable to exclude noise points from further processing, as well as
anything but last returns (i.e., return number equals number of returns).
Although this can be accomplished with various other filters, we currently
require that those points be dropped from the PointView if we wanted to exclude
them from the bare earth filters. Provide a mechanism for segmenting last
returns and ignoring an optional, user-defined DimRange. Apply this to both
SMRF and PMF. This allows us to set them aside for the filtering step, without
losing them altogether.

This also marks the first point at which we remove the "extract" and "classify"
options from the PMF and outlier filters. Ground/noise points will always be
classified, but not extracted. Users wishing to extract ground or noise returns
should use the range filter as a downstream processing step.

The outlier filter now allows the user to specify the class they would like to
use for noise points. The default value for noise points has been changed from
18 to 7.

Finally, the outlier filter now uses online updates when computing mean,
variance, and standard deviation.


  Commit: faba4c42c52dfe4f7340ade145a6455cf5a3ad0b
      https://github.com/PDAL/PDAL/commit/faba4c42c52dfe4f7340ade145a6455cf5a3ad0b
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2017-03-30 (Thu, 30 Mar 2017)

  Changed paths:
    M filters/PMFFilter.cpp
    M filters/SMRFilter.cpp

  Log Message:
  -----------
  Don't fail if ignore option is unspecified, just use the input PointView


  Commit: e4834bef90c066215ade073d6393eeaaa276bdee
      https://github.com/PDAL/PDAL/commit/e4834bef90c066215ade073d6393eeaaa276bdee
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2017-03-30 (Thu, 30 Mar 2017)

  Changed paths:
    M filters/PMFFilter.cpp
    M filters/SMRFilter.cpp
    M test/unit/OldPCLBlockTest.cpp

  Log Message:
  -----------
  Append individual views to a single output view, rather than inserting into the
viewSet. Fixup tests.


  Commit: 32b8475cdfac7afc4ccc869210e26e3359253983
      https://github.com/PDAL/PDAL/commit/32b8475cdfac7afc4ccc869210e26e3359253983
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2017-03-30 (Thu, 30 Mar 2017)

  Changed paths:
    M filters/PMFFilter.cpp
    M filters/SMRFilter.cpp

  Log Message:
  -----------
  Don't fail when return information is missing. Just use all returns, but warn the user.


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

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

  Log Message:
  -----------
  doc typo


  Commit: 8b8d95429ca74edd36a17fd3994eb8f7d465d4ee
      https://github.com/PDAL/PDAL/commit/8b8d95429ca74edd36a17fd3994eb8f7d465d4ee
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-03-30 (Thu, 30 Mar 2017)

  Changed paths:
    M doc/stages/writers.las.rst
    M io/LasReader.cpp
    M io/LasWriter.cpp
    A test/data/las/spec_3.las
    M test/unit/io/LasWriterTest.cpp

  Log Message:
  -----------
  Forward VLR LASF_Spec/0 and LASF_Spec/3
Close #1547


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

  Changed paths:
    M doc/stages/filters.predicate.rst
    M doc/stages/filters.programmable.rst
    M pdal/plang/Invocation.cpp
    M pdal/plang/Invocation.hpp
    M plugins/python/CMakeLists.txt
    M plugins/python/filters/CMakeLists.txt
    M plugins/python/filters/PredicateFilter.cpp
    M plugins/python/filters/PredicateFilter.hpp
    M plugins/python/filters/ProgrammableFilter.cpp
    M plugins/python/filters/ProgrammableFilter.hpp
    M plugins/python/test/ProgrammableFilterTest.cpp

  Log Message:
  -----------
  Implement 'pdalargs' option for filters.predicate and filters.programmable to allow users to pass in a dictionary of arguments to the module #931 (#1546)

* Implement 'pdalargs' option for filters.predicate and filters.programmable to allow users to pass in a dictionary of arguments to the module #931

* fix up tests


  Commit: af5068a3faf3cf140059902ed66c41cf413423ba
      https://github.com/PDAL/PDAL/commit/af5068a3faf3cf140059902ed66c41cf413423ba
  Author: chambbj <brad.chambers at gmail.com>
  Date:   2017-03-31 (Fri, 31 Mar 2017)

  Changed paths:
    M filters/OutlierFilter.cpp
    M filters/OutlierFilter.hpp
    M filters/PMFFilter.cpp
    M filters/PMFFilter.hpp
    M filters/SMRFilter.cpp
    M filters/SMRFilter.hpp
    M pdal/Segmentation.cpp
    M pdal/Segmentation.hpp
    M test/unit/OldPCLBlockTest.cpp

  Log Message:
  -----------
  Merge pull request #1545 from PDAL/pmf-smrf-outlier-changes

Updating outlier, PMF, and SMRF filters


  Commit: 66f6de22b9a94c4d6c6af4473c5ec52031ed93f2
      https://github.com/PDAL/PDAL/commit/66f6de22b9a94c4d6c6af4473c5ec52031ed93f2
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-03-31 (Fri, 31 Mar 2017)

  Changed paths:
    R cmake/examples/mpg-config.bat
    R cmake/examples/pramsey-config.sh

  Log Message:
  -----------
  remove outdated cmake examples


  Commit: 317803ae559a6d2498177771861d8e068b8d344d
      https://github.com/PDAL/PDAL/commit/317803ae559a6d2498177771861d8e068b8d344d
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-03-31 (Fri, 31 Mar 2017)

  Changed paths:
    M .travis.yml
    M CMakeLists.txt
    M python/VERSION.txt
    M python/pdal/__init__.py

  Log Message:
  -----------
  increment versions in preparation for 1.5.0 release


  Commit: 9a42694b5e31b6457b2a957abc92d88c2c398ebb
      https://github.com/PDAL/PDAL/commit/9a42694b5e31b6457b2a957abc92d88c2c398ebb
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-03-31 (Fri, 31 Mar 2017)

  Changed paths:
    M filters/SortFilter.hpp

  Log Message:
  -----------
  remove redundant 'override' declaration in filters.sort


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

  Changed paths:
    M filters/OutlierFilter.cpp
    M filters/OutlierFilter.hpp
    M filters/PMFFilter.cpp
    M filters/PMFFilter.hpp
    M filters/SMRFilter.cpp
    M filters/SMRFilter.hpp
    M pdal/Segmentation.cpp
    M pdal/Segmentation.hpp
    M test/unit/OldPCLBlockTest.cpp

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


  Commit: 730821143ce82796c798c020b07e02a926109b78
      https://github.com/PDAL/PDAL/commit/730821143ce82796c798c020b07e02a926109b78
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-04-03 (Mon, 03 Apr 2017)

  Changed paths:
    M io/LasWriter.cpp

  Log Message:
  -----------
  initialize a loop variable to prevent returning uninitialzed data


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

  Changed paths:
    M plugins/mbio/CMakeLists.txt

  Log Message:
  -----------
  mbsystem cmake is case-sensitive


  Commit: 67630280f7b2289a6804decace010a88445ad823
      https://github.com/PDAL/PDAL/commit/67630280f7b2289a6804decace010a88445ad823
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-04-03 (Mon, 03 Apr 2017)

  Changed paths:
    M scripts/docker/Dockerfile

  Log Message:
  -----------
  build mbio and CPD by default in Docker build


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

  Changed paths:
    M scripts/docker/dependencies/Dockerfile

  Log Message:
  -----------
  add mbio and hauru to dependencies


  Commit: 3e98d50ddc37add6a927036df98dead63031d341
      https://github.com/PDAL/PDAL/commit/3e98d50ddc37add6a927036df98dead63031d341
  Author: Bas Couwenberg <sebastic at xs4all.nl>
  Date:   2017-04-03 (Mon, 03 Apr 2017)

  Changed paths:
    M cmake/laszip.cmake

  Log Message:
  -----------
  Fix build failure without LASzip. (#1549)


  Commit: fd72f8812a429fcf2d4fec4ba8a13cc847bf3aa6
      https://github.com/PDAL/PDAL/commit/fd72f8812a429fcf2d4fec4ba8a13cc847bf3aa6
  Author: Bas Couwenberg <sebastic at xs4all.nl>
  Date:   2017-04-03 (Mon, 03 Apr 2017)

  Changed paths:
    M cmake/laszip.cmake

  Log Message:
  -----------
  Fix LASZIP_LASZIP_DEFINES typo (#1550)

Replace LASZIP_LASZIP_DEFINES with LASZIP_DEFINES


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

  Changed paths:
    M cmake/laszip.cmake

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


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

  Changed paths:
    M doc/tutorial/las.rst
    M io/LasWriter.cpp
    M test/unit/io/LasWriterTest.cpp

  Log Message:
  -----------
  Edits to LAS tutorial.
Don't allow oversize VLRs when writing LAS 1.0 - 1.3
Close #1551


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

  Changed paths:
    M doc/tutorial/las.rst
    M io/LasWriter.cpp
    M test/unit/io/LasWriterTest.cpp

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


Compare: https://github.com/PDAL/PDAL/compare/46a3caced20e...0d03c5af0cc0


More information about the pdal-commits mailing list