Crop circle

operators.ops3d.crop_circle(client, in_file='file.laz', out_file='cropped.laz', latitude=1, longitude=1, lat_lon_file='lat_lon.laz', radius=75, cols='', max_num_processes=0, instance_type='x2large')

crop_circle( client,
in_file=’file.laz’,
out_file=’cropped.laz’,
latitude=1,
longitude=1,
lat_lon_file=’lat_lon.laz’,
radius=75,
cols=’’,
max_num_processes=0,
instance_type=’x2large’ )
Parameters:
  • in_file – input file

  • out_file – output file

  • latitude – latitude

  • longitude – longitude

  • lat_lon_file – (optional) file with lat lon coordinates

  • radius – radius for cropping

  • cols – columns to be used, leave empty for all

  • max_num_processes – maximum number of processes

  • instance_type – type of cloud instance used for processing