[postgis-devel] [PostGIS] #502: [wktraster] Optimize ST_Intersection when the geometry is a point

PostGIS trac at osgeo.org
Wed Jul 15 11:16:44 PDT 2009


#502: [wktraster] Optimize ST_Intersection when the geometry is a point
-----------------------+----------------------------------------------------
 Reporter:  pracine    |       Owner:  jorgearevalo   
     Type:  defect     |      Status:  new            
 Priority:  medium     |   Milestone:  WKTRaster 0.1.6
Component:  wktraster  |     Version:  trunk          
 Keywords:             |  
-----------------------+----------------------------------------------------
 It might be much quicker to provide the value associated with a pixel
 intersecting with a point geometry when using ST_Intersection() by
 accessing the pixel value with ST_Value instead of vectorizing the whole
 tile. This, obviously, do not work when the intersecting geometry is a
 polygon. In this case we have to vectorize the complete raster tile.

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/502>
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-devel mailing list