Crop points to polygon
- operators.ops3d.crop_points_to_polygon(client, in_points_file='points.laz', in_polygon_file='polygon.pickle', out_file='cropped.laz', cols_in='', instance_type='x2large')
- crop_points_to_polygon( client,in_points_file=’points.laz’,in_polygon_file=’polygon.pickle’,out_file=’cropped.laz’,cols_in=’’,instance_type=’x2large’ )- Parameters:
- in_points_file – Input file path for the point cloud 
- in_polygon_file – Input file path for the polygon (pickle) 
- out_file – Output file path for the cropped point cloud 
- cols_in – columns to load 
- instance_type – type of cloud instance used for processing