pub fn write_las_file(
path: impl AsRef<Path>,
cloud: &PointCloud,
format: LasWriteFormat,
) -> Result<(), IoError>Expand description
Writes a point cloud to a LAS/LAZ file on disk.
pub fn write_las_file(
path: impl AsRef<Path>,
cloud: &PointCloud,
format: LasWriteFormat,
) -> Result<(), IoError>Writes a point cloud to a LAS/LAZ file on disk.