File tree Expand file tree Collapse file tree 2 files changed +122
-3
lines changed
Expand file tree Collapse file tree 2 files changed +122
-3
lines changed Original file line number Diff line number Diff line change 1+ # ## 2019
2+
3+ # More flights missing before June
4+ - origin : " Frankfurt"
5+ destination : " Doha"
6+ airline : " Qatar"
7+ year : 2019
8+ month : " June"
9+ occasion : " Private"
10+ travelers : ["Patrick"]
11+
12+ - origin : " Doha"
13+ destination : " Hong Kong"
14+ airline : " Qatar"
15+ year : 2019
16+ month : " June"
17+ occasion : " Private"
18+ travelers : ["Patrick"]
19+
20+ - origin : " Hong Kong"
21+ destination : " Bangkok"
22+ airline : " Ethiopian"
23+ year : 2019
24+ month : " August"
25+ occasion : " Private"
26+ travelers : ["Patrick"]
27+
28+ - origin : " Bangkok"
29+ destination : " Addis Ababa"
30+ airline : " Ethiopian"
31+ year : 2019
32+ month : " August"
33+ occasion : " Private"
34+ travelers : ["Patrick"]
35+
36+ - origin : " Addis Ababa"
37+ destination : " Mombasa"
38+ airline : " Ethiopian"
39+ year : 2019
40+ month : " August"
41+ occasion : " Private"
42+ travelers : ["Patrick", "Pascal", "Regina", "Harald"]
43+
44+ - origin : " Mombasa"
45+ destination : " Nairobi"
46+ airline : " XXX"
47+ year : 2019
48+ month : " August"
49+ occasion : " Private"
50+ travelers : ["Patrick", "Pascal", "Regina", "Harald"]
51+
52+ - origin : " Nairobi"
53+ destination : " Masai Mara"
54+ airline : " XXX"
55+ year : 2019
56+ month : " August"
57+ occasion : " Private"
58+ travelers : ["Patrick", "Pascal", "Regina", "Harald"]
59+
60+ - origin : " Masai Mara"
61+ destination : " Nairobi"
62+ airline : " XXX"
63+ year : 2019
64+ month : " August"
65+ occasion : " Private"
66+ travelers : ["Patrick", "Pascal", "Regina", "Harald"]
67+
68+ # More flights missing
69+
70+ - origin : " Nairobi"
71+ destination : " Dubai"
72+ airline : " Emirates"
73+ year : 2019
74+ month : " September"
75+ occasion : " Private"
76+ travelers : ["Patrick"]
77+
78+ - origin : " Dubai"
79+ destination : " Frankfurt"
80+ airline : " Emirates"
81+ year : 2019
82+ month : " September"
83+ occasion : " Private"
84+ travelers : ["Patrick"]
85+ # More flights missing after September
86+
87+ # ## 2020
88+
89+ # More flights missing before February
90+ - origin : " Birmingham"
91+ destination : " Dublin"
92+ airline : " AerLingus"
93+ year : 2020
94+ month : " February"
95+ occasion : " Private"
96+ travelers : ["Patrick"]
97+
98+ - origin : " Dublin"
99+ destination : " New York"
100+ airline : " AerLingus"
101+ year : 2020
102+ month : " February"
103+ occasion : " Private"
104+ travelers : ["Patrick"]
105+
106+ - origin : " New York"
107+ destination : " Dublin"
108+ airline : " AerLingus"
109+ year : 2020
110+ month : " February"
111+ occasion : " Private"
112+ travelers : ["Patrick"]
113+
114+ - origin : " Dublin"
115+ destination : " Birmingham"
116+ airline : " AerLingus"
117+ year : 2020
118+ month : " February"
119+ occasion : " Private"
120+ travelers : ["Patrick"]
121+ # More flights missing after February
122+
1123# ## 2021
2124
3125- origin : " Frankfurt"
Original file line number Diff line number Diff line change 157157- name : " Halifax"
158158 lat : 44.6488
159159 lon : -63.5752
160- - name : " Griechenland"
161- lat : 39.0742
162- lon : 21.8243
163160- name : " Aruba"
164161 lat : 12.5211
165162 lon : -69.9683
You can’t perform that action at this time.
0 commit comments