[postgis-devel] [PostGIS] #1501: [raster] regression failures

PostGIS trac at osgeo.org
Tue Jan 31 19:21:38 PST 2012


#1501: [raster] regression failures
--------------------+-------------------------------------------------------
 Reporter:  gdt     |       Owner:  dzwarg       
     Type:  defect  |      Status:  new          
 Priority:  medium  |   Milestone:  PostGIS 2.0.0
Component:  raster  |     Version:  trunk        
 Keywords:          |  
--------------------+-------------------------------------------------------

Comment(by dustymugs):

 Can you try running the following query in psql and attach the output to
 this ticket?

 {{{
 \set VERBOSITY verbose

 SELECT
   ST_Value(rast, 2, 2) = 1,
   round(ST_Value(
     ST_Hillshade(rast, 1, NULL, 0.0, pi()/4.0, 255), 2, 2
   )*10000) = 1803122
   FROM ST_TestRasterNgb(3, 3, 1) AS rast;
 }}}

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