You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Issue created from this comment
#74 (comment)
To calculate the
PointCloud.native_resolution
we take theunits_factor
and multiply it by the pdal pipelinemetadata["filters.hexbin"]["avg_pt_spacing"]
. The hexbin filter as it stands ispdal.Filter.hexbin(edge_size=25, threshold=1)
. Theedge_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.The text was updated successfully, but these errors were encountered: