diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-12-26 12:05:17 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-26 12:05:17 +0100 |
| commit | 6c0b5d9ec42d66889a5d1aa12a3f197a0b67514c (patch) | |
| tree | 3bf728a3c07afc0161b62219da572f29b06fa45a /test/cli/testdatumfile | |
| parent | d71a6ce9094daac790daf828e6148c99c30c3ed3 (diff) | |
| parent | b8f8a708c2299ba55b3d4754aa75633e3ee5897b (diff) | |
| download | PROJ-6c0b5d9ec42d66889a5d1aa12a3f197a0b67514c.tar.gz PROJ-6c0b5d9ec42d66889a5d1aa12a3f197a0b67514c.zip | |
Merge pull request #1812 from rouault/tune_canadian_ntv1_ntv2
Database: tune accuracy of Canadian NTv1 file w.r.t NTv2
Diffstat (limited to 'test/cli/testdatumfile')
| -rwxr-xr-x | test/cli/testdatumfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/cli/testdatumfile b/test/cli/testdatumfile index 29a40876..e4b9ea2d 100755 --- a/test/cli/testdatumfile +++ b/test/cli/testdatumfile @@ -98,9 +98,9 @@ $EXE +proj=latlong +datum=WGS84 \ EOF # echo "##############################################################" >> ${OUT} -echo "NAD27 -> NAD83: 1st through ntv1, 2nd through conus" >> ${OUT} +echo "NAD27 -> NAD83: 1st through ntv1 or ntv2, 2nd through conus" >> ${OUT} # -$EXE NAD27 NAD83 -E >>${OUT} <<EOF +$EXE NAD27 NAD83 -E -f "%.4f" >>${OUT} <<EOF 55d00'00.000"N 111d00'00.000"W 0.0 39d00'00.000"N 111d00'00.000"W 0.0 EOF |
