Skip to main content
Glama

GIS MCP Server

hillshade

Generate hillshade visualizations from DEM rasters by specifying azimuth and altitude angles for light source. Enhances terrain analysis and mapping clarity.

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

NameRequiredDescriptionDefault
angle_altitudeNo
azimuthNo
output_pathNo
raster_pathYes

Input Schema (JSON Schema)

{ "properties": { "angle_altitude": { "default": 45, "title": "Angle Altitude", "type": "number" }, "azimuth": { "default": 315, "title": "Azimuth", "type": "number" }, "output_path": { "default": null, "title": "Output Path", "type": "string" }, "raster_path": { "title": "Raster Path", "type": "string" } }, "required": [ "raster_path" ], "title": "hillshadeArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mahdin75/gis-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server