[postgis-tickets] [PostGIS] #2249: [raster] Implement ST_MakeEmptyCoverage

PostGIS trac at osgeo.org
Tue Mar 26 07:31:55 PDT 2013


#2249: [raster] Implement ST_MakeEmptyCoverage
---------------------+------------------------------------------------------
 Reporter:  dzwarg   |       Owner:  dzwarg  
     Type:  defect   |      Status:  assigned
 Priority:  medium   |   Milestone:          
Component:  postgis  |     Version:  2.0.x   
 Keywords:  raster   |  
---------------------+------------------------------------------------------
Changes (by dzwarg):

  * status:  new => assigned


Comment:

 To handle rotation:

 Create a single fake raster with as many cells as tiles in the coverage.
 Iterate over the x,y dimensions of that raster, and use the ULX and ULY of
 each fake raster pixel to generate a new empty raster with proper ULX and
 ULY values for the rotated component tiles in the coverage.

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