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" }
ID: irl5u9uw6f