Hi John,
I'm using python and my IDE is Spyder in a conda environment. However, I installed the latest WBT python module with PIP into the environment. I'm on a windows machine, Windows 10 pro.
Intel(R) Xeon(R) CPU X5650 @ 2.67GHz 2.66 GHz (2 processors)
The input file is LAS 1.4 and was only 900 Mb.
Here is the full error msg - can't paste a screenshot for some reason.
runfile('L:/R_and_D/Lidar_WBT_XYZ_shift/xyz_shift.py', wdir='L:/R_and_D/Lidar_WBT_XYZ_shift')
.\whitebox_tools.exe --run="LidarShift" --input='L:\R_and_D\Local_intensity_based_noise_filtering\test_data\clip2.las' --output='L:\R_and_D\Local_intensity_based_noise_filtering\test_data\clip2_shift.las' --x_shift=100 --y_shift=100 --z_shift=100
thread 'main' panicked at 'Unrecognized tool name LidarShift.', whitebox-tools-app\src\main.rs:72:21
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Anything else that might help? I had taken this over from a colleague who was running it through the QGIS plugin and it errored as well. So I volunteered to try it with python.
Thanks,
Spencer