scan_las | R Documentation |
scan las files and add them to summary table
scan_las( project = "some_project", project_year = "2099", proj4_name = NA, proj4 = NA, dir_las = "", recursive = F, pattern = "[.]la.$", notes = "", create_polys = T, return = F )
project |
name of lidar project |
project_year |
year of lidar project |
proj4_name |
human interpretable name of projection |
proj4 |
proj4 string for projection |
dir_las |
where to find lidar files |
pattern |
pattern to use in searching for las files |
notes |
and descriptionn that may be helpful in using a project |
create_polys |
output shapefiles of polygon bboxes |
return |
T/F return objects |
scan las files and add them to summary table
Revision History
1.0 | 2017 March 08 Created |
NULL
or
list( project_id - data.frame with one one row ,las_ids - data.frame with as many rows as las files ,plys - SpatialPolygonsDataFrame with all of las tile extents )
Jacob Strunk <Jstrunk@fs.fed.us>
scan_dtm
read_las
scan_las(project="test1", project_year="2015",dir_las="C:\\temp\\lidar_test\\",con=con_inv)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.