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

edge_size should be a parameter when calculating resolution of PointClouds #75

Open
j9ac9k opened this issue Jun 21, 2023 · 0 comments
Open

Comments

@j9ac9k
Copy link
Collaborator

j9ac9k commented Jun 21, 2023

Issue created from this comment

#74 (comment)

To calculate the PointCloud.native_resolution we take the units_factor and multiply it by the pdal pipeline metadata["filters.hexbin"]["avg_pt_spacing"]. The hexbin filter as it stands is pdal.Filter.hexbin(edge_size=25, threshold=1). The edge_size parameter for this filter should be a parameter that users can configure if they want, as it is unlikely to be suitable for all lidar data collections.

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

1 participant