[postgis-tickets] [PostGIS] #2244: [raster]: ST_SetGeoReference screws up out db

PostGIS trac at osgeo.org
Sun Mar 24 12:04:02 PDT 2013


#2244: [raster]: ST_SetGeoReference screws up out db
----------------------+-----------------------------------------------------
 Reporter:  robe      |       Owner:  dustymugs    
     Type:  defect    |      Status:  new          
 Priority:  critical  |   Milestone:  PostGIS 2.1.0
Component:  raster    |     Version:  trunk        
 Keywords:            |  
----------------------+-----------------------------------------------------

Comment(by dustymugs):

 That is expected behavior.  There is an expectation that the metadata
 stored in database and the actual raster file's metadata match
 (specifically the geotransform matrix).  If the metadata doesn't match,
 the output from a function (such as ST_Histogram) is unknown.  Non-
 georeferenced rasters are always set the default geotransform (scaleX: 1
 scaleY: -1 skewX/Y: 0 upperleftX/Y: 0 srid: 0).

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