hillshade
Create a hillshade raster from a digital elevation model (DEM) by specifying sun azimuth and altitude angles for realistic terrain shading.
Instructions
Generate hillshade from a DEM raster. Args: raster_path: Path to the DEM raster. azimuth: Sun azimuth angle in degrees. angle_altitude: Sun altitude angle in degrees. output_path: Optional path to save the hillshade raster. Returns: Dictionary with status, message, and output path if saved.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raster_path | Yes | ||
| azimuth | No | ||
| angle_altitude | No | ||
| output_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||