[postgis-tickets] [PostGIS] #2247: [raster] Create ST_CreateOverviews()

PostGIS trac at osgeo.org
Thu Sep 11 08:41:46 PDT 2014


#2247: [raster] Create ST_CreateOverviews()
-------------------------------+--------------------------------------------
 Reporter:  dzwarg             |       Owner:  strk         
     Type:  enhancement        |      Status:  assigned     
 Priority:  medium             |   Milestone:  PostGIS 2.2.0
Component:  raster             |     Version:  trunk        
 Keywords:  raster, overviews  |  
-------------------------------+--------------------------------------------

Comment(by pracine):

 I personnaly don't like your extent parameter. How should I define such an
 extent? Why such an extent would be different from the extent of the
 source if the main goal of the function is mainly to retile an entire
 coverage, not to clip it? A better approch is just to let users define a
 grid by defining any arbitrary corner of the grid (gridx and gridy as in
 ST_AsRaster) and to let the function compute the right extent. Then you
 make a signature taking a reference raster from which to borrow those
 parameters.

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