]> granicus.if.org Git - postgis/commitdiff
Modified comment on further enhancements.
authorPierre Racine <Pierre.Racine@sbf.ulaval.ca>
Fri, 22 Jul 2011 19:29:07 +0000 (19:29 +0000)
committerPierre Racine <Pierre.Racine@sbf.ulaval.ca>
Fri, 22 Jul 2011 19:29:07 +0000 (19:29 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@7660 b70326c6-7e19-0410-871a-916f4a2858ee

raster/scripts/plpgsql/st_mapalgebra_optimized.sql

index 88e8d3aa660d7b16e62c50da0c5c9636228878c7..44810a77cd3dabc686a13016bfc8845f449f0d4d 100644 (file)
@@ -39,9 +39,9 @@
 -- nodatanodataexpr text - Expression used when both pixel values are nodata values or absent.\r
 \r
 -- Further enhancements:\r
--- -Optimization for UNION & FIRST. We might not have to iterate over all the new raster.\r
--- -Make the function being able to look for neighbour pixels. Ex. rast1[-1,1] or rast2[-3,2]\r
--- -Make the function to work with neighbour tiles pixels.\r
+-- -Move the expression parameter in seventh position just before other expression parameters.\r
+-- -Optimization for UNION & FIRST. We might not have to iterate over all the new raster. See st_mapalgebra_optimized.sql\r
+-- -Add the possibility to assign the x or y coordinate of the pixel to the pixel (do the same to the one raster version).\r
 -- -Resample the second raster when necessary (Require ST_Resample)\r
 -- -More test with rotated images\r
 --------------------------------------------------------------------\r