[postgis-devel] [PostGIS] #1572: [raster] ST_PixelAsPolygons() should work even with no band raster
PostGIS
trac at osgeo.org
Mon Feb 13 09:08:21 PST 2012
#1572: [raster] ST_PixelAsPolygons() should work even with no band raster
-------------------------+--------------------------------------------------
Reporter: pracine | Owner: pracine
Type: enhancement | Status: new
Priority: low | Milestone: PostGIS 2.0.0
Component: raster | Version: trunk
Keywords: |
-------------------------+--------------------------------------------------
{{{
SELECT ST_Asbinary((gv).geom) geom, (gv).val
FROM (SELECT ST_PixelAsPolygons(ST_MakeEmptyRaster(4, 4, 0, 0, 1, 1, 0, 0,
0)) gv) foo
}}}
should return a set of (geometry, null, x, y) geomvalxy.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1572>
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