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,.ptsand.csv.Relies on the
pyntcloud, thelaspyand/or thelazrslibrary to parse the different file formats.