[pdal-commits] [PDAL/PDAL] 9ad065: Compiler updates for poisson filter (#2031)

GitHub noreply at github.com
Wed Jun 13 14:28:58 PDT 2018


  Branch: refs/heads/arrow
  Home:   https://github.com/PDAL/PDAL
  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: 6b700061d7892c24f007c93562fdf7ec68643f47
      https://github.com/PDAL/PDAL/commit/6b700061d7892c24f007c93562fdf7ec68643f47
  Author: Howard Butler <howard at hobu.co>
  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
    M doc/python.rst
    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
    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 arrow


  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: 25a24364993e05853f39bd6cff787f46cb0c8b40
      https://github.com/PDAL/PDAL/commit/25a24364993e05853f39bd6cff787f46cb0c8b40
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-06-13 (Wed, 13 Jun 2018)

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

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


Compare: https://github.com/PDAL/PDAL/compare/d58274aca445...25a24364993e
      **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