Tagged Questions
3
votes
1answer
126 views
Is there a standard st_relation_readable() function for translate DE-9IM strings?
Spatial databases, such as PostGIS, implement the DE-9IM model with function st_relate(),
which returns a string with domain of {0,1,2,F}, meaning 0=point, 1=line, 2=area, and F="empty set"...
See ...
