[pdal-commits] [PDAL/PDAL] 9eafd3: Allow more flexible processing of return groups in...
GitHub
noreply at github.com
Tue Jun 26 09:57:21 PDT 2018
Branch: refs/heads/master
Home: https://github.com/PDAL/PDAL
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
**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