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', instance_type='x2large')

crop_points_to_polygon( client,
in_points_file=’points.laz’,
in_polygon_file=’polygon.pickle’,
out_file=’cropped.laz’,
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

  • instance_type – type of cloud instance used for processing