spatial-join
Perform spatial joins between two tables using specified geometry columns and join types such as intersects, within, contains, or touches. Ideal for analyzing spatial relationships in PostGIS databases via the MCP server.
Instructions
İki tablo arasında mekansal join işlemi yap
Input Schema
Name | Required | Description | Default |
---|---|---|---|
geometry_column1 | No | Tablo1 geometri kolonu (varsayılan: geom) | |
geometry_column2 | No | Tablo2 geometri kolonu (varsayılan: geom) | |
join_type | Yes | Join tipi | |
limit | No | Sonuç limiti (varsayılan: 100) | |
table1 | Yes | Birinci tablo adı | |
table2 | Yes | İkinci tablo adı |