[postgis-devel] [PostGIS] #2030: [raster] n-raster ST_MapAlgebra

PostGIS trac at osgeo.org
Thu Oct 4 14:46:08 PDT 2012


#2030: [raster] n-raster ST_MapAlgebra
-------------------------+--------------------------------------------------
 Reporter:  dustymugs    |       Owner:  dustymugs    
     Type:  enhancement  |      Status:  assigned     
 Priority:  medium       |   Milestone:  PostGIS 2.1.0
Component:  raster       |     Version:  trunk        
 Keywords:               |  
-------------------------+--------------------------------------------------

Comment(by dustymugs):

 distancex and distancey are for passing neighborhoods to the callback, not
 just the pixel value of interest.

 customextent is so that the user can specify an extent that they want.  It
 is in essence a filter and as a side-affect permits correct coverage
 handling.

 I'm not a fan of the expression function variants as they have way too
 many issues with parameter substitution and the most obvious place for
 user error.  So, my statement "This is to replace ALL ST_MapAlgebra
 functions" should be amended to "This is to replace ALL ST_MapAlgebra
 functions using callback functions".  If anything, I'm for leaving the
 existing expression functions as is with no new additions to them to
 provide multi-raster/multi-band support.

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