Thanks for the replies.<br /><br />Here's my version info:<br />                                postgis_full_version                                 <br />-------------------------------------------------------------------------------------<br /> POSTGIS="1.3.5" GEOS="3.0.3-CAPI-1.4.2" PROJ="Rel. 4.6.1, 21 August 2008" USE_STATS<br /><br />I see the version of GEOS is lower than the 3.1.1 that you recommend.  I thought at one point I was using that 3.1.1 version.<br />I did read up on the new union algorithm and how it speeds up the process, but if upgrading fixes this too, I'm up for using it.<br />I just tried to install Pg 8.4.0 via linux installer, but I didn't see any PostGIS package in stackbuilder?<br />I can test it's capability by compiling it on my box, but it has to be in stackbuilder before I can use it.<br /><br />The geometries themselves look okay, they specify polygons that have some area.<br />I don't have any handy at the moment, but I will run them through the isvalid() function and take your .sql file into consideration.<br /><br /><br />Any more things to look at would be much appreciated.<br /><br />Thanks,<br />Nate<br /><br />On Aug 7, 2009 3:14am, "Suhr, Ralf" <Ralf.Suhr@itc-halle.de> wrote:<br />> Your have some invalid geometries.<br />> <br />> <br />> <br />> Use<br />> <br />> update table set geom = cleangeometry(geom) where isvalid(geom) = FALSE;<br />> <br />> <br />> <br />> The SQL-Function can be found at<br />> <br />> http://www.sogis1.so.ch/sogis/dl/postgis/cleanGeometry.sql<br />> <br />> <br />> <br />> Gr Ralf<br />> <br />> <br />> <br />> -----Ursprüngliche Nachricht-----<br />> <br />> Von: postgis-users-bounces@postgis.refractions.net [mailto:postgis-users-bounces@postgis.refractions.net] Im Auftrag von Nathan Widmyer<br />> <br />> Gesendet: Freitag, 7. August 2009 00:41<br />> <br />> An: PostGIS Users Discussion<br />> <br />> Betreff: [postgis-users] union operation<br />> <br />> <br />> <br />> <br />> <br />> I have many polygons I'm trying to make a union of.  The polygons have a high possibility of shared vertices which causes the "NOTICE:<br />> <br />> TopologyException: found non-noded intersection between ..." error.<br />> <br />> <br />> <br />> How can I avoid this error?<br />> <br />> <br />> <br />> I did find a reasonable query that used linework which solved that problem, but was problematic in other ways I think (I forgot those other circumstances). _______________________________________________<br />> <br />> postgis-users mailing list postgis-users@postgis.refractions.net<br />> <br />> http://postgis.refractions.net/mailman/listinfo/postgis-users<br />> <br />> _______________________________________________<br />> <br />> postgis-users mailing list<br />> <br />> postgis-users@postgis.refractions.net<br />> <br />> http://postgis.refractions.net/mailman/listinfo/postgis-users<br />>