[pdal-commits] [PDAL/PDAL] 54e35e: Fix segmentation of last returns (#2045)

GitHub noreply at github.com
Fri Jun 8 08:28:10 PDT 2018


  Branch: refs/heads/arrow
  Home:   https://github.com/PDAL/PDAL
  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: c22b1b65b812f52f5a08bdbcc91a18caf8fc78e9
      https://github.com/PDAL/PDAL/commit/c22b1b65b812f52f5a08bdbcc91a18caf8fc78e9
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-06-07 (Thu, 07 Jun 2018)

  Changed paths:
    M filters/PMFFilter.cpp
    M filters/SMRFilter.cpp
    M pdal/Segmentation.cpp
    M plugins/rdb/CMakeLists.txt

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


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

  Changed paths:
    M CMakeLists.txt
    M cmake/arrow.cmake
    M cmake/examples/hobu-config.sh
    M pdal/pdal_config.cpp
    M pdal/pdal_config.hpp
    A pdal/tables/ArrowTable.cpp
    A pdal/tables/ArrowTable.hpp
    M pdal_features.hpp.in

  Log Message:
  -----------
  wire up Arrow stuff


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