-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.svx
74 lines (61 loc) · 1.56 KB
/
test.svx
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
*begin test
; home in Liverpool
;*cs out OSGB:SJ
;*cs OSGB:SJ
;*fix X 35300 89300 50
; OS map coordinates (converted by survex to: "+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.9996012717 +x_0=100000 +y_0=-300000 +ellps=airy +datum=OSGB36 +units=m +no_defs"
;*cs out OSGB:SO
;*cs OSGB:SO
;*fix X 38000 93000 180 ; easting(m) northing(m) alt(m)
; test around the French gite for 43.0331802,0.8239439
*cs out UTM31 ; +proj=utm +ellps=WGS84 +datum=WGS84 +units=m +zone=31 +no_defs
*cs UTM31
*fix X 322725, 4766797 410 ; easting(m) northing(m) alt(m)
*data normal from to tape compass clino
; square
X 1 100 0 0
1 2 100 90 0
2 3 100 180 0
3 X 100 270 0
; corner diagonal
X 6 30 90 0
6 7 31.62 288.43 0
; splay from square corner point
X 5 50 - down
X 8 5 225 45
X 9 5 0 45
X E 40 45 20
*entrance E
*data passage station left right up down
1 5 5 2 2
2 6 6 8 2
3 5 5 2 2
*data passage station left right up down
X 3 1 2 0
E 4 1 3 0
*cs LONG-LAT
*fix husse reference 0.852484 42.987308 1280
*equate husse landmark_husse ; name landmark signifies it to be a mountain top
*flags surface
*data normal from to tape compass clino
X north5 20000 0 0
X south5 20000 180 0
X east5 20000 90 0
X west5 20000 270 0
*equate north5 landmark_north5
*equate south5 landmark_south5
*equate east5 landmark_east5
*equate west5 landmark_west5
*equate lower.Q 5
*begin lower
*flags not surface
*export Q
Q 1 10 0 0
1 2 10 90 0
2 3 10 180 0
3 Q 10 270 0
*data passage station left right up down
1 1 1 2 2
2 2 2 1 1
*end lower
*end test