Skip to content

Commit

Permalink
Fix 484
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Romain committed Oct 8, 2021
1 parent 2807938 commit a51496d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Type: Package
Title: Airborne LiDAR Data Manipulation and Visualization for Forestry
Applications
Version: 3.2.2
Date: 2021-10-04
Date: 2021-10-08
Authors@R: c(
person("Jean-Romain", "Roussel", email = "[email protected]", role = c("aut", "cre", "cph")),
person("David", "Auty", email = "", role = c("aut", "ctb"), comment = "Reviews the documentation"),
Expand Down
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ If you are viewing this file on CRAN, please check [the latest news on GitHub](h
## lidR v3.2.2 (Release date: ...)

- Enhance: `grid_*()` functions support a `RasterLayer` smaller than the point cloud ([#483](https://github.com/Jean-Romain/lidR/issues/483))
- Fix: `las_check()` with a `LAScatalog` and with `deep = TRUE` failed with a output file template ([#484](https://github.com/Jean-Romain/lidR/issues/484)).

## lidR v3.2.1 (Release date: 2021-09-27)

Expand Down
1 change: 1 addition & 0 deletions R/las_check.R
Original file line number Diff line number Diff line change
Expand Up @@ -663,6 +663,7 @@ las_check.LAScatalog = function(las, print = TRUE, deep = FALSE, ...)
opt_chunk_buffer(las) <- 0
opt_select(las) <- "*"
opt_filter(las) <- ""
opt_output_files(las) <- ""
opt_wall_to_wall(las) <- FALSE
if (print) opt_progress(las) <- FALSE
out <- catalog_apply(las, las_check, print = print)
Expand Down

0 comments on commit a51496d

Please sign in to comment.