[pdal-commits] [PDAL/PDAL] 5b1f7a: Improvements to filters.litree (#3520)

Andrew Bell noreply at github.com
Tue Sep 7 10:22:24 PDT 2021


  Branch: refs/heads/libdl
  Home:   https://github.com/PDAL/PDAL
  Commit: 5b1f7a5c22c4fd0fa5aceabf58f227fbb1294db0
      https://github.com/PDAL/PDAL/commit/5b1f7a5c22c4fd0fa5aceabf58f227fbb1294db0
  Author: chambbj <brad.chambers at gmail.com>
  Date:   2021-09-07 (Tue, 07 Sep 2021)

  Changed paths:
    M doc/stages/filters.litree.rst
    M filters/LiTreeFilter.cpp
    M filters/LiTreeFilter.hpp

  Log Message:
  -----------
  Improvements to filters.litree (#3520)

* Improvements to filters.litree

- roughly 8x speedup by eliminating repetitive KDtree builds and
  automatically assigning points to Ni if they are a set distance away
  (laterally) from the apex of the current tree Pi

- update docs -- descending sort of HeightAboveGround required

* Resolving PR comments

* guard std::max

Co-authored-by: Howard Butler <howard at hobu.co>


  Commit: 731974e1d3e700e1a2cee49d0d3fa7af3863dfd6
      https://github.com/PDAL/PDAL/commit/731974e1d3e700e1a2cee49d0d3fa7af3863dfd6
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2021-09-07 (Tue, 07 Sep 2021)

  Changed paths:
    M doc/stages/filters.litree.rst
    M filters/LiTreeFilter.cpp
    M filters/LiTreeFilter.hpp

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


  Commit: ba89aede44998c06fc549c4eb8d71eb41d6308ee
      https://github.com/PDAL/PDAL/commit/ba89aede44998c06fc549c4eb8d71eb41d6308ee
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2021-09-07 (Tue, 07 Sep 2021)

  Changed paths:
    M pdal/DynamicLibrary.cpp

  Log Message:
  -----------
  Necessary header.


Compare: https://github.com/PDAL/PDAL/compare/2dbc3f702099...ba89aede4499


More information about the pdal-commits mailing list