[postgis-tickets] [PostGIS] #2800: [raster] Coverage topology broken by ST_Rescale
PostGIS
trac at osgeo.org
Wed Jul 2 01:44:18 PDT 2014
#2800: [raster] Coverage topology broken by ST_Rescale
--------------------+-------------------------------------------------------
Reporter: strk | Owner: dustymugs
Type: defect | Status: new
Priority: medium | Milestone:
Component: raster | Version: trunk
Keywords: |
--------------------+-------------------------------------------------------
As described here: http://lists.osgeo.org/pipermail/postgis-
devel/2014-July/024337.html
The ST_Rescale function breaks coverage topology introducing gaps between
a tile and another whereas ST_Resize does not.
The test dataset is here:
http://www.naturalearthdata.com/downloads/10m-raster-data/10m-cross-blend-
hypso/
Imported with this command:
{{{
raster2pgsql -C -I -s 4326 -Y -t '256x256' HYP_LR.tif hyp_lr
}}}
It looks like a bug for ST_Rescale to not maintain topology as the manual
says that the tile extent could be slightly modified to accomodate for
subpixel scaling.
I hadn't tested with older versions
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2800>
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