Voxel downsampling folder

operators.ops3d.voxel_downsampling_folder(client, folder_in='/folder_in', folder_out='/folder_out', voxel_size=0.1, dtype='', worker_instance_type='x2large', manager_instance_type='small', extension_file_in='.laz', extension_file_out='.laz', skip_existing_files=False)
deprecated, please use unfiorm_down_sampling_voxel instead!

voxel_downsampling_folder(client,
folder_in=’/folder_in’,
folder_out=’/folder_out’,
voxel_size=0.1,
dtype=’’,
worker_instance_type=’x2large’,
manager_instance_type=”small”,
extension_folder_in=”.laz”,
extension_folder_out=”.laz”,
skip_existing_files = False )
Parameters:
  • voxel_size – voxel size

  • dtype – values from point cloud, e.g. X,Y,Z

  • folder_in – input folder data

  • folder_out – output folder

  • worker_instance_type – cloud instance type of worker nodes

  • manager_instance_type – cloud instance type of manager node

  • extension_folder_in – File extension of files in folder for folder_in

  • extension_folder_out – File extension of files in folder for folder_out

  • skip_existing_files – skip files that already exist in the output folder