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

GitHub noreply at github.com
Fri Mar 17 08:52:46 PDT 2017


  Branch: refs/tags/docker-master
  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


Compare: https://github.com/PDAL/PDAL/compare/46a3caced20e...ca6c17001cc0


More information about the pdal-commits mailing list