From d97f97a524d0fc78415ddc281c72733bb8f8fd27 Mon Sep 17 00:00:00 2001 From: Didier Richard Date: Sun, 11 Oct 2009 13:37:38 +0000 Subject: Addition of a test according to ticket 52 (http://trac.osgeo.org/proj/ticket/52) git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1672 4e78687f-474d-0410-85f9-8d5e500ac6b2 --- nad/testIGNF | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'nad/testIGNF') diff --git a/nad/testIGNF b/nad/testIGNF index ec782eb6..3de07548 100755 --- a/nad/testIGNF +++ b/nad/testIGNF @@ -8,6 +8,8 @@ # 2009-03-08 : the null grid (nad2bin < null.lla null) MUST # be around otherwise the LAMBE to LAMB93 # transformations will be wrong and vice-versa +# 2009-10-04 : addition of NTFG to RGF93G test to check if +# the gsb grid is still ok EXE=$1 usage() @@ -38,6 +40,10 @@ RES="-f %.3f" echo "doing tests into file ${OUT}, please wait" # rm -f ${OUT} +echo "+init=${INIT_FILE}:NTFG +to +init=${INIT_FILE}:RGF93G" >>${OUT} +$EXE +init=${INIT_FILE}:NTFG +to +init=${INIT_FILE}:RGF93G -E >>${OUT} <>${OUT} $EXE +init=${INIT_FILE}:LAMBE +to +init=${INIT_FILE}:LAMB93 -E $RES >>${OUT} <