You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clipping a catalog works despite no points being found (i.e. no error), however throws an error if opt_output_files() is set. I don't think this should create an error, rather no files should be written.
clip_roi(ctg, las_plots)
#> No point found for within region of interest 1.#> class : LAS (v1.4 format 6)#> memory : 13.2 Kb #> extent : 0, 0, 0, 0 (xmin, xmax, ymin, ymax)#> coord. ref. : NA #> area : 0 units²#> points : 0 points#> density : 0 points/units²
opt_output_files(ctg) <-"~/{RGID}"
clip_roi(ctg, las_plots)
#> No point found for within region of interest 1.#> Error: written_path is not character it is a NULL
The text was updated successfully, but these errors were encountered:
Clipping a catalog works despite no points being found (i.e. no error), however throws an error if
opt_output_files()
is set. I don't think this should create an error, rather no files should be written.The text was updated successfully, but these errors were encountered: