[postgis-devel] [PostGIS] #985: [raster] ST_Count
PostGIS
trac at osgeo.org
Fri May 27 13:58:17 PDT 2011
#985: [raster] ST_Count
-----------------------------+----------------------------------------------
Reporter: dustymugs | Owner: dustymugs
Type: task | Status: reopened
Priority: medium | Milestone: PostGIS 2.0.0
Component: postgis raster | Version: trunk
Resolution: | Keywords: history
-----------------------------+----------------------------------------------
Comment(by pracine):
So this should apply to: st_summarystats, st_approxsummarystats, st_count,
st_approxcount, st_sum, st_approxsum, st_mean, st_approxmean, st_stddev,
st_approxstddev, st_minmax (still exist??), st_approxminmax,
_st_histogram, st_histogram, st_approxhistogram, _st_quantile,
st_quantile, st_approxquantile, _st_valuecount and st_valuecount. Right?
and why not: st_value ?
One question:
Is
SELECT ST_ValueCount(ST_SetBandNodataValue(rast, NULL))
as fast as
SELECT ST_ValueCount(rast, FALSE, ...)
?
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/985#comment:13>
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