Get bounding box

operators.ops3d.get_bounding_box(client, in_file='simple.laz', dimension=3, out_file='bounding_box.npy', instance_type='x2large')
Get bounding box from las or laz file

get_bounding_box( client,
in_file=’simple.laz’,
dimension=3,
out_file=’bounding_box.npy’,
instance_type=’x2large’ )
Parameters:
  • in_file – Input .laz file path

  • dimension – Dimension of the point cloud

  • out_file – Output bounding box file path

  • instance_type – type of cloud instance used for processing