From e51a6c255822d0a1b1320a2f519610f8802a5e27 Mon Sep 17 00:00:00 2001 From: Thomas Knudsen Date: Tue, 28 Nov 2017 08:16:42 +0100 Subject: Free formatting of PROJ key=value pairs --- test/gie/GDA.gie | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'test') diff --git a/test/gie/GDA.gie b/test/gie/GDA.gie index 7ccf6b58..3fe0f3e3 100644 --- a/test/gie/GDA.gie +++ b/test/gie/GDA.gie @@ -18,7 +18,7 @@ directly - I believe it should come from official AU sources. Thomas Knudsen, thokn@sdfe.dk, 2017-11-27 ----------------------------------------------------------------------------------- -BEGIN + ----------------------------------------------------------------------------------- GDA94 to GDA2020 ----------------------------------------------------------------------------------- @@ -52,11 +52,12 @@ ITRF2014@2018 to GDA2020 ----------------------------------------------------------------------------------- Just the Helmert transformation, to verify that we are within 100 um ----------------------------------------------------------------------------------- -operation proj=helmert x=0 y=0 z=0 s=0 rx=0 ry=0 rz=0 \ - dx=0 dy=0 dz=0 \ - drx=0.00150379 dry=0.00118346 drz=0.00120716 \ - ds=0 \ - epoch=2020.0 +operation proj = helmert; \ + x = 0; rx = 0; dx = 0; drx = 0.00150379; \ + y = 0; ry = 0; dy = 0; dry = 0.00118346; \ + z = 0; rz = 0; dz = 0; drz = 0.00120716; \ + \ + ds = 0; epoch=2020.0; ----------------------------------------------------------------------------------- tolerance 50 um @@ -66,4 +67,4 @@ accept -4052052.6588 4212835.9938 -2545104.6946 2018.0 # Alice Springs GDA2020 expect -4052052.7373 4212835.9835 -2545104.5867 -END + -- cgit v1.2.3