Hi all,Hope you can help me. i'm doing the online course intro to spatial analyst in ArcMap 10.1. I have the spatial analyst toolbox installed and active trough the customize windows.However, when I try to use a command in the python window, e.g. slope, the command is not recognized and I receive an error message. So probably I should load or activate something. however, this is not explained in the intro excercise so I'm rather stuck and could not find anything in the help files.probably a silly easy question but i hope something is willing to help me out
arcpy.sa.Slope(in_raster, {output_measurement}, {z_factor}) # using the Slope function from Spatial Analyst
arcpy.Slope_3d(in_raster, out_raster, {output_measurement}, {z_factor}) # using the Slope function from 3D Analyst
from arcpy.sa import * Slope(in_raster, {output_measurement}, {z_factor})
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.