Opened 14 years ago
Last modified 13 years ago
#957 closed defect
raster regress errors, SELECT and some gdal — at Initial Version
Reported by: | strk | Owned by: | Bborie Park |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.0.0 |
Component: | raster | Version: | master |
Keywords: | Cc: |
Description
--- 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.
Note:
See TracTickets
for help on using tickets.