readLASheader | R Documentation |
Reads a .las or .laz file header into an object of class LASheader. This function strictly reads the header while the function readLAS can alter the header to fit the actual data loaded.
readLASheader(file)
file |
characters. Path to one file. |
A LASheader object
LASfile <- system.file("extdata", "Megaplot.laz", package="lidR")
header = readLASheader(LASfile)
print(header)
plot(header)
## Not run:
plot(header, mapview = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.