calculate-distance
Measure the distance between two geographic points using longitude and latitude coordinates with optional geographic calculations, powered by PostGIS MCP Server.
Instructions
İki nokta arasındaki mesafeyi hesapla
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| point1_lat | Yes | Birinci nokta enlem | |
| point1_lon | Yes | Birinci nokta boylam | |
| point2_lat | Yes | İkinci nokta enlem | |
| point2_lon | Yes | İkinci nokta boylam | |
| use_geography | No | Coğrafi hesaplama kullan (varsayılan: true) |