]> granicus.if.org Git - postgis/commitdiff
Added svn:keywords entry and removed TODO item as ticket already exists.
authorBborie Park <bkpark at ucdavis.edu>
Fri, 29 Jun 2012 19:00:21 +0000 (19:00 +0000)
committerBborie Park <bkpark at ucdavis.edu>
Fri, 29 Jun 2012 19:00:21 +0000 (19:00 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@10002 b70326c6-7e19-0410-871a-916f4a2858ee

raster/TODO

index 029d95e09dbf7db470d90b38a424cdd136a202f1..1ca9c99198efb17e8dfeecfa56bbc03b37aee164 100644 (file)
@@ -46,16 +46,6 @@ To properly handle aggregate and n-raster mapalgebra operations (mapalgebra,
 union, etc), a generic iterator function is needed.  This also pushes the
 core mapalgebra functionality down to rt_core instead of rt_pg.
 
--- aggregate Stats functions --
-
-Instead of stats functions using tablename, columnname for a coverage, it
-should be using aggregate functions.  This change isn't too significant for
-most of the stats functions.  BUT, the histogram and quantile functions will
-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