after st_union() PgSQL returns a note:
NOTE: TopologyException: side location conflict at 226.001 39.5158
And in the results there are two rows with empty geometry and other rows are ok.
What causes that problem? How to solve it?
Answer
I've found the problem. It was a self intersecting polygon. I used ST_IsValidReason
to find it.
No comments:
Post a Comment