From: Bborie Park Date: Fri, 29 Jun 2012 01:58:40 +0000 (+0000) Subject: Line formatting X-Git-Tag: 2.1.0beta2~851 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7e424f66d9418102f3d3c6ce1c3556454ac7b605;p=postgis Line formatting git-svn-id: http://svn.osgeo.org/postgis/trunk@9996 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/raster/TODO b/raster/TODO index b33b72a63..86c15d6fb 100644 --- a/raster/TODO +++ b/raster/TODO @@ -1,7 +1,8 @@ $Id$ This is the TODO list for PostGIS Raster. Items in this TODO file should be -kept brief and to the point. TODO items should only be those items that have yet to be ticketed in PostGIS trac and lack specifics. +kept brief and to the point. TODO items should only be those items that have +yet to be ticketed in PostGIS trac and lack specifics. == Simple Projects == @@ -47,4 +48,10 @@ 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. +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.