-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathairtraffic.yaml
15 lines (14 loc) · 929 Bytes
/
airtraffic.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
#
# Example airtraffic configuration file. The aircraft and movements
# are identical to the built-in defaults.
#
ownship:
{ id: 'D-EZZZ', lat: 50.00, lon: 8.0, alt: 3000_ft, speed: 80_kt, vspeed: 100_fpm, direction: 90 }
traffic:
- { id: 'D-EAAA', address: 0xaa5501, lat: 50.06, lon: 8.06, alt: 880, speed: 80, direction: 180 }
- { id: 'D-EBBB', address: 0xaa5502, lat: 50.06, lon: 8.08, alt: 914.4_m, speed: 80.0, direction: 180 }
- { id: 'D-ECCC', address: 0xaa5503, lat: 50.06, lon: 8.10, alt: 3130_ft, speed: 80_kt, direction: 180 }
- { id: 'D-EDDD', address: 0xaa5504, lat: 50.06, lon: 8.12, alt: 3200.0_ft, speed: 41.146_ms, direction: 180 }
- { id: 'D-EEEE', address: 0xaa5505, lat: 50.06, lon: 8.14, alt: 3400.0_ft, speed: 92.000_mph, direction: 180, vspeed: -100_fpm }
- { id: 'D-EFFF', address: 0xaa5506, lat: 49.94, lon: 8.10, alt: 3400.0_ft, speed: 148.16_kmh, direction: 000, bearingless: true }