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

pdal.ground kernel is broken (PDAL 1.5) #1610

Closed
pierotofy opened this issue Jun 20, 2017 · 7 comments
Closed

pdal.ground kernel is broken (PDAL 1.5) #1610

pierotofy opened this issue Jun 20, 2017 · 7 comments
Milestone

Comments

@pierotofy
Copy link
Contributor

pierotofy commented Jun 20, 2017

From PDAL 1.5 (docker):

pdal ground -i anyfile.las -o out.las
PDAL: filters.pmf: Unexpected argument 'classify'.

I think a fix might be as simple as removing the classify parameter here: https://github.com/PDAL/PDAL/blob/master/kernels/GroundKernel.cpp#L83

But that might change the original behavior of the ground command, so perhaps there's a better solution.

@chambbj
Copy link
Member

chambbj commented Jun 20, 2017

Duplicate of #1578. Thought I'd fixed this. Will check.

@chambbj
Copy link
Member

chambbj commented Jun 20, 2017

@pierotofy Yep, had this in a branch and just never closed the loop on it. Assuming is passes all checks, I'll merge into master shortly. If you want to grab and build right away, it can be found here https://github.com/PDAL/PDAL/tree/issue/1578-ground-kernel.

@hobu
Copy link
Member

hobu commented Jun 20, 2017

Please merge this back to the 1.5-maintenance too, which will force a regeneration of the docker images

@hobu hobu added this to the 1.6 milestone Jun 20, 2017
@pierotofy
Copy link
Contributor Author

Thanks for looking into this so quickly!

One quick question about the --classify parameter: the docs said that using this parameter used to "Apply classification labels?". If I have an existing script that uses the --classify parameter is it safe to simply remove it?

@chambbj
Copy link
Member

chambbj commented Jun 20, 2017

Yes, you must remove it (as you have already seen!). But rest assured, if you need the classifications, they will still be there as long as extract=false.

@pierotofy
Copy link
Contributor Author

Fantastic, thank you!

@chambbj
Copy link
Member

chambbj commented Jun 20, 2017

@pierotofy pdal/pdal:1.5 is rebuilding (https://hub.docker.com/r/pdal/pdal/builds/). May want to check on it in an hour or so. Let us know if you have any more issues.

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

No branches or pull requests

3 participants