Skip to main content

Hi everyone, I'd like to divide (extract) my point cloud data (LAS, forest) by elevation of points, e.g. one dataset would be points from 0-2 meters, 2-5, 5-10, etc., please share a good and simple tool in FME, thanks in advance!

The PointCloudFilter is the transformer to use for this

Note: they will remain as point clouds, so if you want as points you would need to coerce them to points with a PointCloudCoercer


The PointCloudFilter is the transformer to use for this

Note: they will remain as point clouds, so if you want as points you would need to coerce them to points with a PointCloudCoercer

Great, thank you @ebygomm!!!


Reply