scan_dtm | R Documentation |
scan a directory of dtm files
scan_dtm( project = "wa_dtm", project_year = "2099", proj4_name = c(NA, "NAD_1983_HARN_StatePlane_Washington_South_FIPS_4601_Feet"), proj4 = NA, dir_dtm = "", recursive = F, pattern = "[.]dtm$", notes = "", create_polys = T, update = T, return = F, debug = F )
project |
name of lidar project |
project_year |
year of lidar project |
proj4_name |
human interpretable name of projection if known |
proj4 |
override proj4 string associated with DTMS |
dir_dtm |
where to find dtm files |
recursive |
T/F recurse into dir_dtm subdirectories ? |
pattern |
pattern to use in searching for dtm 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 a directory of dtm files
Revision History
1.0 | 2017 March 08 Created |
NULL
or
list( project_id - data.frame with one one row ,dtm_ids - data.frame with as many rows as dtms ,plys - SpatialPolygonsDataFrame with all of dtm extents )
Jacob Strunk <Jstrunk@fs.fed.us>
scan_las
read_dtm
read_dtm_header
<Delete and Replace>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.