Skip to content

Commit

Permalink
Update hli.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyevans authored Mar 5, 2018
1 parent d1419f8 commit ad5c349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/hli.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class LicenseError(Exception):

outRaster = Exp( -1.467 + 1.582 * cl * tmp4 - 1.5 * tmp6 * tmp5 * sl - 0.262 * sl * tmp5 + 0.607 * tmp7 * tmp5)

outRasterName = arcpy.GetParameterAsText(1)
outRasterName = arcpy.GetParameterAsText(2)
outRaster.save (outRasterName)
#newExt = dscPrj.extent

Expand Down

0 comments on commit ad5c349

Please sign in to comment.