spatial-join
Perform spatial joins between two tables in a PostGIS database, using criteria like intersects, within, contains, or touches, to merge datasets based on geometric relationships.
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ı |