[postgis-tickets] [PostGIS] #2516: [raster] Debbie failing on GDAL_Trunk PostGIS regress
PostGIS
trac at osgeo.org
Sun Oct 27 02:08:35 PDT 2013
#2516: [raster] Debbie failing on GDAL_Trunk PostGIS regress
----------------------+-----------------------------------------------------
Reporter: robe | Owner: dustymugs
Type: defect | Status: assigned
Priority: critical | Milestone: PostGIS 2.2.0
Component: raster | Version: trunk
Keywords: |
----------------------+-----------------------------------------------------
Comment(by rouault):
I have reviewed the differences in GDALCreateGenImgProjTransformer2() and
the use made of it in PostGIS Raster code (2 occurrences in in rt_warp.c).
I believe that there should be no impact on the one at line 358, but there
might be an influence on the one at line 840 if the geotransform on the
dest ds is set to [ 0, 1, 0, 0, 0, +/- 1 ]. If that's the case, I believe
that you get a "Unable to compute a transformation between pixel/line and
georeferenced coordinates for ..." error message from GDAL, and a NULL
result, that causes rt_raster_gdal_warp() to return in error.
Is it the case ?
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2516#comment:8>
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