Calculates aspect in degrees from a terrain DEM.
The local gradient is computed using the 4-connected neighbors of each pixel, so missing values will occur around the edges of an image.
Usage | Returns |
---|---|
ee.Terrain.aspect(input) | Image |
Argument | Type | Details |
---|---|---|
input | Image | An elevation image, in meters. |