Changes between Initial Version and Version 1 of Ticket #1119
- Timestamp:
- 07/11/11 12:08:00 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1119 – Description
initial v1 4 4 5 5 -Refer to weighted information created by ST_AsRaster() (the length or the area of the geometry intersecting with the pixel 6 7 In the one raster version of MapAlgebra one could refer to the second band like this: 'rast[2]'. 8 9 In the two rasters version of MapAlgebra one could refer to the second band like this: 'rast1[2] + rast2[2]'. 10 11 'rast', 'rast1' and 'rast2' should by default refer to the value of the first band. 12 13 This change means that we MUST remove the function's band parameters since they are not useful anymore.