[pdal-commits] [PDAL/PDAL] 66936c: Add avg option to NNdistance filter. (#2076)

GitHub noreply at github.com
Mon Jul 16 08:46:42 PDT 2018


  Branch: refs/heads/docfixes
  Home:   https://github.com/PDAL/PDAL
  Commit: 66936c950b3149926daf7886c69948a4a451b26b
      https://github.com/PDAL/PDAL/commit/66936c950b3149926daf7886c69948a4a451b26b
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-07-10 (Tue, 10 Jul 2018)

  Changed paths:
    A filters/NNDistanceFilter.cpp
    A filters/NNDistanceFilter.hpp
    M pdal/Dimension.json
    M test/unit/CMakeLists.txt
    A test/unit/filters/NNDistanceTest.cpp

  Log Message:
  -----------
  Add avg option to NNdistance filter. (#2076)

* Add nn distance dimension.

* Add general nearest neighbor distance filter.

* Migrate KDistanceFilter to more generic NNDistanceFilter.
Close #2071

* Full test.

* Add some test comments.

* Use distances, not square distances when computing averages.

* Remove unnecessary braces.


  Commit: 004a8480adff030cdadb67664d196da4132492b9
      https://github.com/PDAL/PDAL/commit/004a8480adff030cdadb67664d196da4132492b9
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-07-11 (Wed, 11 Jul 2018)

  Changed paths:
    M io/GDALWriter.cpp
    M test/unit/io/GDALWriterTest.cpp

  Log Message:
  -----------
  Reset GDAL grid when we start a file. (#2079)

Close #2074


  Commit: 2dd6dfbeecd4366f30cb006005f9768813e747ee
      https://github.com/PDAL/PDAL/commit/2dd6dfbeecd4366f30cb006005f9768813e747ee
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-07-11 (Wed, 11 Jul 2018)

  Changed paths:
    M CMakeLists.txt
    M cmake/modules/FindZSTD.cmake

  Log Message:
  -----------
  Fix FindZST.cmake (#2085)

* Fix FindZST.cmake.
Use proper variable for ZSTD library.
Close #2036

* Remove repetitive function.


  Commit: 95723489ab616b2d1d994d814359fa7646cb2e32
      https://github.com/PDAL/PDAL/commit/95723489ab616b2d1d994d814359fa7646cb2e32
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-07-16 (Mon, 16 Jul 2018)

  Changed paths:
    M CMakeLists.txt
    M cmake/modules/FindZSTD.cmake
    A filters/NNDistanceFilter.cpp
    A filters/NNDistanceFilter.hpp
    M io/GDALWriter.cpp
    M pdal/Dimension.json
    M test/unit/CMakeLists.txt
    A test/unit/filters/NNDistanceTest.cpp
    M test/unit/io/GDALWriterTest.cpp

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


  Commit: 6b381bff8ca42c6ecd237916dc84d44932a79e54
      https://github.com/PDAL/PDAL/commit/6b381bff8ca42c6ecd237916dc84d44932a79e54
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-07-16 (Mon, 16 Jul 2018)

  Changed paths:
    M doc/stages/references.bib

  Log Message:
  -----------
  Add dummy line in an attempt to resolve warnings.
Didn't work :(
Requested here: https://github.com/mcmtroffaes/sphinxcontrib-bibtex/issues/141


Compare: https://github.com/PDAL/PDAL/compare/b35b7697b339...6b381bff8ca4
      **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