GIS MCP Server

minimum_rotated_rectangle

Calculate the minimum rotated rectangle enclosing a given geometry. This tool is used for precise geospatial analysis to determine the smallest enclosing rectangle at any orientation.

Instructions

Get minimum rotated rectangle of a geometry.

Input Schema

NameRequiredDescriptionDefault
geometryYes

Input Schema (JSON Schema)

{ "properties": { "geometry": { "title": "Geometry", "type": "string" } }, "required": [ "geometry" ], "title": "minimum_rotated_rectangleArguments", "type": "object" }
ID: irl5u9uw6f