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

PostGIS trac at osgeo.org
Mon Sep 1 02:10:03 PDT 2014


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

Comment(by strk):

 Consider this scenario:

  1) you import a raster tiled
  2) you reproject each tile to a new SRS

 As a result your tiles might end up having different scales.

 Now you want to create a new regular tiled coverage.
 The output scales you want to be all the same, but the input scales are
 not.
 With the currently suggested signature of the ST_CreateOverviews function
 you cannot do that as you cannot specify the output scale, if not as a
 factor of the input scale, which in this case is not a fixed value.

 It is true that given the current definition of an overview
 (raster_overviews view structure) you can not even express an "overview"
 for a table which does not have a fixed scale, so the operation described
 above might be something different from an "overview" creation.

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