Shifts the x,y,z coordinates of a LiDAR file.
wbt_lidar_shift(
input,
output,
x_shift = "",
y_shift = "",
z_shift = "",
wd = NULL,
verbose_mode = FALSE,
compress_rasters = FALSE
)
Name of the input LiDAR points.
Name of the output LiDAR points.
x-shift value, blank for none.
y-shift value, blank for none.
z-shift value, blank for none.
Changes the working directory.
Sets verbose mode. If verbose mode is False, tools will not print output messages.
Sets the flag used by WhiteboxTools to determine whether to use compression for output rasters.
Returns the tool text outputs.