[PostGIS] #1247: [raster] ST_AsRaster aggregate function
PostGIS
trac at osgeo.org
Fri Nov 8 09:27:07 PST 2024
#1247: [raster] ST_AsRaster aggregate function
--------------------------+---------------------------
Reporter: robe | Owner: strk
Type: enhancement | Status: assigned
Priority: medium | Milestone: PostGIS 3.6.0
Component: raster | Version: master
Resolution: | Keywords:
--------------------------+---------------------------
Comment (by strk):
Comments welcome on this proposed interface for the aggregate:
{{{
raster ST_AsRasterAgg(
geomval set,
raster ref,
text pixeltype,
double precision nodataval=0,
text uniontype='LAST',
bool touched=false
);
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/1247#comment:11>
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