Skip to content

v3.0.3

Compare
Choose a tag to compare
@Jean-Romain Jean-Romain released this 04 Aug 13:08
· 715 commits to master since this release

lidR v3.0.3 (Release date: 2020-08-05)

  • New: tin() gains a parameter extrapolate to control how the method treats interpolation of points outside the convex hull determined by ground points. This solves #356
  • Doc: supported processing options in grid_terrain() were incorrect especially the buffer that is required.
  • Doc: in Wing2015() the mention about weak performance was removed since it was not longer true for a while.
  • Doc: clarification of the supported templates in man page named clip
  • Enhance: a more informative error is thrown when using {ORIGINALFILENAME} as a template in clip_*().
  • Misc: fix C++ error that will happen in next version of Rcpp ahead of the release of Rcpp. Thanks to @waltersom in #358