Skip to main content

write_las

Function write_las 

Source
pub fn write_las<W>(
    writer: W,
    cloud: &PointCloud,
    format: LasWriteFormat,
) -> Result<W, IoError>
where W: Write + Seek + Send + Sync + 'static,
Expand description

Writes a point cloud to a LAS/LAZ stream and returns the inner writer.