geometry-convex-hull
Calculate the convex hull of a geometry using WKT format input. This tool, part of the PostGIS MCP Server, enables spatial analysis by identifying the smallest convex polygon enclosing a given set of points.
Instructions
Geometrinin konveks zarfını hesapla
Input Schema
Name | Required | Description | Default |
---|---|---|---|
geometry_wkt | Yes | WKT formatında geometri |
Input Schema (JSON Schema)
{
"properties": {
"geometry_wkt": {
"description": "WKT formatında geometri",
"type": "string"
}
},
"required": [
"geometry_wkt"
],
"type": "object"
}