read.lasheader {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.
read.lasheader(file)
file |
filepath character string to the .las or .laz file |
A list
Other rlas: write.las
lazfile <- system.file("extdata", "example.laz", package="rlas") lasheader <- read.lasheader(lazfile)