Greetings,<br><br>I was reviewing the working spec (<a href="http://trac.osgeo.org/postgis/wiki/WKTRaster/SpecificationWorking03" target="_blank">http://trac.osgeo.org/postgis/wiki/WKTRaster/SpecificationWorking03</a>), and thinking about ST_MapAlgebra:<br>

<br><b>ST_MapAlgebra(raster|geometry, [raster|geometry,…], ‘mathematical expression’, ‘raster’ |’geometry’) -> raster/geometry</b><b></b><br><br>I am considering the following question in the context of using ST_MapAlgebra with rasters, and returning a raster. Should this function only perform operations on similar rasters?  Meaning: do the georeferencing, spatial reference, and pixel size have to be the same in all input rasters?<br>
<br>Thanks,<br>Zwarg<br>