read.lasheader: Read header from a .las or .laz file

View source: R/readLAS.r

read.lasheaderR Documentation

Read header from a .las or .laz file

Description

Reads header from .las or .laz files according to LAS specifications and returns a list labeled according to LAS specifications. See the ASPRS documentation for the LAS file format.

Usage

read.lasheader(file)

Arguments

file

filepath character string to the .las or .laz file

Value

A list

See Also

Other rlas: write.las()

Examples

lazfile   <- system.file("extdata", "example.las", package="rlas")
lasheader <- read.lasheader(lazfile)

Jean-Romain/rlas documentation built on April 17, 2024, 1:25 p.m.