Is it possible to calculate the spaces between the roads using a select statement in a PostGIS/PostgreSQL Database?
I tried using some combinations of the predefined functions as ST_Intersects & ST_Difference but did not succeed yet.
Is it possible to calculate the spaces between the roads using a select statement in a PostGIS/PostgreSQL Database?
I tried using some combinations of the predefined functions as ST_Intersects & ST_Difference but did not succeed yet.
Depending on the interpretation of spaces, the answer can be found in How can I create polygons of the area surrounded by roads / lines? about creating polygons from areas enclosed by roads.