[pdal-commits] [PDAL/PDAL] dd588c: Minor base64 decode cleanup. (#3414)

Andrew Bell noreply at github.com
Thu Apr 22 12:27:25 PDT 2021


  Branch: refs/heads/issue-3282
  Home:   https://github.com/PDAL/PDAL
  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: f802f396bbed4f2a29217f3ef5e1b9ae41fbc481
      https://github.com/PDAL/PDAL/commit/f802f396bbed4f2a29217f3ef5e1b9ae41fbc481
  Author: chambbj <brad.chambers at gmail.com>
  Date:   2021-04-16 (Fri, 16 Apr 2021)

  Changed paths:
    M kernels/HausdorffKernel.cpp
    M pdal/PDALUtils.cpp
    M pdal/PDALUtils.hpp
    M test/unit/apps/HausdorffTest.cpp

  Log Message:
  -----------
  Refactor Hausdorff kernel and add modified Hausdorff metric as one of the outputs (#3361)

* Refactor Hausdorff kernel and add modified Hausdorff metric as one of
the outputs

* Address PR comments, retain original computeHausdorff utility


  Commit: 297a7c07363143a001bb2fe0f9f26f430b9ace25
      https://github.com/PDAL/PDAL/commit/297a7c07363143a001bb2fe0f9f26f430b9ace25
  Author: chambbj <brad.chambers at gmail.com>
  Date:   2021-04-20 (Tue, 20 Apr 2021)

  Changed paths:
    M doc/apps/chamfer.rst
    A doc/apps/eval.rst
    M doc/apps/hausdorff.rst
    A kernels/EvalKernel.cpp
    A kernels/EvalKernel.hpp

  Log Message:
  -----------
  Add EvalKernel (#3346)

* Add EvalKernel

Adds pdal application/subcommand to print a classification report when
given two input point clouds, one with predicted labels, another with
truth.

Contains a minor edit in Chamfer and Hausdorff kernel documentation,
where positional arguments were described as non-positional.

* Address PR comments, provide ability to specify truth/prediction label
dimensions

* Addressing more PR comments about docs


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

  Changed paths:
    M doc/apps/chamfer.rst
    A doc/apps/eval.rst
    M doc/apps/hausdorff.rst
    M doc/stages/writer_opts.rst
    M doc/stages/writers.draco.rst
    M doc/stages/writers.raster.rst
    M filters/GpsTimeConvert.cpp
    M filters/GpsTimeConvert.hpp
    M filters/StatsFilter.cpp
    M filters/ZsmoothFilter.cpp
    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
    A kernels/EvalKernel.cpp
    A kernels/EvalKernel.hpp
    M kernels/HausdorffKernel.cpp
    M kernels/PipelineKernel.cpp
    M pdal/Filter.cpp
    M pdal/Filter.hpp
    M pdal/Options.hpp
    M pdal/PDALUtils.cpp
    M pdal/PDALUtils.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/private/StageRunner.cpp
    M pdal/util/FileUtils.cpp
    M pdal/util/Utils.cpp
    M plugins/i3s/io/SlpkReader.cpp
    A test/data/pipeline/filter-only.json.in
    M test/data/pipeline/issue2937.json.in
    M test/unit/OptionsTest.cpp
    M test/unit/UtilsTest.cpp
    M test/unit/WhereTest.cpp
    M test/unit/apps/HausdorffTest.cpp
    M test/unit/apps/pcpipelineTestJSON.cpp
    M test/unit/io/LasReaderTest.cpp

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


  Commit: 417553baea501c5551ec05d489e5d0788691a04d
      https://github.com/PDAL/PDAL/commit/417553baea501c5551ec05d489e5d0788691a04d
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2021-04-22 (Thu, 22 Apr 2021)

  Changed paths:
    M pdal/util/FileUtils.cpp
    M pdal/util/FileUtils.hpp

  Log Message:
  -----------
  Use uintmax_t and arg defaults.


Compare: https://github.com/PDAL/PDAL/compare/b200887479c5...417553baea50


More information about the pdal-commits mailing list