[postgis-tickets] [PostGIS] #2920: [raster] ST_Union(raster): ERROR: rt_raster_from_two_rasters: The two rasters provided do not have the same alignment

PostGIS trac at osgeo.org
Tue Sep 2 07:38:28 PDT 2014


#2920: [raster] ST_Union(raster): ERROR:  rt_raster_from_two_rasters: The two
rasters provided do not have the same alignment
----------------------+-----------------------------------------------------
 Reporter:  strk      |       Owner:  dustymugs    
     Type:  defect    |      Status:  new          
 Priority:  critical  |   Milestone:  PostGIS 2.1.4
Component:  raster    |     Version:  2.1.x        
 Keywords:            |  
----------------------+-----------------------------------------------------

Comment(by dustymugs):

 The bug is in the manual. ST_Union is a wrapper around ST_MapAlgebra.
 Alignment is required. It's no different than ST_Union(geom, geom)
 requiring the geometries to have the same SRID. Alignment is ensuring that
 the two rasters are in the same coordinate system.

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