[postgis-tickets] [PostGIS] #3319: Improve TopoGeo_addPolygon step of finding polygon-covered faces

PostGIS trac at osgeo.org
Tue Oct 6 10:53:38 PDT 2015


#3319: Improve TopoGeo_addPolygon step of finding polygon-covered faces
-------------------------+---------------------------
 Reporter:  strk         |      Owner:  strk
     Type:  enhancement  |     Status:  new
 Priority:  medium       |  Milestone:  PostGIS 2.3.0
Component:  topology     |    Version:  trunk
 Keywords:               |
-------------------------+---------------------------
 In a case I'm looking at, adding 50 or so polygons spends 70% of its time
 finding the faces that belong to the polygon.

 The code constructs polygons of each face to extract their point on
 surface for then checking which surface points are contained in the
 original polygon.

 This step could be improved by improving the "point-on-face-surface"
 routing, which might not really need to build the whole polygon.

--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3319>
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