Tagged Questions
13
votes
1answer
570 views
Identifying topological relationships using PostGIS
I'm trying to perform a basic typology analysis using PostGIS. My objective is to find any polygons that touch other polygons. To do this, I thought the ST_GetFaceEdges would work
(reference). I want ...
