[pdal-commits] [PDAL/PDAL] 580277: attempt to fix #2648 by getting current cmake inst...

Andrew Bell noreply at github.com
Thu Aug 1 06:34:01 PDT 2019


  Branch: refs/heads/issue-2415
  Home:   https://github.com/PDAL/PDAL
  Commit: 5802774f8c1f020b61a621c31e30578f6d9d4318
      https://github.com/PDAL/PDAL/commit/5802774f8c1f020b61a621c31e30578f6d9d4318
  Author: Howard Butler <howard at hobu.co>
  Date:   2019-07-31 (Wed, 31 Jul 2019)

  Changed paths:
    M scripts/docker/ubuntu/Dockerfile

  Log Message:
  -----------
  attempt to fix #2648 by getting current cmake installed


  Commit: 47643b7944a741881c89e3f7a57e5cd221870cd2
      https://github.com/PDAL/PDAL/commit/47643b7944a741881c89e3f7a57e5cd221870cd2
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-07-31 (Wed, 31 Jul 2019)

  Changed paths:
    M plugins/sqlite/CMakeLists.txt
    A plugins/sqlite/io/SQLiteCommon.cpp
    M plugins/sqlite/io/SQLiteCommon.hpp

  Log Message:
  -----------
  Make sure we're logging to a valid log. (#2649)

Close #2647


  Commit: ccb32884bd8b7863d4141d4278c7a8ad6bd55420
      https://github.com/PDAL/PDAL/commit/ccb32884bd8b7863d4141d4278c7a8ad6bd55420
  Author: chambbj <brad.chambers at gmail.com>
  Date:   2019-08-01 (Thu, 01 Aug 2019)

  Changed paths:
    M doc/stages/filters.covariancefeatures.rst
    M filters/CovarianceFeaturesFilter.cpp
    M filters/CovarianceFeaturesFilter.hpp
    M pdal/KDIndex.hpp
    M test/unit/KDIndexTest.cpp

  Log Message:
  -----------
  Add stride option (default=1) to KDIndex 3D neighbor search (#2650)

* Add stride option (default=1) to KDIndex 3D neighbor search

* Simplify downsampling of the strided neighbor search, and add comments

* Use the new KDIndex stride option when computing covariance features (still default to 1)

* We do not use valarray in KDIndex


  Commit: 9672be0f621b490f6a34562db54deb9fb50ca8a8
      https://github.com/PDAL/PDAL/commit/9672be0f621b490f6a34562db54deb9fb50ca8a8
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-08-01 (Thu, 01 Aug 2019)

  Changed paths:
    M doc/stages/filters.covariancefeatures.rst
    M filters/CovarianceFeaturesFilter.cpp
    M filters/CovarianceFeaturesFilter.hpp
    M pdal/KDIndex.hpp
    M plugins/sqlite/CMakeLists.txt
    A plugins/sqlite/io/SQLiteCommon.cpp
    M plugins/sqlite/io/SQLiteCommon.hpp
    M scripts/docker/ubuntu/Dockerfile
    M test/unit/KDIndexTest.cpp

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


Compare: https://github.com/PDAL/PDAL/compare/bd2a7b1e71e4...9672be0f621b


More information about the pdal-commits mailing list