[postgis-devel] [PostGIS] #1808: [raster] Raster importation creates gaps and corrupted data

PostGIS trac at osgeo.org
Thu May 10 16:22:18 PDT 2012


#1808: [raster] Raster importation creates gaps and corrupted data
--------------------+-------------------------------------------------------
 Reporter:  molgor  |       Owner:  dustymugs    
     Type:  defect  |      Status:  assigned     
 Priority:  high    |   Milestone:  PostGIS 2.0.1
Component:  raster  |     Version:  2.0.x        
 Keywords:          |  
--------------------+-------------------------------------------------------
Changes (by dustymugs):

  * status:  new => assigned


Comment:

 After examining other tiles in the same manner described before and
 running a ST_SummaryStats on the table containing the original test raster

 {{{
 SELECT ST_SummaryStats('test_1808', 'rast');
 }}}

 The summary stats are as expected

 {{{
 (281410560,71759692800,255,0,255,255)
 }}}

 where the above is (count, sum, mean, std dev, min, max).  This is exactly
 as expected of the test raster.

 Are you able to share your source raster?

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1808#comment:13>
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-devel mailing list