From 72214345e96002e8f2ae3ecd215fc2ce5f33bcc7 Mon Sep 17 00:00:00 2001 From: Bborie Park Date: Fri, 29 Jun 2012 19:00:21 +0000 Subject: [PATCH] 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 --- raster/TODO | 10 ---------- 1 file changed, 10 deletions(-) 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 -- 2.40.0