Closed smnorris closed 3 years ago
Yes, run a small in-out buffer to prep the polys https://gis.stackexchange.com/questions/375297/postgis-functions-for-generating-centerline-from-polygon
A buffer might clean the data but:
I think it is best to just ignore the features that cause the error.
fixed with 30e7115
Might just need a
ST_MakeValid()
call before passing to the medial axis function, or the input polys may require a little more cleaning.