[postgis-devel] [PostGIS] #1574: [raster] ST_AsRaster(geometry, rast) do not align raster properly
PostGIS
trac at osgeo.org
Mon Feb 13 10:50:50 PST 2012
#1574: [raster] ST_AsRaster(geometry, rast) do not align raster properly
---------------------+------------------------------------------------------
Reporter: pracine | Owner: pracine
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.0.0
Component: raster | Version: trunk
Keywords: |
---------------------+------------------------------------------------------
Comment(by pracine):
If I just negate the scaley of the raster then I get a raster correctly
aligned :
{{{
SELECT ST_Asbinary((gv).geom) geom, (gv).val
FROM (SELECT ST_PixelAsPolygons(
ST_AsRaster(
ST_Buffer(ST_SetSRID(ST_MakePoint(2, 1), 0),
1.3),
ST_MakeEmptyRaster(4, 4, 0, 0, 1, -1, 0, 0, 0)
)
) gv
) foo
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1574#comment:2>
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