You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to thin a lidar data taken from a DJI L1 camera. The tool LidarThinHighDensity can throw an error depending on the resolution I set. For example, 0.5 meters works fine but when I set it to 0.4, the tool stops working. The data I'm trying to thin:
Average point density: 615.644 pts / m2
Nominal point spacing: 0.0403 m
reading input LiDAR file...
Performing analysis...
thread 'main' panicked at 'index out of bounds: the len is 67 but the index is 67', whitebox-tools-app\src\tools\lidar_analysis\lidar_thin_high_density.rs:316:29
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
The text was updated successfully, but these errors were encountered:
I'm trying to thin a lidar data taken from a DJI L1 camera. The tool LidarThinHighDensity can throw an error depending on the resolution I set. For example, 0.5 meters works fine but when I set it to 0.4, the tool stops working. The data I'm trying to thin:
Average point density: 615.644 pts / m2
Nominal point spacing: 0.0403 m
LidarThin tool works with this data as expected.
The text was updated successfully, but these errors were encountered: