Saturday 23 March 2019

postgresql - Postgis TopologyException: side location conflict at 226.001 39.5158, what's the problem?


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

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...