]> granicus.if.org Git - postgis/commitdiff
Fixed line issues. Added another TODO item.
authorBborie Park <bkpark at ucdavis.edu>
Fri, 29 Jun 2012 02:06:47 +0000 (02:06 +0000)
committerBborie Park <bkpark at ucdavis.edu>
Fri, 29 Jun 2012 02:06:47 +0000 (02:06 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9997 b70326c6-7e19-0410-871a-916f4a2858ee

raster/TODO

index 86c15d6fb40d08858cc8cd7ef75ad5f6cbc92adb..029d95e09dbf7db470d90b38a424cdd136a202f1 100644 (file)
@@ -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.