[pdal-commits] [PDAL/PDAL] 0546e2: Fix circle/sphere cropping.

GitHub noreply at github.com
Wed Jan 4 08:41:20 PST 2017


  Branch: refs/heads/cropfilter
  Home:   https://github.com/PDAL/PDAL
  Commit: 0546e2bd66e3e89ef9b971dbfc3f8170d20cd5cc
      https://github.com/PDAL/PDAL/commit/0546e2bd66e3e89ef9b971dbfc3f8170d20cd5cc
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-01-04 (Wed, 04 Jan 2017)

  Changed paths:
    M filters/CropFilter.cpp
    M filters/CropFilter.hpp
    M filters/private/crop/Point.cpp
    M filters/private/crop/Point.hpp
    M pdal/Polygon.cpp
    M pdal/Polygon.hpp
    M test/unit/filters/CropFilterTest.cpp

  Log Message:
  -----------
  Fix circle/sphere cropping.
Remove use of KDIndex (slow, slow, slow).
Don't allow transformation of any geometry type to polygon.


  Commit: 76fae893274edf783cb389da958ae12c7926ec2e
      https://github.com/PDAL/PDAL/commit/76fae893274edf783cb389da958ae12c7926ec2e
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-01-04 (Wed, 04 Jan 2017)

  Changed paths:
    M filters/CropFilter.cpp
    M pdal/GDALUtils.cpp
    M pdal/GDALUtils.hpp

  Log Message:
  -----------
  Transform point centers in crop filter.


Compare: https://github.com/PDAL/PDAL/compare/ceffe7e8b795...76fae893274e


More information about the pdal-commits mailing list