opengeos/WhiteboxTools-ArcGIS

LiDAR Join tool fails when executed from ArcGIS Pro (v2.7.1)

michelin-pr opened this issue · 2 comments

Tried to input two LAS files to join them and assigned the output with the .LAS extension. However, the tool fails immediately after execution with the following error:

Traceback (most recent call last):
File "", line 20731, in execute
File "C:\Program Files\ArcGIS\Pro\Resources\ArcPy\arcpy_init_.py", line 1255, in Describe
return gp.describe(value, data_type)
File "C:\Program Files\ArcGIS\Pro\Resources\ArcPy\arcpy\geoprocessing_base.py", line 383, in describe
self._gp.Describe(*gp_fixargs(args, True)))
OSError: "'C:MY PATH TO LIDAR FILE\USGS_LPC_PR_PRVI_D_2018_19QGA40004500.las'" does not exist
Failed to execute (LidarJoin).

The LiDAR files DO exist on the specified paths.
image

PS. Thanks to everyone working on this project!

Try a file path without spaces in it.

That worked. Thanks!