From ab1b7f75b3afb3084f7c319597fc4ef8ddf02ab4 Mon Sep 17 00:00:00 2001 From: jmmonnet <jean-matthieu.monnet@inrae.fr> Date: Fri, 22 Jul 2022 13:57:21 +0200 Subject: [PATCH] proceed with processing --- R/tree.detection.Rmd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/R/tree.detection.Rmd b/R/tree.detection.Rmd index ad406e5..23d29c4 100644 --- a/R/tree.detection.Rmd +++ b/R/tree.detection.Rmd @@ -759,6 +759,8 @@ cata <- lidR::readALSLAScatalog(lazdir, chunk_buffer = 10) # set coordinate system lidR::projection(cata) <- 2154 +# proceed with processing in case one chunk returns errors +cata@processing_options$stop_early <- FALSE # # CLUSTER PARAMETERS # specify to use two parallel sessions -- GitLab