« Return to Thread: Re: postgis-users Digest, Vol 55, Issue 3

Re: GeomUnion problem

by Martin Davis-2 :: Rate this Message:

Reply to Author | View in Thread

Another idea - are you using the latest version of PostGIS/GEOS?  The
recent release added some GEOS enhancements which were designed to
address this issue.

Brent Wood wrote:

> Hi,
>
> I'm not sure what the problem is here, hopefully someone can help.
>
> I have some polygons cropped to cell boundaries. (select intersection...)
> I want to generate the geomunion of these for each cell, which seems
> straightforward, but GEOS is throwing an error...
>
>    select astext(geomunion(track_cell_geom)) from effort_cells3 where cell_id =
> 73721;
> NOTICE:  TopologyException: no outgoing dirEdge found
> (168.077,-40.1961,-40.1961)
> ERROR:  GEOS union() threw an error!
>
>
>
> Can anyone say what this means & what I need to do to work around it?
>
> Thanks,
>
>   Brent Wood
> _______________________________________________
> postgis-users mailing list
> postgis-users@...
> http://postgis.refractions.net/mailman/listinfo/postgis-users
>
>  

--
Martin Davis
Senior Technical Architect
Refractions Research, Inc.
(250) 383-3022

_______________________________________________
postgis-users mailing list
postgis-users@...
http://postgis.refractions.net/mailman/listinfo/postgis-users

 « Return to Thread: Re: postgis-users Digest, Vol 55, Issue 3