-
Notifications
You must be signed in to change notification settings - Fork 11
Description
Hi @jeffreyevans,
Thanks for this toolbox. It has been extremely helpful. I am having issues with the Heat Load Index. I have used the same data with other tools such as Compound Topographic Index. I am trying to use a DEM to get heat load index and keep getting the following error. I looked at the code and any adjustments I made didn't seem to help. Any suggestions? I included the error below.
Running script hli...
Running HLI ......
Failed script Heat Load Index...
Traceback (most recent call last):
File "C:\Users\jaclynguz\Documents\GradientMetrics-master\GradientMetrics-master\scripts\hli.py", line 57, in
outRasterName = arcpy.GetParameterAsText(2)
File "c:\program files\arcgis\pro\Resources\arcpy\arcpy_init_.py", line 648, in GetParameterAsText
return gp.getParameterAsText(index)
File "c:\program files\arcgis\pro\Resources\arcpy\arcpy\geoprocessing_base.py", line 233, in getParameterAsText
self._gp.GetParameterAsText(*gp_fixargs(args, True)))
RuntimeError: Object: Error in getting parameter as text
Failed to execute (hli).