[pdal-commits] [PDAL/PDAL] 6a8296: Ignore points indicated by classbit, do not toss t...

Andrew Bell noreply at github.com
Tue May 26 06:47:40 PDT 2020


  Branch: refs/heads/2.1-maintenance
  Home:   https://github.com/PDAL/PDAL
  Commit: 6a82968bb7e8dd401b3b13895a0348aed557f61d
      https://github.com/PDAL/PDAL/commit/6a82968bb7e8dd401b3b13895a0348aed557f61d
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2020-05-26 (Tue, 26 May 2020)

  Changed paths:
    M doc/stages/filters.smrf.rst
    M filters/SMRFilter.cpp

  Log Message:
  -----------
  Ignore points indicated by classbit, do not toss them. Add (#3055)

documentation.


  Commit: d4c031d05c325499b29cb195cdc48957cb07158b
      https://github.com/PDAL/PDAL/commit/d4c031d05c325499b29cb195cdc48957cb07158b
  Author: zerotohero <zerotohero at users.noreply.github.com>
  Date:   2020-05-26 (Tue, 26 May 2020)

  Changed paths:
    M doc/tutorial/iowa-entwine.rst

  Log Message:
  -----------
  Quick grammatical update (#3063)

Might as well keep it as professional as possible.


  Commit: 0e9dc4a2ed527ba6d7b24093a16f4ae822a880cd
      https://github.com/PDAL/PDAL/commit/0e9dc4a2ed527ba6d7b24093a16f4ae822a880cd
  Author: jedfrechette <jedfrechette at gmail.com>
  Date:   2020-05-26 (Tue, 26 May 2020)

  Changed paths:
    M doc/stages/readers.pcd.rst
    M doc/stages/writers.pcd.rst

  Log Message:
  -----------
  PCD doc fix (#3065)

* Fix format link in reader.pcd docs

* Fix format link in writer.pcd docs


  Commit: 9e00fde7d544c33b5a6707530ce01592ee5065a0
      https://github.com/PDAL/PDAL/commit/9e00fde7d544c33b5a6707530ce01592ee5065a0
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2020-05-26 (Tue, 26 May 2020)

  Changed paths:
    M filters/SMRFilter.cpp

  Log Message:
  -----------
  Fix row/column calculation. (#3070)

Close #3069


  Commit: ea30f6b6d9cfb1f275e162a87580414d2799eb57
      https://github.com/PDAL/PDAL/commit/ea30f6b6d9cfb1f275e162a87580414d2799eb57
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2020-05-26 (Tue, 26 May 2020)

  Changed paths:
    M filters/SMRFilter.cpp
    M filters/SMRFilter.hpp

  Log Message:
  -----------
  Use neighbors() instead of knnSearch() to get only valid neighbors. (#3072)

* Use neighbors() instead of knnSearch() to get only valid neighbors.
Compute filled vector in place.

* Merge fix.


  Commit: 569410dc53fda31c36a619bf0f46d2c7c8deb6af
      https://github.com/PDAL/PDAL/commit/569410dc53fda31c36a619bf0f46d2c7c8deb6af
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2020-05-26 (Tue, 26 May 2020)

  Changed paths:
    M filters/private/delaunator.cpp

  Log Message:
  -----------
  Don't store distances in the comparator. (#3080)

* Don't store distances in the comparator.

* Remove header.


  Commit: 14ee30c28ac680f6d2b7c1b0f48718a839988a28
      https://github.com/PDAL/PDAL/commit/14ee30c28ac680f6d2b7c1b0f48718a839988a28
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2020-05-26 (Tue, 26 May 2020)

  Changed paths:
    M CMakeLists.txt
    M HOWTORELEASE.txt

  Log Message:
  -----------
  Implement SOVERSION naming rules and document behavior  (#3096)

* Perhaps foolproof lib numbering.

* Update release instructions

Co-authored-by: Andrew Bell <andrew.bell.ia at gmail.com>


  Commit: 06e00f66bcfeeb67d1575b1c911f200a1c7d8c0f
      https://github.com/PDAL/PDAL/commit/06e00f66bcfeeb67d1575b1c911f200a1c7d8c0f
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2020-05-26 (Tue, 26 May 2020)

  Changed paths:
    M io/LasReader.cpp
    M test/unit/io/LasReaderTest.cpp

  Log Message:
  -----------
  Don't add ClassFlags/ScanChannel unless we're processing pointformat 6-10. (#3095)


Compare: https://github.com/PDAL/PDAL/compare/d8d8547fed2b...06e00f66bcfe


More information about the pdal-commits mailing list