I have LAZ files which I want to divide into smaller pointcloud (XYZ format) to use in another software. I cannot find how to split / divide a single pointcloud into smaller ones, based on point counts. For instance, splitting a single cloud of 20 M points into 4 clouds of 5 M points.
For now, I use the PointCloudCoercer to create single points, then add an attribute for "batch number" (with the point number), then re-create cloud merging the points according the the bach number. But this takes very long.
I you have any tricks, I would be happy to know it! Thanks.