From: Bborie Park Date: Fri, 29 Jun 2012 02:06:47 +0000 (+0000) Subject: Fixed line issues. Added another TODO item. X-Git-Tag: 2.1.0beta2~850 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9db97233ea667335f7cf3bd9937b7f54ac9e0657;p=postgis Fixed line issues. Added another TODO item. git-svn-id: http://svn.osgeo.org/postgis/trunk@9997 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/raster/TODO b/raster/TODO index 86c15d6fb..029d95e09 100644 --- a/raster/TODO +++ b/raster/TODO @@ -55,3 +55,13 @@ need to be rewritten to use 1-pass algorithms that do not require prior knowledge of the size of the incoming stream. The current coverage quantile function is a 1-pass algorithm but requires prior knowledge of the size of the stream. + +-- neighborhood tile support -- + +When processing a tile's pixel in a neighborhood calculation, there needs to +be a way to get the neighboring tiles so as to provide the neighboring pixels +of the pixel being processed. This is a difficult question because rasters +are passed to functions with no information about context. Simply passing +a tablename and raster column is inappropriate as the table and raster column +could be more complex, such as when a table contains daily observations of a +temperature surface.