[postgis-tickets] [PostGIS] #2229: [raster] Instability with st_intersection/st_intersects
PostGIS
trac at osgeo.org
Wed Mar 13 06:58:56 PDT 2013
#2229: [raster] Instability with st_intersection/st_intersects
--------------------+-------------------------------------------------------
Reporter: kib | Owner: dustymugs
Type: defect | Status: new
Priority: high | Milestone:
Component: raster | Version: 2.0.x
Keywords: |
--------------------+-------------------------------------------------------
Comment(by pracine):
This happens because ST_Intersection() return less polygons for one raster
because it returns neigbour pixel sharing a same value as only one
polygon. Use ST_PixelAsPolygons(ST_Clip(d52_2012112701_4.rast, pos.geom))
instead of ST_Intersection(d52_2012112701_4.rast, pos.geom)...
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2229#comment:13>
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