scan_dtm: scan a directory of dtm files

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

View source: R/scan_dtm.R

Description

scan a directory of dtm files

Usage

1
2
3
4
scan_dtm(project = "wa_dtm", 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_dtm = "", pattern = "[.]dtm$", 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_dtm

where to find dtm 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 a directory of dtm files


Revision History

1.0 2017 March 08 Created

Value

<Delete and Replace>

Author(s)

Jacob Strunk <Jstrunk@fs.fed.us>

See Also

scan_las
read_dtm
read_dtm_header

Examples

1
 <Delete and Replace>

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