[postgis-devel] [PostGIS] #2122: [raster] Real extent feature lost after metadata as views

PostGIS trac at osgeo.org
Fri Dec 7 10:24:08 PST 2012


#2122: [raster] Real extent feature lost after metadata as views
----------------------------------------------------+-----------------------
 Reporter:  mloskot                                 |       Owner:  dustymugs
     Type:  defect                                  |      Status:  new      
 Priority:  medium                                  |   Milestone:           
Component:  raster                                  |     Version:  trunk    
 Keywords:  regular blocking,raster,extent,padding  |  
----------------------------------------------------+-----------------------

Comment(by pracine):

 Replying to [comment:3 dustymugs]:
 > I'm fine with the proposal "on paper".  Implementing is a whole
 different nightmare as parts of it may not be able to be implemented,
 specifically testing that any two tiles can only touch.

 We removed the need to test for gaps and overlaps. Everything is now just
 based on metadatas, upper left corners and tile sizes. I don't think this
 involves relationships like touch or intersects anymore.

 I think the test of alignment of upper left corners resume to something
 very close to ST_SameAlignment(). I am more worry about how to determine
 what tiles are the right-most and bottom ones.

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2122#comment:4>
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