[postgis-devel] [PostGIS] #1114: [raster] ST_Resample

PostGIS trac at osgeo.org
Wed Jul 6 15:43:18 PDT 2011


#1114: [raster] ST_Resample
----------------------------+-----------------------------------------------
 Reporter:  dustymugs       |       Owner:  pracine              
     Type:  task            |      Status:  new                  
 Priority:  medium          |   Milestone:  PostGIS Raster Future
Component:  postgis raster  |     Version:  trunk                
 Keywords:                  |  
----------------------------+-----------------------------------------------

Comment(by dustymugs):

 For changing the skew of a raster:

 {{{
 1. ST_Reskew(
         rast raster,
         skewx double precision,
         skewy double precision,
         algorithm text DEFAULT 'NearestNeighbour',
         maxerr double precision DEFAULT 0.125
 )
 }}}

   skewx: the X component of the resampled raster's skew. default is NULL
 indicating that the skew of the original raster will be applied to the the
 resampled raster

   skewy: the Y component of the resampled raster's skew. default is NULL
 indicating that the skew of the original raster will be applied to the the
 resampled raster

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