Resumen
Creates a raster object that simultaneously displays the aspect and slope of a surface.
Debate
For more information about how this function works, see the Aspect Slope raster function.
The referenced raster dataset for the raster object is temporary. To make it permanent, you can call the raster object's save method.
Sintaxis
AspectSlope (raster, {z_factor})
Parámetro | Explicación | Tipo de datos |
raster |
The input elevation raster. | Raster |
z_factor | The z-factor is a scaling factor used to convert the elevation values for the following purposes:
If the x,y units and z units are in the same units of measure, the z-factor should be set to 1. The z-values of the input surface are multiplied by the z-factor when calculating the final output surface. (El valor predeterminado es 1) | Double |
Tipo de datos | Explicación |
Raster | The output raster. |