Changes between Version 118 and Version 119 of WKTRaster/SpecificationWorking03


Ignore:
Timestamp:
Jun 13, 2011, 3:33:56 PM (13 years ago)
Author:
pracine
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • WKTRaster/SpecificationWorking03

    v118 v119  
    174174  -Both rasters values when they are both nodata (nodatanodataexpr in the functions below)
    175175
    176  Open Question 1:
    177       DZ: Should ST_MapAlgebra resample the resulting rasters internally, or should we let the users resample it afterward with ST_Resample:
    178   ST_Resample(ST_MapAlgebra(), originx, originy, pixelsizex, pixelsizey)[[BR]]
    179         PR: I think this would greatly contribute to simplify the API.
     176 Open Question 1 (DZ): Should ST_MapAlgebra resample the resulting rasters internally, or should we let the users resample it afterward with ST_Resample: ST_Resample(ST_MapAlgebra(), originx, originy, pixelsizex, pixelsizey)[[BR]]
     177   PR: I think this would greatly contribute to simplify the API.
    180178
    181179 '''Details for 5) ST_MapAlgebraExpr(rast1 raster, band1 integer, rast2 raster, band2 integer, expression text, pixeltype text, extentexpr text, nodata1expr text, nodata2expr text, nodatanodataexpr text) -> raster'''