[postgis-devel] [PostGIS] #1319: [raster] Make raster_columns a constraint-based view, replace AddRasterColumn with ApplyRasterConstraints and expand # of constraints on raster columns

PostGIS trac at osgeo.org
Wed Nov 30 07:29:09 PST 2011


#1319: [raster] Make raster_columns a constraint-based view, replace
AddRasterColumn with ApplyRasterConstraints and expand # of constraints on
raster columns
----------------------------+-----------------------------------------------
 Reporter:  robe            |       Owner:  dustymugs    
     Type:  task            |      Status:  assigned     
 Priority:  critical        |   Milestone:  PostGIS 2.0.0
Component:  postgis raster  |     Version:  trunk        
 Keywords:                  |  
----------------------------+-----------------------------------------------

Comment(by pracine):

 Replying to [comment:26 mloskot]:
 > Replying to [comment:22 dustymugs]:
 > > I believe the column "regular_blocking" should be renamed to
 "same_alignment"
 > > as it is an analog to ST_SameAlignment.
 >
 > AFAICT from the current docs on ST_SameAlignment, the regular_blocking
 is not the same concept.
 >
 > The regular_blocking flag indicates if tiles in a table/coverage form a
 regular rectangular grid, or not.

 samealignment is necessary but not sufficient. Regularlyblocked also needs
 samewidth, sameheight, hasnogaps and hasnooverlaps. I am pretty confident
 that those 5 condition makes regular blocking. See Objective FV.20 in the
 specs.

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