scan_las: scan las files and add them to summary table

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/scan_las.R

Description

scan las files and add them to summary table

Usage

1
2
3
4
scan_las(project = "some_project", project_year = "2099",
  proj4_name = "NAD_1983_HARN_StatePlane_Washington_South_FIPS_4601_Feet",
  proj4 = "1395 +proj=lcc +lat_1=47.33333333333334 +lat_2=45.83333333333334 +lat_0=45.33333333333334 +lon_0=-120.5 +x_0=500000.0001016001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs",
  dir_las = "", pattern = "[.]la.$", notes = "", create_polys = T)

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

Details

scan las files and add them to summary table


Revision History

1.0 2017 March 08 Created

Value

<Delete and Replace>

Author(s)

Jacob Strunk <Jstrunk@fs.fed.us>

See Also

scan_dtm
read_las

Examples

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

jstrunk001/lasR documentation built on April 20, 2020, 7:24 a.m.