pub fn read_las<R: BufRead + Seek + Send + Sync + 'static>( reader: R, ) -> Result<PointCloud, IoError>
Reads a complete LAS/LAZ stream.