Retile generate grid locally
- operators.ops3d.retile_generate_grid_locally(client, in_path='file.laz', dimension=3, grid_size='20,20,50', offset_factor=0.0, reference_point='', out_path_tiles='output_grid', out_path_mapping_slice_point_cloud='output_slice.txt', out_path_mapping_point_cloud_to_tiles='mapping_point_cloud_to_tiles.txt', out_path_mapping_tiles_to_point_cloud='mapping_tiles_to_point_cloud.txt', instance_type='x2large')
- Create grid for retileing individual point clouds
- retile_generate_grid_locally( client,in_path=’file.laz’,dimension=3,grid_size=’20,20,50’,offset_factor=0.,reference_point=’’,out_path_tiles=’output_grid’,out_path_mapping_slice_point_cloud=’output_slice.txt’,out_path_mapping_point_cloud_to_tiles=’mapping_point_cloud_to_tiles.txt’,out_path_mapping_tiles_to_point_cloud=’mapping_tiles_to_point_cloud.txt’,instance_type=’x2large’ )
- Parameters:
in_path – path to laz files to be retiled
dimension – Dimension to be retiled (x,y) or (x,y,z)
grid_size – Grid size for retileing
offset_factor – Offset factor for grid generation
reference_point – Reference point for grid generation, empty for default (min_x, min_y, min_z)
out_path_tiles – Output bounding box / tiles path
out_path_mapping_slice_point_cloud – Output path for mapping that contains the point clouds (including neighbouring point clouds) that are used to generate slices from point cloud x
out_path_mapping_point_cloud_to_tiles – Output path for mapping that contains the tiles that are generated from point cloud x
out_path_mapping_tiles_to_point_cloud – Output path for mapping that contains the point clouds that are used to generate tile x
instance_type – type of cloud instance used for processing