project_subset: subset tiles in a RSForInvt project

View source: R/project_subset.R View source: R/lasR_subset.R

project_subsetR Documentation

subset tiles in a RSForInvt project

Description

supply a polygon and subset tiles in a lasR project

supply a polygon and subset tiles in a lasR project

Usage

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
)

Arguments

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

Details

<Delete and Replace>


Revision History

1.0 2017 April 14 Implemented

<Delete and Replace>


Revision History

1.0 2017 April 14 Implemented

Author(s)

Jacob Strunk <Jstrunk@fs.fed.us>

Jacob Strunk <Jstrunk@fs.fed.us>

See Also

lasR_project
scan_las
scan_dtm

lasR_project
scan_las
scan_dtm

Examples

 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\\"
 )


jstrunk001/RSForInvt documentation built on April 18, 2022, 11:03 p.m.