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

Replace 'pdal ground' kernel usage of filters.pmf with filters.smrf¬ #2427

Merged
merged 4 commits into from
May 3, 2019

Conversation

hobu
Copy link
Member

@hobu hobu commented Mar 27, 2019

  • add 'ignore' and 'returns' option¬
  • reflect filters.smrf options

 * add 'ignore' and 'returns' option¬
 * reflect filters.smrf options
Copy link
Member

@chambbj chambbj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

window and slope defaults should match SMRF defaults, not previous PMF defaults for ground kernel (18 and 0.15, respectively).

@@ -81,6 +81,12 @@ void GroundKernel::addSwitches(ProgramArgs& args)
args.add("extract", "Extract ground returns?", m_extract);
args.add("reset", "Reset classifications prior to segmenting?", m_reset);
args.add("denoise", "Apply statistical outlier removal prior to segmenting?", m_denoise);
args.add("returns", "Include last returns?", m_returns,
{"last", "only"});
args.add("scalar", "Elevation scalar?", m_scalar, 1.25);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You add the scalar arg, but never set it as an option.

@hobu hobu added this to the 2.0 milestone Mar 27, 2019
@abellgithub
Copy link
Contributor

needs docs modified. Perhaps wait until I merge the 1.9 changes.

@hobu hobu merged commit 7acd9d3 into master May 3, 2019
@hobu hobu deleted the ground-kernel-smrf branch May 3, 2019 15:22
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

3 participants