read_header | R Documentation |
read an las/laz file header
read_header(paths = NA, dir_las = NA, recursive = F, pattern = "[.]la.$", ...)
paths |
vector of paths to las files |
dir_las |
folder with las files in it |
recursive |
recurse into subdirectories |
pattern |
pattern to find las/laz files |
... |
other arguments to list.files |
read an las/laz file header
Revision History
1.0 | 2020 May 07 Split from read_las |
<Delete and Replace>
Jacob Strunk <Jacob.strunk@usda.gov>
read_dtm
gridmetrics
files=list.files("C:\\temp\\lidar_test\\",full.names=T) print(read_header("C:\\temp\\lidar_test\\183_302.las")) print(read_header(files))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.