I'm trying to Aggregate\Dissolve a set of adjacent, but not touching polygons in Postgis. The geometries were created editing the Postgis table in QGIS created, with snapping and avoid overlap in the layer.<div><br></div>
<div>I used ST_Union like this:<div><div><br></div><div><div>SELECT ST_Union(the_geom)</div><div>FROM table;</div></div><div><br></div><div>Small gaps similar to lines appear in the result. This happens when the adjacent polygons do not share the exact same vertices.<div>
<br></div><div><img src="cid:ii_13a98ca97d914c75" alt="Inline image 2"><br></div><div>Is there a way to eliminate this "gaps" or "small angles" within Postgis?</div><div><br></div><div>I know that v.clean in GRASS can eliminate small angles, and correct topology, but that would mean I needed to copy the features to GRASS, correct them and copy it back to Postgis.</div>
<div><br></div><div>Thanks in advance,</div><div><br></div><div>Alexandre Neto </div><div><br></div><div><div><br></div></div></div></div></div>