Select points by value folder

operators.ops3d.select_points_by_value_folder(client, folder_source_in='/folder_source_in', min_value=1, max_value=1, attribute='classification', folder_source_out='/folder_source_out', keep_empty='True', worker_instance_type='x2large', manager_instance_type='small', extension_file_source_in='.laz', extension_file_source_out='.laz', skip_existing_files=False)
Selects points by value of attribute

select_points_by_value_folder(client,
folder_source_in=’/folder_source_in’,
min_value=1,
max_value=1,
attribute=’classification’,
folder_source_out=’/folder_source_out’,
keep_empty=’True’,
worker_instance_type=’x2large’,
manager_instance_type=”small”,
extension_folder_source_in=”.segmented_object”,
extension_folder_source_out=”.aligned_points”,
skip_existing_files = False )
Parameters:
  • min_value – minimum value

  • max_value – maximum value

  • attribute – feature for selection

  • keep_empty – save empty files

  • folder_source_in – input folder data

  • folder_source_out – output folder

  • worker_instance_type – cloud instance type of worker nodes

  • manager_instance_type – cloud instance type of manager node

  • extension_folder_source_in – File extension of files in folder for folder_source_in

  • extension_folder_source_out – File extension of files in folder for folder_source_out

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