Skip to main content
Glama

GIS MCP Server

extract_band

Extract a specific band from a multi-band raster and save it as a single-band GeoTIFF. Define input raster, band index, and output path for precise band isolation.

Instructions

Extract a specific band from a multi-band raster and save it as a single-band GeoTIFF. Parameters: - source: path or URL of the input raster. - band_index: index of the band to extract (1-based). - destination: path to save the extracted band raster.

Input Schema

NameRequiredDescriptionDefault
band_indexYes
destinationYes
sourceYes

Input Schema (JSON Schema)

{ "properties": { "band_index": { "title": "Band Index", "type": "integer" }, "destination": { "title": "Destination", "type": "string" }, "source": { "title": "Source", "type": "string" } }, "required": [ "source", "band_index", "destination" ], "title": "extract_bandArguments", "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