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/testntv2 | |
| 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/testntv2')
| -rwxr-xr-x | test/cli/testntv2 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/cli/testntv2 b/test/cli/testntv2 index ab72d199..72a0f9a2 100755 --- a/test/cli/testntv2 +++ b/test/cli/testntv2 @@ -65,6 +65,14 @@ echo Attempt first with ntv2_0.gsb and then conus >> ${OUT} $EXE +proj=longlat +datum=NAD27 +to +proj=longlat +datum=WGS84 -E -d 8 >>${OUT} <<EOF -111.5 45.26 EOF +# +echo "##############################################################" >> ${OUT} +echo "NAD27 -> NAD83: 1st through ntv2, 2nd through conus" >> ${OUT} +# +$EXE NAD27 NAD83 -E >>${OUT} <<EOF +55d00'00.000"N 111d00'00.000"W 0.0 +39d00'00.000"N 111d00'00.000"W 0.0 +EOF # ############################################################################## |
