[pdal-commits] [PDAL/PDAL] 3c5a06: fix argument error message for true/false (#2039)

GitHub noreply at github.com
Fri Jun 15 08:26:03 PDT 2018


  Branch: refs/heads/nnfilter
  Home:   https://github.com/PDAL/PDAL
  Commit: 3c5a0698a797df6e346081e91bf7d9b381936f5c
      https://github.com/PDAL/PDAL/commit/3c5a0698a797df6e346081e91bf7d9b381936f5c
  Author: Carl Anderson <carl.anderson at vadose.org>
  Date:   2018-05-31 (Thu, 31 May 2018)

  Changed paths:
    M io/LasReader.cpp
    M pdal/util/ProgramArgs.hpp

  Log Message:
  -----------
  fix argument error message for true/false (#2039)


  Commit: 9ef03d61a17509a26bd06b07694a8379fa2b55dd
      https://github.com/PDAL/PDAL/commit/9ef03d61a17509a26bd06b07694a8379fa2b55dd
  Author: chambbj <brad.chambers at gmail.com>
  Date:   2018-06-01 (Fri, 01 Jun 2018)

  Changed paths:
    M .travis.yml
    M scripts/ci/script.sh
    A scripts/docker/Dockerfile.alpinedeps

  Log Message:
  -----------
  Add Dockerfile to create pdal/dependencies:alpine and update build scripts to use it on Travis (#2040)


  Commit: 5722e156ffcd3a1e2fda7d0f0f1cba254377ca96
      https://github.com/PDAL/PDAL/commit/5722e156ffcd3a1e2fda7d0f0f1cba254377ca96
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-06-03 (Sun, 03 Jun 2018)

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

  Log Message:
  -----------
  update arbiter to support windows globbing (#2043)

* update arbiter to support windows globbing

* need SHLWAPI for arbiter now for windows


  Commit: d0cb25f18b81c802588d5a938b3bf8485b87aeb1
      https://github.com/PDAL/PDAL/commit/d0cb25f18b81c802588d5a938b3bf8485b87aeb1
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-06-05 (Tue, 05 Jun 2018)

  Changed paths:
    M plugins/rdb/CMakeLists.txt

  Log Message:
  -----------
  link RDB with JSONCPP (#2046)


  Commit: 54e35ebd3fe1255031eb983c04cb634ae7c72527
      https://github.com/PDAL/PDAL/commit/54e35ebd3fe1255031eb983c04cb634ae7c72527
  Author: chambbj <brad.chambers at gmail.com>
  Date:   2018-06-06 (Wed, 06 Jun 2018)

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

  Log Message:
  -----------
  Fix segmentation of last returns (#2045)

segmentLastReturns now defines last returns as those points whose ReturnNumber
equals the NumberOfReturns when the NumberOfReturns is greater than 1.

This segmentation is used in both the SMRF and PMF ground segmentation filters,
so ground segmentation results may differ from what was previously returned.


  Commit: 75cded9bb61f23b7ec54ebf9c1111f1cfd718129
      https://github.com/PDAL/PDAL/commit/75cded9bb61f23b7ec54ebf9c1111f1cfd718129
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-06-06 (Wed, 06 Jun 2018)

  Changed paths:
    M plugins/rdb/CMakeLists.txt

  Log Message:
  -----------
  update RDB linking as suggested in #2046 (#2048)


  Commit: 9ad065975db7a4220c94d20c09310705e0bc4df9
      https://github.com/PDAL/PDAL/commit/9ad065975db7a4220c94d20c09310705e0bc4df9
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-06-07 (Thu, 07 Jun 2018)

  Changed paths:
    M vendor/kazhdan/PoissonRecon.h
    M vendor/kazhdan/point_source/AsciiPointSource.inl
    M vendor/kazhdan/point_source/MemoryPointSource.h
    M vendor/kazhdan/point_source/PlyPointSource.inl
    M vendor/kazhdan/point_source/PointSource.h
    M vendor/kazhdan/point_source/TransformedPointSource.h

  Log Message:
  -----------
  Compiler updates for poisson filter (#2031)

* Updates from Mark Loyman.

* Set thread count to 1.


  Commit: de8ca415e43eb8401040a51adcedc5ea90e734af
      https://github.com/PDAL/PDAL/commit/de8ca415e43eb8401040a51adcedc5ea90e734af
  Author: chambbj <brad.chambers at gmail.com>
  Date:   2018-06-11 (Mon, 11 Jun 2018)

  Changed paths:
    M doc/python.rst

  Log Message:
  -----------
  Add some Conda docs to python pages (#2052)

Fixes #2047 (assuming the Python compilation page is just stale output)


  Commit: 80f876b1d7df7ef6f51b2f3f856912faeeeb8039
      https://github.com/PDAL/PDAL/commit/80f876b1d7df7ef6f51b2f3f856912faeeeb8039
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-06-11 (Mon, 11 Jun 2018)

  Changed paths:
    M apps/pdal.cpp
    M cmake/execinfo.cmake
    A cmake/modules/FindLibexecinfo.cmake
    A cmake/modules/FindLibunwind.cmake
    A cmake/unwind.cmake
    M dimbuilder/CMakeLists.txt
    A pdal/util/Backtrace.cpp
    A pdal/util/Backtrace.hpp
    M pdal/util/CMakeLists.txt
    M pdal/util/Utils.cpp
    M pdal/util/Utils.hpp
    A pdal/util/private/BacktraceExecinfo.cpp
    A pdal/util/private/BacktraceImpl.hpp
    A pdal/util/private/BacktraceNone.cpp
    A pdal/util/private/BacktraceUnwind.cpp

  Log Message:
  -----------
  Implement Backtrace for Libunwind (#2037)

* Add backtrace support for libunwind.

* Use proper execinfo backtrace function.

* Remove cruft.

* Make backtrace work on a system w/o libunwind.

* Small fixes.


  Commit: 0796de17e2c0505ea17d4ff7b8604db7674e5747
      https://github.com/PDAL/PDAL/commit/0796de17e2c0505ea17d4ff7b8604db7674e5747
  Author: Éric Lemoine <eric.lemoine at gmail.com>
  Date:   2018-06-13 (Wed, 13 Jun 2018)

  Changed paths:
    M doc/stages/writers.pgpointcloud.rst
    M plugins/pgpointcloud/io/PgCommon.hpp
    M plugins/pgpointcloud/io/PgWriter.cpp

  Log Message:
  -----------
  Add pgpointcloud lazperf support (#2051)


  Commit: cc254abfff1bb2a2d5ad845182973c52d92762fc
      https://github.com/PDAL/PDAL/commit/cc254abfff1bb2a2d5ad845182973c52d92762fc
  Author: chambbj <brad.chambers at gmail.com>
  Date:   2018-06-13 (Wed, 13 Jun 2018)

  Changed paths:
    M kernels/GroundKernel.cpp
    M kernels/GroundKernel.hpp

  Log Message:
  -----------
  Add prefiltering options to ground kernel (#2054)

- Add a switch to optionally reset classifications prior to segmenting ground returns
- Add a switch to optionally denoise prior to segmenting ground returns

Fixes #1579


  Commit: 6e2d2a7363b2969b6e895d21b7e8381978cad7cf
      https://github.com/PDAL/PDAL/commit/6e2d2a7363b2969b6e895d21b7e8381978cad7cf
  Author: chambbj <brad.chambers at gmail.com>
  Date:   2018-06-13 (Wed, 13 Jun 2018)

  Changed paths:
    M doc/quickstart.rst

  Log Message:
  -----------
  Rewrite quickstart docs with Conda focus, dropping Docker (#2056)

* Initial cut at rewriting Quickstart, short of replacing images

* Provide some sample outputs and update the autzen.laz download link

Careful readers will note the warning about datum.csv, etc. not being found.
This is a real thing. They exist and are installed, but are not being located
for some reason.


  Commit: 9c8d30d8f5413bcf73901948522abba3e5d0c73b
      https://github.com/PDAL/PDAL/commit/9c8d30d8f5413bcf73901948522abba3e5d0c73b
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-06-15 (Fri, 15 Jun 2018)

  Changed paths:
    M .travis.yml
    M apps/pdal.cpp
    M cmake/execinfo.cmake
    A cmake/modules/FindLibexecinfo.cmake
    A cmake/modules/FindLibunwind.cmake
    A cmake/unwind.cmake
    M dimbuilder/CMakeLists.txt
    M doc/python.rst
    M doc/quickstart.rst
    M doc/stages/writers.pgpointcloud.rst
    M filters/PMFFilter.cpp
    M filters/SMRFilter.cpp
    M io/LasReader.cpp
    M kernels/GroundKernel.cpp
    M kernels/GroundKernel.hpp
    M pdal/Segmentation.cpp
    A pdal/util/Backtrace.cpp
    A pdal/util/Backtrace.hpp
    M pdal/util/CMakeLists.txt
    M pdal/util/ProgramArgs.hpp
    M pdal/util/Utils.cpp
    M pdal/util/Utils.hpp
    A pdal/util/private/BacktraceExecinfo.cpp
    A pdal/util/private/BacktraceImpl.hpp
    A pdal/util/private/BacktraceNone.cpp
    A pdal/util/private/BacktraceUnwind.cpp
    M plugins/pgpointcloud/io/PgCommon.hpp
    M plugins/pgpointcloud/io/PgWriter.cpp
    M plugins/rdb/CMakeLists.txt
    M scripts/ci/script.sh
    A scripts/docker/Dockerfile.alpinedeps
    M vendor/arbiter/CMakeLists.txt
    M vendor/arbiter/arbiter.cpp
    M vendor/arbiter/arbiter.hpp
    M vendor/kazhdan/PoissonRecon.h
    M vendor/kazhdan/point_source/AsciiPointSource.inl
    M vendor/kazhdan/point_source/MemoryPointSource.h
    M vendor/kazhdan/point_source/PlyPointSource.inl
    M vendor/kazhdan/point_source/PointSource.h
    M vendor/kazhdan/point_source/TransformedPointSource.h

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


Compare: https://github.com/PDAL/PDAL/compare/ff447f31c8fa...9c8d30d8f541
      **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the pdal-commits mailing list