Hey ESRI, your hillshade python code example is wrong.

386
0
06-12-2012 07:42 AM
GerryGabrisch
Occasional Contributor III
FYI, the Python example for the hillshade tool is incorrect (see link below) and returns an error "name 'HillShade' is not defined".

The example shows....

outHillShade = HillShade(inRaster, azimuth, altitude, modelShadows, zFactor)

When it should be...

outHillShade = Hillshade(inRaster, azimuth, altitude, modelShadows, zFactor)



http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Hillshade/009z000000v0000000/
Tags (2)
0 Replies