Retile grid to point cloud

operators.ops3d.retile_grid_to_point_cloud(client, in_path_grid='point_cloud_grid', in_path_mapping='file_mapping.txt', out_path_points='out.laz', instance_type='x2large')
retile point clouds to grid

retile_grid_to_point_cloud( client,
in_path_grid=’point_cloud_grid’,
in_path_mapping=’file_mapping.txt’,
out_path_points=’out.laz’,
instance_type=’x2large’ )
Parameters:
  • in_path_grid – folder that contains the retiled point clouds

  • in_path_mapping – Mapping that specifies, which point clouds of the grid intersect with the original point cloud

  • out_path_points – Output path for the merged point cloud

  • instance_type – type of cloud instance used for processing