[postgis-devel] [PostGIS] #1662: [raster] Make a ST_Extent(raster) aggregate taking rotation into account

PostGIS trac at osgeo.org
Wed Mar 7 07:45:42 PST 2012


#1662: [raster] Make a ST_Extent(raster) aggregate taking rotation into account
-------------------------+--------------------------------------------------
 Reporter:  pracine      |       Owner:  pracine      
     Type:  enhancement  |      Status:  new          
 Priority:  medium       |   Milestone:  PostGIS 2.1.0
Component:  raster       |     Version:  trunk        
 Keywords:               |  
-------------------------+--------------------------------------------------
 Right now we can use ST_Extent(rast::geometry) to get the non rotated
 extent of a set of rasters but we might want to get the rotated extend
 instead.

 This aggregate should be based on a _st_extent(raster, raster) doing
 basically the samething as ST_MapAlgebra(,,,'UNION') when it precompute
 the size of the resulting raster.

 This could then be used by the GDAL driver or any process needing to
 precalculate the size of a coverage before burning tiles in it.

-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/1662>
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