[postgis-tickets] [PostGIS] #2914: ST_Rescale: Could not create GDAL transformation object for output dataset creation

PostGIS trac at osgeo.org
Fri Aug 29 07:17:35 PDT 2014


#2914: ST_Rescale: Could not create GDAL transformation object for output dataset
creation
---------------------+------------------------------------------------------
 Reporter:  strk     |       Owner:  pramsey      
     Type:  defect   |      Status:  new          
 Priority:  blocker  |   Milestone:  PostGIS 2.1.4
Component:  postgis  |     Version:  2.1.x        
 Keywords:           |  
---------------------+------------------------------------------------------

Comment(by strk):

 Figured out, the problem is that the ST_Rescale call ends up calling
 _st_gdalwarp passing NULL srs for both source and destination when they
 are the same. The core then does not enter the special case of default
 georeference, but doesn't have an SRS to initialize GDAL with either.

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2914#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-tickets mailing list