[pdal-commits] [PDAL/PDAL] 07a94d: Remove unused gzip from arbiter (#3412)

Andrew Bell noreply at github.com
Mon Apr 12 05:28:15 PDT 2021


  Branch: refs/heads/issue-3274
  Home:   https://github.com/PDAL/PDAL
  Commit: 07a94dfbef1e5f94d73a9b6a9ac9955c00c9c2cc
      https://github.com/PDAL/PDAL/commit/07a94dfbef1e5f94d73a9b6a9ac9955c00c9c2cc
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2021-04-09 (Fri, 09 Apr 2021)

  Changed paths:
    M pdal/compression/DeflateCompression.cpp
    A pdal/compression/GzipCompression.hpp
    M plugins/i3s/CMakeLists.txt
    M plugins/i3s/io/SlpkReader.cpp
    M plugins/i3s/io/SlpkReader.hpp
    M vendor/arbiter/arbiter.cpp
    M vendor/arbiter/arbiter.hpp

  Log Message:
  -----------
  Remove unused gzip from arbiter (#3412)

* Remove gzip decoding from arbiter.
Add gzip decompression.
Fix SLPK to use PDAL decompression rather than arbiter decompression.

* Missed file.


  Commit: 608d3d34c917d1812d3f4e0e87c026a143d6e2d2
      https://github.com/PDAL/PDAL/commit/608d3d34c917d1812d3f4e0e87c026a143d6e2d2
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2021-04-09 (Fri, 09 Apr 2021)

  Changed paths:
    M io/private/ept/EptInfo.cpp
    M io/private/ept/TileContents.hpp

  Log Message:
  -----------
  Fix names of dimensions received from ept.json. (#3404)


  Commit: 2f1bfc35f3874529cfc594e1c1b18a2f8358985c
      https://github.com/PDAL/PDAL/commit/2f1bfc35f3874529cfc594e1c1b18a2f8358985c
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2021-04-09 (Fri, 09 Apr 2021)

  Changed paths:
    M io/LasWriter.cpp
    A test/data/text/largescan.txt
    M test/unit/io/LasWriterTest.cpp

  Log Message:
  -----------
  Don't set scan_angle when writing point formats 6 or greater. (#3405)


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

  Changed paths:
    M io/LasHeader.cpp
    M io/LasHeader.hpp

  Log Message:
  -----------
  Allow 1.4 LAS to use geotiff for PDRF 0-5 (#3406)

* Don't use file version for determining geotiff/wkt.

* Allow geotiff in 1.4 files with dataformat 0-5 if the WKT bit is set.
Close #3242


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

  Changed paths:
    M io/LasWriter.cpp

  Log Message:
  -----------
  If there are no extended VLRs, set the offset to 0 (#3407)

* Don't try to test ext VLR position for zipped file.
Close #3348

* Set the VLR offsets to 0 if there are no offsets.

* VLR Offset is really header size.


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

  Changed paths:
    A doc/stages/filters.zsmooth.rst
    A filters/ZsmoothFilter.cpp
    A filters/ZsmoothFilter.hpp

  Log Message:
  -----------
  Add zsmooth filter (#3408)

* Add Zsmooth filter.

* Fix bad comment.

* Improve doc.


  Commit: 8a82a01fd739d1fd5a22923d4ff2c5212df96182
      https://github.com/PDAL/PDAL/commit/8a82a01fd739d1fd5a22923d4ff2c5212df96182
  Author: Howard Butler <howard at hobu.co>
  Date:   2021-04-11 (Sun, 11 Apr 2021)

  Changed paths:
    M CMakeLists.txt
    M cmake/draco.cmake
    M plugins/draco/CMakeLists.txt
    M scripts/ci/linux/cmake.sh
    M scripts/ci/linux/setup.sh
    M scripts/ci/osx/cmake.sh
    M scripts/ci/osx/setup.sh
    M scripts/ci/win/cmake.sh
    M scripts/ci/win/setup.sh
    M scripts/conda/osx.sh

  Log Message:
  -----------
  use pkgconfig to support draco 1.4.0+ (only) (#3413)

* use pkgconfig to support draco 1.4.0+ (only)

* Draco is opt-in, not opt-out

* osx build config

* use draco cmake config

* remove WITH_DRACO

* BUILD_PLUGIN_DRACO needed to build Draco support

* search lib64/pkgconfig for draco

* link to DRACO_LIBRARIES

* pkgconfig for win

* pkgconfig for win

* draco test linkage


  Commit: b7156bd7546fd7cb1d3c1130b20fa248c8d07d3f
      https://github.com/PDAL/PDAL/commit/b7156bd7546fd7cb1d3c1130b20fa248c8d07d3f
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2021-04-12 (Mon, 12 Apr 2021)

  Changed paths:
    M CMakeLists.txt
    M cmake/draco.cmake
    A doc/stages/filters.zsmooth.rst
    A filters/ZsmoothFilter.cpp
    A filters/ZsmoothFilter.hpp
    M io/LasHeader.cpp
    M io/LasHeader.hpp
    M io/LasWriter.cpp
    M io/private/ept/EptInfo.cpp
    M io/private/ept/TileContents.hpp
    M pdal/compression/DeflateCompression.cpp
    A pdal/compression/GzipCompression.hpp
    M plugins/draco/CMakeLists.txt
    M plugins/i3s/CMakeLists.txt
    M plugins/i3s/io/SlpkReader.cpp
    M plugins/i3s/io/SlpkReader.hpp
    M scripts/ci/linux/cmake.sh
    M scripts/ci/linux/setup.sh
    M scripts/ci/osx/cmake.sh
    M scripts/ci/osx/setup.sh
    M scripts/ci/win/cmake.sh
    M scripts/ci/win/setup.sh
    M scripts/conda/osx.sh
    A test/data/text/largescan.txt
    M test/unit/io/LasWriterTest.cpp
    M vendor/arbiter/arbiter.cpp
    M vendor/arbiter/arbiter.hpp

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


Compare: https://github.com/PDAL/PDAL/compare/1d9cc6e3e25d...b7156bd7546f


More information about the pdal-commits mailing list