[PostGIS] #5751: Problem with ST_Intersection

PostGIS trac at osgeo.org
Thu Jul 4 17:28:41 PDT 2024


#5751: Problem with ST_Intersection
-----------------------+---------------------------
  Reporter:  ezimanyi  |      Owner:  pramsey
      Type:  defect    |     Status:  new
  Priority:  medium    |  Milestone:  PostGIS 3.4.3
 Component:  postgis   |    Version:  3.4.x
Resolution:            |   Keywords:
-----------------------+---------------------------
Comment (by mdavis):

 This is a design choice made in the JTS/GEOS intersection algorithm, about
 how to handle invalid degenerate lines.

 The overlay algorithm is designed to never provide invalid output. Rightly
 or wrongly, zero-length lines are considered to be invalid. But perhaps it
 would be better to treat them as valid (or mostly valid - i.e. only if
 they occur in the input.)

 I'm not sure how hard it would be to provide this semantic.
-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5751#comment:3>
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