View source: R/clip_lidR_ctgs.R
tile_large_LAS | R Documentation |
This function clips a large LAS object such as that from a
UAV-derived point cloud into smaller chunks using the
catalog_map
function.
tile_large_LAS(
las_path,
output_directory,
chunk_size = 100,
chunk_alighment = c(0, 0)
)
las_path |
character - path to large LAS file |
output_directory |
character - path to directory for output files. Outputs will be automatically named XLEFT_YBOTTOM.las' |
chunk_size |
numeric size of the chunks to break the file into |
chunk_alignment |
coordinates of origin of grid to which files |
library(lidR)
library(landecoutils)
large_file = 'C:/user/me/large_file.las'
output_location = 'C:/user/me/outputs/'
tile_large_LAS(large_file, output_location)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.