View source: R/clip_lidR_ctgs.R
compress_las | R Documentation |
This function takes a directory of LAS files and compresses them to LAZ. The original LAS files are deleted assuming you want to save space.
compress_las(las_dir, n_cores, index = TRUE, delete_old = FALSE)
las_dir |
path to a directory containing .LAS files to compress |
n_cores |
number of cores to create doSNOW cluster |
## NOT RUN ##
# compress_las('E:/my/las/dir/', n_cores=2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.