[pdal-commits] [PDAL/PDAL] d1a5e7: Handle repeated options. (#2021)
GitHub
noreply at github.com
Wed Jun 27 09:09:37 PDT 2018
Branch: refs/heads/issue-2023
Home: https://github.com/PDAL/PDAL
Commit: d1a5e7d1c5a049e20418d0f0480590d76e97008e
https://github.com/PDAL/PDAL/commit/d1a5e7d1c5a049e20418d0f0480590d76e97008e
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2018-05-21 (Mon, 21 May 2018)
Changed paths:
M doc/apps/pipeline.rst
M doc/pipeline.rst
M pdal/PipelineReaderJSON.cpp
A test/data/pipeline/range_bad_limits.json.in
A test/data/pipeline/range_multi_limits.json.in
M test/unit/apps/pcpipelineTestJSON.cpp
Log Message:
-----------
Handle repeated options. (#2021)
* Handle repeated options.
Close #1941
* English language fix.
Commit: 0aabaee62584101205ffa5593ff836ba66d4768f
https://github.com/PDAL/PDAL/commit/0aabaee62584101205ffa5593ff836ba66d4768f
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2018-05-22 (Tue, 22 May 2018)
Changed paths:
M pdal/SpatialReference.cpp
Log Message:
-----------
Remove unused, confusing code.
Commit: 408a5f5bb8a062a4c22bf20e22aebeb9bc991bfc
https://github.com/PDAL/PDAL/commit/408a5f5bb8a062a4c22bf20e22aebeb9bc991bfc
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2018-05-23 (Wed, 23 May 2018)
Changed paths:
M pdal/Stage.cpp
M pdal/Stage.hpp
Log Message:
-----------
Split Stage::execute() in two to avoid recursion and make it clear (#2032)
what's being executed once and what's being run for each stage. It also
provides a place in the code that will be guaranteed to run only once per
user-invoked execution.
Commit: 7570b0a4f2d133ced720dc6fc5fc23bd8ddf558e
https://github.com/PDAL/PDAL/commit/7570b0a4f2d133ced720dc6fc5fc23bd8ddf558e
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2018-05-24 (Thu, 24 May 2018)
Changed paths:
M filters/ColorinterpFilter.cpp
M filters/StatsFilter.cpp
M filters/StatsFilter.hpp
M test/unit/filters/StatsFilterTest.cpp
Log Message:
-----------
Improve filters.stats (#2034)
* Fix comment.
* Enhance stats filter test to check higher-order statistics.
* Only compute average once.
Simplify a little math.
Add comments.
* Only run skewness/kurtosis in advanced mode.
Commit: ef27755cf6a8126c2d228aaa19390878d2403f81
https://github.com/PDAL/PDAL/commit/ef27755cf6a8126c2d228aaa19390878d2403f81
Author: Howard Butler <howard at hobu.co>
Date: 2018-05-29 (Tue, 29 May 2018)
Changed paths:
R scripts/docker/1.4-maintenance/alpine/10-backtrace-guards.patch
R scripts/docker/1.4-maintenance/alpine/Dockerfile
R scripts/docker/1.4-maintenance/ubuntu/Dockerfile
R scripts/docker/1.5-maintenance/alpine/10-backtrace-guards.patch
R scripts/docker/1.5-maintenance/alpine/Dockerfile
R scripts/docker/1.5-maintenance/ubuntu/Dockerfile
R scripts/docker/1.6-maintenance/alpine/Dockerfile
R scripts/docker/1.6-maintenance/ubuntu/Dockerfile
R scripts/docker/dependencies/Dockerfile
A scripts/docker/ubuntu/Dockerfile
A scripts/docker/ubuntu/dependencies/Dockerfile
Log Message:
-----------
ubuntu-based docker build
Commit: 3c5a0698a797df6e346081e91bf7d9b381936f5c
https://github.com/PDAL/PDAL/commit/3c5a0698a797df6e346081e91bf7d9b381936f5c
Author: Carl Anderson <carl.anderson at vadose.org>
Date: 2018-05-31 (Thu, 31 May 2018)
Changed paths:
M io/LasReader.cpp
M pdal/util/ProgramArgs.hpp
Log Message:
-----------
fix argument error message for true/false (#2039)
Commit: 9ef03d61a17509a26bd06b07694a8379fa2b55dd
https://github.com/PDAL/PDAL/commit/9ef03d61a17509a26bd06b07694a8379fa2b55dd
Author: chambbj <brad.chambers at gmail.com>
Date: 2018-06-01 (Fri, 01 Jun 2018)
Changed paths:
M .travis.yml
M scripts/ci/script.sh
A scripts/docker/Dockerfile.alpinedeps
Log Message:
-----------
Add Dockerfile to create pdal/dependencies:alpine and update build scripts to use it on Travis (#2040)
Commit: 5722e156ffcd3a1e2fda7d0f0f1cba254377ca96
https://github.com/PDAL/PDAL/commit/5722e156ffcd3a1e2fda7d0f0f1cba254377ca96
Author: Howard Butler <howard at hobu.co>
Date: 2018-06-03 (Sun, 03 Jun 2018)
Changed paths:
M vendor/arbiter/CMakeLists.txt
M vendor/arbiter/arbiter.cpp
M vendor/arbiter/arbiter.hpp
Log Message:
-----------
update arbiter to support windows globbing (#2043)
* update arbiter to support windows globbing
* need SHLWAPI for arbiter now for windows
Commit: d0cb25f18b81c802588d5a938b3bf8485b87aeb1
https://github.com/PDAL/PDAL/commit/d0cb25f18b81c802588d5a938b3bf8485b87aeb1
Author: Howard Butler <howard at hobu.co>
Date: 2018-06-05 (Tue, 05 Jun 2018)
Changed paths:
M plugins/rdb/CMakeLists.txt
Log Message:
-----------
link RDB with JSONCPP (#2046)
Commit: 54e35ebd3fe1255031eb983c04cb634ae7c72527
https://github.com/PDAL/PDAL/commit/54e35ebd3fe1255031eb983c04cb634ae7c72527
Author: chambbj <brad.chambers at gmail.com>
Date: 2018-06-06 (Wed, 06 Jun 2018)
Changed paths:
M filters/PMFFilter.cpp
M filters/SMRFilter.cpp
M pdal/Segmentation.cpp
Log Message:
-----------
Fix segmentation of last returns (#2045)
segmentLastReturns now defines last returns as those points whose ReturnNumber
equals the NumberOfReturns when the NumberOfReturns is greater than 1.
This segmentation is used in both the SMRF and PMF ground segmentation filters,
so ground segmentation results may differ from what was previously returned.
Commit: 75cded9bb61f23b7ec54ebf9c1111f1cfd718129
https://github.com/PDAL/PDAL/commit/75cded9bb61f23b7ec54ebf9c1111f1cfd718129
Author: Howard Butler <howard at hobu.co>
Date: 2018-06-06 (Wed, 06 Jun 2018)
Changed paths:
M plugins/rdb/CMakeLists.txt
Log Message:
-----------
update RDB linking as suggested in #2046 (#2048)
Commit: 9ad065975db7a4220c94d20c09310705e0bc4df9
https://github.com/PDAL/PDAL/commit/9ad065975db7a4220c94d20c09310705e0bc4df9
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2018-06-07 (Thu, 07 Jun 2018)
Changed paths:
M vendor/kazhdan/PoissonRecon.h
M vendor/kazhdan/point_source/AsciiPointSource.inl
M vendor/kazhdan/point_source/MemoryPointSource.h
M vendor/kazhdan/point_source/PlyPointSource.inl
M vendor/kazhdan/point_source/PointSource.h
M vendor/kazhdan/point_source/TransformedPointSource.h
Log Message:
-----------
Compiler updates for poisson filter (#2031)
* Updates from Mark Loyman.
* Set thread count to 1.
Commit: de8ca415e43eb8401040a51adcedc5ea90e734af
https://github.com/PDAL/PDAL/commit/de8ca415e43eb8401040a51adcedc5ea90e734af
Author: chambbj <brad.chambers at gmail.com>
Date: 2018-06-11 (Mon, 11 Jun 2018)
Changed paths:
M doc/python.rst
Log Message:
-----------
Add some Conda docs to python pages (#2052)
Fixes #2047 (assuming the Python compilation page is just stale output)
Commit: 80f876b1d7df7ef6f51b2f3f856912faeeeb8039
https://github.com/PDAL/PDAL/commit/80f876b1d7df7ef6f51b2f3f856912faeeeb8039
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2018-06-11 (Mon, 11 Jun 2018)
Changed paths:
M apps/pdal.cpp
M cmake/execinfo.cmake
A cmake/modules/FindLibexecinfo.cmake
A cmake/modules/FindLibunwind.cmake
A cmake/unwind.cmake
M dimbuilder/CMakeLists.txt
A pdal/util/Backtrace.cpp
A pdal/util/Backtrace.hpp
M pdal/util/CMakeLists.txt
M pdal/util/Utils.cpp
M pdal/util/Utils.hpp
A pdal/util/private/BacktraceExecinfo.cpp
A pdal/util/private/BacktraceImpl.hpp
A pdal/util/private/BacktraceNone.cpp
A pdal/util/private/BacktraceUnwind.cpp
Log Message:
-----------
Implement Backtrace for Libunwind (#2037)
* Add backtrace support for libunwind.
* Use proper execinfo backtrace function.
* Remove cruft.
* Make backtrace work on a system w/o libunwind.
* Small fixes.
Commit: 0796de17e2c0505ea17d4ff7b8604db7674e5747
https://github.com/PDAL/PDAL/commit/0796de17e2c0505ea17d4ff7b8604db7674e5747
Author: Éric Lemoine <eric.lemoine at gmail.com>
Date: 2018-06-13 (Wed, 13 Jun 2018)
Changed paths:
M doc/stages/writers.pgpointcloud.rst
M plugins/pgpointcloud/io/PgCommon.hpp
M plugins/pgpointcloud/io/PgWriter.cpp
Log Message:
-----------
Add pgpointcloud lazperf support (#2051)
Commit: cc254abfff1bb2a2d5ad845182973c52d92762fc
https://github.com/PDAL/PDAL/commit/cc254abfff1bb2a2d5ad845182973c52d92762fc
Author: chambbj <brad.chambers at gmail.com>
Date: 2018-06-13 (Wed, 13 Jun 2018)
Changed paths:
M kernels/GroundKernel.cpp
M kernels/GroundKernel.hpp
Log Message:
-----------
Add prefiltering options to ground kernel (#2054)
- Add a switch to optionally reset classifications prior to segmenting ground returns
- Add a switch to optionally denoise prior to segmenting ground returns
Fixes #1579
Commit: 6e2d2a7363b2969b6e895d21b7e8381978cad7cf
https://github.com/PDAL/PDAL/commit/6e2d2a7363b2969b6e895d21b7e8381978cad7cf
Author: chambbj <brad.chambers at gmail.com>
Date: 2018-06-13 (Wed, 13 Jun 2018)
Changed paths:
M doc/quickstart.rst
Log Message:
-----------
Rewrite quickstart docs with Conda focus, dropping Docker (#2056)
* Initial cut at rewriting Quickstart, short of replacing images
* Provide some sample outputs and update the autzen.laz download link
Careful readers will note the warning about datum.csv, etc. not being found.
This is a real thing. They exist and are installed, but are not being located
for some reason.
Commit: 944122ce72f185dd4b821d0e5150c910f17fc1c2
https://github.com/PDAL/PDAL/commit/944122ce72f185dd4b821d0e5150c910f17fc1c2
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2018-06-22 (Fri, 22 Jun 2018)
Changed paths:
M tools/nitfwrap/CMakeLists.txt
Log Message:
-----------
Fix build.
Commit: 08fb529e63db71491e530f3f1b737bf2b2ffe612
https://github.com/PDAL/PDAL/commit/08fb529e63db71491e530f3f1b737bf2b2ffe612
Author: Howard Butler <howard at hobu.co>
Date: 2018-06-22 (Fri, 22 Jun 2018)
Changed paths:
A CITATION
Log Message:
-----------
add CITATION file (#2063)
Commit: 9eafd35297c24fc852fc71d23d01bbc045302038
https://github.com/PDAL/PDAL/commit/9eafd35297c24fc852fc71d23d01bbc045302038
Author: chambbj <brad.chambers at gmail.com>
Date: 2018-06-26 (Tue, 26 Jun 2018)
Changed paths:
M filters/PMFFilter.cpp
M filters/SMRFilter.cpp
M pdal/Segmentation.cpp
M pdal/Segmentation.hpp
M test/unit/CMakeLists.txt
M test/unit/OldPCLBlockTest.cpp
A test/unit/filters/PMFFilterTest.cpp
A test/unit/filters/SMRFilterTest.cpp
Log Message:
-----------
Allow more flexible processing of return groups in ground filters (#2055)
* Allow more flexible processing of return groups in ground filters
Continue to default to processing last and only returns, but allow users to
specify any combination of "last", "first", "intermediate", and "only".
* Update the tests to handle returns as a StringList in filters.pmf
* Remove debug and unused variable
* Simplified logic
* Some error checking on returns
* Add simple tests for returns option
* Add tests for SMRF too
Commit: 76bdabdb6a47e3395397b7d9a56f239ff5e44fd0
https://github.com/PDAL/PDAL/commit/76bdabdb6a47e3395397b7d9a56f239ff5e44fd0
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2018-06-26 (Tue, 26 Jun 2018)
Changed paths:
M filters/OverlayFilter.cpp
M pdal/Streamable.cpp
M test/unit/StreamingTest.cpp
M test/unit/apps/pcpipelineTestJSON.cpp
Log Message:
-----------
Always emit a spatialReferenceChanged when processing starts (#2060)
* Make sure we emit a single spatialReferenceChanged() when processing
points with no SRS.
* Fix overlay filter to deal with SRS change to empty SRS.
Add more info to failed pipeline test message.
Commit: 8836217d1eef7a61a6abb3ff6c0409dc57a5e5a8
https://github.com/PDAL/PDAL/commit/8836217d1eef7a61a6abb3ff6c0409dc57a5e5a8
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2018-06-27 (Wed, 27 Jun 2018)
Changed paths:
M .travis.yml
A CITATION
M apps/pdal.cpp
M cmake/execinfo.cmake
A cmake/modules/FindLibexecinfo.cmake
A cmake/modules/FindLibunwind.cmake
A cmake/unwind.cmake
M dimbuilder/CMakeLists.txt
M doc/apps/pipeline.rst
M doc/pipeline.rst
M doc/python.rst
M doc/quickstart.rst
M doc/stages/writers.pgpointcloud.rst
M filters/ColorinterpFilter.cpp
M filters/OverlayFilter.cpp
M filters/PMFFilter.cpp
M filters/SMRFilter.cpp
M filters/StatsFilter.cpp
M filters/StatsFilter.hpp
M io/LasReader.cpp
M kernels/GroundKernel.cpp
M kernels/GroundKernel.hpp
M pdal/PipelineReaderJSON.cpp
M pdal/Segmentation.cpp
M pdal/Segmentation.hpp
M pdal/SpatialReference.cpp
M pdal/Stage.cpp
M pdal/Stage.hpp
M pdal/Streamable.cpp
A pdal/util/Backtrace.cpp
A pdal/util/Backtrace.hpp
M pdal/util/CMakeLists.txt
M pdal/util/ProgramArgs.hpp
M pdal/util/Utils.cpp
M pdal/util/Utils.hpp
A pdal/util/private/BacktraceExecinfo.cpp
A pdal/util/private/BacktraceImpl.hpp
A pdal/util/private/BacktraceNone.cpp
A pdal/util/private/BacktraceUnwind.cpp
M plugins/pgpointcloud/io/PgCommon.hpp
M plugins/pgpointcloud/io/PgWriter.cpp
M plugins/rdb/CMakeLists.txt
M scripts/ci/script.sh
R scripts/docker/1.4-maintenance/alpine/10-backtrace-guards.patch
R scripts/docker/1.4-maintenance/alpine/Dockerfile
R scripts/docker/1.4-maintenance/ubuntu/Dockerfile
R scripts/docker/1.5-maintenance/alpine/10-backtrace-guards.patch
R scripts/docker/1.5-maintenance/alpine/Dockerfile
R scripts/docker/1.5-maintenance/ubuntu/Dockerfile
R scripts/docker/1.6-maintenance/alpine/Dockerfile
R scripts/docker/1.6-maintenance/ubuntu/Dockerfile
A scripts/docker/Dockerfile.alpinedeps
R scripts/docker/dependencies/Dockerfile
A scripts/docker/ubuntu/Dockerfile
A scripts/docker/ubuntu/dependencies/Dockerfile
A test/data/pipeline/range_bad_limits.json.in
A test/data/pipeline/range_multi_limits.json.in
M test/unit/CMakeLists.txt
M test/unit/OldPCLBlockTest.cpp
M test/unit/StreamingTest.cpp
M test/unit/apps/pcpipelineTestJSON.cpp
A test/unit/filters/PMFFilterTest.cpp
A test/unit/filters/SMRFilterTest.cpp
M test/unit/filters/StatsFilterTest.cpp
M tools/nitfwrap/CMakeLists.txt
M vendor/arbiter/CMakeLists.txt
M vendor/arbiter/arbiter.cpp
M vendor/arbiter/arbiter.hpp
M vendor/kazhdan/PoissonRecon.h
M vendor/kazhdan/point_source/AsciiPointSource.inl
M vendor/kazhdan/point_source/MemoryPointSource.h
M vendor/kazhdan/point_source/PlyPointSource.inl
M vendor/kazhdan/point_source/PointSource.h
M vendor/kazhdan/point_source/TransformedPointSource.h
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into issue-2023
Compare: https://github.com/PDAL/PDAL/compare/fbd7df19225c...8836217d1eef
**NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
More information about the pdal-commits
mailing list