The Surface Parameters tool provides a newer implementation of aspect, and is recommended to be used instead of the Aspect tool. The Aspect tool fits a plane to the 9 local cells, but a plane is rarely a good descriptor of the landscape and may mask or exaggerate natural variations of interest. The Surface Parameters tool fits a surface to the neighborhood of cells, instead of a plane, which provides a more natural fit to the terrain.
The Aspect tool always uses a 3 by 3 window of cells to compute the value, the Surface Parameters tool allows window sizes from 3 by 3 to 15 by 15 cells. Larger window sizes are useful with high resolution elevation data, to capture land surface processes at an appropriate scale. Surface Parameters also provides an adaptive window option, which evaluates the local variability of the terrain, and chooses the largest appropriate neighborhood size for each cell. This can be particularly useful with gradual homogeneous terrain interrupted by streams, roads, or sharp breaks in slope.
You can continue to use the traditional approach of the Aspect tool if you need your results to exactly match previous tool runs or if fast execution time is more important than a better algorithm.
This tool uses a 3 by 3 cell moving window to process the data. If the processing cell is NoData, the output for that location will be NoData.
Of the eight cells neighboring the processing cell, this tool requires that at least seven of them have a valid value. If there are fewer than seven valid cells, the calculation will not be performed, and the output at that processing cell will be NoData.
The cells in the outermost rows and columns of the output raster will be NoData. This is because along the boundary of the input dataset, those cells do not have enough valid neighbors.
Aspect is expressed in positive degrees from 0 to 360, measured clockwise from north.
Cells in the input raster that are flat—with zero slope—are assigned an aspect of -1.
For the geodesic method, specifying the surface z-unit is important to ensure the accuracy of the output. The Z unit parameter will be enabled only when the geodesic method is selected.
If a z-unit is available in the vertical coordinate system of the input raster, it will be applied automatically. It is recommended that you define a z-unit for the input raster if it is missing. You can use the Define Projection tool to specify a z-unit. If it is undefined, meter will be used by default.
The Project geodesic azimuths (project_geodesic_azimuths in Python) parameter is available only when the Method parameter is set to Geodesic.
For the Geodesic method, if the Project geodesic azimuths parameter is checked (project_geodesic_azimuths is set to PROJECT_GEODESIC_AZIMUTHS in Python), the following are true:
- North is always represented by 360 degrees.
- Azimuths will be projected to correct the distortion caused by a nonconformal Output Coordinate System. These angles can be used to accurately locate points along the steepest downhill slope.
Check the Project geodesic azimuths parameter if you're using the Aspect output as a back direction input for a tool in the Distance toolset.
When the input raster needs to be resampled, the bilinear technique will be used. An example of when an input raster may be resampled is when the output coordinate system, extent, or cell size is different from that of the input.
If the Input raster parameter value (in_raster in Python) is high resolution with a cell size of less than a few meters, or particularly noisy, consider using the Surface Parameters tool and its user-defined neighborhood distance option instead of the immediate 3 by 3 neighborhood of this tool. Using a larger neighborhood can minimize the effect of noisy surfaces. Using a larger neighborhood can also better represent landforms and surface characteristics when using high resolution surfaces.
This tool can be graphics processing unit (GPU) accelerated when calculating geodesic aspect. This means that if a GPU device is available on your system, it can be used to improve the performance of the geodesic method.
The GPU processing with Spatial Analyst help topic includes details for configuring and working with GPU devices, as well as troubleshooting tips.
See Analysis environments and Spatial Analyst for additional details on the geoprocessing environments that apply to this tool.