aboutsummaryrefslogtreecommitdiff
path: root/test/gigs/5112.gie
blob: ab5c0be8379ec12d330dda1ad70c1dcf715d54b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
--------------------------------------------------------------------------------

Test 5112, Mercator (variant B),  v2-0_2011-06-28.

--------------------------------------------------------------------------------

<gie>

use_proj4_init_rules true

--------------------------------------------------------------------------------
operation  proj=pipeline
           step init=epsg:4284 inv
           step init=epsg:3388

tolerance 50 mm
--------------------------------------------------------------------------------
accept    51.0 42.0
expect    0.0 3819897.85

accept    51.0 0.0
expect    0.0 0.0

accept    57.0 0.0
expect    497112.88 0.0

accept    54.0 20.5
expect    248556.44 1724781.5

accept    67.0 -41.0
expect    1325634.35 -3709687.25

--------------------------------------------------------------------------------
operation  proj=pipeline
           step init=epsg:3388 inv
           step init=epsg:4284

tolerance 50 mm
--------------------------------------------------------------------------------
accept    0.0 3819897.85
expect    51.0 42.0

accept    0.0 0.0
expect    51.0 0.0

accept    497112.88 0.0
expect    57.0 0.0

accept    248556.44 1724781.5
expect    54.0 20.5

accept    1325634.35 -3709687.25
expect    67.0 -41.0

--------------------------------------------------------------------------------
operation proj=pipeline towgs84=0,0,0
          step init=epsg:4284 inv
          step init=epsg:3388

tolerance 6 mm
--------------------------------------------------------------------------------
accept    51.0 42.0
roundtrip 1000

accept    51.0 0.0
roundtrip 1000

accept    57.0 0.0
roundtrip 1000

accept    54.0 20.5
roundtrip 1000

accept    67.0 -41.0
roundtrip 1000

</gie>