Skip to main content
Glama

GIS MCP Server

transform_coordinates

Convert geographic coordinates between different coordinate reference systems (CRS) using defined source and target CRS parameters, enabling accurate geospatial data alignment.

Instructions

Transform coordinates between CRS.

Input Schema

NameRequiredDescriptionDefault
coordinatesYes
source_crsYes
target_crsYes

Input Schema (JSON Schema)

{ "properties": { "coordinates": { "items": { "type": "number" }, "title": "Coordinates", "type": "array" }, "source_crs": { "title": "Source Crs", "type": "string" }, "target_crs": { "title": "Target Crs", "type": "string" } }, "required": [ "coordinates", "source_crs", "target_crs" ], "title": "transform_coordinatesArguments", "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