[postgis-tickets] [PostGIS] #2764: Strange result from ST_Intersection after converting between geom and geog

PostGIS trac at osgeo.org
Thu Jun 19 09:51:31 PDT 2014


#2764: Strange result from ST_Intersection after converting between geom and geog
---------------------------+------------------------------------------------
 Reporter:  realityexists  |       Owner:  pramsey
     Type:  defect         |      Status:  new    
 Priority:  medium         |   Milestone:         
Component:  postgis        |     Version:  2.1.x  
 Keywords:                 |  
---------------------------+------------------------------------------------

Comment(by pramsey):

 I don't think we'll be able to do anything about this. Despite all the
 other ceremony around it, it comes down to a dimensional collapse problem,
 as the nearly-invalid polygon collapses during the intersection routine.
 And we don't have any general solution for that problem at the moment. So
 you'll have to fix it at the application level, maybe looking for
 incredibly-small polygons, to filter them out.

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2764#comment:1>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-tickets mailing list