[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-10-06 UTC."],[[["Computes a hillshade, which is a shaded relief map, from a Digital Elevation Model (DEM) to visualize terrain."],["The `ee.Terrain.hillshade()` function takes an elevation image, azimuth, and elevation as input to generate the hillshade."],["Users can customize the illumination direction by specifying the azimuth (direction) and elevation (angle) of the light source."],["An example is provided using the ETOPO1 bedrock elevation data to demonstrate hillshade creation and visualization."]]],["The core content details how to compute a hillshade from a digital elevation model (DEM) using the `ee.Terrain.hillshade` function. This function takes an elevation image (`input`), an illumination azimuth (`azimuth`, default 270 degrees), and an illumination elevation (`elevation`, default 45 degrees) as arguments, and it returns a hillshade image. The examples showcase using elevation data, multiplying it by an exaggeration factor, then applying the function to produce the final hillshade image.\n"]]