[postgis-devel] [PostGIS] #2119: [raster] use "substitute" SRS in RASTER_GDALWarp() when raster SRID = 0 AND function isn't being called to do a reprojection

PostGIS trac at osgeo.org
Fri Nov 30 07:09:11 PST 2012


#2119: [raster] use "substitute" SRS in RASTER_GDALWarp() when raster SRID = 0 AND
function isn't being called to do a reprojection
--------------------------+-------------------------------------------------
  Reporter:  dustymugs    |       Owner:  dustymugs    
      Type:  enhancement  |      Status:  closed       
  Priority:  medium       |   Milestone:  PostGIS 2.1.0
 Component:  raster       |     Version:  trunk        
Resolution:  fixed        |    Keywords:  history      
--------------------------+-------------------------------------------------

Comment(by dustymugs):

 I'm going to say yes just because I'm almost done with ST_Resize() :-).
 Also, ST_Resample() is a big and bulky function (lots of possible
 arguments) while ST_Resize() is much simpler...

 {{{
 CREATE OR REPLACE FUNCTION st_resize(
         rast raster,
         width text, height text,
         algorithm text DEFAULT 'NearestNeighbour', maxerr double precision
 DEFAULT 0.125
 )
 }}}

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