aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rwxr-xr-xnad/testvarious8
-rw-r--r--nad/tv_out.dist10
3 files changed, 10 insertions, 9 deletions
diff --git a/NEWS b/NEWS
index ad3dc701..985a07fb 100644
--- a/NEWS
+++ b/NEWS
@@ -33,6 +33,7 @@
o Add CMake project-config.cmake scripts (#264 from Charles Karney)
+ o Dial back test sensitivity #255
4.9.0 Release Notes
-------------------
diff --git a/nad/testvarious b/nad/testvarious
index 08eb546b..92cb6bd8 100755
--- a/nad/testvarious
+++ b/nad/testvarious
@@ -589,7 +589,7 @@ EOF
echo "##############################################################" >> ${OUT}
echo "Test MGI datum gives expected results (#207)" >> ${OUT}
#
-$EXE -f '%.14f' \
+$EXE -f '%.9f' \
+proj=latlong +datum=WGS84 \
+to +init=epsg:31284 \
-E >>${OUT} <<EOF
@@ -598,7 +598,7 @@ EOF
echo "##############################################################" >> ${OUT}
echo "Test omerc sensitivity with locations 90d from origin(#114)" >> ${OUT}
#
-$EXE -f '%.14f' \
+$EXE -f '%.8f' \
+proj=latlong +ellps=WGS84 \
+to +proj=omerc +ellps=WGS84 +lon_1=62.581150 +lat_1=74.856102 \
+lon_2=53.942810 +lat_2=74.905884 +units=km +no_rot +no_defs \
@@ -685,7 +685,7 @@ EOF
echo "##############################################################" >> ${OUT}
echo "Test bug 245 (use +datum=carthage)" >> ${OUT}
#
-$EXE -f '%.12f' \
+$EXE -f '%.7f' \
+proj=longlat +datum=WGS84 +nodefs +to +proj=utm +zone=32 +datum=carthage +nodefs \
-E >>${OUT} <<EOF
10 34
@@ -693,7 +693,7 @@ EOF
echo "##############################################################" >> ${OUT}
echo "Test bug 245 (use expension of +datum=carthage)" >> ${OUT}
#
-$EXE -f '%.12f' \
+$EXE -f '%.7f' \
+proj=longlat +datum=WGS84 +nodefs +to +proj=utm +zone=32 +a=6378249.2 +b=6356515 +towgs84=-263.0,6.0,431.0 +nodefs \
-E >>${OUT} <<EOF
10 34
diff --git a/nad/tv_out.dist b/nad/tv_out.dist
index a9d5120c..b0226f45 100644
--- a/nad/tv_out.dist
+++ b/nad/tv_out.dist
@@ -291,11 +291,11 @@ Test inverse handling
10 20 -1384841.19 7581707.88 0.00
##############################################################
Test MGI datum gives expected results (#207)
-16.33 48.20 595710.37321015028283 5357598.46457545924932 -44.49510847218335
+16.33 48.20 595710.373210150 5357598.464575459 -44.495108472
##############################################################
Test omerc sensitivity with locations 90d from origin(#114)
-56.958381652832 72.8798 -9985.16336452572614 -227.67701050320997 0.00000000000000
-56.9584 72.8798 9985.16263662453457 -227.67701050313340 0.00000000000000
+56.958381652832 72.8798 -9985.16336453 -227.67701050 0.00000000
+56.9584 72.8798 9985.16263662 -227.67701050 0.00000000
##############################################################
Test omerc differences between poles (#190)
-27 70 7846957.203 0.000 0.000
@@ -326,7 +326,7 @@ Test bug 244 (2)
987122.4183302754536 -14429896.5395309105515 -140.100000000000 -87.000000000000 0.000000000000
##############################################################
Test bug 245 (use +datum=carthage)
-10 34 592302.981946153101 3762148.734061029274 -30.311017032713
+10 34 592302.9819462 3762148.7340610 -30.3110170
##############################################################
Test bug 245 (use expension of +datum=carthage)
-10 34 592302.981946153101 3762148.734061030205 -30.311017032713
+10 34 592302.9819462 3762148.7340610 -30.3110170