Overview
Determines parameters of a surface raster such as aspect, slope, and several types of curvatures using geodesic methods.
For more information, see the How Surface Parameters works topic.
Notes
This function can be used for the following applications:
- Calculate aspect and slope using geodesic methods.
- Calculate different types of curvatures from an input surface raster, for example, Tangential (normal contour) curvature, which characterizes topographic convergence and divergence of flow across the surface.
Parameters
Parameter name | Description |
---|---|
Raster (Required) | The input surface raster. |
Parameter Type | Specifies the output surface parameter type that will be computed.
|
Local Surface Type | Choose the type of surface function that will be fitted around the target cell.
|
Neighborhood Distance | The output will be calculated over this distance from the target cell center. It determines the neighborhood size. The default value is the input raster cell size, resulting in a 3 by 3 neighborhood. |
Use Adaptive Neighborhood | Specifies whether neighborhood distance will vary with landscape changes (adaptive). The maximum distance is determined by the neighborhood distance. The minimum distance is the input raster cell size.
|
Z Unit | The linear unit of vertical z-values. It is defined by a vertical coordinate system if it exists. If a vertical coordinate system does not exist, the z-unit should be defined from the unit list to ensure correct geodesic computation.
|
Output Slope Measurement | The measurement units (degrees or percentages) that will be used for the output slope raster. This parameter is only active when Parameter type is Slope.
|
Project Geodesic Azimuths | Specifies whether geodesic azimuths will be projected to correct the angle distortion caused by the output spatial reference. This parameter is only active when Parameter type is Aspect.
|
Use Equatorial Aspect | Specifies whether aspect will be measured from a point on the equator or from the north pole. This parameter is only active when Parameter type is Aspect.
|
Analysis Mask | A raster that specifies the locations where the analysis will occur. The raster can be integer or floating point type. All cells with a valid value, including zero, will compose the mask. Cells that are NoData in the mask input will be NoData in the output. |