[postgis-devel] [PostGIS] #957: raster regress errors, SELECT and some gdal
PostGIS
trac at osgeo.org
Tue May 17 08:11:50 PDT 2011
#957: raster regress errors, SELECT and some gdal
----------------------------+-----------------------------------------------
Reporter: strk | Owner: dustymugs
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.0.0
Component: postgis raster | Version: trunk
Keywords: |
----------------------------+-----------------------------------------------
{{{
--- rt_asgdalraster_expected 2011-05-17 09:50:39.000000000 +0200
+++ /tmp/pgis_reg_9436/test_10_out 2011-05-17 17:05:26.000000000
+0200
@@ -11,5 +11,5 @@
f0de16a21de438249ec0bbd28eafe63c
ed4e4d60d2ccc82c4597e80c1f97272f
83b6012757444ff7786b5e8473e6cea3
-b699be9f7045656edbb14ecec1c75b5a
-96a96f9a6d31544dfc5ba5cd25f40934
+f6fa7f8ae3c35c137a75acc855255083
+7031666f7a668577b9de9cc6a8799f75
--- rt_summarystats_expected 2011-05-17 09:50:39.000000000 +0200
+++ /tmp/pgis_reg_9436/test_27_out 2011-05-17 17:05:27.000000000
+0200
@@ -5,7 +5,7 @@
-3.429205|6.570795
-0.068584|1.045941
BEGIN
-SELECT 10
+SELECT
20|-3.429205|6.570795|-10|3.14159
1000|-0.068584|1.045941|-10|3.14159
20|-3.429205|6.570795|-10|3.14159
--- rt_mean_expected 2011-05-17 09:50:39.000000000 +0200
+++ /tmp/pgis_reg_9436/test_28_out 2011-05-17 17:05:27.000000000
+0200
@@ -3,7 +3,7 @@
-3.429205
-0.068584
BEGIN
-SELECT 10
+SELECT
-3.429205
-0.068584
-3.429205
--- rt_stddev_expected 2011-05-17 09:50:39.000000000 +0200
+++ /tmp/pgis_reg_9436/test_29_out 2011-05-17 17:05:27.000000000
+0200
@@ -3,7 +3,7 @@
6.570795
1.045941
BEGIN
-SELECT 10
+SELECT
6.570795
1.045941
6.570795
}}}
The above is with PostgreSQL 8.4, PostGIS r7171, GDAL 1.9.0 on a 64bit
system.
I guess we should strip the 'SELECT' lines out of output.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/957>
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