View source: R/clip_lidR_ctgs.R
check_for_lax | R Documentation |
Check for LAX index files and create them as necessary. Indexing greatly increases the processingAn earlier version of this function overwrote the original LAS resulting in possible corruption of the original file if the process was interrupted. This updated version uses temporary files to avoid this problem.
check_for_lax(dir, n_cores = 1, write_lax = TRUE)
dir |
path to a directory containing .LAS or .LAZ files to index |
n_cores |
number of cores to create doSNOW cluster |
write_lax |
indicates if .lax file should be written ( |
check_for_lax('E:/my/las/dir/', n_cores=4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.