[postgis-tickets] [PostGIS] #2281: multiband raster burning (braindump)
PostGIS
trac at osgeo.org
Wed Apr 24 09:58:30 PDT 2013
#2281: multiband raster burning (braindump)
-------------------------+--------------------------------------------------
Reporter: strk | Owner: dustymugs
Type: enhancement | Status: new
Priority: medium | Milestone: PostGIS Future
Component: raster | Version: trunk
Keywords: |
-------------------------+--------------------------------------------------
With a "datacube" use case in mind I've been thinking to use a raster to
incrementally aggregate values onto its bands.
For that to be effective I was thinking that the concept of "geomval"
wouldn't be enough in that for each geometry I'd have multiple values (one
for each field to be aggregated).
This ticket is to think about a way to burn a geometry to multiple bands
at once.
Note that for my use case there would also need to possibly be a different
operations for different bands. A simple example is I want a count of hits
and a sum of values (two bands). That way I can compute the average in a
second stage, when I'm done burning all records.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2281>
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-tickets
mailing list