v2.2.4
lidR v2.2.4 (Release date: 2020-04-24)
FIXES
-
Fix segfault on Windows 64 bits when constructing a proj4 from some specific modern WTK strings using
doCheckCRSArgs = FALSE
. #323 sp #75 -
Fix wrong gpstime matching in
lasrangecorrection()
at the edge of flightlines #327. -
Fix error when building the clusters with a partial processing and a realignment #332.
-
Fix error in
lasclip()
andlasmergespatial()
withsf
objects when the coordinates are not stored in a column namedgeometry
. Thank to Michael Koontz in #335. -
lasrangecorrection()
no longer mess-up the original sensor data. See #336
ENHANCEMENTS
-
Enhancements made here and there to improve the support of the CRS when reading and checking a LAS file.
-
crs not found
message is no longer displayed when building a LAS object. This message appeared with an update ofrgdal
orsp
. It is now gone. -
sensor_tracking()
now throws an error for the invalid case reported in #327 -
lascheck()
now reports trouble for invalid data reported in #327 -
grid_metrics()
returns a raster full of NAs instead of failing if aRasterLayer
is given as a layout but this layer does not encompase the point cloud -
opt_output_file()
now applies tilde-expansion to the path. -
When processing by file with an raster output, automatic chunk extension to match with a raster resolution now perform a tighter extension.