: # # Test NTv2 (.gsb) support. Assumes ntv2_0.gsb is installed. # # NAD_DIR=`dirname $0` EXE=$1 usage() { echo "Usage: ${0} " echo exit 1 } if test -z "${EXE}"; then EXE=../src/cs2cs fi if test ! -x ${EXE}; then echo "*** ERROR: Can not find '${EXE}' program!" exit 1 fi echo "============================================" echo "Running ${0} using ${EXE}:" echo "============================================" OUT=ntv2_out #EXE=../src/cs2cs # echo "doing tests into file ${OUT}, please wait" rm -f ${OUT} # echo "##############################################################" >> ${OUT} echo Point in the ONwinsor subgrid. >> ${OUT} # $EXE +proj=latlong +ellps=clrk66 +nadgrids=ntv2_0.gsb \ +to +proj=latlong +datum=NAD83 -E -w4 >>${OUT} <> ${OUT} echo Try with NTv2 and NTv1 together ... falls back to NTv1 >> ${OUT} # $EXE +proj=latlong +ellps=clrk66 +nadgrids=ntv2_0.gsb,ntv1_can.dat,conus \ +to +proj=latlong +datum=NAD83 -E -w4 >>${OUT} <