Hi all,
Has anyone had any luck trying to calculate a radius of on object from a point cloud?
I have point data for several structures (e.g., wind turbine, water towers etc) and I have a fairly detailed Surface Model.
Seems to be quite a tricky task for FME. I would probably try and clip the point cloud by some buffer which I assume will be bigger and then try and get all points which are some percentage of the max height withing the buffer.
Once I have the points then it would be about creating a convex hull and calculate radius based on area (assuming a circle).
Pretty crude...
Any other ideas would be welcome.
Thanks in Advance