Changes between Version 170 and Version 171 of WKTRaster/SpecificationWorking03
- Timestamp:
- 11/11/11 06:59:19 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WKTRaster/SpecificationWorking03
v170 v171 152 152 See also: [wiki:WKTRaster/MapAlgebra Notes taken by David Zwarg during the Montreal Code Sprint 2011] and http://trac.osgeo.org/postgis/ticket/860 153 153 154 154 '''Details for 3) ST_MapAlgebraFctNgb()''' 155 156 This variant works on a tiled coverage. When computing values on the edge of a tile, it has the responsibility to provide out of range value contained in neighbour tiles to the user function. 157 158 Open question: What to do when there are more than one pixel (because they are overlapping) value neighbouring the current pixel? Could be another parameter saying take the 'MIN', the 'MAX', the 'FIRST', the 'LAST', the 'MEAN'... 155 159 156 160 '''Details for 5) to 8) Two rasters versions'''