Select points by value

operators.ops3d.select_points_by_value(client, file_source_in='segmented_object', min_value=1, max_value=1, attribute='classification', file_source_out='aligned_points', keep_empty='True', instance_type='x2large')
Selects points by value of attribute

select_points_by_value( client,
file_source_in=’segmented_object’,
min_value=1,
max_value=1,
attribute=’classification’,
file_source_out=’aligned_points’,
keep_empty=’True’,
instance_type=’x2large’ )
Parameters:
  • file_source_in – input file data

  • min_value – minimum value

  • max_value – maximum value

  • attribute – feature for selection

  • file_source_out – output file

  • keep_empty – save empty files

  • instance_type – type of cloud instance used for processing