Skip to main content
Glama

GIS MCP Server

reproject_raster

Transform a raster dataset to a new coordinate reference system using specified resampling. Input source, target CRS, and destination path for the reprojected raster.

Instructions

Reproject a raster dataset to a new CRS and save the result. Parameters: - source: local path or HTTPS URL of the source raster. - target_crs: target CRS string (e.g., "EPSG:4326"). - destination: local filesystem path for the reprojected raster. - resampling: resampling method: "nearest", "bilinear", "cubic", etc.

Input Schema

NameRequiredDescriptionDefault
destinationYes
resamplingNonearest
sourceYes
target_crsYes

Input Schema (JSON Schema)

{ "properties": { "destination": { "title": "Destination", "type": "string" }, "resampling": { "default": "nearest", "title": "Resampling", "type": "string" }, "source": { "title": "Source", "type": "string" }, "target_crs": { "title": "Target Crs", "type": "string" } }, "required": [ "source", "target_crs", "destination" ], "title": "reproject_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