Read header from a .las or .laz file
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.
read.lasheader(file)
file |
filepath character string to the .las or .laz file |
A list
Other rlas:
write.las()
lazfile <- system.file("extdata", "example.las", package="rlas") lasheader <- read.lasheader(lazfile)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.