[postgis-devel] [PostGIS] #1048: [raster] Coverage version of stats functions should be aggregates
PostGIS
trac at osgeo.org
Fri Jun 29 11:58:50 PDT 2012
#1048: [raster] Coverage version of stats functions should be aggregates
-------------------------+--------------------------------------------------
Reporter: pracine | Owner: pracine
Type: enhancement | Status: new
Priority: medium | Milestone: PostGIS 2.1.0
Component: raster | Version: trunk
Keywords: |
-------------------------+--------------------------------------------------
Changes (by dustymugs):
* milestone: PostGIS Future => PostGIS 2.1.0
Comment:
Just some notes copied for raster/TODO...
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.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1048#comment:6>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-devel
mailing list