Skip to content

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

Open
@j9ac9k

Description

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.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions