Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add filters.ground and kernels.ground #716

Merged
merged 1 commit into from
Jan 21, 2015
Merged

Conversation

chambbj
Copy link
Member

@chambbj chambbj commented Jan 20, 2015

filters.ground is a PDAL filter that calls the PCL PMF code directly (vice
going through PCLBlock or the PCL pipeline)

kernels.ground is a PDAL kernel that calls filters.ground

The primary motivation for this is so that we can retain all input dimensions,
extracting only ground indices if desired, and labeling as ground if a
Classification dimension is present.

`filters.ground` is a PDAL filter that calls the PCL PMF code directly (vice
going through PCLBlock or the PCL pipeline)

`kernels.ground` is a PDAL kernel that calls `filters.ground`

The primary motivation for this is so that we can retain all input dimentions,
extracting only ground indices if desired, and labeling as ground if a
Classification dimension is present.
hobu added a commit that referenced this pull request Jan 21, 2015
Add `filters.ground` and `kernels.ground`
@hobu hobu merged commit f3a6db1 into master Jan 21, 2015
@hobu hobu deleted the issue/689-ground-filter branch January 21, 2015 22:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants