[postgis-tickets] [PostGIS] #2312: [raster] st_circle
PostGIS
trac at osgeo.org
Thu May 9 12:27:57 PDT 2013
#2312: [raster] st_circle
-------------------------+--------------------------------------------------
Reporter: nclay | Owner: dustymugs
Type: enhancement | Status: new
Priority: medium | Milestone: PostGIS Future
Component: raster | Version: trunk
Keywords: |
-------------------------+--------------------------------------------------
Comment(by nclay):
So, we will need a function that returns a Mask of appropriate resolution
for use in _st_focal to create convenience functions such as st_circle or
st_annulus. Something like:
{{{
double precision [][][] ST_Mask(ST_CLIP(RASTER,GEOMETRY,BITMAP or WEIGHT))
}}}
That way we could also implement weighted masks, along with bit map masks.
Thanks,
Nathan
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2312#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-tickets
mailing list