| readlasheader {rlas} | R Documentation |
Reads header from .las or .laz files in format 1 to 4 according to LAS specifications and returns
a list labeled according to LAS specifications. See the ASPRS documentation for the
LAS file format.
readlasheader(file)
file |
filepath character string to the .las or .laz file |
A list
Other rlas: readlasdata,
writelas
lazfile <- system.file("extdata", "example.laz", package="rlas")
lasheader <- readlasheader(lazfile)