[pdal-commits] [PDAL/PDAL] 431de7: EPT reader filtering with both polygon and bounds ...

Andrew Bell noreply at github.com
Fri Sep 3 11:32:50 PDT 2021


  Branch: refs/heads/issue-3527
  Home:   https://github.com/PDAL/PDAL
  Commit: 431de7a785eb8911adb36b2dfb11fa05416dc5fe
      https://github.com/PDAL/PDAL/commit/431de7a785eb8911adb36b2dfb11fa05416dc5fe
  Author: Connor Manning <connor at hobu.co>
  Date:   2021-08-31 (Tue, 31 Aug 2021)

  Changed paths:
    M doc/stages/readers.ept.rst
    M io/EptReader.cpp
    M test/unit/io/EptReaderTest.cpp

  Log Message:
  -----------
  EPT reader filtering with both polygon and bounds (#3506)

* Fix EPT reader polygon/bounds interaction to require both to pass, matching 2.2 behavior.

* Fix spatial filter checks when filters are not present.

* Add EPT reader test for polygon/bounds combination query.

* Add doc note for readers.ept polygon/bounds combination behavior.


  Commit: 9448ade4f33c510ab05ec837e7295cae2b198803
      https://github.com/PDAL/PDAL/commit/9448ade4f33c510ab05ec837e7295cae2b198803
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2021-09-01 (Wed, 01 Sep 2021)

  Changed paths:
    M cmake/win32_compiler_options.cmake
    M filters/GreedyProjection.hpp
    M io/OptechReader.cpp
    M io/SbetReader.cpp
    M io/SbetWriter.cpp
    M test/unit/GeoreferenceTest.cpp

  Log Message:
  -----------
  Don't use _USE_MATH_DEFINES locally (#3524)

* Initialize UUID to null.
Close #3483

* Catch bounds exceptions.

* Remove local _USE_MATH_DEFINES


  Commit: 1a2b3d6a8e30200be0f761a3cbafe7e3e052b42c
      https://github.com/PDAL/PDAL/commit/1a2b3d6a8e30200be0f761a3cbafe7e3e052b42c
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2021-09-02 (Thu, 02 Sep 2021)

  Changed paths:
    M io/GeotiffSupport.cpp
    M pdal/pdal_internal.hpp

  Log Message:
  -----------
  Add more meaningful capability macros (#3526)

Make some more descriptive macros for windows-y stuff.
Simplify internal file.


  Commit: 6be96eb17ace4415a9637f43ff2a31ce67a11dca
      https://github.com/PDAL/PDAL/commit/6be96eb17ace4415a9637f43ff2a31ce67a11dca
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2021-09-02 (Thu, 02 Sep 2021)

  Changed paths:
    M cmake/win32_compiler_options.cmake
    M doc/stages/readers.ept.rst
    M filters/GreedyProjection.hpp
    M io/EptReader.cpp
    M io/GeotiffSupport.cpp
    M io/OptechReader.cpp
    M io/SbetReader.cpp
    M io/SbetWriter.cpp
    M pdal/pdal_internal.hpp
    M test/unit/GeoreferenceTest.cpp
    M test/unit/io/EptReaderTest.cpp

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


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

  Changed paths:
    M io/LasReader.cpp
    M pdal/compression/LazPerfVlrCompression.cpp
    M pdal/compression/LazPerfVlrCompression.hpp
    A test/data/laz/ellipsoid.copc.laz
    M test/unit/io/LasReaderTest.cpp

  Log Message:
  -----------
  Support reading and seeking with variable-sized chunks.


Compare: https://github.com/PDAL/PDAL/compare/c08f05160d27...cc299ac6bfdd


More information about the pdal-commits mailing list