Toolbox PDAL Driver Path
willforker opened this issue · 2 comments
willforker commented
When loading ArcGIS Pro toolbox, often the PDAL driver path results in an error when trying to do import pdal
. Thus, the line os.environ["PDAL_DRIVER_PATH"] = "C:\\Program Files\\ArcGIS\\Pro\\bin\\Python\\envs\\neggs-pyproj901\\bin;C:\\Program Files\\ArcGIS\\Pro\\bin\\Python\\envs\\neggs-pyproj901\\Lib\\site-packages\\bin"
has to be incorporated into the toolbox to set the environment correct for certain edge cases.
willforker commented
This path is for my computer / environment specifically, so some tinkering will have to be done to get to work on all machines