-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Expand file tree
/
Copy pathaircraft.json
More file actions
52 lines (52 loc) · 1000 Bytes
/
aircraft.json
File metadata and controls
52 lines (52 loc) · 1000 Bytes
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
[
{
"icao_address": 1002,
"lat": 49.2341564,
"lon": 16.5505527,
"altitude": 300,
"heading": 275,
"hor_velocity": 30,
"ver_velocity": 0,
"callsign": "V550"
},
{
"icao_address": 1001,
"lat": 49.2344299,
"lon": 16.5610206,
"altitude": 300,
"heading": 237,
"hor_velocity": 30,
"ver_velocity": 0,
"callsign": "V250"
},
{
"icao_address": 1003,
"lat": 49.2422463,
"lon": 16.5645653,
"altitude": 300,
"heading": 29,
"hor_velocity": 30,
"ver_velocity": 0,
"callsign": "V1100"
},
{
"icao_address": 1004,
"lat": 49.2377083,
"lon": 16.5520834,
"altitude": 300,
"heading": 110,
"hor_velocity": 30,
"ver_velocity": 0,
"callsign": "V650X3"
},
{
"icao_address": 1005,
"lat": 49.2388158,
"lon": 16.5730266,
"altitude": 300,
"heading": 261,
"hor_velocity": 30,
"ver_velocity": 0,
"callsign": "V1250X4"
}
]