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

PostGIS trac at osgeo.org
Thu Jul 7 13:44:07 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 robe):

 I agree with Bborie on this.  To me this is similar in concept to
 ST_Relate.

 Essentially (well as least in concept), you can do all the st_intersects,
 sT_Within, ST_crosses etc. with ST_Relate and &&, but(of course we do have
 speed enhancements and so forth behind the others which makes it more
 efficient to use those than using ST_Relate.

 Then again you may find in future that you can optimize certain kinds of
 operations if you know that is the intent of people to do that specific
 thing.  Those enhancements would become more obvious if they are separate
 functions.

 I also hate having functions with the same name with argument orders
 swapped.  Drives me a bit nuts, but that's just me.

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