]> granicus.if.org Git - postgis/commitdiff
Line formatting
authorBborie Park <bkpark at ucdavis.edu>
Fri, 29 Jun 2012 01:58:40 +0000 (01:58 +0000)
committerBborie Park <bkpark at ucdavis.edu>
Fri, 29 Jun 2012 01:58:40 +0000 (01:58 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9996 b70326c6-7e19-0410-871a-916f4a2858ee

raster/TODO

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