From: Bborie Park Date: Fri, 29 Jun 2012 19:00:21 +0000 (+0000) Subject: Added svn:keywords entry and removed TODO item as ticket already exists. X-Git-Tag: 2.1.0beta2~848 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=72214345e96002e8f2ae3ecd215fc2ce5f33bcc7;p=postgis Added svn:keywords entry and removed TODO item as ticket already exists. git-svn-id: http://svn.osgeo.org/postgis/trunk@10002 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/raster/TODO b/raster/TODO index 029d95e09..1ca9c9919 100644 --- a/raster/TODO +++ b/raster/TODO @@ -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