[pdal-commits] [PDAL/PDAL] ae289d: Handle fileSize() failures where appropriate. (#3421)
Andrew Bell
noreply at github.com
Thu Apr 22 10:58:21 PDT 2021
Branch: refs/heads/issue-3422
Home: https://github.com/PDAL/PDAL
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: 4168534c25246b421fbf64f5a25424508fe0ea0d
https://github.com/PDAL/PDAL/commit/4168534c25246b421fbf64f5a25424508fe0ea0d
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 io/BpfWriter.cpp
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/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 plugins/i3s/io/SlpkReader.cpp
A test/data/pipeline/filter-only.json.in
M test/data/pipeline/issue2937.json.in
M test/unit/WhereTest.cpp
M test/unit/apps/HausdorffTest.cpp
M test/unit/apps/pcpipelineTestJSON.cpp
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into issue-3422
Commit: 94567b2fef8a760ffd29365d320c3e07546a9f2b
https://github.com/PDAL/PDAL/commit/94567b2fef8a760ffd29365d320c3e07546a9f2b
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2021-04-22 (Thu, 22 Apr 2021)
Changed paths:
M pdal/util/Random.cpp
Log Message:
-----------
Easy random number seeding.
Compare: https://github.com/PDAL/PDAL/compare/2ef68be9b4cd...94567b2fef8a
More information about the pdal-commits
mailing list