Is there some way I can make use of the featurereader to clip LAS files with the initiator?
Page 1 / 1
Hi @giskis, I don't think there is any way to clip a point cloud with the FeatureReader. Consider using the Clipper transformer after reading the LAS dataset.
Yes, you can create an object via the Creator (think of a bounding box) and use it as an initiator, just make sure you set the Spatial Filter correctly (intersect).
Hope this helps.
Yes, you can create an object via the Creator (think of a bounding box) and use it as an initiator, just make sure you set the Spatial Filter correctly (intersect).
Hope this helps.
Hi @giskis, I don't think there is any way to clip a point cloud with the FeatureReader. Consider using the Clipper transformer after reading the LAS dataset.