Associates LiDAR points by their flightlines.
wbt_recover_flightline_info(
input,
output,
max_time_diff = 5,
pt_src_id = FALSE,
user_data = FALSE,
rgb = FALSE,
wd = NULL,
verbose_mode = FALSE,
compress_rasters = FALSE,
command_only = FALSE
)
Returns the tool text outputs.
Name of the input LiDAR points.
Name of the output LiDAR points.
Maximum in-flightline time difference (seconds).
Add flightline information to the point source ID.
Add flightline information to the user data.
Add flightline information to the RGB colour data.
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.
Return command that would be executed by system()
rather than running tool.