View source: R/project_subset.R View source: R/lasR_subset.R
project_subset | R Documentation |
supply a polygon and subset tiles in a lasR project
supply a polygon and subset tiles in a lasR project
project_subset( project_ply, subset_ply, path_out_gpkg = NA, layer_out_gpkg = "project_subset", path_out_csv = c(NA, ""), ignore_proj4 = T, return = F, plot = T ) project_subset( project_ply, subset_ply, path_out_gpkg = NA, layer_out_gpkg = "project_subset", path_out_csv = c(NA, ""), ignore_proj4 = T, return = F, plot = T )
ignore_proj4 |
should proj4 differences be ignored |
return |
should the subset project be returned |
plot |
show a plot of project subset |
path_project |
path to project file |
path_shapefile |
path to shapefile |
dir_out |
where to put subset |
<Delete and Replace>
Revision History
1.0 | 2017 April 14 Implemented |
<Delete and Replace>
Revision History
1.0 | 2017 April 14 Implemented |
Jacob Strunk <Jstrunk@fs.fed.us>
Jacob Strunk <Jstrunk@fs.fed.us>
lasR_project
scan_las
scan_dtm
lasR_project
scan_las
scan_dtm
lasR_proj_small=lasR_subset("C:\\projects\\2017_WA_DSM_Pilot\\DSM_Pilot_A_lasR\\intersections.csv" ,"C:\\projects\\2017_WA_DSM_Pilot\\boundary\\extentB.shp" ,dir_out="C:\\projects\\2017_WA_DSM_Pilot\\DSM_Pilot_A_lasR\\subset_project\\" ) lasR_proj_small=lasR_subset("C:\\projects\\2017_WA_DSM_Pilot\\DSM_Pilot_A_lasR\\intersections.csv" ,"C:\\projects\\2017_WA_DSM_Pilot\\boundary\\extentB.shp" ,dir_out="C:\\projects\\2017_WA_DSM_Pilot\\DSM_Pilot_A_lasR\\subset_project\\" )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.