-
Notifications
You must be signed in to change notification settings - Fork 895
Expand file tree
/
Copy pathground_control_points.json
More file actions
64 lines (64 loc) · 1.64 KB
/
ground_control_points.json
File metadata and controls
64 lines (64 loc) · 1.64 KB
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
{
"points": [
{
"position": {
"latitude": 52.51926834404209,
"altitude": 14.946108041331172,
"longitude": 13.400703631118825
},
"id": "0",
"observations": [
{
"projection": [
-0.015689,
-0.0625362
],
"shot_id": "02.jpg"
},
{
"projection": [
-0.0624397,
0.0440716
],
"shot_id": "03.jpg"
}
]
},
{
"id": "1",
"observations": [
{
"projection": [
0.049848,
0.144291
],
"shot_id": "02.jpg"
},
{
"projection": [
0.0105317,
0.244958
],
"shot_id": "01.jpg"
}
]
},
{
"position": {
"latitude": 52.5192651808067,
"altitude": 12.859175567515194,
"longitude": 13.400764257288497
},
"id": "3",
"observations": [
{
"projection": [
0.0608681,
-0.00730461
],
"shot_id": "02.jpg"
}
]
}
]
}