photogrammetry_importer.file_handlers.point_data_file_handler

Module Contents

class photogrammetry_importer.file_handlers.point_data_file_handler.PointDataFileHandler

Class to read and write common point data files.

static parse_point_data_file(ifp, op=None)

Parse a point data file.

Supported file formats are: .ply, .pcd, .las, .laz, .asc, .pts and .csv.

Relies on the pyntcloud, the laspy and/or the lazrs library to parse the different file formats.