scan_las: scan las files and add them to summary table

View source: R/scan_las.R

scan_lasR Documentation

scan las files and add them to summary table

Description

scan las files and add them to summary table

Usage

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
)

Arguments

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

Details

scan las files and add them to summary table


Revision History

1.0 2017 March 08 Created

Value

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 )

Author(s)

Jacob Strunk <Jstrunk@fs.fed.us>

See Also

scan_dtm
read_las

Examples


scan_las(project="test1", project_year="2015",dir_las="C:\\temp\\lidar_test\\",con=con_inv)


jstrunk001/RSForInvt documentation built on April 18, 2022, 11:03 p.m.