Description Usage Arguments Details Value Author(s) See Also Examples
scan a directory of dtm files
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)
 | 
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  | 
scan a directory of dtm files
Revision History
| 1.0 | 2017 March 08 Created | 
<Delete and Replace>
Jacob Strunk <Jstrunk@fs.fed.us>
scan_las
 read_dtm
 read_dtm_header
1  |  <Delete and Replace>
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.