[pdal-commits] [PDAL/PDAL] 124061: Fix filename handling for tiledb. (#2853)

Andrew Bell noreply at github.com
Wed Jan 8 09:11:20 PST 2020


  Branch: refs/heads/issue-2778
  Home:   https://github.com/PDAL/PDAL
  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: 3b09a694d3372d4c9a1daffb80131daac592fd8f
      https://github.com/PDAL/PDAL/commit/3b09a694d3372d4c9a1daffb80131daac592fd8f
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2020-01-02 (Thu, 02 Jan 2020)

  Changed paths:
    M cmake/gtest.cmake

  Log Message:
  -----------
  Remove what seem to be unnecessary property settings. (#2859)


  Commit: 1c3b53c0961327d87d78e568032faf0034149b1d
      https://github.com/PDAL/PDAL/commit/1c3b53c0961327d87d78e568032faf0034149b1d
  Author: Howard Butler <howard at hobu.co>
  Date:   2020-01-02 (Thu, 02 Jan 2020)

  Changed paths:
    M filters/TransformationFilter.cpp
    A test/data/filters/transform-newlines.txt
    A test/data/filters/transform-oneline.txt
    M test/unit/filters/TransformationFilterTest.cpp

  Log Message:
  -----------
  support providing 'matrix' option to filters.transformation via filenames (#2856)


  Commit: adf3d5bf0b5c0ab64506008044b39e1b55ff0883
      https://github.com/PDAL/PDAL/commit/adf3d5bf0b5c0ab64506008044b39e1b55ff0883
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2020-01-06 (Mon, 06 Jan 2020)

  Changed paths:
    M doc/stages/writers.las.rst
    M io/LasWriter.cpp

  Log Message:
  -----------
  Add "filesource_id" as an argument for the LAS writer. (#2863)


  Commit: bc7726ca03a8151b7d0d3acb1f1e434c18c9d866
      https://github.com/PDAL/PDAL/commit/bc7726ca03a8151b7d0d3acb1f1e434c18c9d866
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2020-01-07 (Tue, 07 Jan 2020)

  Changed paths:
    M filters/SkewnessBalancingFilter.cpp

  Log Message:
  -----------
  Change the processing a bit to simplify and eliminate array OOB problem.


  Commit: f7105378448f1dc9513ffa20120eec0d8bbeec5a
      https://github.com/PDAL/PDAL/commit/f7105378448f1dc9513ffa20120eec0d8bbeec5a
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2020-01-07 (Tue, 07 Jan 2020)

  Changed paths:
    M cmake/gtest.cmake
    M doc/stages/writers.las.rst
    M filters/ClusterFilter.cpp
    M filters/ClusterFilter.hpp
    M filters/TransformationFilter.cpp
    M filters/private/delaunator.hpp
    M io/LasWriter.cpp
    M pdal/Dimension.json
    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/tiledb/io/TileDBReader.cpp
    M plugins/tiledb/io/TileDBReader.hpp
    M plugins/tiledb/io/TileDBWriter.cpp
    A test/data/e57/A_B_different_dims.e57
    A test/data/filters/elm1.txt
    A test/data/filters/transform-newlines.txt
    A test/data/filters/transform-oneline.txt
    M test/unit/CMakeLists.txt
    A test/unit/filters/ELMFilterTest.cpp
    M test/unit/filters/TransformationFilterTest.cpp

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


  Commit: 31c03321aff7909b2be6974d410452d17f99ca14
      https://github.com/PDAL/PDAL/commit/31c03321aff7909b2be6974d410452d17f99ca14
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2020-01-07 (Tue, 07 Jan 2020)

  Changed paths:
    M plugins/e57/io/E57Reader.hpp

  Log Message:
  -----------
  Fix compiler warning.


  Commit: 8fe562b2c24b2e083fbc7e0baaf56fec37ef48ac
      https://github.com/PDAL/PDAL/commit/8fe562b2c24b2e083fbc7e0baaf56fec37ef48ac
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2020-01-07 (Tue, 07 Jan 2020)

  Changed paths:
    M plugins/e57/io/E57Reader.hpp

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


  Commit: 763d26c67d91ffeafc8dc4f0a8faae6e6f9ef1fa
      https://github.com/PDAL/PDAL/commit/763d26c67d91ffeafc8dc4f0a8faae6e6f9ef1fa
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2020-01-07 (Tue, 07 Jan 2020)

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

  Log Message:
  -----------
  Compilation fixes.


  Commit: 93cd5f7cbc4a957c0083a37533419f9310cdb2ea
      https://github.com/PDAL/PDAL/commit/93cd5f7cbc4a957c0083a37533419f9310cdb2ea
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2020-01-08 (Wed, 08 Jan 2020)

  Changed paths:
    M filters/SkewnessBalancingFilter.cpp
    M test/unit/CMakeLists.txt

  Log Message:
  -----------
  Rework to make more clear (hopefully) and eliminate potential OOB situations.


Compare: https://github.com/PDAL/PDAL/compare/31f56d882a75...93cd5f7cbc4a


More information about the pdal-commits mailing list