[pdal-commits] [PDAL/PDAL] fdee1a: Docker tweak for CONDA_PREFIX install (#3401)

Andrew Bell noreply at github.com
Wed Apr 14 07:55:19 PDT 2021


  Branch: refs/heads/lazperf
  Home:   https://github.com/PDAL/PDAL
  Commit: fdee1a5fc3ebfdfd931a56c031832a6fc153ec90
      https://github.com/PDAL/PDAL/commit/fdee1a5fc3ebfdfd931a56c031832a6fc153ec90
  Author: Howard Butler <howard at hobu.co>
  Date:   2021-04-02 (Fri, 02 Apr 2021)

  Changed paths:
    M scripts/docker/ubuntu/Dockerfile

  Log Message:
  -----------
  Docker tweak for CONDA_PREFIX install (#3401)

* Fix up docker configuration issues #3375

* updates

* install PDAL into CONDA_PREFIX


  Commit: ea0ff391723d9920ab768f7e461fab709909e1e9
      https://github.com/PDAL/PDAL/commit/ea0ff391723d9920ab768f7e461fab709909e1e9
  Author: Howard Butler <howard at hobu.co>
  Date:   2021-04-03 (Sat, 03 Apr 2021)

  Changed paths:
    M doc/tutorial/iowa.json

  Log Message:
  -----------
  fix iowa tutorial


  Commit: db3e98b7f2443a2be746bd1041ecbc30b7244595
      https://github.com/PDAL/PDAL/commit/db3e98b7f2443a2be746bd1041ecbc30b7244595
  Author: Howard Butler <howard at hobu.co>
  Date:   2021-04-03 (Sat, 03 Apr 2021)

  Changed paths:
    M scripts/docker/ubuntu/Dockerfile

  Log Message:
  -----------
  Merge branch 'master' of github.com:PDAL/PDAL


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

  Changed paths:
    M vendor/arbiter/arbiter.cpp

  Log Message:
  -----------
  Set Accept-Encoding header.


  Commit: a00819d42cfd1ecd7ab85c6d77ec277fa278aac9
      https://github.com/PDAL/PDAL/commit/a00819d42cfd1ecd7ab85c6d77ec277fa278aac9
  Author: Howard Butler <howard at hobu.co>
  Date:   2021-04-07 (Wed, 07 Apr 2021)

  Changed paths:
    M scripts/ci/linux/setup.sh
    M scripts/ci/osx/setup.sh
    M scripts/ci/win/setup.sh

  Log Message:
  -----------
  Get CI healthy(er)


  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: 6cc3e958f3dfe37012df3d0789800f74e2fddaa4
      https://github.com/PDAL/PDAL/commit/6cc3e958f3dfe37012df3d0789800f74e2fddaa4
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2021-04-12 (Mon, 12 Apr 2021)

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

  Log Message:
  -----------
  Add general filter options to cluster doc.


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

  Changed paths:
    M pdal/util/Utils.cpp
    M test/unit/UtilsTest.cpp

  Log Message:
  -----------
  Minor base64 decode cleanup. (#3414)


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

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

  Log Message:
  -----------
  Better error messages for case where point format is not allowed. (#3417)


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

  Changed paths:
    M pdal/Options.hpp
    M test/unit/OptionsTest.cpp

  Log Message:
  -----------
  Transit doubles through Option with 15 places of precision. (#3415)


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

  Changed paths:
    M io/LasReader.cpp
    M io/LasUtils.cpp
    M io/LasUtils.hpp
    M test/unit/io/LasReaderTest.cpp

  Log Message:
  -----------
  Make sure the extra dimension spec doesn't exceed the point size. (#3418)


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

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

  Log Message:
  -----------
  Don't take a double when we can't use it.


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

  Changed paths:
    M filters/StatsFilter.cpp

  Log Message:
  -----------
  Eliminate precision-loss warnings.


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

  Changed paths:
    M io/LasHeader.cpp
    M io/LasHeader.hpp
    M io/LasReader.cpp
    M io/LasUtils.cpp
    M io/LasUtils.hpp
    M io/LasWriter.cpp
    M pdal/Options.hpp
    M pdal/util/Utils.cpp
    M test/unit/OptionsTest.cpp
    M test/unit/UtilsTest.cpp
    M test/unit/io/LasReaderTest.cpp

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


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

  Changed paths:
    M filters/ZsmoothFilter.cpp

  Log Message:
  -----------
  Eliminate warning on Windows.


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

  Changed paths:
    M io/BpfWriter.cpp
    M io/SbetReader.cpp
    M pdal/util/FileUtils.cpp
    M plugins/i3s/io/SlpkReader.cpp

  Log Message:
  -----------
  Handle fileSize() failures where appropriate. (#3421)


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

  Changed paths:
    M io/LasWriter.cpp

  Log Message:
  -----------
  Update LAS driver description. (#3420)

Close #3403


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

  Changed paths:
    M kernels/PipelineKernel.cpp
    M pdal/PipelineManager.cpp
    M pdal/PipelineManager.hpp
    A test/data/pipeline/filter-only.json.in
    M test/data/pipeline/issue2937.json.in
    M test/unit/apps/pcpipelineTestJSON.cpp

  Log Message:
  -----------
  Detect filter-only pipeline. (#3419)

* Make sure when we run a pipeline without a reader.

* Add missed test file.

* Add input file to satisfy new pipeline requirement.


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

  Changed paths:
    M doc/stages/writer_opts.rst
    M doc/stages/writers.draco.rst
    M doc/stages/writers.raster.rst
    M pdal/Filter.cpp
    M pdal/Filter.hpp
    M pdal/Reader.cpp
    M pdal/Reader.hpp
    M pdal/Stage.cpp
    M pdal/Stage.hpp
    M pdal/Streamable.cpp
    M pdal/Writer.cpp
    M pdal/Writer.hpp
    M pdal/private/StageRunner.cpp
    M test/unit/WhereTest.cpp

  Log Message:
  -----------
  Add where support to writers (#3416)

* Extend where syntax to writers.

* Doc update.

* Change "filter" to "writer".

* Fix logic.


  Commit: 0b3e02fdb2df7737afaf5b0e3ab6c33fa092d37e
      https://github.com/PDAL/PDAL/commit/0b3e02fdb2df7737afaf5b0e3ab6c33fa092d37e
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2021-04-14 (Wed, 14 Apr 2021)

  Changed paths:
    M CMakeLists.txt
    M cmake/draco.cmake
    M doc/stages/filters.cluster.rst
    A doc/stages/filters.zsmooth.rst
    M doc/stages/writer_opts.rst
    M doc/stages/writers.draco.rst
    M doc/stages/writers.raster.rst
    M doc/tutorial/iowa.json
    M filters/GpsTimeConvert.cpp
    M filters/GpsTimeConvert.hpp
    M filters/StatsFilter.cpp
    A filters/ZsmoothFilter.cpp
    A filters/ZsmoothFilter.hpp
    M io/BpfWriter.cpp
    M io/LasHeader.cpp
    M io/LasHeader.hpp
    M io/LasReader.cpp
    M io/LasUtils.cpp
    M io/LasUtils.hpp
    M io/LasWriter.cpp
    M io/SbetReader.cpp
    M io/private/ept/EptInfo.cpp
    M io/private/ept/TileContents.hpp
    M kernels/PipelineKernel.cpp
    M pdal/Filter.cpp
    M pdal/Filter.hpp
    M pdal/Options.hpp
    M pdal/PipelineManager.cpp
    M pdal/PipelineManager.hpp
    M pdal/Reader.cpp
    M pdal/Reader.hpp
    M pdal/Stage.cpp
    M pdal/Stage.hpp
    M pdal/Streamable.cpp
    M pdal/Writer.cpp
    M pdal/Writer.hpp
    M pdal/compression/DeflateCompression.cpp
    A pdal/compression/GzipCompression.hpp
    M pdal/private/StageRunner.cpp
    M pdal/util/FileUtils.cpp
    M pdal/util/Utils.cpp
    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
    M scripts/docker/ubuntu/Dockerfile
    A test/data/pipeline/filter-only.json.in
    M test/data/pipeline/issue2937.json.in
    A test/data/text/largescan.txt
    M test/unit/OptionsTest.cpp
    M test/unit/UtilsTest.cpp
    M test/unit/WhereTest.cpp
    M test/unit/apps/pcpipelineTestJSON.cpp
    M test/unit/io/LasReaderTest.cpp
    M test/unit/io/LasWriterTest.cpp
    M vendor/arbiter/arbiter.cpp
    M vendor/arbiter/arbiter.hpp

  Log Message:
  -----------
  Merge remote-tracking branch 'origin' into lazperf


Compare: https://github.com/PDAL/PDAL/compare/0bf884ff2131...0b3e02fdb2df


More information about the pdal-commits mailing list