Skip to main content
Glama

GIS MCP Server

calculate_geodetic_distance

Measure the geodetic distance between two geographic points on Earth using WGS84 ellipsoid or a specified model. Ideal for precise geospatial analysis in GIS workflows.

Instructions

Calculate geodetic distance between points.

Input Schema

NameRequiredDescriptionDefault
ellpsNoWGS84
point1Yes
point2Yes

Input Schema (JSON Schema)

{ "properties": { "ellps": { "default": "WGS84", "title": "Ellps", "type": "string" }, "point1": { "items": { "type": "number" }, "title": "Point1", "type": "array" }, "point2": { "items": { "type": "number" }, "title": "Point2", "type": "array" } }, "required": [ "point1", "point2" ], "title": "calculate_geodetic_distanceArguments", "type": "object" }

Other Tools from GIS MCP Server

Related Tools

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