[pdal-commits] [PDAL/PDAL] 83feb8: If a spatial query is passed to 'pdal info --summa...

Howard Butler noreply at github.com
Fri Dec 27 06:37:16 PST 2019


  Branch: refs/heads/tindex-non-filenames
  Home:   https://github.com/PDAL/PDAL
  Commit: 83feb8645cd573e670d199c66c46ebfa7c800c43
      https://github.com/PDAL/PDAL/commit/83feb8645cd573e670d199c66c46ebfa7c800c43
  Author: Connor Manning <connor at hobu.co>
  Date:   2019-10-15 (Tue, 15 Oct 2019)

  Changed paths:
    M io/EptReader.cpp

  Log Message:
  -----------
  If a spatial query is passed to 'pdal info --summary' for an EPT resource, determine an upper bound for the point count. (#2784)


  Commit: ce878aa29a85cb698fe56a2f9efdcde981c5e4d1
      https://github.com/PDAL/PDAL/commit/ce878aa29a85cb698fe56a2f9efdcde981c5e4d1
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-11-04 (Mon, 04 Nov 2019)

  Changed paths:
    M doc/stages/filters.stats.rst
    M filters/ColorinterpFilter.cpp
    M filters/StatsFilter.cpp
    M filters/StatsFilter.hpp
    M test/unit/apps/InfoTest.cpp
    M test/unit/filters/ColorinterpFilterTest.cpp
    M test/unit/filters/StatsFilterTest.cpp

  Log Message:
  -----------
  Fix statistics (#2793)

* Fixed normal dimension names (#2723)

* Check if inView is empty before setting m_size (#2727)

* Check if inView is empty before setting m_size

* return input PointView in the PointViewSet

* Fix stat calculations.
Add both sample and population statistics and excess kurtosis.
Clarify what we report in docs.

* Fix tests for stats fixes.

* Make baseline test.
Make stat names explicit.
Have stat baseline names return the sample statistics.


  Commit: 963a7dc22679f748a62578af588b972a7b399ea8
      https://github.com/PDAL/PDAL/commit/963a7dc22679f748a62578af588b972a7b399ea8
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-11-04 (Mon, 04 Nov 2019)

  Changed paths:
    M io/PlyWriter.cpp
    M test/unit/io/PlyWriterTest.cpp

  Log Message:
  -----------
  Clear dims so that they contain the proper number of elements if (#2792)

prepare() is called more than once.


  Commit: 01df61f908f424e1a639e538a2455b527750426f
      https://github.com/PDAL/PDAL/commit/01df61f908f424e1a639e538a2455b527750426f
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-11-07 (Thu, 07 Nov 2019)

  Changed paths:
    M vendor/kazhdan/MultiGridOctreeData.System.inl

  Log Message:
  -----------
  Initialize absurdly long array to 0. (#2801)


  Commit: 1c696298c586cbad7e269f731caa3e0fbbc60e03
      https://github.com/PDAL/PDAL/commit/1c696298c586cbad7e269f731caa3e0fbbc60e03
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-11-08 (Fri, 08 Nov 2019)

  Changed paths:
    M plugins/python/filters/PythonFilter.cpp
    M plugins/python/filters/PythonFilter.hpp
    M plugins/python/plang/Environment.cpp
    M plugins/python/plang/Invocation.cpp
    M plugins/python/plang/Invocation.hpp
    M plugins/python/test/PythonFilterTest.cpp

  Log Message:
  -----------
  Overhaul python filter (#2795)

* Rework python filter to clarify object ownership.
Check that we're either masking or modifying, not both.
Fix issue with multiple inputs (#2788).

* Add tests and arg checking.

* Remove deleter for python object pointer.


  Commit: 3b09514857eeaeee3ea280ee8203df33194ff24b
      https://github.com/PDAL/PDAL/commit/3b09514857eeaeee3ea280ee8203df33194ff24b
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-11-13 (Wed, 13 Nov 2019)

  Changed paths:
    M filters/TransformationFilter.cpp
    M filters/TransformationFilter.hpp
    M pdal/Reader.cpp
    M test/unit/filters/TransformationFilterTest.cpp

  Log Message:
  -----------
  Allow setting of spatial reference. (#2807)


  Commit: b02be45041098e5aa071f7698292de100919c7af
      https://github.com/PDAL/PDAL/commit/b02be45041098e5aa071f7698292de100919c7af
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-11-14 (Thu, 14 Nov 2019)

  Changed paths:
    M filters/HAGFilter.cpp
    R filters/private/delaunator-decl.hpp
    A filters/private/delaunator.cpp
    M filters/private/delaunator.hpp

  Log Message:
  -----------
  Break delaunator into pieces (#2808)

* Update delaunator to fix ODR issue with multiple headers.

* Use the standard delaunator header.

* Add missing headers.


  Commit: 7f29731a8d2dc48c4c22ffc40cebada0fc4d68e6
      https://github.com/PDAL/PDAL/commit/7f29731a8d2dc48c4c22ffc40cebada0fc4d68e6
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-11-20 (Wed, 20 Nov 2019)

  Changed paths:
    M doc/development/writing-filter.rst
    M doc/development/writing-reader.rst
    M doc/development/writing-writer.rst

  Log Message:
  -----------
  Add text explaining stage name/library name correspondence.


  Commit: 16d1f2cca77b181a7fd5cb6f32774df38cb196b1
      https://github.com/PDAL/PDAL/commit/16d1f2cca77b181a7fd5cb6f32774df38cb196b1
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-11-21 (Thu, 21 Nov 2019)

  Changed paths:
    M filters/private/delaunator.cpp
    M filters/private/delaunator.hpp

  Log Message:
  -----------
  Issue 2805 (#2814)

* Update delaunator to fix ODR issue with multiple headers.

* Use the standard delaunator header.

* Add missing headers.

* Guard min/max.


  Commit: 2e9feaa60e55829d3cb38c6bf8cf88c1b0f44175
      https://github.com/PDAL/PDAL/commit/2e9feaa60e55829d3cb38c6bf8cf88c1b0f44175
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-11-21 (Thu, 21 Nov 2019)

  Changed paths:
    M doc/development/writing-filter.rst
    M doc/development/writing-reader.rst
    M doc/development/writing-writer.rst

  Log Message:
  -----------
  Fix plugin names.


  Commit: f75e3370390693db1b9b9a994c956012bcfbe333
      https://github.com/PDAL/PDAL/commit/f75e3370390693db1b9b9a994c956012bcfbe333
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-11-21 (Thu, 21 Nov 2019)

  Changed paths:
    M filters/private/delaunator.cpp
    M filters/private/delaunator.hpp

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


  Commit: 9930cbf2e8dd4447af8046c1f731e9723ec31370
      https://github.com/PDAL/PDAL/commit/9930cbf2e8dd4447af8046c1f731e9723ec31370
  Author: chambbj <brad.chambers at gmail.com>
  Date:   2019-11-22 (Fri, 22 Nov 2019)

  Changed paths:
    M io/PcdHeader.cpp

  Log Message:
  -----------
  Convert PCD field names to lowercase strings (#2815)


  Commit: 766aaa286ba8fd13384ef159f16a75bd8b8cfdb7
      https://github.com/PDAL/PDAL/commit/766aaa286ba8fd13384ef159f16a75bd8b8cfdb7
  Author: zerotohero <zerotohero at users.noreply.github.com>
  Date:   2019-11-22 (Fri, 22 Nov 2019)

  Changed paths:
    M doc/project/docker.rst

  Log Message:
  -----------
  Update docker.rst (#2816)


  Commit: 147e7f40659f55905272399e7eb2b6f9dbef298f
      https://github.com/PDAL/PDAL/commit/147e7f40659f55905272399e7eb2b6f9dbef298f
  Author: Nicolas Chaulet <nicolas.chaulet at gmail.com>
  Date:   2019-11-25 (Mon, 25 Nov 2019)

  Changed paths:
    M io/LasWriter.cpp
    M test/unit/io/LasWriterTest.cpp

  Log Message:
  -----------
  Adding EVLR offset to las files (#2823)

* Adding EVLR offset to las files

* Better test

* Simplified test


  Commit: 3d27f95493bf053238436d6c3005d50f496a03b2
      https://github.com/PDAL/PDAL/commit/3d27f95493bf053238436d6c3005d50f496a03b2
  Author: Norman Barker <norman at tiledb.io>
  Date:   2019-11-25 (Mon, 25 Nov 2019)

  Changed paths:
    M plugins/tiledb/io/TileDBWriter.cpp

  Log Message:
  -----------
  cache TileDB attributes and remove extraneous call to schema (#2820)

* cache TileDB attributes and remove extraneous call to schema

* fixed tiledb error with calling schema


  Commit: ec08617b363e5f0772ff7289d8777326868ee2cd
      https://github.com/PDAL/PDAL/commit/ec08617b363e5f0772ff7289d8777326868ee2cd
  Author: Connor Manning <connor at hobu.co>
  Date:   2019-12-02 (Mon, 02 Dec 2019)

  Changed paths:
    M filters/SkewnessBalancingFilter.cpp

  Log Message:
  -----------
  Avoid potential descending for-loop wrapping (#2778)

* Avoid potential descending for-loop wrapping in the skewness balancing filter.

* Change to do-while loop to improve readability


  Commit: 3346e2bd0713defe14afbccf924d3d189b11ed5e
      https://github.com/PDAL/PDAL/commit/3346e2bd0713defe14afbccf924d3d189b11ed5e
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-12-03 (Tue, 03 Dec 2019)

  Changed paths:
    M filters/OverlayFilter.cpp
    M filters/private/pnp/GridPnp.hpp
    M io/EptReader.cpp
    M io/EptReader.hpp
    M pdal/Geometry.cpp
    M pdal/Geometry.hpp
    M pdal/Polygon.cpp
    M pdal/Polygon.hpp

  Log Message:
  -----------
  Put faster point-in-polygon in Polygon class (#2827)

* Temp

* Revert "Temp"

This reverts commit aeddaa7ebaf9acca1097e033b135e1e5dbe15043.

* Add pnpGrid point-in-polygon method to Polygon.
Use in OverlayFilter.
Close #2812

* Use polygon's contains() for points in EPT.

* Remove unnecessary header.


  Commit: fce5d58ddc83dccc92bedf73033d8ee2e2e0dfcf
      https://github.com/PDAL/PDAL/commit/fce5d58ddc83dccc92bedf73033d8ee2e2e0dfcf
  Author: Howard Butler <howard at hobu.co>
  Date:   2019-12-04 (Wed, 04 Dec 2019)

  Changed paths:
    M plugins/python/plang/Invocation.cpp
    M scripts/azp/osx.yml

  Log Message:
  -----------
  make sure to initialize outArrays (#2831)

* make sure to initialize outArrays

* conda channel ordering


  Commit: 55195c4511f658a94aeb37cdd044d50207de89e2
      https://github.com/PDAL/PDAL/commit/55195c4511f658a94aeb37cdd044d50207de89e2
  Author: Connor Manning <connor at hobu.co>
  Date:   2019-12-09 (Mon, 09 Dec 2019)

  Changed paths:
    M io/EptReader.cpp
    M io/EptReader.hpp
    M io/private/EptSupport.cpp
    M io/private/EptSupport.hpp
    A test/data/ept/ellipsoid-zstandard/ept-build.json
    A test/data/ept/ellipsoid-zstandard/ept-data/0-0-0-0.zst
    A test/data/ept/ellipsoid-zstandard/ept-hierarchy/0-0-0-0.json
    A test/data/ept/ellipsoid-zstandard/ept-sources/0.json
    A test/data/ept/ellipsoid-zstandard/ept-sources/list.json
    A test/data/ept/ellipsoid-zstandard/ept.json
    M test/unit/io/EptReaderTest.cpp

  Log Message:
  -----------
  EPT Zstandard support (#2783)

* Try to support zstandard compression back-end

* Test

* Removed non necessary move

* Properly distinguish EPT remote schema from the local PointLayout for binary datatype.  Add coresponding test.  Make the laszip test less intentionally degenerate.  Make lack of 'points' metadata non-fatal.

* Add Zstandard sample dataset and unit test.

* Make EPT streaming occur asynchronously with a lookahead buffer of nodes.

* Handle zero-point overlaps in streaming EPT reader, for when octree bounds overlap a query but no contained points overlap.

* Respect the threads option for EPT reader streaming.

* Update EPT streaming test, correct usage of the output point layout.

* Remove constness changes unrelated to EPT streaming for PR.

* Add zstandard stream test.

* Remove merge artifact that duplicated some code.

* Hook up Zstandard dataType for streaming.

* Add zstandard ifdefs.

* Re-check EPT data-type enum during processing.

* Explicitly check another EPT data-type during processing.

* Fix zstandard ifdef so tests run properly, move the reader's zstandard check out of the pooled processing loop to error out earlier if it's missing.

* Add utility function for processing binary data according to the remote EPT schema.

* Remove duplicate declaration.


  Commit: 672a711cc608bfe6b8b98801b0e087fd230deca8
      https://github.com/PDAL/PDAL/commit/672a711cc608bfe6b8b98801b0e087fd230deca8
  Author: Norman Barker <norman at tiledb.io>
  Date:   2019-12-09 (Mon, 09 Dec 2019)

  Changed paths:
    M doc/stages/writers.tiledb.rst
    M plugins/tiledb/CMakeLists.txt
    M plugins/tiledb/io/TileDBWriter.cpp
    M plugins/tiledb/io/TileDBWriter.hpp
    M plugins/tiledb/test/TileDBWriterTest.cpp

  Log Message:
  -----------
  tiledb: support attribute filters (#2828)


  Commit: 85db16bc79245de5cf2db884cb8e14862926ba30
      https://github.com/PDAL/PDAL/commit/85db16bc79245de5cf2db884cb8e14862926ba30
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-12-10 (Tue, 10 Dec 2019)

  Changed paths:
    M io/EptReader.cpp

  Log Message:
  -----------
  Guard against not having zstandard. (#2836)


  Commit: 07bffa7b89991d082cad8d300b984cb4f1f4aa7a
      https://github.com/PDAL/PDAL/commit/07bffa7b89991d082cad8d300b984cb4f1f4aa7a
  Author: Norman Barker <norman at tiledb.io>
  Date:   2019-12-11 (Wed, 11 Dec 2019)

  Changed paths:
    M plugins/tiledb/io/TileDBWriter.cpp

  Log Message:
  -----------
  tiledb: check attributes (#2837)


  Commit: 510bc65ca222fcbda3be90b51f5055a82367699a
      https://github.com/PDAL/PDAL/commit/510bc65ca222fcbda3be90b51f5055a82367699a
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-12-12 (Thu, 12 Dec 2019)

  Changed paths:
    M pdal/PipelineManager.cpp
    M pdal/StageFactory.cpp
    M test/unit/apps/TranslateTest.cpp

  Log Message:
  -----------
  Accept null output for pdal translate. (#2842)


  Commit: 25939eead241838adb7bf637f0d2e14763cabba5
      https://github.com/PDAL/PDAL/commit/25939eead241838adb7bf637f0d2e14763cabba5
  Author: Norman Barker <norman at tiledb.io>
  Date:   2019-12-13 (Fri, 13 Dec 2019)

  Changed paths:
    M plugins/tiledb/io/TileDBReader.cpp
    M plugins/tiledb/test/TileDBReaderTest.cpp

  Log Message:
  -----------
  tiledb: fix bbox option (#2844)


  Commit: 1064ae8c7a332cbc700103c803da2e69808a3ba2
      https://github.com/PDAL/PDAL/commit/1064ae8c7a332cbc700103c803da2e69808a3ba2
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-12-18 (Wed, 18 Dec 2019)

  Changed paths:
    M doc/stages/filters.hag.rst
    M filters/HAGFilter.cpp
    M filters/HAGFilter.hpp
    M pdal/EigenUtils.cpp
    M pdal/KDIndex.hpp
    A test/data/filters/hagtest.jpg
    A test/data/filters/hagtest.txt
    M test/unit/CMakeLists.txt
    A test/unit/filters/HAGFilterTest.cpp

  Log Message:
  -----------
  Improve filters.hag for delaunay case (#2846)

* First cut streamlining HAG filter.
Add first test and test data.

* Add filters.hag tests.
Update filters.hag documentation.

* Protect macro expansion of min/max.

* Eliminate case to simplify.

* Update delaunay creation.

* Merge fix.

* Don't calculate distance when we already have it.

* Refactor to clarify handling and eliminate potential divide-by-zero issues.

* Remove assertion.

* Update doc text.

* Update text for max_distance.


  Commit: e75ec01398dbe3c1069b922747bd44632f6596d1
      https://github.com/PDAL/PDAL/commit/e75ec01398dbe3c1069b922747bd44632f6596d1
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-12-18 (Wed, 18 Dec 2019)

  Changed paths:
    M doc/stages/filters.cluster.rst

  Log Message:
  -----------
  Explicitly state the name of the cluster ID dimension.


  Commit: b606d5ba2ea67868dd6a398b1e5ea946c453fbea
      https://github.com/PDAL/PDAL/commit/b606d5ba2ea67868dd6a398b1e5ea946c453fbea
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-12-18 (Wed, 18 Dec 2019)

  Changed paths:
    M doc/stages/filters.hag.rst
    M filters/HAGFilter.cpp
    M filters/HAGFilter.hpp
    M pdal/EigenUtils.cpp
    M pdal/KDIndex.hpp
    A test/data/filters/hagtest.jpg
    A test/data/filters/hagtest.txt
    M test/unit/CMakeLists.txt
    A test/unit/filters/HAGFilterTest.cpp

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


  Commit: 124061dde7fc8d80dae9a5d2fff94e80e138457c
      https://github.com/PDAL/PDAL/commit/124061dde7fc8d80dae9a5d2fff94e80e138457c
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-12-19 (Thu, 19 Dec 2019)

  Changed paths:
    M plugins/tiledb/io/TileDBReader.cpp
    M plugins/tiledb/io/TileDBReader.hpp
    M plugins/tiledb/io/TileDBWriter.cpp

  Log Message:
  -----------
  Fix filename handling for tiledb. (#2853)

* Fix filename handling for tiledb.
Handle tiledb exceptions.

* Update writer to match reader behavior.


  Commit: 7396fb209f8a784f048b83415b661a0a5fcf204e
      https://github.com/PDAL/PDAL/commit/7396fb209f8a784f048b83415b661a0a5fcf204e
  Author: Pravin Shinde <pshinde825 at gmail.com>
  Date:   2019-12-19 (Thu, 19 Dec 2019)

  Changed paths:
    M filters/private/delaunator.hpp
    M plugins/e57/CMakeLists.txt
    M plugins/e57/io/E57Reader.cpp
    M plugins/e57/io/E57Reader.hpp
    M plugins/e57/io/E57Writer.cpp
    M plugins/e57/io/E57Writer.hpp
    M plugins/e57/io/Scan.cpp
    M plugins/e57/io/Scan.hpp
    M plugins/e57/io/Utils.cpp
    M plugins/e57/io/Utils.hpp
    M plugins/e57/io/Uuid.cpp
    M plugins/e57/io/Uuid.hpp
    M plugins/e57/test/E57ReaderTest.cpp
    M plugins/e57/test/E57UtilsTest.cpp
    M plugins/e57/test/E57UuidTest.cpp
    M plugins/e57/test/E57WriterTest.cpp
    M plugins/e57/test/ScanTest.cpp
    A test/data/e57/A_B_different_dims.e57

  Log Message:
  -----------
  Adding enhancements in E57 plugins (#2847)

* Refactored E57 Reader.

* Added remote file reading support in E57

* fixed indents

* Resolved namespaces, chunksize and spelling mistakes.

* Combined switch cases, resolved e57 namespace in ScanTest.cpp

* Use Array instead of Map for rescale factors.

* Added rescaling optimizations.

* Minor adjustments

* Fixed windows build failure.

* Changed WIN32 to WINDOWS

* fixing CI

* Added more enhancements and features in E57 plugins

* Added test data

* Fixed linux build failure

* Addressing comments

* Changed chunk size to 10000.

* Correction in info text


  Commit: 743d44cf439ad7fd4f837de84261a5e3177264c0
      https://github.com/PDAL/PDAL/commit/743d44cf439ad7fd4f837de84261a5e3177264c0
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-12-20 (Fri, 20 Dec 2019)

  Changed paths:
    M filters/ClusterFilter.cpp
    M filters/ClusterFilter.hpp
    M pdal/Dimension.json

  Log Message:
  -----------
  Make ClusterID a built-in dimension. (#2854)


  Commit: ec934b2bb70c90d630d743cfe8f7017e804cb2cf
      https://github.com/PDAL/PDAL/commit/ec934b2bb70c90d630d743cfe8f7017e804cb2cf
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-12-20 (Fri, 20 Dec 2019)

  Changed paths:
    A test/data/filters/elm1.txt
    M test/unit/CMakeLists.txt
    A test/unit/filters/ELMFilterTest.cpp

  Log Message:
  -----------
  Add simple test for ELM filter. (#2855)


  Commit: fbedcaa444f7ea168ece4dd9033f35375165546c
      https://github.com/PDAL/PDAL/commit/fbedcaa444f7ea168ece4dd9033f35375165546c
  Author: Howard Butler <howard at hobu.co>
  Date:   2019-12-26 (Thu, 26 Dec 2019)

  Changed paths:
    M doc/development/writing-filter.rst
    M doc/development/writing-reader.rst
    M doc/development/writing-writer.rst
    M doc/project/docker.rst
    M doc/stages/filters.cluster.rst
    M doc/stages/filters.hag.rst
    M doc/stages/filters.stats.rst
    M doc/stages/writers.tiledb.rst
    M filters/ClusterFilter.cpp
    M filters/ClusterFilter.hpp
    M filters/ColorinterpFilter.cpp
    M filters/HAGFilter.cpp
    M filters/HAGFilter.hpp
    M filters/OverlayFilter.cpp
    M filters/SkewnessBalancingFilter.cpp
    M filters/StatsFilter.cpp
    M filters/StatsFilter.hpp
    M filters/TransformationFilter.cpp
    M filters/TransformationFilter.hpp
    R filters/private/delaunator-decl.hpp
    A filters/private/delaunator.cpp
    M filters/private/delaunator.hpp
    M filters/private/pnp/GridPnp.hpp
    M io/EptReader.cpp
    M io/EptReader.hpp
    M io/LasWriter.cpp
    M io/PcdHeader.cpp
    M io/PlyWriter.cpp
    M io/private/EptSupport.cpp
    M io/private/EptSupport.hpp
    M pdal/Dimension.json
    M pdal/EigenUtils.cpp
    M pdal/Geometry.cpp
    M pdal/Geometry.hpp
    M pdal/KDIndex.hpp
    M pdal/PipelineManager.cpp
    M pdal/Polygon.cpp
    M pdal/Polygon.hpp
    M pdal/Reader.cpp
    M pdal/StageFactory.cpp
    M plugins/e57/CMakeLists.txt
    M plugins/e57/io/E57Reader.cpp
    M plugins/e57/io/E57Reader.hpp
    M plugins/e57/io/E57Writer.cpp
    M plugins/e57/io/E57Writer.hpp
    M plugins/e57/io/Scan.cpp
    M plugins/e57/io/Scan.hpp
    M plugins/e57/io/Utils.cpp
    M plugins/e57/io/Utils.hpp
    M plugins/e57/io/Uuid.cpp
    M plugins/e57/io/Uuid.hpp
    M plugins/e57/test/E57ReaderTest.cpp
    M plugins/e57/test/E57UtilsTest.cpp
    M plugins/e57/test/E57UuidTest.cpp
    M plugins/e57/test/E57WriterTest.cpp
    M plugins/e57/test/ScanTest.cpp
    M plugins/python/filters/PythonFilter.cpp
    M plugins/python/filters/PythonFilter.hpp
    M plugins/python/plang/Environment.cpp
    M plugins/python/plang/Invocation.cpp
    M plugins/python/plang/Invocation.hpp
    M plugins/python/test/PythonFilterTest.cpp
    M plugins/tiledb/CMakeLists.txt
    M plugins/tiledb/io/TileDBReader.cpp
    M plugins/tiledb/io/TileDBReader.hpp
    M plugins/tiledb/io/TileDBWriter.cpp
    M plugins/tiledb/io/TileDBWriter.hpp
    M plugins/tiledb/test/TileDBReaderTest.cpp
    M plugins/tiledb/test/TileDBWriterTest.cpp
    M scripts/azp/osx.yml
    A test/data/e57/A_B_different_dims.e57
    A test/data/ept/ellipsoid-zstandard/ept-build.json
    A test/data/ept/ellipsoid-zstandard/ept-data/0-0-0-0.zst
    A test/data/ept/ellipsoid-zstandard/ept-hierarchy/0-0-0-0.json
    A test/data/ept/ellipsoid-zstandard/ept-sources/0.json
    A test/data/ept/ellipsoid-zstandard/ept-sources/list.json
    A test/data/ept/ellipsoid-zstandard/ept.json
    A test/data/filters/elm1.txt
    A test/data/filters/hagtest.jpg
    A test/data/filters/hagtest.txt
    M test/unit/CMakeLists.txt
    M test/unit/apps/InfoTest.cpp
    M test/unit/apps/TranslateTest.cpp
    M test/unit/filters/ColorinterpFilterTest.cpp
    A test/unit/filters/ELMFilterTest.cpp
    A test/unit/filters/HAGFilterTest.cpp
    M test/unit/filters/StatsFilterTest.cpp
    M test/unit/filters/TransformationFilterTest.cpp
    M test/unit/io/EptReaderTest.cpp
    M test/unit/io/LasWriterTest.cpp
    M test/unit/io/PlyWriterTest.cpp
    M vendor/kazhdan/MultiGridOctreeData.System.inl

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into tindex-non-filenames


Compare: https://github.com/PDAL/PDAL/compare/88929df3dd23...fbedcaa444f7


More information about the pdal-commits mailing list