Can you be a little graphical?
Can you share some sample data?
What are distance and angle? Related to what?
Basicaly you can clip the LIDAR data (you haven't specified it's format: raster, pointcloud, something else) to a buffer of the powerlines, get the orientation of each line, rotate everything in a single axis direction, profile everything, do a nearest neighbor to get distances and angles.
Use tree meshes and do some statistics on them to get z.max, a HullReplacer or SurfaceFootprintReplacer and a CenterPointExtractor to get x,y of the tree.
Can you be a little graphical?
Can you share some sample data?
What are distance and angle? Related to what?
Basicaly you can clip the LIDAR data (you haven't specified it's format: raster, pointcloud, something else) to a buffer of the powerlines, get the orientation of each line, rotate everything in a single axis direction, profile everything, do a nearest neighbor to get distances and angles.
Use tree meshes and do some statistics on them to get z.max, a HullReplacer or SurfaceFootprintReplacer and a CenterPointExtractor to get x,y of the tree.
The distance and the angle refer to the trees to the closest portion of the powerline, the LiDAR data is a point cloud processed into a .pcp format. Unable to share the sample data due to company security policies.
The end goal I suppose is to extract as much information relating the vegetation to the powerlines as possible for graphing in Power BI at a later stage in the process.