Skip to main content
Glama

GIS MCP Server

tile_raster

Split large raster files into smaller square tiles of a specified size for easier processing and storage. Save tiles individually in a designated directory for efficient geospatial analysis workflows.

Instructions

Split a raster into square tiles of a given size and save them individually. Parameters: - source: input raster path. - tile_size: size of each tile (e.g., 256 or 512). - destination_dir: directory to store the tiles.

Input Schema

NameRequiredDescriptionDefault
destination_dirYes
sourceYes
tile_sizeYes

Input Schema (JSON Schema)

{ "properties": { "destination_dir": { "title": "Destination Dir", "type": "string" }, "source": { "title": "Source", "type": "string" }, "tile_size": { "title": "Tile Size", "type": "integer" } }, "required": [ "source", "tile_size", "destination_dir" ], "title": "tile_rasterArguments", "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