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

PostGIS trac at osgeo.org
Fri Oct 5 11:54:13 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):

 A change to the callback signature.  Completely forgot about the magical
 NULL in SQL...

 {{{
 double precision allbackfunc(value double precision[][][], pos int[][],
 variadic userargs text[])
 }}}

 The nodata matrix is not needed due to the NULL.  In C, a separate matrix
 is needed.

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