geometry-centroid
Calculate the centroid of a geometry using WKT format. This tool integrates with the PostGIS MCP Server to provide precise spatial database functionality for geographic analysis and mapping.
Instructions
Geometrinin merkez noktasını bul
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"
}