-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathknowledga_base.csv
More file actions
We can't make this file beautiful and searchable because it's too large.
751 lines (751 loc) · 980 KB
/
knowledga_base.csv
File metadata and controls
751 lines (751 loc) · 980 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
0,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,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,filename,synopsis
-0.02514619,0.004116912,0.012716023,-0.048637338,0.037106324,-0.022028368,-0.046971403,-0.0063617905,-0.07296801,0.0055986103,0.07437287,0.053012468,0.010282881,0.035681326,-0.00972912,0.0702961,0.027298942,-0.054601476,0.03014294,-0.009268148,0.0066665057,-0.018749874,0.03145633,-0.039935432,0.012444453,-0.043681562,0.0033864966,-0.0036349508,0.053560287,-0.0005242472,-0.05304879,-0.03148911,0.03846004,-0.025875354,2.4366143e-06,-0.03704863,-0.02630072,0.01200699,-0.062554404,0.07683701,0.045842066,-0.019172724,-0.040225167,0.0052695856,0.011971639,-0.021269232,-0.02801018,0.014944925,0.0007814497,0.04428521,0.012573595,0.0018692713,-0.021889698,0.03025684,0.0036507281,-0.08994893,0.017182833,0.11821518,-0.01929348,0.007188654,-0.019817779,0.016649319,-0.004933203,-0.036136013,-0.0023566347,0.03806516,-0.038866412,0.018254807,0.02290994,-0.058560006,-0.042711217,-0.021499537,0.015617083,0.010735581,-0.013474641,-0.016661007,0.015083314,-0.015855437,-0.016480379,-0.033985004,-0.0048355176,-0.021421688,-0.005140178,0.0058793286,-0.04761231,-0.040413126,-0.025456013,-0.053016614,0.0028290392,0.04646503,-0.0043725967,-0.037609305,-0.02245835,-0.037289474,-0.030209716,0.027562153,0.029774968,-0.03120012,-0.032755487,-0.048670877,0.086799614,0.01197376,0.014863401,-0.028273724,-0.01853036,0.062691644,-0.016187798,-0.024927948,0.02469206,0.0593498,-0.013424051,-0.018224353,-0.040492937,-0.0074015115,0.038763832,0.04116668,0.055872656,0.002764052,-0.029004375,0.0643552,-0.06939577,0.07335148,-0.012997582,-0.041532055,0.033090796,-0.046395432,0.0092728585,-0.005111461,0.012023032,0.024208179,0.018522758,-0.013070485,0.02744796,0.032493725,-0.040142298,-0.00041096364,-0.004300095,0.018523624,-0.040949646,-0.04451016,-0.0390826,0.0017481443,-0.012669293,-0.022538638,-0.048758153,0.00091813336,-0.029527392,0.08701614,-0.004996373,0.019807693,-0.043585993,0.058845833,0.045077465,-0.021523697,-0.022435296,0.0052629593,-0.017453047,0.0077474373,-0.020263126,-0.007295174,0.033027392,0.026939103,0.049908526,-0.011527414,0.0072429786,0.008768899,-0.052885436,0.03175957,-0.06438719,0.026535578,0.0019890694,-0.0022341665,0.02224427,0.08269946,0.009093273,-0.025700059,-0.06733134,-0.026973344,-0.03556564,-0.014629206,-0.072628364,-0.011797516,-0.05451081,-0.06584127,-0.058287628,0.004034147,-0.0070618996,0.047603033,-0.0009324093,-0.052844144,-0.08227055,-0.004834409,-0.026211323,-0.025038889,0.027199715,0.0004333785,0.02423081,-0.08383313,-0.009251329,0.01394872,0.014340694,-0.025116857,-0.00017473867,-0.030349506,0.02556317,0.010319189,0.002817404,-0.043407068,-0.019384244,0.015784224,0.012375096,0.02096554,0.042008936,0.005306757,0.0039322795,0.04570424,0.028758386,-0.01652164,-0.081337824,0.045798305,-0.0065762103,-0.077020936,0.0064906566,-0.029488456,0.004158677,0.005615255,-0.001530267,0.035448454,-0.0034263178,0.03565773,-0.010469351,0.00590992,-0.017974125,0.005000893,0.020621551,0.018961122,0.02189323,-0.049975935,0.0030496467,0.01931839,-0.0064177285,0.06281033,0.017014565,-0.0069688265,0.031764463,-0.014237553,0.034458615,0.03363129,0.0025979665,0.023150794,-0.016552133,-0.02293475,0.00091422297,-0.0020475269,-0.010091748,0.00044375623,-0.027763061,0.023782242,0.04719915,0.050960526,0.029606398,-0.019041477,0.009985124,0.030217102,0.033995084,0.012783181,0.013276583,-0.02857164,-0.04562907,0.017565794,0.0002034807,-0.00033169735,-0.023174988,-0.028674332,-0.011786152,0.039680474,-0.050634976,0.07553344,-0.0034086895,-0.0034944112,-0.025602784,-0.020418447,0.023220534,-0.0059857694,-0.0012204135,-0.0017756955,0.02087289,-0.032624245,-0.017819706,0.041991346,-0.074896626,-0.016091622,0.002457286,-0.04759777,0.0035036504,-0.01823176,0.0057535376,0.021708999,-0.024856875,0.060346674,0.003557568,-0.018853255,-0.027916359,-0.016588738,-0.0017910596,0.0017317517,0.03521612,0.07129775,-0.01075075,0.011498508,-0.026161758,-0.038389727,0.023019103,-0.004441232,-0.036199868,0.01370195,0.0012489423,0.0033258426,-0.015660256,0.04724724,0.0041208887,0.018908657,-0.028999493,-0.018468805,0.00019210235,0.05113314,0.06347069,0.013455435,-0.08908449,0.00021214891,-0.03289037,0.024536395,-0.013962649,0.032339297,-0.053468384,-0.07013749,-0.0055902596,0.013881713,-0.03341899,0.038347956,0.0084907375,-0.031161083,0.013294132,0.092509486,0.06803933,-0.016474161,-0.040725786,0.009161307,0.041177496,-0.07516899,0.010337329,-0.01300535,-0.0174548,-0.03598294,-0.0037238859,-0.0018552075,0.007982882,0.0067498772,0.044358023,-0.01436403,-0.026882764,-0.014654442,0.104903586,0.04599506,-0.025478667,0.031005446,-0.036422774,-0.009145205,0.011835,-0.013334861,0.04183978,-0.02301256,-0.028107477,-0.037587475,-0.028231604,-0.01958897,-0.009913422,-0.053466246,-0.00395219,-0.02671368,0.041913748,0.006881231,0.057491172,-0.007737077,0.06766827,-0.0396133,0.0045592226,0.0651219,-0.08823298,0.052758615,0.042519704,-0.08064638,-0.0595531,-0.028148921,-0.004114069,0.010717226,-0.003807826,0.029741317,0.0066954438,0.04106618,-0.003389644,0.0076197893,-0.033819217,0.06575408,-0.00019081993,0.049610484,0.009720049,-0.033563495,-0.017997086,0.032989327,0.03307638,0.033222098,0.03714428,0.025621563,-0.06895866,-0.010132259,0.022851318,-0.0050578155,-0.04759748,-0.028589217,-0.008043048,-0.029057147,-0.022582725,-0.050166547,-0.011909143,0.008973254,0.019678777,0.012018123,-0.04257003,-0.0019799736,0.025259888,-0.029161388,0.004922785,0.06949154,-0.0069622933,0.010482799,0.017144797,0.038012646,-0.0181406,-0.022937575,-0.06317619,0.019913675,0.10489062,0.021632584,0.036106955,0.02589335,0.05028295,-0.0396422,0.020209592,0.009731816,-0.0026807114,0.026638778,0.09260404,-0.086742386,-0.059015017,-0.017958041,0.010292439,-0.053187333,-0.012750425,0.064334765,0.08110775,0.03988509,0.07261395,0.023521645,0.020643597,0.026099425,-0.056006216,0.024797613,0.086445205,-0.013188314,0.020655874,-0.008023654,-0.027457034,-0.02639923,-0.012170723,-0.0034923856,-0.011749095,0.012606316,0.010196506,-0.08651654,0.030804211,0.049361397,0.039136004,-0.041217364,-0.013819962,-0.059437573,0.023829252,0.019102605,-0.012871118,0.054473136,-0.04865671,0.011205298,0.013292282,-0.025195627,0.002408245,-0.046549883,0.067378506,-0.09788338,-0.04614749,-0.0092103155,0.02196811,0.014810895,0.014061328,0.035035193,0.0023414323,0.004220333,-0.024294207,-0.0459917,0.023089428,-0.0087117,-0.02353627,0.0070646843,0.0024501404,-0.066223405,-0.0077824155,0.023461869,-0.0012969788,0.048559155,0.019013083,-0.005987799,0.04711728,-0.015255791,-0.031312533,0.040035833,6.861159e-05,-0.035064682,0.013481807,0.019700583,0.07344996,-0.006054814,0.04456332,0.0013873763,-0.08801858,-0.0007286735,0.014615005,0.04731183,0.0072086575,-0.013382461,0.00816995,-0.008898989,-0.0259364,-0.037000313,0.0014094539,0.01351383,-0.015380313,-0.048872985,-0.0126276,-0.0078060455,0.024552876,0.015718065,0.029270278,-0.014599548,-0.009535725,0.038065575,0.0373193,-5.996119e-33,-0.041657086,-0.04835584,-0.00011384579,-0.010849293,-0.07045599,0.024975667,-0.015769541,0.0113892015,0.021293083,0.0043604267,0.0144992955,-0.020820593,0.021360269,0.022177203,-0.005225289,0.028186465,-0.034751486,-0.007826589,-0.020797048,-0.050107997,0.020485397,0.003343245,-0.021245606,-0.063748755,-0.03251907,0.00945358,-0.0013032728,0.013177008,-0.0651116,0.047202066,0.020296885,5.6229415e-05,0.0010072151,0.005757873,-0.027681876,-0.018277219,-2.819599e-06,-0.031844728,0.0039774915,-0.016767954,0.00442211,-0.04200058,0.04984717,0.009125942,-0.0098740235,-0.030007195,0.04075164,0.015565557,-0.068527706,-0.010691624,-0.06514424,-0.021296691,-0.0022215038,-0.033848196,-0.05999545,-0.023773175,-0.001969496,0.0028667585,-0.025047945,-0.05762819,-0.0014052559,0.02858534,0.0028200806,0.020936497,0.030065516,0.023776975,-0.0019261229,0.050713263,-0.05971529,-0.09673264,0.014109242,-0.03858128,-0.060859945,-0.033146624,0.06693091,-0.06104494,0.05925088,-0.021629829,-0.08364433,0.102811985,-0.013533985,-0.005015921,-0.055452332,-0.008493731,0.070091695,-0.04924754,-0.007009825,-0.0054667178,0.010888691,0.035454057,0.02978098,0.058018018,-0.017238023,0.006525763,0.07372641,-0.025617082,0.004432852,0.013894231,-0.01876845,-0.011033819,0.0045524673,0.018736675,-0.01061788,0.00081485644,0.030502003,0.041337043,-0.051689308,0.06738062,0.03434363,0.0350273,-0.020090329,-0.016760373,0.015039378,0.046841715,0.05694747,-0.021162875,0.021172028,0.056669362,0.0036060151,-0.0286849,0.050774854,0.024450598,0.045334805,-0.011743289,-0.046775762,0.011478787,0.038322046,0.0068186456,-0.07004013,-0.006371722,-0.008909341,-0.026895236,3.2772803e-07,-0.023876708,0.044663183,0.0566941,0.024378477,-0.0010933043,0.012290332,-0.0015495536,0.017701225,-0.0071065063,0.041235078,0.0037808623,-0.0630628,0.015714582,-0.021056594,0.09846458,-0.007184995,0.07809876,0.01830133,-0.017101748,-0.034823824,0.10113771,-0.049552828,-0.036313076,-0.017727507,0.041464075,-0.04447084,0.025693381,0.021936765,-0.03658776,-0.08440788,0.027376592,0.053864084,-0.03416599,-0.013325362,-0.008794791,-0.042496882,-0.013319838,0.055460878,-0.0725275,-0.022565858,0.007108741,-0.0038988567,0.01353533,-0.03093338,0.0144606875,-0.0036483344,0.04657132,0.10891527,0.025507718,0.009627334,-0.008912856,0.033431984,0.028328538,0.017037123,-0.022618832,0.0539599,-0.011423388,-0.0067010517,0.0013952601,0.008058799,-0.007986678,0.019459568,0.062353466,0.005224556,0.014377753,-0.016019773,-0.08118047,3.290998e-34,-0.017594315,-0.035500836,0.018915372,-0.07409732,-0.027272265,-0.008802346,-0.020846942,0.024432234,-0.00866748,0.025571832,0.0036039387,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/Drone_data/ASRS Database Report Set - Unmanned Aircraft Systems (UAS) Reports.pdf', 'page': 2}","I was operating my UAS on a mapping mission with a base station for RTK (Real -Time
Kinematic Positioning) corrections. I was running an automated mapping mission using the
KMZ file using the app. This was my first operation of the KMZ file as opposed to a KML
file. As per the KMZ file, I was having the mission fly to remain no more than 400 feet AGL
to the terrain, and in order to maintain a visual line of sight I would move throughout the
hilled/undeveloped area in order to maintain VLOS. I would have to r emove the cap on the
application in order to allow the drone to fly the 400 feet AGL over the hilled areas. This
mission became lengthy as I would return to the home start point, move a few hundred
feet to a good vantage point that would keep a VLOS, then start the drone and move with
it. I would then have to return the drone to home and I came along with it, which proved
to be fatiguing. Part of this fatigue was caused by me being hypervigilant to the nearby
airport, as there were airplanes practicing land ings/touch and gos, (across the highway,
but still closeby) and I wanted to ensure no airplanes were moving towards the south
(towards me). Towards the end of the mission, the drone began the return to home.
During this the drone began to rise to 1000 ft. I was keeping visual line of sight directly
and realized it was becoming increasingly difficult to see. I looked at the remote and
realized it was at 1000 ft AGL. I then ceased the operation, and took manual control and
brought the drone down as quickly as possible. Upon investigating the issue, I soon
realized that because I set the return to home safely at 1000 feet, the drone automatically
went to that height. My error was not setting it at the 400 feet that I normally set it to. I
set the max altitude i n the application to 1000 feet, in order to move along the hillsides.
(this height would only happen in relation to the altitude). This was also my first operation
in a hilled/varying terrain area which added another layer of difficulty. I mostly run
mappi ng missions on smaller flatter terrain. For future flights with varying terrain areas, I
will set the return to home altitude no more than 250 feet, which is one of the highest
points in the area above my start point. I will also manually fly the drone hom e at a much
lower altitude instead of letting the drone automate itself for a return to home when it
comes to unfamiliar sites or varying terrain sites."
-0.020109283,0.087231256,0.01594066,-0.029632192,-0.02693219,0.013803572,0.038375776,-0.012354689,-0.056931756,-0.041169856,0.022844978,0.065308005,0.009594643,-0.012349771,0.00853115,0.09288305,0.0206451,-0.018485516,0.01922128,-0.0066107465,-0.00474991,0.0048911218,0.011146327,-0.010051298,-0.038115352,0.015957026,0.03988398,-0.0037017055,0.018846972,0.001959024,-0.042625304,-0.0105676055,0.073186316,-0.037687354,1.8742878e-06,-0.027850963,-0.013845113,0.007862249,-0.009425286,0.038850788,-0.039565496,-0.046774644,-0.039055936,-0.01508496,-0.018044911,-0.039213784,-0.055650085,0.049555037,0.033429865,0.043173905,-0.04261541,0.013256154,-0.02562133,0.020585043,-0.062012058,-0.06870635,0.01794597,0.075990885,-0.030753281,-0.038349327,0.015128368,-0.0016092334,-0.011138769,0.046528254,-0.020799793,0.01457152,-0.0009969844,0.02780219,0.049252037,-0.051129855,-0.024582827,0.00880839,-0.038250368,0.043839168,-0.014915683,0.045294315,0.02096716,0.024577573,0.014179972,0.038312327,0.030593397,-0.0059508556,-0.041500803,0.0015392263,-0.0061594862,-0.017253103,0.00048352082,0.006122785,-0.024031267,0.036625393,0.011974733,-0.006840207,-0.008941138,0.044553608,-0.0019376664,0.007838313,0.0068836585,-0.0322567,0.014546992,0.0058771167,0.03621579,-0.01762715,0.005725512,0.0015538719,-0.032994412,0.043277968,-0.061197847,0.08443016,-0.00021786429,0.003729902,0.017121656,-0.0016673312,-0.008224757,0.019651853,-0.0066118035,-0.017039929,0.04015211,0.004233102,0.021037482,0.009068347,-0.04818246,0.024530347,-0.068127535,-0.03965366,0.035127454,-0.10252935,0.041731536,-0.017692607,0.020431252,0.023396678,0.01714193,-0.014643472,0.0340238,0.017059026,-0.062316302,0.032216758,-0.023493249,-0.044880364,-0.04263508,-0.0068672905,0.012284642,0.03270411,-0.026717009,-0.018754592,-0.02265097,-0.034329683,-0.05255273,0.054386534,-0.0038128833,0.00048426312,-0.060416393,0.039553836,0.012610393,-0.03520125,-0.023932496,0.034651753,0.02400622,-0.044538155,-0.009204765,-0.04950945,0.050163023,0.08920891,0.0630895,0.01715407,-0.027325228,0.018556604,-0.021380356,0.027307346,-0.03441824,0.0036214103,-0.005267374,0.0030576729,-0.007712126,0.1284272,-0.03705485,-0.031236349,-0.10691451,-0.08279513,0.023503974,-0.017384864,-0.067167975,-0.024759972,0.030719884,-0.0733983,-0.046045028,-0.041959047,-0.026886212,0.032009535,0.015598075,0.0068623493,-0.013143634,-0.052030582,0.016429272,-0.011844394,0.0668128,-0.057036716,-0.0010954245,-0.042689692,-0.017568348,-0.014542429,-0.008533688,0.012939948,0.021075783,0.0178155,-0.0253345,-0.0013021614,0.066183515,1.7473365e-05,-0.03306292,0.044642217,-0.010520896,-0.017063925,0.031740714,-0.0069002905,-3.842098e-05,-0.012581382,0.058386266,0.016409215,-0.0427454,0.048915386,-0.03451607,-0.04571962,-0.053759772,0.0053938054,0.0036378943,-0.06911512,0.017184068,0.039797544,0.015188108,0.010382607,0.021424692,-0.004019117,0.043027733,-0.008041362,0.046580806,-0.003833756,0.035789005,-0.023034308,-0.007968863,-0.017854113,-0.013293807,0.050250094,0.034237444,-0.01192742,-0.019979687,0.004297314,-0.016653199,0.011947524,0.0014632677,-0.00485474,0.0011494295,-0.05923828,-0.018752242,-0.02252762,-0.037921764,0.032968096,0.0008361486,0.07105554,0.084838696,0.006513109,0.035605997,-0.021561943,0.024321448,0.00010877224,0.031984396,0.026543908,0.014184366,-0.017998021,-0.018665355,-0.010838961,-0.05674421,-0.02921633,0.0033930747,0.003987256,0.01870733,-0.007637921,-0.077024095,0.018951625,-0.010519655,-0.003142753,-0.0027337868,-0.044666886,0.015808372,-0.017299907,0.03156745,0.014086273,0.03546258,-0.017872162,0.015582751,-0.0152140595,-0.09469582,-0.010280776,-0.03146441,-0.0327418,0.05782995,-0.024562439,-0.001541768,0.059562,0.027228542,0.06897411,0.06341497,0.0142152915,-0.018416343,-0.023188071,0.033421163,0.00010492034,0.0142394705,0.05931297,-0.013556089,-0.057286035,-0.009375521,0.0447019,-0.018053109,0.024788987,-0.030270314,-0.025546782,0.09439163,0.0502202,-0.03488834,0.06102747,0.033519562,-0.042094946,-0.0065021543,-0.0103102,-0.00044192097,0.033870608,0.027820027,0.018899925,0.0070548058,0.0506496,-0.015348843,-0.012146945,-0.034729786,0.013561135,0.020151354,0.017772276,-0.024997719,-0.023917085,-0.059832983,0.020320218,0.0032756084,-0.020492882,0.021789204,0.095052764,-0.025726892,0.06226637,-0.021471482,-0.014106389,0.042871352,-0.11171588,0.0023521024,-0.010454872,0.021038745,-0.0066690748,-0.0062542716,0.04580231,0.01763876,0.0062008905,0.025860153,0.032583725,-0.051172897,-0.027594173,0.029861988,0.011022018,-0.0021442447,0.0009566036,-0.024086596,0.014006014,0.063418075,-0.023268938,0.043050263,0.068205535,-0.029382093,-0.041666448,-0.018824298,-0.012279293,0.016083106,0.021097764,-0.052684687,-0.015048917,0.016918736,0.03253407,0.047592852,-0.0093941055,0.055201393,-0.047381844,-0.0028746626,0.005807832,-0.0396353,0.046623822,0.018411253,-0.025348576,-0.027707607,0.011018844,0.031475227,-0.04776508,0.009334449,-0.026443386,0.03415316,0.013920119,0.019845566,0.057885442,-0.0608472,0.04551619,0.011288758,-0.018407203,0.07731701,-0.064908445,-0.004502633,0.06605809,-0.014636272,0.0022827894,0.02899507,0.014116706,-0.026055241,-0.06080733,0.0074018277,-0.031517986,0.008097954,-0.004168501,-0.035231736,-0.010149924,0.017970026,-0.028235655,-0.021168202,-0.0114087565,-0.01414787,0.052899476,-0.03321748,0.013590345,0.04233113,-0.009879529,-0.020091735,0.018927244,-0.015880063,0.057220027,-0.026590087,0.062982105,-0.03277301,-0.067026496,-0.07936607,0.04817411,0.047801096,-0.0039875205,-0.037791837,0.0076649515,-0.030750483,-0.025670327,-0.024415009,-0.0019823564,0.03242378,0.012994224,0.014333158,-0.043057263,0.011324868,0.0075579113,-0.02823006,-0.023087405,-0.034978494,0.03190058,0.06986934,0.023752745,0.0670387,0.04875237,1.5028602e-05,0.02437875,0.020579167,-0.06642978,0.028743135,0.04749865,0.08462498,-0.03438349,0.002816974,-0.027354155,-0.016035154,0.0479758,0.0068485187,-0.016032387,-0.0047980878,0.013568192,-0.005724476,-0.01069382,0.0058128014,-0.017742863,0.024080604,-0.084740244,0.018385781,-0.017820515,-0.04924254,0.043221537,-0.04969415,-0.037318543,-0.023765588,-0.040519617,-0.040792692,-0.03850057,0.047692552,-0.06891879,-0.022218887,-0.105614625,0.0036752017,0.01557518,0.022335501,-0.010057843,-0.02399887,-0.012656744,0.002142982,-0.0073094387,0.0072416887,-0.009127053,-0.041775856,0.005372572,0.01799854,-0.052563883,0.047975708,0.0325445,-0.007281619,0.019391658,0.012577754,-0.029776104,0.038090345,-0.031576365,0.0108560305,-0.029033823,-0.0022119891,0.006399153,-0.0004669625,0.038317785,0.080764465,0.019244822,0.019794907,-0.019997392,-0.089434855,0.060565993,-0.035755716,0.018045107,0.05306961,0.0025394103,0.017285408,-0.03896098,-0.036105104,0.012817283,-0.052200526,0.0023692637,0.013572875,-0.038502835,-0.07393016,0.0169867,0.0072735134,0.009516656,-0.0038682937,-0.06389946,0.014393007,-0.010336949,-0.0048165955,-4.803944e-33,-0.006538832,-0.10422487,0.0072510676,-0.025917651,-0.0036625168,0.015438816,0.0072246683,0.008436921,0.0068911593,0.017160837,0.03862283,-0.012321152,0.0065092887,0.0186238,0.042589735,0.0040206937,-0.03288748,0.025643896,-0.0067288983,-0.02169891,-0.024528265,0.027247826,-0.053147133,-0.076328285,0.004950106,0.038669847,-0.042346,0.03783201,-0.120660424,0.018410087,0.026063219,-0.012184337,0.048295114,0.09948322,-0.03165418,0.032982573,-0.009195055,0.0028359937,0.0013257292,-0.012641302,0.0059896386,-0.048571926,0.04903064,-0.019745154,0.022310672,-0.06819384,0.009854542,0.040674504,-0.05144772,0.025311267,-0.021640265,0.016710894,-0.00077096064,-0.07694529,-0.022023307,-0.014458119,-0.015722873,0.0026355656,-0.0181217,0.022142643,-0.01473024,-0.025354343,-0.0012365859,0.022804037,0.013562084,0.03625986,0.040257733,0.0069334605,-0.03319509,-0.039206218,0.010916943,0.04691633,-0.04826604,-0.07457576,0.03686563,0.022986827,0.025375191,0.013663568,-0.06353269,0.06962335,-0.018032655,-0.013591936,-0.043649387,-0.00451641,0.07457818,-0.0888871,-0.014568516,0.038663834,-0.00162468,0.032923356,-0.085345134,-0.0028187693,-0.01575928,0.01239049,0.032892346,-0.055791046,-0.01752744,0.010363323,-0.037603963,0.0089727035,-0.003547631,0.02789744,0.040487684,-0.026403239,0.0048868335,0.033413712,-0.049680725,0.039474607,0.045320954,0.0073788036,0.00991899,0.00017531468,-0.037691813,0.06445023,0.033345457,-0.011147783,0.025249729,-0.017700957,-0.028060608,-0.046133764,-0.001784658,0.004593687,-0.00783149,-0.018603405,-0.041959096,0.048743524,0.028445447,0.030217297,0.003826736,0.026502265,-0.006194643,-0.01667268,2.6044694e-07,-0.024573872,-0.014765839,0.028019132,-0.039664157,-0.009779525,0.011343637,0.013798993,-0.039475184,-0.0127716595,0.03337898,0.030784229,-0.049332,-0.022298437,-0.036911808,0.08108174,-0.03560087,0.10696664,0.033469595,-0.021071868,0.01197617,0.073194735,-0.026516985,-0.032285973,-0.011504062,0.02038667,0.0016252067,0.028647725,0.028993903,-0.014628498,-0.06213278,0.0030293504,-0.0011167356,0.009171031,0.033267494,-0.03072388,0.0002437552,-0.022967782,0.08866813,-0.01714034,0.031151975,-0.0053504054,-0.09693969,-0.013706685,0.045787424,-0.015717966,0.0077763684,-0.006531585,0.06705158,-0.01613686,0.0063419812,-0.009861809,0.009080156,-0.020637581,0.011367845,-0.024364842,0.04145063,0.0002052009,0.036167216,0.047900908,-0.07100809,-0.03846438,0.043363474,0.03260164,-0.019440437,-0.018244766,0.084374174,-0.02113106,1.8705409e-34,-0.04293109,0.010654041,0.018316567,-0.02230211,-0.0142127685,-0.009981709,-0.026694795,0.0004901454,0.024515422,-0.005914803,0.021177666,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/Drone_data/ASRS Database Report Set - Unmanned Aircraft Systems (UAS) Reports.pdf', 'page': 4}","I work for a roofing contractor and utilize a Mavic II for inspections. This afternoon, my
boss and another coworker took the drone from my possession to do perspective photos
and overview photos without me, despite my warning about airspace and drone pilo t
regulations. During the conversation it was stated that I had to remain at the office to
meet with the business owner. They called me at XA:49 to ask how to place the drone into
manual mode. I again reminded them that the airspace in the area of the road is known to
me to have special flight restrictions and that is a violation to fly without a licensed pilot
but was told it's just for a few photos. Upon returning, they admitted to me that he had
flown over 400 ft. above ground level and overrode the DJI Fly zone checklist for
authorizations."
-0.02326718,0.027894529,0.01744435,-0.09069637,0.04781636,0.026101612,-0.016211763,-0.024340317,-0.00077835185,-0.024652831,0.0015572238,0.0029786306,0.0052482774,0.07030972,0.040387716,0.12232454,0.04482236,-0.04370586,0.00412741,-0.01149954,0.005928925,-0.010625846,0.022184703,-0.008723687,-0.013278983,-0.011791006,0.034188554,0.02940249,0.030374352,0.0116667235,-0.028143885,-0.033232532,0.028895216,-0.034526635,2.0191937e-06,0.022061152,-0.018198848,-0.014382167,-0.04295515,-0.0119464565,-0.035386205,1.0424529e-05,-0.012824778,0.012365208,-0.013172512,0.03254478,-0.05566133,0.056380153,0.010288187,0.060191758,-0.021348188,-0.024578532,-0.014467623,0.0036064766,-0.01987355,-0.04847431,0.023127697,0.09297078,-0.0032854015,-0.057548795,-0.002929706,-0.038667787,0.0047791693,-0.017170995,-0.058796313,-0.030791076,-0.01965601,0.018097969,0.013800172,-0.027780509,-0.06401273,-0.007035629,0.016769603,0.0046592127,-0.034284584,0.010207295,0.06470614,0.010775299,-0.032745987,0.0017256569,0.04320445,0.010133881,0.024908505,0.0018401591,-0.034692682,-0.020843588,-0.016203007,-0.015127028,-0.0057668504,-0.0019339741,0.03138108,0.0055414597,0.0026702906,-0.037826765,-0.05089588,-0.00029470323,0.01090284,-0.07619056,-0.013520818,-0.011624325,0.03286338,-0.023565274,0.026999662,-0.021904197,0.014151379,0.027126862,-0.027299674,0.001805443,0.00380086,0.08856582,0.027296897,-0.01076152,-0.017783938,-0.007843275,-0.0018147564,0.062280305,0.01654134,0.0044481875,0.0068306103,0.07325715,-0.021287836,0.080742955,-0.04712877,-0.0021054414,0.059575852,-0.08795614,0.02017014,-0.0125255715,0.02929123,-0.0007162399,0.012263339,-0.026814083,-0.016331067,0.0066894647,-0.026722377,0.07227938,-0.01177262,0.010278642,-0.055700615,-0.045399267,-0.007233761,-0.0150450785,-0.013150031,0.0030494495,-0.027328508,-0.038113553,-0.012226319,-0.037673857,-0.020035408,0.0032371054,-0.03849926,0.014283322,0.035487153,-0.027021252,-0.03706672,0.015349241,-0.03162455,-7.776937e-05,0.0114279995,0.00024256605,0.06581734,0.023912061,0.10420256,-0.0021845629,0.002595656,7.7192424e-05,-0.019037612,-0.022434903,-0.04469031,0.011713665,0.016969169,0.005391804,-0.021496901,0.06105109,-0.038001765,0.025837732,-0.0364273,-0.031950846,0.008079009,-0.05169925,-0.046356663,0.00046683787,-0.045285642,-0.06384025,0.020091794,-0.0054713404,0.03621777,0.045174275,-0.012138229,0.005270573,0.0014776385,-0.018332195,0.010954549,0.032478012,0.045509327,-0.020766556,0.03836434,-0.019375853,0.00647694,0.014058477,0.011306234,-0.0004119578,-0.03619783,0.041208632,-0.003283099,0.003116686,0.070039235,-0.05044574,-0.018654594,-0.029812148,-0.010381862,0.0006676745,0.032557126,0.022030469,0.041022874,0.028362552,0.0025488338,0.032080725,-0.053310193,0.031012064,-0.029676251,-0.035937294,-0.0810869,-0.019756189,-0.11083392,-0.034246244,-0.015683893,0.0058093546,-0.010448663,0.043118987,-0.0048212223,-0.03014425,0.033236172,0.03760324,0.005366012,-0.019437818,-0.027379613,-0.040215664,0.0002932279,-0.0036097737,-0.040834513,0.071517095,0.017499916,-0.056843527,-0.007567079,0.029253962,-0.002524618,-0.0026398238,0.0018237343,0.035251357,-0.04062979,0.0076169157,0.01003811,0.021828977,-0.0021752722,-0.043278158,0.0459432,0.028921945,-0.007496253,0.0012449727,0.0050913747,-0.031482615,0.0027421059,-0.011505118,-0.020683711,0.0013494623,0.054892823,-0.0043137805,-0.023028081,0.00769672,0.002021035,-0.0027148908,0.008786001,-0.044085916,0.0047419253,0.015247021,-0.101118505,0.051236786,0.02121583,-0.034468014,0.025696287,0.017617041,0.01380634,0.0008811624,-0.0017864925,0.035951164,0.045227565,-0.07404552,-0.019517718,0.027371058,-0.0535961,0.015141537,-0.016360532,-0.049982503,0.035560448,0.037832994,0.04745024,0.049371976,0.008428504,0.108313896,0.06589557,0.013750978,0.020582855,-0.005542558,0.030261243,-0.019182727,0.045051917,0.07519925,-0.028586974,-0.030236619,-0.010898056,-0.008712119,0.02156592,0.001328257,-0.05230975,-0.0469806,0.034081485,-0.00072318007,-0.045386728,0.07613336,0.01453636,-0.012308441,0.01818126,0.025531294,0.031213095,0.022324063,0.014085826,0.038866848,0.0143073695,0.028678652,-0.029799497,0.021060588,-0.029750336,0.039182216,-0.01721256,-0.0127740465,-0.028875489,-0.0010701391,-0.05193592,0.029643446,-0.0226026,-0.022582317,0.05273772,-0.020026179,-0.00030291436,0.014748065,-0.060785413,-0.0344079,0.022649823,-0.1306421,-0.0045314427,-0.041571222,-0.010499672,-0.033136237,0.04856869,-0.022852845,0.031742346,-0.04794708,-0.0005756817,-0.021744894,0.019869644,0.0062607774,0.03967462,0.008612054,0.027116526,0.0026856821,-0.012037447,0.0074997726,0.037319697,0.01493643,0.06759599,0.040287428,-0.039358627,-0.024115918,-0.0059884605,0.0018581268,0.00055858167,-0.058505982,-0.03569526,-0.03890261,0.021061046,-0.023186171,0.038141776,0.0041441945,0.027788773,-0.011903458,-0.009932701,0.037482996,0.0017123574,0.022764053,0.058652308,-0.06097753,-0.02206847,0.03960571,0.007137544,-0.023551574,0.045806006,0.011374701,-0.026291491,0.048391607,0.015650349,0.019776432,-0.020168716,0.07367747,-0.018299697,0.048820052,0.060469232,-0.079650894,-0.04238363,0.052313983,0.007943613,0.0041296617,0.05768357,0.019990943,-0.028642116,-0.057922,0.0124268755,0.0009311466,0.012242652,0.0005710359,-0.06431095,-0.008778946,0.010537792,-0.057955038,0.010179663,-0.017479947,-0.030006286,0.022769963,-0.041374248,-0.014827821,-0.01797579,-0.07827576,0.01829087,-0.007897293,-0.033741746,0.032895442,0.0084666675,0.06762976,-0.04628285,-0.011646959,-0.063117474,-0.024638426,0.057200074,0.012898344,0.049774352,-0.043036915,0.073593296,0.0072765546,0.033422157,-0.017273488,0.037252568,-0.0015197193,0.116525084,-0.044147294,0.034690242,-0.0023970946,-0.024894884,0.030140756,-0.01193747,0.07669015,-0.011746072,0.024944726,0.022322379,0.03877596,-0.02895939,-0.009530428,-0.05228192,-0.01572099,0.056779966,0.007198704,0.07389105,-0.026325785,-0.008810409,-0.025284883,-0.022301396,0.046993863,-0.007634825,-0.046610523,0.02386917,-0.031128693,-0.03632069,-0.015351382,8.984224e-05,0.008923446,0.0073505044,-0.059203222,-0.014788837,-0.0014911921,-0.034828726,0.015023374,-0.007093959,-0.0212241,0.023166627,-0.05034709,-0.005161197,0.03029256,0.034839157,-0.06907588,-0.024177844,-0.0014116517,-0.0061804974,0.021259066,0.025519876,-0.00872088,-0.027076688,-0.00010048025,-0.010806126,0.040692624,-0.0087455185,-0.005750349,-0.043957077,0.03147494,-0.0026958082,-0.0110013,0.024707139,-0.007845966,-0.02449326,0.05314938,-0.040362183,0.015207087,0.025606079,-0.028781982,-0.0064606695,-0.017822156,-0.028768979,-0.0051033623,0.026661536,-0.016646713,0.0664252,0.032681905,0.029696675,-0.0092568565,-0.08221126,0.020460814,0.030659515,0.03583585,0.009516426,-0.009074618,0.033419535,-0.10343492,-0.03437293,-0.031207442,-0.019710643,0.04769409,0.018322926,0.008979839,-0.020883834,0.0061344984,0.0005306816,0.018728744,-0.014571527,-0.026842374,0.06644855,-0.022431472,-0.023232276,-5.654508e-33,0.011406474,-0.08391353,-0.009345693,0.0005036005,-0.05118974,-0.023350151,0.0017290242,0.034634914,0.013257346,-0.03516289,0.0060536284,0.022754297,0.018480957,0.0035583116,0.022906631,0.0003553029,-0.020160427,0.013371944,-0.009563577,-0.01724786,0.026873944,0.045869675,-0.048430283,-0.019729817,0.004725915,0.046507794,-0.012725787,0.03985046,-0.058701996,-0.020702291,0.047836717,-0.05381258,0.048137523,-0.011219893,-0.008222327,0.028385233,0.00028233608,-0.030085627,0.016336724,-0.04729643,-0.031417474,-0.024434073,0.026890617,-0.04871581,0.03573096,-0.07916975,-0.017013138,0.035069823,-0.029536404,-0.022649042,0.00017306802,0.019934027,0.022556858,0.01586578,-0.05945732,0.04100588,-0.03179137,-0.045924433,-0.024169905,-0.029770868,-0.0044750813,-0.022760378,-0.042781733,0.024585117,-0.039085377,0.04680947,0.0261212,-0.0010292782,-0.07150288,-0.013155239,-0.05949822,0.00035727443,-0.052970145,-0.0009573316,0.028925749,-0.06384955,-0.005768237,0.0046943617,-0.0053350385,0.046634696,-0.014872633,0.0109761795,-0.045226425,-0.01227592,0.05322067,0.084096834,-0.013959894,-0.06643908,0.01248322,0.018615065,-0.011191265,0.02310929,-0.03673541,-0.011145454,0.07029375,-0.038866583,0.078677855,-0.006693574,-0.011735709,-0.007455169,-0.0032186005,0.023752345,0.0086526,0.021422427,0.011172189,-0.04209035,-0.009026171,0.08159138,0.045283224,0.01282254,0.043337237,-0.016144728,-6.9885515e-05,0.060443766,0.027937682,0.04527615,0.021190822,0.032164264,0.016149139,-0.0113857165,-0.015303837,-0.021014487,-0.017721305,0.021605026,-0.05365083,0.0408459,-0.017117944,0.060715448,-0.025988558,-0.019399425,0.054037016,0.014325661,2.7782238e-07,-0.029623158,-0.049152367,0.037730265,-0.09316268,0.052620955,-0.009712429,0.005713826,-0.007345598,0.059985746,0.014170344,0.023442393,-0.071925014,-0.01678414,-0.038996406,0.046232216,-0.027111039,0.08498472,-0.015838426,0.008378236,-0.03503124,0.10537858,-0.052954305,-0.037383545,-0.045516253,0.025141671,-0.012655284,0.0058850306,0.029912453,-0.05432376,-0.1282651,0.010203795,0.054724064,0.024179641,-0.010803359,-0.017643478,0.00014334844,-0.011933982,0.014263279,-0.055208027,0.030078718,-0.019403065,-0.059356183,-0.004079853,0.015232634,0.03125823,-0.0611526,0.00813303,0.037223924,-0.022365823,0.032860525,-0.01698607,0.057754975,-0.0139187025,0.034672383,-0.00529752,0.11174121,0.008939266,-0.005552301,0.03509185,0.07636318,-0.010173163,0.011982916,0.04872541,0.024708629,-0.049779184,-0.06569561,-0.0382778,2.0550676e-34,-0.05089271,-0.069464326,0.02884663,-0.074306905,-0.0014316231,-0.0054983995,-0.052000362,0.019577926,0.0026841364,0.029871505,-0.0009105535,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/Drone_data/ASRS Database Report Set - Unmanned Aircraft Systems (UAS) Reports.pdf', 'page': 6}","Pilot was flying alone. Pilot failed to maintain disciplined pre -flight check for jump resulting
in exceeding altitude limit (130.1m). After launching 2nd jump of UAS practice, pilot
discovered the remote system had logged out of account for flying app (DJ I) - causing a
limit of 30m altitude. Pilot landed to inspect the issue, and began the process of logging
back in. This disrupted normal mental progression of flight operation, resulting in
unintentional manipulation of control settings for UAS including A ltitude max and distance
max. Pilot exceeded the altitude limits in subsequent jump. The jump in question
completed after roughly 15min, with no damage, no danger of mid air collision with other
air crafts.
Callback: 1
The reporter indicated a jump is when a battery swap is completed with the UAS."
-0.030264799,-0.002921822,0.011384296,-0.017173361,-0.004598272,-0.036712978,-0.084003024,0.0024185248,-0.057801325,-0.033839434,0.050940637,0.035954747,0.01106686,-0.051010977,0.0280834,-0.01686077,0.013804681,0.0125594875,-0.026345389,0.022888782,0.024384256,-0.022062968,-0.0021947643,0.008805635,-0.009196662,-0.045122024,-0.014645555,0.01661646,0.018185414,0.0071616923,-0.00085598,-0.037032288,0.03049227,0.005427907,1.8305644e-06,0.014656313,-0.014153421,-0.013301061,-0.031232357,0.032757297,0.033877917,-0.027694046,-0.012308235,0.060929053,-0.013043224,-0.08254473,-0.035345882,0.0066414555,-0.02639778,0.019680407,0.001558107,0.018932685,0.024238393,0.049992893,-0.0043966253,-0.014972531,0.003207958,0.0002615724,-0.07198004,-0.016756913,-0.026348729,0.038278203,1.7515464e-05,0.013079447,-0.012731259,0.03647393,-0.008546993,0.036780212,-0.024588037,-0.06128198,-0.017303474,-0.009512744,-0.01859369,0.035706826,-0.004080135,-0.015562381,-0.0074230884,-0.034155887,0.0024028837,-0.0083648525,-0.004838787,-0.020161044,0.017309802,-0.007524437,-0.0062533924,-0.08237421,0.014944745,0.03161188,-0.0691624,-0.0066343187,0.058777694,-0.016472494,-0.045619518,0.02256957,-0.02768932,0.016715875,-0.01427545,-0.044063725,-0.04358404,-0.039373893,0.08962831,-0.02100889,-0.06431209,-0.0006662263,-0.059165776,0.0010242019,-0.06265253,0.019265356,0.016585894,0.009970424,-0.050669264,-0.01774321,0.00651979,0.047923706,0.05747624,-0.005898046,0.043319665,-0.03494519,0.010762281,0.027100677,-0.09113298,0.035823256,-0.0140494,-0.01472089,0.019146416,0.008208036,0.052476447,-0.02227269,0.008048532,-0.04465921,0.024670452,-0.05325424,-0.00096032734,0.037054963,-0.064737804,0.020684907,0.008103862,-0.035776652,-0.07064071,0.017415725,0.006712478,-0.013532546,0.010178391,-3.0987474e-05,-0.07193048,-0.03719195,0.004116745,0.05335521,0.02224672,0.0072034053,0.051600378,0.08085837,-0.056249954,-0.004976615,-0.07150128,-0.002348749,0.084144756,0.03602968,-0.03338219,-0.043219548,0.040555414,-0.000472995,0.067660645,-0.013963164,-0.005964793,0.033810716,-0.06724167,-0.006674726,0.019766087,-0.03188958,0.002641713,-0.015910748,0.029295055,0.023741812,0.015078999,-0.017357895,-0.023300854,-0.040088262,-0.0017176649,-0.01787685,-0.06720805,0.07328621,-0.05485571,0.048806906,-0.037255723,-0.019368703,-0.041812122,-0.017132344,-0.016321875,-0.044932142,-0.046646025,-0.005285837,0.021062613,0.009232184,0.023546444,-0.0012130823,0.009618838,-0.043847434,-0.006772764,-0.0065981485,0.0019865565,0.0171906,0.058947228,0.012298269,0.038232718,-0.01039709,0.028095929,-0.028695464,-0.0059612347,-0.0018675795,0.04415014,0.04068112,0.0441386,0.02310937,-0.0016770784,0.019169357,0.03396283,0.014926537,-0.09903276,0.02624323,0.011191566,-0.017267099,-0.0044003464,0.034522578,0.009726857,0.043032188,0.03696651,-0.012808528,-0.004768566,0.020831503,0.01468685,0.035152603,0.05666664,0.0052002766,0.04215982,0.0574664,0.059585188,-0.0734131,0.031049,-0.021511752,0.015001722,0.09775517,0.052138705,-0.02301076,0.01621385,-0.069664575,0.081206836,0.0037437398,-0.0028067217,-0.023800304,0.022963015,0.03586778,-0.046415526,-0.0069208513,0.0022619169,-0.07328862,-0.008080341,0.04975583,0.008242554,0.05948274,0.02969624,0.0029950766,0.020158328,4.826271e-05,-0.029207373,-0.045014597,0.028752895,-0.02043957,0.025972303,-0.025180385,0.002731649,-0.027314452,-0.04711644,0.013551176,0.008254658,-0.010902761,0.024152849,0.009166136,0.022282718,-0.018668162,-0.057008583,-0.055084683,0.031335652,-0.030487014,0.017554475,0.022818225,0.0040060575,-0.042865656,-0.015669271,-0.0084183,-0.05188781,-0.042656902,-0.002503121,-0.010413561,0.039395627,0.023972385,-0.023929993,0.012003849,0.031926505,0.08666676,-0.004181369,0.0035638856,-0.021481313,-0.03953841,-0.008973023,-0.05004363,-0.0025205994,0.070945315,-0.030951604,-0.0313702,-0.054447148,-0.037351966,-0.04825276,0.058537092,-0.007050695,-0.022006774,-0.0036496096,0.031257935,-0.024087615,0.022844814,0.0026302212,-0.007216081,-0.036388062,0.00911482,0.018930877,0.08399528,0.068093374,0.021072028,0.0004018718,0.03458423,-0.047623605,0.017115682,0.022919355,-0.0031641687,-0.03485763,-0.070585676,-0.026756786,-0.003937003,-0.046624262,0.0095775705,0.0115321195,0.038036637,0.02505816,0.07560541,0.023212636,0.052323163,-0.053683985,0.030886313,-0.0066416026,-0.030127594,-0.034609895,-0.044808127,0.025606167,-0.039101705,-0.021300547,-0.016695673,-0.033873573,-0.051377255,0.05645888,-0.05569461,-0.025843073,0.01570869,0.09236297,0.019650426,-0.036711864,-0.026977075,0.0034484088,-0.00393892,0.0032922626,0.009505406,0.030660568,-0.04541937,-0.024781307,-0.027785815,-0.018458256,-0.068240054,0.018537616,-0.049185246,-0.04266438,0.021625128,-0.010367498,0.018983508,0.024682133,-0.015336713,0.0336602,0.008878761,0.024967207,0.028454516,0.020699423,0.03045869,0.0075772326,-0.055703264,0.008858474,0.0063936124,0.052794818,-0.034354135,0.017498074,0.024021188,-0.00055235456,0.016774947,0.0076125273,0.024713922,0.03270205,0.040036164,-0.03382066,0.0016932127,0.076756515,-0.0015372789,-0.028612293,-0.018685415,-0.010269188,-0.054830864,0.027360734,0.050745778,0.005448415,-0.07050575,0.011550166,0.00040749082,-0.024478484,-0.012450481,-0.009513273,0.02791715,-0.06854523,-0.01921398,-0.0707613,0.0074886335,-0.05071255,-0.023907654,-0.021881903,0.0739041,-0.024438545,-0.041132215,0.005552423,0.07912086,-0.02523827,-0.006638841,0.015945837,0.077399425,-0.090595886,-0.07013756,-0.019739633,0.020548359,0.077808306,-0.024371428,0.083303005,0.074864924,-0.0019702136,-0.005782653,0.03091413,0.019067401,0.03325576,-0.01896625,0.059773,0.017754192,-0.014222879,-0.014288558,-0.013329515,-0.08242909,0.0035007822,0.05006103,0.046226364,0.012559011,0.084478326,0.041233223,0.035094045,-0.057445366,-0.048736855,0.077584304,0.09878555,-0.0136095425,0.020262683,-0.010405471,0.0029173132,0.012584863,-0.06186908,0.03574943,-0.030570664,0.008720756,0.055268295,0.008151691,-0.0320508,0.0252982,0.011937059,-0.008588281,0.01979276,-0.044821765,-0.007426804,0.017874582,-0.027239637,0.016538633,-0.021503909,0.0031654784,0.015193397,-0.055296373,-0.0322704,-0.07027318,0.0153308045,-0.06853313,-0.052017346,-0.08011561,-0.0077704075,0.0014949985,0.04599868,0.017846428,-0.0466827,-0.018179506,-0.00085585023,-0.018139306,0.034594815,0.002358218,-0.016204149,-0.029149674,0.058950227,-0.05638852,0.020593395,0.0012020571,0.028547656,0.014904139,-0.009396357,-0.016412642,0.023984823,-0.02534785,0.014622183,-0.0010192281,-0.032664906,-0.0035620271,0.029809868,0.0017592467,0.032870784,0.007348395,0.0104636345,-0.0006579627,-0.06261209,0.04871749,-0.0044482546,0.013302482,-0.015421862,0.007662364,0.040101282,0.05794484,0.013020902,-0.021834318,-0.004350282,-0.023619518,-0.010844936,-0.066920646,0.019039962,0.049283385,0.027464107,-0.03796978,-0.011982168,-0.028624393,0.039252244,0.012965691,0.027056463,-5.593548e-33,-0.016196618,-0.0397914,-0.028015895,-0.03366531,-0.006176737,0.010239641,-0.013099628,0.019768462,-0.002445257,0.005474631,0.051520616,0.02662167,-0.0038113203,0.04565572,0.012994089,-0.011151159,-0.009723294,0.004902711,0.033713456,-0.05891177,0.009163506,0.033695366,-0.016752718,-0.08613482,0.0070361826,0.05523675,-0.027778579,0.032860957,-0.088656016,0.008622438,-0.009822415,-0.0284165,0.033290766,0.033355996,-0.020188306,-0.034604598,0.037421793,0.038971618,-0.0036682452,-0.010878492,-0.054286472,-0.012729828,0.025900275,-0.008531854,0.021832854,-0.011860291,0.014013939,-0.02535584,-0.061723527,0.017774977,-9.4134266e-05,0.0007157463,-0.013873135,-0.051585056,0.006025219,0.0021006528,-0.020239068,0.042309985,-0.056967437,-0.012393417,-0.004658591,0.0022131235,-0.030686807,0.048058815,0.031252634,0.012811855,0.12680495,0.036989596,-0.064685114,-0.120029464,0.004913144,-0.009404958,0.024217155,-0.037038613,-0.0015193989,-0.039276827,0.05815303,0.0059762993,-0.0632172,0.07220866,0.034154125,0.06058932,0.0069098864,-0.01210504,0.046835374,-0.067040384,-0.00043590777,0.021752488,-0.02427747,0.021365333,0.03069516,0.03286877,-0.023668207,0.030259099,0.037724253,-0.05209353,0.014116317,0.029950025,-0.0013691657,-0.011513613,0.0058330535,0.026048591,0.035337314,0.028321935,-0.023456994,-0.024925653,0.020720497,-0.005625109,-0.020568283,0.010291054,-0.007991247,-0.01949953,0.033943847,-0.0018476382,0.0734322,-0.003552619,0.01756691,0.011208711,0.02013063,-0.06695893,-0.0073115863,0.05621252,-0.04829939,0.03628812,-0.050196324,0.0057234378,-0.019442495,0.036300108,0.00428546,-0.008051431,-0.0063603143,-0.0133721195,2.5208698e-07,-0.0005345253,-0.005309717,0.03834994,-0.0631863,0.032187272,0.057818476,0.02472364,0.03089852,-0.031048965,-0.0051317997,-0.0053053237,-0.02104053,0.030561915,-0.025743864,0.052377883,-0.0129135875,0.03481432,0.052841727,-0.0071723633,0.009881161,-0.034306597,-0.034392014,-0.04513567,0.025660774,-0.011900598,0.052128755,0.021398524,-0.011313133,-0.06241443,-0.08820512,-0.030307729,0.086611256,-0.022403995,-0.022150233,0.006411215,-0.03366616,0.030433401,-0.009629801,-0.0640925,0.011508238,0.0010259836,0.05642109,0.00465205,-0.002201498,0.03665818,-0.038318582,0.010280532,0.07443277,-0.008399518,0.055895966,-0.0143309515,0.031570427,-0.0077237645,0.06256966,-0.034149002,0.038325027,-0.025234086,-0.053057183,0.020578118,-0.02602712,-0.0019560296,0.033033207,-0.006611086,0.025652966,0.013942323,-0.03912351,-0.073339626,1.5690396e-34,0.013253111,0.034295212,-0.028787388,0.0094512375,-0.016880037,-0.04199574,-0.0047331536,0.028664216,0.016775133,0.021096632,-0.004955112,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/Drone_data/ASRS Database Report Set - Unmanned Aircraft Systems (UAS) Reports.pdf', 'page': 8}","While I was flying, My observer lost sight of the drone and once sight was lost, a return
back to visual conditions. They thought they had visual of the drone still but ended up
being a bird. Drone was returned to visual conditions as normal. No more than a minute
without visual on the drone."
0.0020024835,0.048957676,-0.0141999135,-0.057195492,-0.028922744,-0.00013765924,-0.0036583268,-0.06859268,-0.05353652,-0.016398309,0.004760578,-0.047569387,0.01953436,0.029592842,-0.04032604,0.12608612,0.027250674,-0.039604835,-0.007796194,0.005685669,-0.03696083,-0.005134668,0.010566425,-0.039912295,-0.03597438,-0.018666977,-0.009069669,0.041112773,0.02257513,-0.04867938,0.0017971594,0.0038585633,0.0044527855,-0.027860627,2.2629504e-06,-0.016599974,-0.005298486,-0.0047995336,-0.011545599,0.092603385,-0.008691642,0.0075913207,0.02239881,0.017361132,-0.010190151,-0.015445453,-0.06691618,-0.020192731,0.050410546,0.0297613,-0.010347083,0.03359627,-0.020796897,0.038389813,0.007952862,-0.09480227,0.015620862,0.007203393,0.046889633,0.03281264,0.01450884,0.008585154,0.02106608,0.041458644,-0.036693137,0.0025819973,-0.03496638,-0.0006857913,0.008287473,-0.057575207,-0.00215041,-0.015738264,-0.014799988,-0.0030212593,-0.037091937,-0.026137544,0.009177176,0.008105357,0.0062377336,0.029800931,-0.017216908,0.009470331,0.023372531,0.044921853,-0.04462745,-0.03671503,-0.035239387,-0.007895255,-0.058706466,0.04665089,0.04171364,-0.03364115,-0.020705596,0.0024260725,-0.015676012,0.0054109404,-0.042815387,0.07582348,-0.041074116,0.038658418,-0.014994436,-0.044464592,-0.090287924,-0.02279328,-0.021218397,0.027637288,-0.002858285,-0.017561473,0.052645717,0.029546488,0.041344326,0.017616784,-0.008708894,-0.003839662,0.026536103,0.005682707,0.038620636,-0.0115709845,-0.013784676,0.047611617,-0.015098101,0.070527166,-0.03351937,0.028434275,0.021835897,-0.12780073,0.047743123,-0.02628993,0.018831396,-0.009763298,-0.017133743,-0.083313584,0.05518377,0.034745067,-0.055505414,-0.015811315,0.017734546,-0.037601817,-0.06609488,-0.017767144,-0.076368175,-0.028746689,0.0061783725,-0.004092456,-0.059381813,-0.007186779,-0.025182074,0.00825197,0.02535385,0.011266264,-0.07095747,0.06299217,-0.0046125446,-0.03772094,-0.047009133,0.021593658,0.022625832,0.04412894,-0.022902837,-0.004640707,0.058979418,0.051411647,0.07299423,0.0035400272,-0.01143815,0.040676165,0.00831782,-0.0029853203,-0.07903003,0.021183368,-0.047878932,-0.020517219,0.019761598,0.040820412,0.0022441358,0.010860607,-0.051528867,-0.08741218,-0.027468096,0.0058986736,-0.07404044,0.025743874,-0.0729895,-0.054180495,-0.072405756,0.012890915,0.02685769,0.037275888,0.019745352,-0.019505497,-0.044294268,-0.026092602,0.008784254,0.0098565575,0.034281634,-0.035087816,0.05851151,-0.019644272,0.032955628,-0.008523437,0.0049020182,0.007870651,0.028956877,-0.011325132,0.01086966,0.025875095,-0.021895548,-0.01707649,0.0076616453,0.028965782,-0.037014846,0.021864008,0.035165634,0.006982064,-0.0016810176,-0.026029712,0.022109725,0.020957591,-0.01856325,0.087186,-0.03243663,0.0034925833,-0.06566709,-0.001622809,0.0068328297,0.0047582784,0.0408733,0.048139267,-0.027491558,-0.012048718,-0.0060292883,-0.028466647,0.027897827,0.030330729,0.08288399,-0.020277103,-0.008627457,-0.016131505,0.029248089,0.051035788,0.011116676,0.07084142,0.024963656,0.004415434,0.010387016,0.0049446477,-0.0019901171,0.032042313,0.018793587,-0.0017743481,0.006574286,-0.0118765365,-0.010767265,0.0031443923,-0.04493159,-0.011769482,-0.004669374,0.056306243,0.09610828,0.07171847,0.0340844,-0.03001678,-0.016140193,-0.0051408126,-0.006551399,0.007007417,0.03411587,0.009854873,-0.019630542,-0.031231847,-0.039056968,0.046310265,0.013232087,-0.020894686,-0.008353528,0.029505663,-0.06222683,0.04393057,0.019594364,-0.017562546,-0.02176593,-0.029820476,0.027072527,0.008251734,-0.008042557,0.006143866,-0.02629719,-0.03848603,-0.019857323,-0.022174088,-0.07254673,-0.021715995,-0.01625069,-0.01573118,0.038287144,-0.0076992745,-0.068845145,0.0011628239,0.0038780507,0.06298619,0.04283843,0.008410113,-0.0040470613,-0.007316677,0.031269677,-0.020531513,0.008836754,-0.010343826,-0.018168846,-0.018122632,-0.03998088,-0.007890032,0.011449991,0.044027355,-0.036554016,-0.023884607,-0.04378672,0.014836479,-0.021176968,0.08506458,-0.012720245,-0.0456494,-0.0061260243,-0.033023734,0.05693284,0.029934088,0.018868348,0.043162562,0.006151161,0.010724232,0.0024832634,0.014769875,-0.053688888,0.04407938,-0.05766815,-0.040260214,-0.021773273,0.012266057,-0.06655157,0.0022447626,0.02342842,-0.030022997,0.016831854,0.044999976,0.015744194,-0.0038951077,-0.018639568,-0.02848733,0.052331716,-0.024815153,-0.0061020316,-0.008605617,-0.0115429675,-0.007907289,0.011886525,-0.025535839,-0.020427877,0.019965693,0.019324075,0.0009908457,-0.116197586,-0.03351144,-0.016876696,0.05702863,-0.020055158,0.038654342,-0.018980028,0.0144361695,0.021922719,0.020685699,0.10539395,0.017527035,-0.053889018,-0.01519528,0.017110983,0.015176987,0.018338738,-0.013794391,-0.102131255,-0.0031029761,-0.0050412025,-0.013818091,0.0070297318,-0.01737192,0.024343042,0.034830946,-0.007952376,0.027634215,-0.007885482,0.04304274,0.04620573,-0.008054706,0.010087974,0.011407,0.016795423,-0.0011869477,0.032763105,0.0014775004,0.0032647327,0.0151766995,-0.014539812,-0.058969997,0.0011899945,0.047620323,-0.03861368,0.004900912,-0.0015112023,-0.05454757,-0.026301151,-0.02288321,-0.027229033,0.0150884185,0.05506852,0.016619131,-0.053403568,0.0067291143,0.017448511,0.031292196,0.0048818314,-0.050012887,-0.05694329,0.019839708,0.007301196,-0.042618897,-0.02390937,-0.0035624907,0.025671344,0.03839835,-0.042413533,-0.0009805377,0.002817897,-0.009772576,0.03604364,0.06007293,-0.027137492,0.05563747,0.072536886,0.06733787,-0.045548238,-0.02471877,-0.042252336,-0.014915819,0.0948965,-0.014095825,0.04283977,0.016423943,0.05507261,0.014968427,0.0054441094,0.014730658,0.026443327,0.022204833,0.07497065,-0.012266921,-0.032456424,-0.017007172,0.09211229,-0.038591973,-0.028797772,0.08004891,0.012106315,0.026662879,0.04690197,0.012047253,0.06100417,0.035342805,-0.050343525,-0.00039870138,0.06993207,0.0179838,0.063505515,-0.012544852,-0.027150372,-0.00821729,-0.032732718,0.07139865,0.01841558,0.005480914,-0.0031237828,-0.03296698,-0.008498475,0.0658457,0.024204196,-0.05282708,0.04042043,-0.04118951,0.009872455,0.03028337,0.0052729878,-0.007086984,-0.0212027,0.021071741,0.012377649,-0.035632685,-0.003671067,-0.0014052821,0.051344585,-0.11117522,-0.008315634,0.004835483,0.03394528,0.008846034,0.016902454,0.064914614,0.026602365,-0.032699596,-0.02276154,0.020022748,0.003708052,0.02141149,-0.059662275,0.012161021,-0.020570993,-0.014405791,0.038020484,-0.03756843,0.010388588,0.036492713,0.011790081,-0.021563718,0.02153703,-0.006186495,-0.0012473693,0.013454315,0.010107063,0.02035027,-0.026533261,-0.022594362,0.100871295,0.01447995,-0.025132516,0.029040711,-0.06992389,0.024656244,0.0037896736,0.016606964,0.06702756,0.0361465,0.0076732105,0.0025989683,0.028555935,0.033760164,0.039670203,-0.00855784,0.02155669,-0.08182133,-0.051385995,0.01943033,0.020097045,0.009633563,-0.0002617016,-0.060217112,-0.003411614,0.015576415,-0.037381597,-6.594245e-33,-0.0028366602,-0.05240973,0.0077767875,-0.07226972,-0.02412213,0.022758825,0.017154718,0.0049605235,0.048060346,-0.024892906,-0.0048678042,-0.028328832,0.01065482,0.026204139,-0.012219951,-0.032437243,-0.024531959,0.030407403,-0.038667493,0.012308191,0.0083373,0.021309275,-0.07651405,-0.017571237,-0.074969925,0.014619237,-0.02566211,0.014215887,-0.08150008,0.0279578,0.012401125,-0.045181952,0.04105569,0.07248787,-0.041436255,-0.015361487,0.017277155,-0.04353418,-0.0036252327,-0.005711164,-0.07461578,0.004775207,0.023207575,-0.004088637,-0.03396679,-0.017241253,-0.01107892,0.0035087022,-0.0767848,-0.006069401,-0.014612698,-0.05379312,0.016715178,-0.0018357454,-0.044856112,-0.009506505,-0.03218335,-0.020234229,-0.06973889,-0.013031121,0.049129643,-0.015226578,0.0031454198,0.0040656305,0.0015953283,0.029682035,0.0020413129,-0.028712098,-0.01696062,-0.096858345,-0.00020829523,-0.002671165,-0.07969026,-0.036938418,-0.0059702,-0.05098799,0.020698233,-0.016374499,-0.069253385,0.04562261,-0.03662798,-0.032995317,0.0075759655,0.000409124,0.040519718,0.05523995,-0.006563878,-0.034978587,0.006566403,0.017210709,-0.04313503,0.068085246,-0.013761058,0.003101952,-0.017916143,-0.07391405,0.007625477,0.008135776,0.030387606,0.053828318,0.006005785,0.038641717,-0.036680367,-0.0015967303,0.0019378607,0.036259573,0.014954491,0.088642396,0.016408583,0.034225646,-0.0132890055,0.07047046,0.006291316,-0.022985075,0.04489358,0.0071161417,0.012954027,0.048214618,-0.014222103,-0.013258937,0.034547657,0.0064090956,0.014990195,0.015009967,-0.06438614,-0.00406291,0.0023825255,0.0241817,0.031197324,-0.038473427,0.00054450415,-0.014810576,2.9664884e-07,-0.010121909,0.010699303,0.0167926,0.025130613,0.021209933,-0.041857213,-0.049162637,0.0071389326,-0.016358366,0.055736683,-0.018699696,-0.043424398,-0.0038410872,-0.008702738,0.07574989,-0.033465307,0.06789333,0.027472658,-0.039345577,0.036634836,0.040647093,-0.023307856,-0.052287254,-0.030560086,0.058602437,-0.0004361593,0.00056217605,-0.0009686433,-0.022424465,-0.065968715,-0.036474943,0.07501905,0.012967619,-0.039834805,-0.030784534,-0.043786056,-0.05569426,-0.0034936643,-0.041486733,0.045522157,-0.041395523,-0.0114497375,0.023671424,-0.03179679,0.018299766,-0.048738264,-0.0022163463,0.037018783,0.012158127,-0.01706439,-0.014566897,0.047909673,-0.0123268245,0.00426267,-0.018649815,0.09061998,0.0028968274,-0.011452599,0.075818405,0.03549403,0.028720533,0.04319835,0.026838413,0.03189053,-0.023876427,-0.06463161,0.004682839,2.387761e-34,0.0015254656,-0.03933908,0.044200365,-0.06858194,-0.008830598,-0.0112652285,0.0152564375,0.010620715,-0.012543986,0.022436582,0.0035259617,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/Drone_data/ASRS Database Report Set - Unmanned Aircraft Systems (UAS) Reports.pdf', 'page': 10}","On Day 0 I conducted two UAS flights in two different locations. Each flight lasted less
than 5 minutes, the purpose of each flight to collect 2 -3 birdseye images at each location.
Upon arriving at the first location I checked airspace on B4UFly, received the all -clear, and
conducted the flight without incident. When I arrived at the second location I again
checked B4UFly, saw the all -clear and conducted the flight. I flew straight up to a height
just below 400 feet, collected 2 images and flew straight dow n, being in the air for less
than 3 -5 minutes. After the flight, I turned my mobile device back on and noticed that the
B4UFly app was now showing that I was just inside an area of controlled airspace (+/ -
0.25 miles from the outermost edge of the airspace ). Upon further investigation I
discovered that when I loaded the app at the second location it had not updated my
location and the ""all -clear"" that I saw was remaining from the previous flight's location.
After opening my mobile device the second time, th e app had updated and was showing
me just inside of the controlled airspace area. The important take -aways from this
experience have been to pay closer attention to the details when checking airspace,
ensuring that the app has updated for my current locati on, and to provide more time for
pre-flight planning."
0.007887917,-0.040431187,0.01568539,-0.08192898,-0.041000906,-0.025491111,-0.049658887,0.009328912,-0.05112526,-0.05502688,-0.016040193,0.055028014,0.042927925,0.010907526,0.03108489,0.008990878,0.026346963,-0.018634297,-0.054967277,-0.013167634,-0.019589027,-0.03293263,-0.03851409,-0.01948018,0.050056018,-0.015705511,-0.009293744,0.03127639,-0.023748884,0.0023848105,0.043957155,0.005366439,0.080449924,0.029422715,1.8617391e-06,-0.027021114,0.010964421,-0.01843226,-0.04007401,-0.007114254,0.01274481,0.06127327,0.017000612,0.038993828,-0.02507253,-0.050667614,-0.022908317,0.07237074,0.032290485,0.06341731,-0.005368049,0.012656614,-0.054546684,0.023129646,0.011407272,-0.0065842015,0.002088263,0.10256645,0.038795866,-0.019185225,-0.0031219532,-0.026226608,-0.007912294,-0.0023634203,-0.07691712,0.03243071,0.007160103,-0.082008794,-0.013380657,-0.062282458,0.01219445,0.00045279722,0.010135993,0.051955707,-0.015033276,0.00017907715,0.013958529,-0.04571315,0.012585731,0.039459314,0.014764703,0.00021722971,0.0010147194,0.0045515234,0.022088476,0.030836163,-0.03671899,0.02737914,-0.028955461,0.014077012,0.041465413,-0.026995717,0.034018606,-0.0009816266,-0.0006117372,-0.042294115,-0.062474098,-0.060815718,0.018950686,-0.03135877,0.055199314,-0.017630527,0.029093327,0.03372778,0.007715574,0.056294024,-0.010876226,-0.017349973,0.05898204,0.021307753,-0.018220592,-0.024436008,-0.083848126,0.12377067,-0.04691649,-0.016363338,0.06789117,-0.060852095,0.024075344,0.044140156,-0.03099008,0.00075382285,0.002935327,0.04430641,0.031574223,-0.016132662,0.030084848,0.011622244,0.06204031,0.03599983,0.020720974,-0.015917901,-0.02934734,-0.01312938,-0.033767525,0.01406849,0.017580984,0.016487002,-0.021266816,-0.0044793244,0.012703849,-0.024247026,0.02061096,-0.00619848,0.009485497,-0.011371981,-0.020426817,-0.013801802,0.004916441,0.014402692,0.017760571,0.04665608,0.038932282,-0.010593156,3.9132487e-06,-0.00072510296,-0.004143999,0.034097806,-0.013682865,0.0026699628,0.03879233,0.024634875,0.07795794,-0.015486851,0.048336565,-0.0136960875,-0.03895788,-0.005907006,0.03166545,-0.010150397,0.025258617,-0.042266086,0.017753525,0.042817205,0.007275428,0.020714447,-0.093353145,-0.008791038,0.02524226,-0.0019317337,0.031536054,0.0023976984,-0.06649022,-0.04265529,0.0040336926,0.009983769,-0.015943957,0.062300775,-0.027191876,-0.05688583,-0.040249676,0.02278609,0.02822006,0.017166147,0.0051479596,0.024351096,0.024913618,-0.018375441,-0.03450318,0.039016567,-0.0077671357,0.030906362,0.029844638,0.022848507,0.01794868,-0.009883551,0.025560003,0.012076535,0.0011354111,0.023704967,0.009053636,0.021263579,0.034239348,0.055689145,-0.0020938597,0.024221689,0.021242565,0.016099233,-0.044910613,0.057844322,-0.0785849,-0.07588112,-0.04405874,0.023643976,0.029267069,0.053287152,-0.018177163,0.010604485,-0.0033747652,0.0076326397,0.046975713,-0.005835909,-0.013025665,0.0068517025,-0.03558477,-0.036948152,0.0748151,-0.021069089,-0.013517188,-0.058304798,0.018307652,0.10968019,0.031772,0.001936631,0.01064861,0.025173321,-0.021753296,0.02488008,0.013126045,0.02913884,-0.019610437,-0.0057552275,-0.032670185,0.015355979,0.017459087,-0.015510377,0.02940294,-0.025258403,0.005961089,-0.002349496,0.043683756,-0.0045147883,0.0018663921,-0.0055757174,0.0021558532,-8.398852e-05,0.041500267,0.012689981,-0.0018316738,-0.018906258,0.014083156,-0.02092866,-0.007317062,0.028655834,-0.0032063785,-0.030591043,-0.031312253,0.022544343,-0.029156858,0.028451608,-0.011636138,0.0089538945,-0.03527798,0.012038338,0.027895117,0.04968461,0.002166792,0.024917332,-0.02372455,0.012519512,-0.113405086,-0.024920132,-0.017799985,-0.055638455,0.012804732,0.05450952,-0.041290183,0.01529194,-0.020298313,0.051544093,0.028994318,0.06766441,-0.026860107,0.024373561,-0.03841409,0.009335855,-0.008972053,0.11245038,-0.09254738,0.04305312,-0.06554282,0.043903805,-0.029323298,0.013918022,0.00580236,0.041991018,0.01852797,0.061185356,-0.009490943,0.03979726,-0.016451858,0.0014435706,-0.06383252,-0.02165203,-0.01765183,0.009649017,0.043996274,0.012894278,0.05678697,-0.008965463,-0.009981426,-0.006471927,-0.013657266,0.06969311,-0.02405472,-0.049146973,-0.03243398,0.0064679557,-0.0271224,0.06100553,-0.017993866,0.013903632,0.028386904,0.03757705,-7.6466284e-05,0.05399912,-0.019742653,0.011907488,-0.0027544487,-0.08316351,0.02641889,0.0042115212,-0.0031245498,0.0053984495,-0.032240413,-0.017670983,-0.013452662,0.01582866,-0.004598612,0.09355613,-0.0495349,0.016381504,0.012129456,-0.025317632,0.0100703575,0.03313322,0.0032700216,-0.007340867,-0.009033711,-0.0034196503,0.055765383,0.024405051,-0.03898866,-0.025698127,-0.00734423,-0.01358911,0.005473451,-0.029143909,0.070087716,0.06754795,0.026396407,0.009414443,0.029883884,-0.022368351,0.015846603,0.054047555,0.025447948,-0.0012248368,-0.0046641165,0.032163963,0.007110521,-0.0593471,-0.042266544,-0.09676629,0.028026193,-0.014056509,0.02975162,0.014368932,0.022955677,0.03890504,0.0016260343,-0.008898931,-0.02058114,0.048122343,-0.025251234,-0.03856691,0.027078856,0.00043802953,0.00654396,0.064536035,0.0076389173,-0.044607732,0.0375141,-0.0013041798,-0.05129621,-0.009073935,0.05114762,-0.005087159,-0.022436934,-0.04660594,-0.040450707,-0.0064598913,0.043472487,-0.06480708,-0.021419503,0.0014265302,0.020712705,0.05386642,-0.012108847,0.021225387,-0.025336687,-0.12052237,0.0037165675,0.011039195,-0.00949429,-0.06989789,-0.008908689,0.054664392,-0.027964301,-0.040412165,-0.047930405,0.07830769,0.06726682,-0.00895415,0.03229697,0.017566537,0.007921185,-0.0030528863,-0.035816833,-0.02478604,0.01194867,-0.015648626,0.037046887,0.013759694,-0.07086239,-0.023221692,-0.0011744722,-0.017997881,-0.019026963,0.09374767,-0.011662068,0.025167335,0.05071268,-0.010374707,0.045736127,0.02166457,-0.029593583,0.016807517,0.060332023,0.024938392,0.07472794,-0.025095625,0.006505503,-0.0474644,-0.077792995,-0.01153097,-0.0006916016,0.01832261,0.052073795,0.0043101106,-0.022817243,0.06388577,0.048855115,-0.011383216,0.021739863,-0.024328409,-0.011478536,-0.007311911,-0.022965057,0.05828736,-0.060091253,-0.0068325186,0.042829566,-0.044934478,-0.009070488,-0.050665338,0.0309756,-0.0040792865,-0.03311222,-0.006839577,-0.027626166,0.0048620505,-0.013764202,0.03188099,-0.038650516,-0.03093221,-0.024388233,-0.05658901,0.01865257,-0.006726821,-0.05398342,-0.028114403,0.022786953,-0.0088275075,0.069664575,-0.0019053406,0.04688568,0.04203986,-0.00638286,-0.019386362,0.014937906,0.014353602,-0.06958746,-0.011234658,-0.032336943,0.0007438584,0.032388248,0.037791423,0.03286586,0.0053752386,0.037367932,0.009543859,0.06462696,0.0471714,-0.026182298,-0.016693,0.076150775,0.02815341,0.013171188,-0.05408801,-0.007611926,-0.011506163,0.010050238,0.0061055687,-0.060046896,-0.08017958,0.0127013335,0.028115377,0.030625103,-0.04282817,-0.0026918324,-0.08423929,-0.031746123,-0.0047601676,-0.035547048,-5.798606e-33,-0.03750992,-0.07219882,0.0381483,0.011214275,-0.053149022,-0.001755679,0.02335819,0.02744867,0.023377135,0.041503754,0.02239194,-0.011273677,0.019444168,0.014429402,0.004620865,-0.037113294,0.01766564,-0.048571747,-0.036684204,-0.014054263,-0.01838762,-0.003768295,-0.041295744,-0.015749017,-0.0061303116,-0.003946584,-0.05452335,0.07189825,-0.07498881,0.0138305705,-0.016131196,-0.042335387,-0.020815996,-0.012975508,-0.043506656,-0.02159595,-0.044549514,-0.011204178,0.025399512,-0.0083846385,-0.023582917,-0.042813607,0.039558645,-0.022712534,0.008079173,-0.0416348,-0.0147702005,0.03815481,-0.049278762,0.008371189,-0.047979232,0.004835443,-0.0012805505,-0.037568208,-0.00052438484,-0.007835631,-0.02910377,-0.0018396457,-0.040279772,-0.0018781069,-0.07920828,0.013313794,-0.019188765,-0.03032207,-0.00028334305,-0.0022839205,0.029532785,-0.020515587,-0.04994591,-0.0017733139,-0.0041967467,0.06366572,0.020686233,-0.044750135,-0.02126224,0.0052410993,0.060059536,-0.022613011,-0.03489779,0.004863964,0.001367925,-0.01766594,-0.06934295,-0.015969666,0.03864896,-0.12065009,0.006766387,-0.03130242,-0.012171774,0.04674853,0.003396806,0.029612906,-0.030263973,0.054050237,-0.015558868,0.006963781,0.046074606,0.031222679,0.0019913139,-0.033366375,0.05174886,0.026432391,0.0069510057,-0.06417776,0.0052333153,0.028088309,-0.035610404,0.07212544,-0.024461506,-0.0036919059,0.028277839,-0.005699195,-0.025646828,0.03794237,-6.271783e-05,-0.026424924,0.024194915,0.0076835216,-0.009236008,-0.05047886,0.02687256,0.006820685,-0.013969733,0.06495814,-0.052387305,0.012150184,-0.049757387,0.09256864,-0.04350362,0.012181827,-0.02484698,0.058100957,2.5955305e-07,-0.02717885,0.0042172195,0.037768822,0.0009284839,-0.02479026,-0.038648583,-0.020329133,-0.050307542,-0.0095740445,-0.021660646,0.053424217,-0.005482566,-0.023992212,0.009794658,0.07732295,-0.04192757,0.08383949,-0.04851631,-0.0025279527,-0.050099183,0.040634774,0.009616704,-0.06354405,0.028997203,-0.017059961,0.054946035,0.005269724,0.014554335,-0.034959406,-0.06335861,-0.061174903,0.073896885,0.01059578,-0.039072685,-0.037275214,-0.009685708,0.035272297,0.04254134,-0.055267643,-0.056821335,-0.09572871,0.018148035,-0.011359824,-0.04801133,-0.026245406,-0.03072408,0.02110057,0.033765323,-0.0024144189,0.036653608,-0.008246562,0.030612102,-0.0022297562,-0.012440666,0.0033243976,0.038572136,-0.041827936,0.04639414,0.0037350988,-0.018822176,-0.033023838,0.03495327,0.008040206,0.031000953,0.016097602,-0.059581183,-0.04863439,2.262826e-34,0.020520745,-0.04417667,-0.0024104784,-0.033749413,-0.014126678,-0.01595035,0.017051747,-0.0064734877,-0.020117845,-0.0016483731,0.0138999615,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/Drone_data/ASRS Database Report Set - Unmanned Aircraft Systems (UAS) Reports.pdf', 'page': 14}","Flight over water. When returned to home location (a floating dock), the drone refused to
descend when commanded with down left stick on the remote controller. I ended up using
the Return -to-home (RTH) button. Laterally, the drone only needed to move a few feet.
Then it did descend and land on its own. Disconcerting that it would not fly as
commanded."
-0.03456912,-0.007551949,0.031563394,-0.016836498,0.07933553,0.013116315,-0.033833057,0.022403458,-0.09063016,-0.029685542,0.062832616,0.00096879323,0.02965388,0.08619965,0.045848396,0.0552579,0.03026443,7.7971716e-05,0.04461585,-0.034578044,-0.00016417721,0.028348332,0.025742162,0.030504992,-0.014907742,-0.0042850263,0.031531975,-0.0066641513,-0.009678415,0.041023158,0.057796597,-0.04380753,0.065092534,0.017718472,2.5820948e-06,-0.07511998,-0.05533054,0.020042574,-0.10223471,0.020525781,-0.01801096,0.063506454,-0.04483465,0.01603025,0.014771924,-0.034493126,-0.011796574,0.008377734,-0.012488906,0.05140948,0.008468952,0.0038664031,-0.004020626,-0.0047374424,-0.0449574,-0.04144119,-0.023271557,-0.0248674,0.019753128,-0.07626781,-0.007160727,-0.0213093,0.0061503206,-0.0389478,-0.08765203,0.041560233,-0.034278497,-0.014361963,0.0051943087,-0.02718009,0.011180574,-0.0056941044,-0.0139004225,0.013659959,-0.053835828,0.0011867182,0.0036665446,0.008589337,-0.047859013,0.050965257,0.045410946,0.040656395,0.0154741695,-0.014952041,-0.0072644656,-0.042695664,-0.037681717,-0.01797917,-0.0141799385,-0.00052494305,0.024073368,-0.024919908,-0.021614067,-0.065852776,-0.001824426,0.049972907,0.03358417,-0.022714032,0.01168939,-0.025198678,-0.024304815,-0.054500718,0.00026670564,-0.035847988,-0.022806093,0.019143725,-0.026374087,0.040437587,0.013004154,0.0396914,-0.006709885,-0.015010566,-0.011514705,0.08006167,0.05796356,0.017053599,0.011810922,-0.05444775,-0.018270686,0.053137667,-0.04099368,0.103109725,-0.028810957,0.006421124,0.015476989,-0.007855494,0.021534039,-0.0059907404,0.028266761,-0.06539611,-0.027831309,-0.012780892,0.026657343,0.00966037,-0.060061514,-0.015846329,-0.0010884897,-0.014512041,-0.067308776,0.006168302,-0.013487776,-0.031851977,-0.0015160339,0.012497816,0.022424504,0.057921924,0.05990162,-0.046244472,0.04537337,-0.018003033,0.010048615,-0.014551541,-0.018931743,0.0053339866,-0.013283217,-0.00040841932,0.010726459,0.0015352758,-0.0140743535,-0.019113276,0.041389704,-0.007979779,0.05510105,-0.008323816,0.0342175,0.040475048,-0.059859626,0.026022198,-0.035055522,0.039700832,0.048504684,-0.008672967,0.0026961674,0.0068099173,-0.043118555,-0.07733074,-0.0042023137,0.037179787,-0.021428399,0.048080083,-0.027662542,-0.036264714,-0.023274157,-0.086456046,-0.05909788,-0.001643644,0.035910234,0.016559085,-0.04566249,-0.05766754,-0.054161713,-0.008356458,-0.0136832865,0.023484418,0.06255716,0.024249231,-0.036822848,0.02359553,0.003218076,0.018455539,0.0047324635,-0.036485735,0.052845966,0.01623816,0.053306546,0.0020767474,-0.002613851,-0.028662736,-0.011211068,-0.03754791,-0.117945194,-0.007639282,0.074419856,0.042381946,-0.014152295,-0.038736504,-0.00328595,0.008238744,-0.09856977,0.049866963,-0.033635106,-0.020998158,-0.022523195,-0.01432409,-0.017626325,0.0013842551,0.0033625134,0.007108517,-0.026392281,0.030816376,0.0033404115,0.0064907097,0.03107533,-0.011680108,-0.040562958,0.0038653398,0.027437126,0.0016906523,0.03235877,-0.01929857,-0.013868433,0.108676694,0.046068333,-0.034398723,0.025070013,-0.03600072,-0.04028988,-0.0233499,-0.0046742917,0.04680474,0.046331,0.0055541145,-0.005044859,0.0170912,0.030962395,-0.022803962,-0.018655421,0.05182603,-0.014057673,0.029553307,0.049426027,-0.051365886,-0.016049353,-0.023179112,0.0052966485,-0.027328853,0.061334517,0.022998184,-0.019136645,0.034385215,-0.009952476,-0.015087835,0.019637266,-0.032675732,-0.020091048,0.004576896,-0.08284078,0.014702106,-0.044717383,0.008458946,-0.008282992,-0.007531495,0.022773342,-0.004194161,0.015457997,0.073224135,0.016552227,-0.043911494,-0.04529208,0.0767455,-0.08492021,-0.026187658,0.024890821,-0.028072352,0.014916946,0.00081271253,-0.052520275,0.009650925,0.03254204,0.10912027,-0.0020304644,0.026763795,-0.020940548,-0.006081815,0.0031214783,-0.027107988,0.04564813,0.092848845,-0.02518638,-0.07861409,0.010323456,-0.033354618,0.02292125,-0.02554591,0.015421673,0.005843147,-0.0043606926,-0.0541329,-0.009552693,0.05832666,-0.0084828315,0.0032754003,-0.052671712,-0.011798968,-0.018681832,-0.024962166,0.0072090398,-0.0059108553,-0.026111158,-0.034517013,-0.03310027,0.00817195,0.006827838,0.028175652,0.01186473,-0.08442084,-0.02674796,-0.061319463,-0.014007424,0.07377129,-0.04978281,-0.016552005,0.01090285,-0.0136301,0.07192009,0.041978907,0.020668857,0.033673245,0.02346458,-0.10114654,0.018607972,0.024198387,0.019638648,-0.035909846,0.0072692814,0.047629394,-0.02170774,-0.04907283,0.051210813,-0.020264205,0.048691366,0.005682742,0.047198,0.0033225312,-0.029453283,-0.044800404,-0.0012917516,-0.0014769038,0.022502802,-0.021579329,0.0065863454,-0.0096437065,-0.046734262,0.008753318,0.020589951,0.04759041,0.0030077791,0.015617154,-0.029080197,0.033526737,0.008831693,-0.039124675,0.05589032,0.009004735,0.0140445065,0.044117156,0.035045456,0.07330412,0.010939226,0.024416229,0.019100973,-0.027584318,-0.059309464,-0.00050316507,-0.012607842,-0.008910701,0.040506277,-0.014916723,0.023882955,0.05739223,0.0635063,0.05422361,-0.08640861,0.018836895,-0.026428599,-0.0035042681,0.014934431,-0.037942145,-0.019490596,0.06597016,0.04193659,0.035882983,0.03804652,0.011647774,-0.070489764,-0.0310804,0.039802495,0.03362179,0.00807385,-0.04190661,-0.0049628266,0.016028296,0.036402147,-0.05383422,-0.048782825,-0.072802685,-0.045766514,0.031126427,-0.030337282,0.020275673,0.01660437,-0.039679606,0.026040569,0.02208032,-0.010848721,0.008620782,0.048717413,0.06381241,-0.13035533,-0.044846315,-0.058810756,0.00082631933,0.011292053,-0.03511407,0.050710566,-0.0037443803,0.03288192,-0.018663002,0.010206331,0.014618806,0.0591542,-0.035428498,0.027457451,-0.061410308,-5.3736327e-05,-0.036616955,0.069577545,0.03174567,-0.01708631,0.07199708,0.025504213,0.021921093,-0.0020570448,0.0015701453,0.018082406,-0.01494898,-0.038095314,0.0172375,0.007097561,0.0005527747,0.011297307,-0.010929807,-0.007061291,-0.012410131,-0.06892644,-0.0071163457,-0.027729867,0.02945141,-0.040896527,-0.028110214,0.007249072,-0.00095716346,0.011032235,-0.05752429,0.022989158,-0.017397713,0.017178955,0.006066013,0.0030908184,0.07935362,-0.002943383,-0.018902015,0.016174283,-0.080742255,0.03431488,-0.020519024,0.007130843,-0.028046424,0.0020321526,-0.005093608,-0.012581478,0.018365439,0.055675384,0.0076294034,0.0053959964,-0.03797263,-0.024932193,0.017955175,0.015786644,0.014634018,0.024967412,0.0076294304,0.044230416,0.053521242,-0.004186767,-0.061577022,-0.046620466,8.9636414e-05,-0.05338484,0.04082545,0.043111034,-0.042314835,0.017212179,-0.020141123,-0.022753472,0.037615266,-0.0058231405,-1.10892715e-05,0.036462124,0.026548758,0.058505036,0.018893093,-0.019105768,0.034119163,0.0063304226,-0.009210872,0.022916239,0.031058447,0.050230663,-0.00040842604,0.015522673,0.011626339,-0.030135186,0.028806444,0.012467062,-0.041663982,0.026628584,0.019567888,0.036378223,0.014372725,-0.008019281,-0.007770324,-0.020599209,-0.0102715595,-0.003460394,-6.51597e-33,0.002464083,-0.08998744,-0.017445026,-0.03566491,0.002508614,-0.012271548,-0.0043071243,0.032410268,0.021639435,-0.040326297,0.039465964,-0.010072124,0.021642242,0.026154839,0.021121277,0.015170518,0.008694483,0.010567549,0.0094143255,0.0012165724,0.022016717,0.024922363,-0.004331426,-0.023975968,0.0075045456,-0.02510841,-0.0056726937,0.032579813,-0.017672447,0.0036076617,0.012564374,-0.0066547887,0.005455463,-0.02287,-0.006336849,-0.029475026,0.010024836,-0.055876654,0.021040196,-0.040434398,-0.0062199533,-0.04141218,0.030654358,-0.0063595595,0.034401458,-0.058439475,0.01097484,0.013496848,-0.0057562934,-0.11417193,-0.039099965,0.015501543,-0.047917206,-0.022300607,-0.056700315,0.014923497,-0.018741803,0.038850114,0.018411446,-0.05631782,-0.030350838,0.051728643,-0.009885456,-0.069363005,-0.015351439,0.022709044,0.015456007,-0.0052821464,-0.08685577,-0.023152724,0.015056884,0.013230737,-0.0144548565,-0.019600434,-0.040218286,-0.020295195,-0.024544138,0.060067255,-0.044115126,0.0518032,0.027328977,0.041810937,-0.058325518,-0.020522412,0.017209545,0.031792793,-0.023128146,-0.043540105,-0.00983445,0.024993213,-0.0083797835,0.029671842,-0.023794599,0.029340655,0.038238883,-0.033901688,0.050358407,-0.021867964,0.0035106675,-0.037753332,-0.0056005246,0.0488307,0.011983271,0.03710886,0.008076088,-0.03874307,-0.025238412,0.09371544,0.04923183,-0.012560231,-0.0044309483,-0.027658964,0.0049212794,0.005311045,0.013197952,0.07146516,0.009504966,-0.042744476,-0.008095963,0.016571451,-0.012530656,-0.0062430277,0.00011517148,0.007835606,-0.05591669,0.0090686,-0.0017638869,0.060797177,0.020432578,0.009107906,-0.015894644,-0.040066335,3.347386e-07,0.004753138,-0.011180958,0.06691829,-0.010244312,0.019615619,-0.031776167,-0.026174614,-0.0024219737,-0.02182038,0.02381131,0.027050681,-0.018238805,-0.009020253,-0.03403306,0.032311015,0.029640304,0.08180039,0.06637692,-0.003412052,-0.0014769677,0.06892414,-0.0012748358,-0.016859025,0.00339122,0.010736301,0.009729992,0.012288772,-0.03931206,-0.06407654,-0.10378663,0.001886919,0.097380266,0.043011785,-0.0140200015,-0.0023591393,0.027452692,0.07098701,0.009854204,-0.060534243,-0.006332978,-0.0033378438,-0.0008286458,-0.018536856,-0.024967879,0.02686408,0.010083787,-0.032780264,0.056445446,0.0004979851,0.049156003,-0.04711783,0.0127170505,0.021214055,0.024408255,-0.043495845,0.013579717,0.002076227,-0.0065002656,0.009832502,0.058224227,-0.027461821,-0.0067177033,0.032718733,-0.013624496,-0.0037509291,0.0017268362,-0.078476414,2.8566411e-34,-0.04792012,-0.0631486,-0.010507409,0.00068686996,0.05486598,-0.06780583,-0.035757624,-0.012109339,-0.018190669,0.028001135,-0.048501235,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/Drone_data/ASRS Database Report Set - Unmanned Aircraft Systems (UAS) Reports.pdf', 'page': 16}","Who: Certified UAS operator with Commercial Pilot License with Instrument Rating. What:
UAS Engine Out Event. Why: The RPM of the Engine suddenly dropped to zero mid -flight
and an emergency landing was executed at ZZZ on Runway X, resulting in the successf ul
recovery of all aircraft components. Once recovered, the engine was found to have
significant compression loss. Note that, the UAS engine can only be started from the
ground. Root Cause Analysis Findings: Debris entering the intake valve guide. Large
exhaust valve gap clearance. Intake Valve became stuck in the open position.
Callback: 1
Reporter indicated the fixed wing UAS lost power and was able to return safely without
issue."
-0.013263537,-0.019218307,0.02649786,-0.010696874,0.07644226,0.027271586,-0.012344422,-0.039160732,-0.08502629,-0.021189207,0.029511783,-0.00992407,0.054492444,-0.0047975094,0.015400211,0.11049222,0.056636598,-0.034472678,0.015251945,-0.01813025,0.0048858086,0.006893707,0.032538015,0.0116498675,-0.036656447,0.025101237,0.004741067,-0.009422672,0.022857338,-0.027244637,0.023909975,-0.030281266,0.025944168,-0.008584587,2.2548406e-06,-0.051782914,-0.011675446,0.015169034,-0.078513525,0.027023612,0.030156795,0.048294168,-0.005702347,0.031188076,-0.028283823,-0.0246881,0.0044543548,0.047017537,0.007735813,0.043390367,-0.020929141,-0.019722538,0.018944694,0.017089846,0.04104742,0.001113846,-0.017738445,0.023093322,-0.0012852475,-0.08244037,0.0036818972,-0.037123077,-0.0049164137,0.006800726,-0.0612029,0.040103946,-0.0038502447,-0.004162025,0.011517894,-0.062374905,-0.037495807,0.0057630194,0.00014088485,0.03175637,-0.07917496,0.02083623,0.03471121,0.008596647,-0.043174922,0.017419929,0.07935532,0.043454826,0.036502343,0.024572998,-0.03604865,0.011963682,-0.027126549,7.8442215e-05,0.0016494829,0.032058045,0.020216892,-0.04997589,-0.009074651,-0.0029234556,-0.045675676,0.016188521,-0.01582189,-0.040786996,-0.014070526,-0.03480152,0.03940094,-0.026689094,0.011490061,-0.025928363,-0.06377016,-0.0027776002,-0.0129795335,0.012905351,-0.009039342,0.030584857,0.016812306,-0.023166234,-0.015421118,0.049049854,0.042160146,0.021913629,0.06811714,-0.046607856,-0.024074286,0.017730044,-0.0069857594,0.043275956,-0.049171437,0.02414098,0.046428494,-0.0377688,0.016191114,-0.013169915,0.009874545,-0.050160743,-0.0068016085,-0.010752239,0.006180402,-0.02767897,-0.07541002,0.08742708,0.0018877195,-0.04122625,-0.106040396,-0.0026118539,-0.030615026,0.007716855,-0.007635531,-0.0063736695,-0.00075619254,0.03993596,0.019051606,-0.012539,0.021096535,-0.008284415,-0.027414605,0.029943429,-0.024576439,-0.00022928264,-0.06658178,-0.010236533,-0.031222897,-0.040356774,0.050013833,0.008195358,0.03185433,0.041280895,0.090502776,-0.0046933996,0.007571984,0.10683344,0.011188084,0.027288636,-0.06501106,0.026648674,0.02421781,0.018102534,0.033243854,0.03485697,-0.04433204,-0.05093203,-0.048218865,-0.009607587,-0.009127736,0.017031867,-0.058200218,0.0018998926,-0.042946957,-0.05157265,-0.09058723,-0.017762532,0.08198813,0.026496053,-0.018912116,-0.06757423,-0.018958595,-0.044463504,-0.016523525,-0.010435919,0.040164005,-0.0065531814,0.033242814,-0.012530433,0.047310084,0.0130960895,0.012521063,-0.04036099,0.043879155,0.0012957904,0.014432428,0.04164057,-0.0039679734,-0.055480197,-0.04025815,-0.05257437,-0.045770105,0.011555169,0.059053134,-0.027419249,0.008076412,-0.0308104,0.003932421,0.023619654,-0.14114729,0.07451356,-0.0364829,-0.026622886,-0.048150983,0.004010028,0.0014314014,-0.0106022535,-0.0183103,0.022482334,0.021773446,0.017913455,0.010750493,-0.015541604,-0.001411714,-0.025554841,-0.011035914,0.05044102,-0.008319166,-0.035468236,-0.028901007,0.07404486,-0.0480897,0.0342547,0.025018057,-0.028755939,0.004162035,-0.018169232,-0.017591707,-0.027509803,-0.008175486,0.06465774,8.320399e-05,-0.06902712,0.03528898,0.030610712,-0.0362413,-0.030026514,0.012913462,0.06438676,0.023206847,0.028721854,0.00465587,-0.051756483,-0.011928613,-0.030321423,-0.015455117,0.002438342,0.05413584,0.008775185,-0.0015867299,0.030827679,0.00052161055,-0.015313161,0.04695062,-0.03243503,-0.006740458,0.013659509,-0.13094442,0.042754933,-0.011438711,-0.010249135,0.017725142,0.004342135,0.00302922,0.0024897673,-0.017640224,0.03885878,0.050944053,-0.10360189,-0.04827685,0.05235782,-0.03995895,-0.019722315,0.0072095273,-0.019372737,0.0072166426,-0.029323647,0.012838397,0.008833361,0.04354792,0.115893304,0.008775234,0.042650793,0.008432918,-0.0016686666,0.035063487,0.00806774,0.008564386,0.05757594,-0.019798288,-0.04265566,0.019884437,-0.0367907,0.02568198,-0.006942902,-0.03516824,-0.04408679,0.005345473,-0.03160898,-0.011355621,0.039758388,0.010292898,-0.018629447,-0.01778354,-0.038515527,-0.026674114,0.0038107985,-0.008316514,0.018952917,-0.01303901,0.040563963,-0.012382365,-0.035359103,-0.0155180935,0.018188618,-0.02107502,-0.07593322,0.0050494475,-0.030827628,-0.014102286,0.080497004,0.0027766237,-0.04282624,-0.0048732986,0.063916065,-0.014824079,0.010758726,-0.037907615,-0.030782191,0.0025813945,-0.0803119,-0.009032585,-0.0046327906,-0.016770002,-0.03334419,0.013776614,0.07113298,-0.015621629,-0.023089854,0.06962464,-0.027896026,-0.020450015,-0.0159034,0.022379735,0.059131958,-0.047607653,-0.009609974,-0.028205764,-0.037445847,0.029122155,-0.026685558,0.04232086,0.048678737,-0.055343114,0.016645623,0.010771959,-0.008247894,0.031212542,-0.023447126,-0.065425396,-0.03509091,0.02714267,-0.026336785,0.021568405,0.01990183,0.030902045,0.024005543,0.029280828,0.050324988,0.00713207,0.027538141,0.020215293,-0.015082323,-0.009548127,-0.03307257,0.024823165,-0.05343066,0.014743209,-0.013173634,0.02031923,0.089080654,-0.0040420014,0.029319385,-0.014502144,0.046461105,-0.013002329,0.013337348,0.068061836,-0.073479354,-0.0074194116,0.041289214,0.014893031,0.018753449,0.034606125,0.003115018,-0.02370431,-0.040707473,0.008150444,0.00255107,-0.030146139,-0.07237811,-0.018667351,0.009139054,0.01685441,-0.10570518,-0.030505557,-0.018107805,-0.034987375,0.06130259,-0.017915709,-0.0013399015,-0.004932887,-0.04051428,0.02634632,0.070259884,0.01401528,0.021916773,0.031086134,0.119659305,0.02197164,-0.011557202,-0.06749301,0.020885315,0.04714495,0.021783536,0.05141026,-0.044248056,0.039422005,-0.034836076,0.028577892,0.05596506,0.030102145,0.0068232613,0.03643417,-0.045307957,-0.022577738,-0.037836257,-0.02017506,-0.015562993,-0.029870624,0.105410725,0.026945563,0.032021854,0.031242613,-0.012764502,-0.0017140122,-0.04074077,-0.035544965,0.031734943,-0.008571234,-0.031595748,0.07651032,-0.014922338,-0.013933687,0.024510346,-0.012577926,-0.014005929,-0.015780319,-0.0046376637,0.026915295,-0.035506483,0.024061201,0.038726315,0.008532286,-0.061072297,-0.010293237,-0.059018362,0.046653032,0.021660028,-0.03930759,0.01837062,-0.004717354,0.009647183,0.011175337,0.0028519426,0.026249241,-0.015745563,0.040769983,-0.043676987,0.042870183,-0.018856762,-0.0016086184,0.029540936,0.08788967,0.006584761,0.0057161637,-0.0369194,-0.038275383,0.0009065399,0.0013551681,-0.00853335,-0.003424686,0.0063608717,0.0076735877,-0.031392224,0.0019176282,0.012130393,-0.08898229,0.02457293,-0.016125588,-0.027312625,0.02306685,-0.038808543,0.012906975,-0.01723461,0.04964855,0.013336611,0.04325523,-0.013892169,0.06813887,-0.003301473,0.022303944,0.023665167,-0.053568568,0.039204907,0.031100051,0.039379913,0.011828737,-0.04060455,0.023627495,-0.04355195,0.0027276417,0.025357412,0.011204054,-0.01759303,0.01573915,-0.036934428,-0.0071209376,-0.01977114,0.036735676,-0.012844417,0.013777869,-0.0054644546,0.00453087,-0.021809297,-0.00031511512,-5.938152e-33,0.018165424,-0.09966872,-0.03166587,-0.050483897,-0.03890637,0.024736296,-0.00790415,0.02839696,0.02885558,0.008409576,0.052492596,-0.00034000832,0.04039533,0.023172887,-0.0066416333,0.004634458,0.016013058,0.033245888,-0.032685343,-0.052182566,0.02985207,0.034937967,-0.066348515,-0.058871277,-0.029869866,-0.017002597,-0.022532633,0.004718601,-0.08481703,0.011015773,0.013605563,-0.055361982,0.03249075,0.060767412,-0.01929728,-0.017159011,0.007682647,-0.018980078,0.016110152,-0.03917358,-0.02926937,-0.051975667,0.020796742,0.0016792279,0.049901113,-0.03902556,0.0022246365,0.004054,-0.01862803,-0.06400549,-0.007875019,0.025936,-0.00010776841,-0.055390067,-0.052868232,-0.027283186,-0.0043388116,0.047696047,0.0058673564,-0.03501775,-0.01422677,0.04119582,-0.009190196,-0.0022282547,0.0005071768,0.049922384,0.03847658,0.03381254,-0.07202459,-0.08329018,-0.0044788574,-0.046224564,-0.017354578,-0.04224164,-9.788718e-05,-0.028107755,0.0074155466,0.020006828,-0.03924432,0.07439394,0.00019385148,0.029712347,-0.03521205,-0.015898809,0.043765496,0.022057828,-0.020910483,-0.034877576,0.0044008065,0.0082312,-0.028436702,0.0460293,-0.03720586,0.026135026,0.07367843,-0.013260384,0.04312819,0.022763563,0.0010482387,0.006676927,0.017729096,0.01669035,-0.013750559,0.031420264,-0.0132078035,-0.020018335,0.0020514121,0.054922048,0.059440114,-0.0050068004,0.036482513,0.0012823925,-0.029031377,-0.000346119,0.0301648,0.063099906,0.020151542,0.030239092,-0.008743386,0.0020385203,0.042209998,0.049267486,-0.01069401,0.015726564,-0.055701554,0.016253024,-0.0052865273,0.012642848,-0.05742409,-0.03132946,-0.0029462643,-0.0047436794,3.0774166e-07,-0.023422413,0.008921299,0.023321304,-0.019968173,-0.015869057,-0.024533208,-0.03332634,-0.026561689,0.015435487,0.011808036,0.03332637,-0.030387133,0.00691846,-0.03580543,0.059624262,0.005420395,0.066801935,0.041358367,-0.0064568724,-0.03249216,0.058627244,-0.0399249,-0.04094879,0.012939445,0.016888428,0.012649713,0.016861591,-0.0013312802,-0.04752171,-0.10589059,-0.045144796,0.03251546,0.01682452,-0.04579144,0.003642271,-0.03040746,0.02057953,0.0069264113,-0.041350536,-0.020357324,-0.003238435,0.02765192,0.033806626,0.009739082,0.013956559,-0.03289572,-0.013874991,0.06588421,-0.007256179,0.10014514,-0.05926715,0.01889688,-0.014526014,0.0046641487,-0.042644694,0.056386333,-0.00101126,0.016995236,0.0038366218,0.064636946,0.017872047,0.001325786,0.038227696,-0.016261982,0.0008276859,0.005285597,-0.06185639,2.5425569e-34,-0.007806087,-0.052284047,0.027250664,-0.03605681,0.010283603,-0.04132982,-0.0182329,0.004300762,-0.0096112415,-0.023540072,-0.010850063,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/Drone_data/ASRS Database Report Set - Unmanned Aircraft Systems (UAS) Reports.pdf', 'page': 18}","I was piloting the UAS. I am in good health. I'm not a smoker. I had a good night's sleep
and was hydrated. I stood in the middle of the flight area and could easily see the UAS at
all times. I arrived around XA:00 and walked the area to be mapped and chos e a spot near
the middle of the mission area that had great visibility to set up home and battery
exchange point. Conditions: I utilized the Aloft app (v2.2.2.XXXX) stated the flight weather
as: 64F wind at 7 from North gusting to 17 with visibility greate r than 10. ALOFT showed
no advisories for the location with a green zero box. Utilizing the DJI pilot app (V2.5.1.XX),
in mission flight mode. The flight altitude for the mission was 138' AGL of home point. The
total area of the mission was 32.0 acres and an estimated time of 55m and 1 sec. The
estimated flight time means that the UAS returns to home point for battery exchange
about every 15 minutes. How it was noticed: I was watching the UAS and thought it came
to hover as it finished flying waypoints prio r to returning to the home point. At that point it
looked down at the controller to see if it was complete and noticed caution that the UAS
was not connected. I looked up and the UAS was no longer in the air. I walked over and
found the UAS in the field wi th damage to two arms and approximately 15 feet away I
found the battery that had expanded and separated on one side of its casing. No battery
materiel leakage or seepage was visible. It is my belief that the gust wind conditions
required the UAS to utiliz e increased rate of battery power draw, the battery expanded
causing the UAS to lose power resulting in an uncontrolled descent/fall from the sky into
the field. No property was damaged, and no fire occurred. Management was in the final set
of purchasing a MAVIC 3 to meet the remote identification requirement and upgrades us
with multispectral capability. Because of this, management made a decision to utilize the
approximately $400 repair funds towards the new/upgraded UAS in lieu of repairing the
Mavic 2."
0.0016883723,-0.021596836,0.026470989,0.0005529629,-0.020412039,-0.023961604,-0.0049050637,-0.0060781287,-0.07004177,-0.041410927,0.04624785,-0.035372064,0.02159493,-0.000310835,0.068650976,0.011092438,0.04896439,-0.019702004,-0.03844347,0.0070294747,-0.01032054,-0.030629097,-0.029943319,0.016771775,-0.026348773,-0.003559452,-0.0017172139,-0.017170984,-0.020795647,-0.009537344,0.01799338,-0.038478673,0.05137414,0.055014204,2.0843984e-06,-0.026427098,0.006383793,0.015908226,-0.06132458,0.008438282,0.021934468,0.024700843,-0.019257551,0.0125123095,0.013145758,-0.13307258,-0.05853713,0.08149871,0.00059259514,0.01823692,0.00019560553,0.022275161,0.037674848,0.042906567,0.011957222,-0.029799968,0.006585834,0.04239676,-0.032249134,0.023499837,0.005237406,-0.0034075796,-0.02060362,0.036612812,-0.010403309,0.049796876,-0.054966643,0.035691865,-0.00418542,-0.029368937,-0.035038494,0.029364413,0.006418932,0.023843708,0.00195367,-0.029816478,0.017997604,-0.041464344,-0.009645509,0.019174948,0.0038813092,-0.00762964,-0.006151161,-0.013824478,0.013591043,-0.045269333,-0.0049726297,0.023929939,-0.046462446,-0.006492284,0.026071467,-0.042217888,-0.0071722735,0.027886461,-0.020406842,-0.03129246,0.004461709,-0.058045663,0.011786529,-0.029577715,0.040846292,0.010518965,-0.05941882,0.019709162,-0.0027938348,0.011313203,-0.049478065,0.023392804,-0.001145464,0.014832348,0.035079762,-0.007769719,-0.02033607,0.045759972,-0.04872341,0.039678205,0.086480804,-0.047247097,-0.00029544707,0.041710693,-0.096557595,0.052861698,0.0073176217,-0.0033545466,0.05641434,-0.033100195,0.048840385,-0.004222156,0.004875473,0.014717769,-0.0030621507,0.010837854,0.034522668,-0.030429156,-0.061304543,0.040504,-0.06381285,-0.048886005,-0.0013986381,0.00927041,0.009763139,0.04257274,-0.0044127526,-0.032520656,-0.04166019,-0.050349396,-0.013679631,0.09765543,0.00086327223,0.003487827,-0.007131044,0.056739092,0.0045805043,-0.0009216712,-0.042512584,0.018995581,0.048352618,-0.0041161096,-0.0034201967,0.009929328,0.06508139,0.00815122,0.027165242,0.016488463,-0.008947937,0.04394822,-0.055235352,0.027416872,-0.05566974,-0.00082888774,0.009861196,-0.011639488,0.0029135891,-0.005797757,0.004792721,0.034532107,-0.09435279,-0.026476806,0.027319198,0.017385079,-0.0959762,-0.021329466,-0.008421769,-0.020461401,-0.1269167,-0.041409444,0.008087047,0.0121824555,-0.030822953,-0.023265071,-0.059130248,-0.061874952,0.013813107,-1.535564e-05,0.024307873,-0.0554015,-0.02021137,-0.049411904,-0.04490838,0.058097705,-0.023553729,-0.0039809337,0.09423655,-0.013238865,0.018384581,0.005241142,0.056098104,-0.045064174,0.033303987,0.07037126,0.0063876905,8.765642e-05,0.044875104,0.031502552,0.0006971553,0.0057719713,0.048545375,0.012509802,-0.057035524,0.014821708,-0.017428882,-0.04772603,-0.03360146,0.02183051,0.048167348,0.011546435,0.01905122,0.006433284,0.04811399,-0.008248611,0.031409383,0.01220475,-0.017463924,0.007164102,0.0015468299,-0.043548264,0.09675471,-0.04738674,-0.007285457,0.00014425641,-0.0034134898,0.09861654,0.03827957,0.0061284057,0.050579388,-0.06406822,-0.0003318186,0.025455164,0.016653469,-0.0021418694,0.0015303754,0.021919917,-0.03138851,-0.031690273,0.0025654617,-0.033615023,0.0148604335,0.05162388,0.08371514,0.016342632,0.016150283,-0.005347694,0.022172064,-0.0017662508,0.052010447,-0.019962247,0.0044342866,0.05405941,0.05222324,-0.005791163,-0.045418683,-0.016424209,-0.027143998,0.030628955,0.003131828,0.026542896,-0.052727874,0.033883736,-0.020419415,-0.03708339,-0.009503197,-0.04354682,0.0058610523,-0.038925186,0.014793279,0.03498902,-0.0022864782,-0.04960503,-0.058495723,-0.023643464,-0.05410627,-5.0198712e-05,0.00509808,-0.043859087,0.013569034,-0.027577545,-0.0423567,0.039907344,0.02750018,0.09274917,0.0168197,0.020294884,-0.012048323,0.03343315,-0.022979993,0.038601544,0.020249927,0.035415437,-0.012415288,0.021737637,-0.047236547,0.015017445,0.0014410177,0.02444179,-0.0021528294,-0.034747772,0.036691155,0.012134805,-0.02421263,0.004184217,0.002392149,-0.0070839105,-0.030824061,-0.0020035733,-0.012395881,0.046040703,0.018697942,0.01735934,-0.02040395,0.028075788,-0.041644137,-0.06955352,-0.009321726,0.0548013,0.0007340118,-0.076627664,-0.010123509,0.0048220856,-0.038925044,0.013349822,-0.020895602,0.010419101,0.014942696,0.0516565,-0.0025031064,0.035329156,-0.04774394,0.03612832,0.008976734,-0.005738779,-0.03711007,-0.019188773,0.01578685,0.00060337887,-0.042397458,0.017737852,-0.018067304,-0.07972449,0.076641515,0.05618702,-0.050549816,-0.037217956,0.06801881,-0.02121005,0.009530088,-0.020304032,0.042573895,-0.004950204,-0.01880069,-0.010900273,0.09280731,0.04096106,-0.066527,-0.009133043,-0.011441002,0.0059836707,0.032641627,-0.02072799,-0.059260447,0.015992425,-0.019688077,0.044128504,0.0022095393,-0.025814526,0.0019034218,0.016140934,-0.0036647818,0.0030505646,-0.012295767,0.010084168,0.006869578,-0.044028502,-0.086517096,0.03318057,0.041550197,0.015362379,0.08715107,0.02060147,0.010399718,0.021925716,-0.012238658,-0.00801237,0.037643388,0.04919281,-0.052739844,-0.016213702,0.043398324,-0.020991541,-0.039796673,0.0141944215,-0.001935492,-0.09220658,0.02570244,0.07041378,-0.007774577,-0.011589409,0.023307601,-0.020043915,-0.011536517,-0.020011077,-0.040167212,0.0045071202,0.021557195,-0.03910244,-0.03628824,-0.004907663,0.021982742,-0.0106699355,-0.0066702734,0.035051804,0.008712201,-0.044444464,0.008940785,0.0496052,-0.0045738695,0.029105907,0.072270505,0.08524745,-0.11635068,-0.058307823,-0.084513985,0.0063959425,0.04284249,-0.058472037,0.09132763,0.055258274,0.0041468814,0.031724006,-0.0107237445,0.027845887,0.043302443,0.026420044,0.0749125,-0.02044126,-0.008901249,-0.038725723,0.05278851,-0.116828844,0.038975995,0.044736695,0.03393895,0.018947385,0.07300076,-0.025564082,0.02841521,-0.037479293,-0.008849482,0.060369845,0.0068792584,-0.018146973,0.056226496,0.010823036,-0.013040079,-0.030203758,-0.06427375,-0.0070172194,0.0025810937,-0.04193806,0.0066319327,-0.011081676,0.015297543,0.021759525,0.005712879,-0.031907458,0.028154746,-0.04022551,0.0076808827,0.038552973,-0.02561075,0.016124701,-0.034717824,-0.024390666,0.008401349,-0.016726647,0.038040694,0.0076339603,0.0074207895,-0.066388756,-0.0778585,-0.07669879,-0.041770387,0.012277712,0.01249946,-0.0006252816,-0.029562809,-0.008219207,0.012255142,-0.043537166,0.03252249,-0.021799618,0.03593195,-0.042339597,-0.008850667,-0.03245801,0.017506836,0.018720496,0.047271777,0.029607095,0.014177832,-0.024978502,0.016629107,0.010481025,-0.012411243,-0.008227125,-0.046041846,0.041016523,0.04314129,0.013066703,0.00724576,0.029398145,0.037502635,0.01889692,0.026631273,0.032862816,-0.020305015,0.009599883,0.023962975,0.053522173,-0.0033274349,0.04050444,-0.0029090776,-0.028427914,-0.016166138,0.0062690037,-0.024088856,-0.062404566,-0.04064483,0.00884985,0.050881732,-0.06858698,0.034014836,-0.03942913,0.04797857,-0.005240623,0.0024414833,-5.3389873e-33,-0.028354157,-0.052949045,0.00022274729,-0.0214402,-0.010589027,0.0086808335,0.029643588,-0.018687924,0.04366144,0.02970211,0.034249254,-0.0035503518,-0.005388814,0.011428822,0.005724747,-0.04407335,0.017494272,-0.0019576487,0.032433923,-0.040266432,-0.061004054,0.0069552385,-0.036437042,-0.05522073,-0.019184886,0.018163746,0.013833886,0.03451707,-0.041408785,0.019960213,-0.039380968,-0.047068357,0.02315421,0.079391316,-0.063828334,-0.084768854,0.05195937,0.010902025,0.03983513,0.036220156,0.012648398,-0.04312171,0.012083229,0.008129421,0.010783803,-0.032533158,0.009240673,-0.014547472,-0.029391976,-0.041167755,-0.019237274,-0.0037513622,-0.028566075,-0.091841534,-0.024079645,-0.0128494315,0.011891512,0.016447168,-0.021384621,-0.021530235,-0.0025168888,-0.0053501306,0.0048247506,-0.0027979484,0.009978465,0.023605505,0.09488357,-0.037513193,-0.056004375,-0.056332644,0.0011946609,0.046824727,-0.011012444,0.0020715822,0.0124805365,-0.052543323,-0.0068874597,0.016464893,-0.05583533,0.019253043,0.013721541,-0.019657882,-0.022912674,-0.014586503,0.073797435,-0.08369251,0.01310012,0.010775185,-0.0033317455,0.0250785,0.020129902,0.03862236,-0.0030368797,0.03671529,0.00120991,-0.074182734,0.0018312996,0.03312497,0.020644095,0.0053134826,0.046631176,0.0436671,0.030988613,-0.062821016,-0.023773015,0.02769876,0.0047205794,0.025119998,-0.021590484,0.01681078,-0.012985047,0.00096820184,0.020903908,0.019469246,0.045607653,-0.020805381,0.011670301,0.010140719,-0.017325837,-0.046350427,0.020499557,-0.0075485297,-0.0750202,0.01930895,-0.09057282,-0.012064426,-1.2413216e-05,0.0057019545,-0.024561027,-0.013401808,-0.045186665,0.0023021535,2.6621498e-07,-0.020553924,-0.020924512,0.06790963,0.043823015,0.014270886,0.029742671,-0.0001470588,0.019383624,-0.028136192,0.039643157,-0.004787815,-0.052669305,-0.05036673,-0.007717788,0.05203505,0.025633462,0.048092093,-0.014238153,-0.026907846,-0.00690772,0.019439569,-0.030828072,-0.015044827,0.002264937,-0.012047524,0.009749888,0.0012825616,-0.046816178,-0.075191855,-0.054743636,-0.011993641,0.06524051,0.02425932,0.013661491,0.016024733,-0.04146907,0.022849016,0.033060182,-0.030656526,0.051368657,-0.057148002,-0.027630368,0.023262406,-0.009414094,-0.0068114637,0.015211736,-0.022159738,0.091203466,-0.02909266,0.04162455,-0.025316522,0.0024083054,0.0073994067,0.011231192,0.003927567,0.023392778,0.041296717,0.048303217,0.04601127,-0.010599904,0.013511461,0.007200736,0.006623579,-0.00092973193,-0.045974173,0.0475179,-0.082482226,2.2223471e-34,0.024193097,0.027374115,-0.015885355,-0.030280234,-0.027080063,-0.0018324498,-0.00859411,-0.017659418,0.020037333,0.007459447,-0.0021409164,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/Drone_data/ASRS Database Report Set - Unmanned Aircraft Systems (UAS) Reports.pdf', 'page': 20}","In cruise flight at FL 220, just north of the WURFL waypoint on Q83 airway I had a near
miss with what I thought to be a drone at 21,800 ft. I was headed southbound and the
drone was headed northbound. I just looked up for a second and I saw a black and si lver
object which appeared to be drone pass right below us. It looked to be two feet wide and
two feet in length. I reported the incident with ATC and dispatch."
0.009751298,0.10206731,-0.0023859034,-0.04083595,0.007440067,0.021468217,0.013497171,-0.040118404,-0.026934471,-0.049009264,0.002762956,0.033590768,-0.010838295,0.02231734,-0.040203504,0.07541089,0.05513248,-0.071594276,0.025507635,0.011174676,0.0023604764,-0.013570457,0.0073826825,-0.036500443,-0.016074553,-0.023247624,0.038156997,0.0017526955,0.0041736956,-0.018137623,0.042546686,0.0045787278,0.11070557,-0.058828183,2.358104e-06,-0.023854198,-0.03730187,0.008052759,-0.052154735,0.069827825,-0.022441007,-0.011681984,-0.0007416636,-0.012209245,-0.022637406,-0.024353199,-0.040379822,0.0061822673,0.04159566,0.030140819,-0.01698946,0.011257552,-0.026042223,0.040022667,-0.057871323,-0.052178025,0.03694456,0.07329153,0.022183316,-0.024602063,0.010310599,0.009901473,-0.01861683,0.045955952,-0.0022810786,0.005126698,-0.026910333,0.027929578,0.008329976,-0.059124604,-0.015632104,-0.02133317,-0.01744744,0.03561964,-0.014053048,-0.020663625,0.0019110565,-0.0019067597,0.01785901,0.016883682,0.040421914,0.026287919,-0.0051393313,0.022803225,-0.018643215,-0.020100573,-0.027628073,-0.0720218,-0.052614707,0.0483828,0.037758075,-0.0376984,-0.011267212,0.025731806,-0.03168688,0.02585058,-0.028858917,-0.031162007,-0.006485684,0.031242302,-0.04709099,-0.027357718,-0.006105121,-0.028038738,0.008798618,0.016149111,-0.042295817,0.0799018,0.03591898,-0.0037413808,0.05766357,-0.0016649436,-0.024503568,0.03622148,0.0021783484,-0.002103527,0.020813439,-0.010250081,-0.04594621,0.044088412,-0.06359381,0.040682834,-0.040363748,-0.013804955,0.037234437,-0.13569666,0.08099098,-0.012737291,0.016952174,0.043617796,0.010436137,-0.05695138,0.059317373,0.004972758,-0.06363442,0.07417231,0.015263089,-0.03300117,-0.03151334,-0.0130700935,-0.031711318,0.045275807,0.0018129554,-0.01762098,-0.055903167,-0.031354804,-0.023248304,0.02038065,-0.0034911244,-0.0024681457,-0.07453275,0.04751436,0.01444981,-0.04615411,-0.008479103,0.067424,0.019935826,-0.010231109,-0.009749744,-0.029087337,0.050211255,0.058115516,0.07531492,0.011462002,0.009692322,0.027091369,-0.047731146,0.018472888,-0.04924677,0.027610034,-0.031584874,0.015489735,-0.0039637606,-0.014948095,0.0015795247,0.00725228,-0.07282689,-0.05361331,-0.016909083,0.003533473,-0.070955254,0.005699704,-0.0013372875,-0.043633603,-0.07832508,-0.029202633,0.017421443,0.078993574,0.031151194,-0.016303135,-0.05288918,-0.072395846,0.07146886,0.014888146,0.056495562,-0.014875542,0.042490453,0.0017452906,0.041989293,-0.017699718,-0.037592333,-0.047669798,0.05415181,-0.004751489,-0.0034721936,-0.06686987,0.030786034,-0.015858414,-0.02879455,0.08578876,-0.0115333935,-0.007296639,0.05839259,-0.0007057543,0.028703168,-0.018746952,0.050568126,0.04349347,-0.04693255,0.034617875,-0.02484685,-0.05735622,-0.06600958,0.01717107,0.03149474,-0.021706216,0.03289377,0.061403897,0.020058742,-0.014675046,0.01220649,-0.010711068,0.0077801617,-0.013985574,0.04251323,-0.0966005,0.028130649,-0.00815684,-0.0020524317,-0.003566273,-0.0005023876,0.049662277,0.027798962,0.007001679,0.06068032,0.030420145,0.053891998,0.04567829,0.008569203,-0.032203972,0.004959412,-0.035453033,-0.019077329,0.008747645,-0.040623922,0.05610401,-0.04278713,0.061198562,0.081254184,0.009753479,0.05527249,-0.040647484,0.015674785,-0.011482192,0.015593639,-0.005547771,0.011547757,0.03577792,-0.037594356,0.0014086214,-0.05350166,0.023264479,-0.011550358,-0.009338625,-0.0041935,0.018055405,-0.08160433,0.018077508,0.02061996,-0.033781677,0.02272234,-0.001233118,0.045668475,-0.005947954,-0.0034222363,0.044414118,-0.052954763,-0.0509272,0.019199014,0.013315512,-0.10712336,0.027169067,-0.008211093,-0.026023017,0.0743808,-0.006862879,-0.031372827,0.04554182,0.017408079,0.06601202,0.09989379,-0.0047858064,-0.030179134,-0.0024010846,0.024930583,0.024467876,0.018036112,0.053166915,-0.011508049,0.012039788,-0.026778342,0.012466284,0.020075606,0.042240992,-0.029534403,-0.018808357,0.035488397,-0.009734766,-0.033763744,0.055607747,0.018204898,-0.046099227,0.033383053,-0.016887553,0.040850963,0.022690972,-0.005768241,0.028407043,-0.03780859,0.017140966,-0.008089371,0.00497865,-0.041041203,0.027471397,-0.0057189576,-0.0059384713,-0.010859072,0.030272065,-0.07388693,0.0028309147,0.0012246576,-0.032577585,0.013378547,0.09326185,-0.01630127,-0.004892412,-0.07483937,-0.0018840053,0.107867606,-0.041932136,-0.022336788,-0.023784628,-0.0016689047,-0.019347807,0.029069895,-0.012418463,0.0077454993,-0.025543783,0.055725884,0.01671802,-0.06457106,-0.04597479,0.0042398027,-0.006420024,-0.01358453,-0.011127602,0.009045738,0.020606475,0.047869865,0.013057037,0.038036022,0.020409856,-0.07923273,-0.036029875,-0.034967627,-0.020278702,0.024412088,-0.0106092375,-0.030847345,-0.019780308,0.019631999,-0.023373436,0.017951533,-0.010308738,0.054911677,-0.019227682,0.015295417,0.00393053,0.005031456,0.035791688,0.017227912,-0.035665393,-0.017435845,0.03403715,0.0049459683,-0.0009691787,0.052057024,-0.046587646,0.029818239,0.005957196,0.021179406,-0.015104709,-0.016594253,0.03838086,-0.0021666558,0.0026666047,0.027265003,-0.062257007,-0.007885769,0.020627057,-0.022616576,-0.06625237,0.0040249196,0.025874399,0.00040568103,-0.044501256,0.004620278,-0.0047052144,-0.0037207182,0.011038529,-0.057597842,-0.0066199065,0.021099996,-0.062690765,-0.010039635,-0.0063207243,-0.009915732,0.050023697,-0.024549818,0.009926769,0.01639129,0.020766735,-0.02815882,0.014181943,-0.027384223,0.04439295,0.05054571,0.06044429,-0.119281314,-0.03372123,-0.041940074,-0.03787416,0.07952297,-0.011938007,0.03148624,0.06823694,0.01723582,0.014478453,-0.045525484,-0.004210723,0.011468025,0.030864224,0.038187962,-0.048546277,-0.0129758995,-0.027821496,-0.004242339,-0.02279576,-0.03114927,0.0816089,0.04984412,0.021172721,0.062019184,0.018813921,0.018607872,0.0455304,0.036043618,0.02659417,0.036995154,0.035053615,0.053587846,-0.0213111,-0.0058451425,-0.03870259,-0.052873366,0.090637274,-0.05185702,-0.032428093,0.011141443,-0.029429251,-0.010153153,0.037328646,0.040154904,-0.048185386,0.023280637,-0.06551075,0.0033620785,0.0011597063,-0.037047684,0.0103246225,-0.030239986,-0.011899304,0.009296332,-0.036438704,0.022796825,-0.022913024,0.024842614,-0.078403704,-0.012449214,-0.015282077,-0.0019534244,0.022817334,0.00041990474,0.0058418484,0.0025328023,-0.007002955,-0.014400146,0.010408166,0.0030596931,-0.0073045935,-0.031525306,0.009687414,0.0016698446,-0.02151918,0.013269083,0.017747022,-0.002975971,0.05189751,0.0026267085,-0.013202304,0.031383496,0.019457877,0.004100819,-0.010243012,-0.062677585,0.03722289,-0.00122644,0.0025817784,0.058609877,0.035160597,0.026160015,0.020414958,-0.026385114,0.018739657,0.004085594,-0.014258386,0.08459752,0.016342655,-0.00903949,0.0039772373,-0.038262226,-0.011267354,-0.044506963,0.031218564,0.007595947,-0.072548956,-0.09028004,0.006454749,0.0062998063,-0.016902015,0.017260406,-0.05028354,-0.03297808,-0.018683145,0.023439193,-5.5698423e-33,-0.04114561,-0.047382623,-0.0069047054,-0.064330675,-0.02039093,0.015345437,0.017665168,-0.036984634,0.014065245,-0.005190276,0.025928738,-0.010963117,0.012044194,0.033123523,0.01163873,-0.015706057,-0.052153595,0.023109434,0.0016057569,0.0013374634,-0.020648846,0.043196388,-0.021302266,-0.09480076,-0.05293246,0.027298434,-0.043300655,0.012340794,-0.12426545,0.03814429,-0.023817621,-0.027586183,0.036010507,0.05344148,-0.03904472,-0.0072938865,0.008363816,-0.019037357,-0.031731825,-0.02225979,0.044039115,-0.04593891,0.029494304,0.022704566,0.023956135,-0.038815133,-0.0055963807,-0.0089662075,-0.05046463,-0.0319572,-0.025065277,-0.020415515,0.017410696,-0.056108035,-0.029164417,-0.02715,-0.01490537,-0.0056872997,-0.057529338,0.013189011,0.049162943,-0.027721632,0.04972152,0.03666917,0.015501015,0.014243441,-0.015162849,-0.025933022,0.026833354,-0.06733254,0.017714676,0.003840763,-0.050403718,-0.022417678,0.042190377,-0.0324283,-0.0018928364,-0.004676347,-0.08509057,0.04729297,-0.034901913,-0.002600647,-0.026053028,-0.04574434,0.084265985,-0.052846078,0.013987257,0.01719116,0.00050489604,0.006053871,-0.06615796,0.0011805237,-0.006928734,-0.021397386,-0.006279758,-0.04831963,-0.0029156068,0.0018062387,-0.014376299,0.027509857,-0.01797872,-0.03397393,0.014157958,-0.010700073,0.003925054,0.047647685,-0.019261071,0.031468306,0.014733862,0.04085486,0.005280405,0.002420854,0.0038839914,0.067274086,0.033772517,-0.03360511,0.032298088,0.050174795,-0.037622098,-0.028047046,-0.0053600757,0.024528937,0.012708016,-0.0072462414,-0.065880984,0.017259274,0.023604864,0.031893305,0.0036196127,0.007230028,0.0057351803,-0.021783087,2.9808336e-07,-0.035249285,0.0028287573,0.026668437,-0.0115337,-0.0070336363,0.036003735,-0.006640952,0.007870592,0.031726215,0.041008484,0.028242473,-0.047761377,0.0054967636,-0.034937225,0.03147832,-0.030436337,0.06277116,-0.0031063794,-0.029254695,0.009302879,0.08843759,0.0058103357,-0.039127402,-0.0088584,0.060678344,-0.0016376815,-0.0120063005,0.017630698,0.0008593031,-0.06815208,-0.0063497317,0.039862618,0.00040347467,0.022146145,-0.017706078,-0.007557852,-0.03620079,0.05858651,-0.026327122,0.053549357,-0.038439717,-0.008887607,-0.005341835,-0.02048872,-0.043765344,-0.032874234,0.0064611267,0.051880285,0.027350219,-0.0073270123,-0.0056192135,0.011658706,-0.02072866,-0.048860792,-0.019892514,0.07378664,0.027029237,-0.003078675,0.06575002,-0.005974324,-0.018159624,0.03689158,0.034352873,-0.0043494343,-0.023538109,0.023975372,-0.024755228,2.6990462e-34,-0.02341104,-0.025312718,0.03859619,-0.05129713,-0.0002686671,0.0016670446,0.0013031128,-0.040711913,-0.026363377,0.0069859307,0.021610413,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/Drone_data/ASRS Database Report Set - Unmanned Aircraft Systems (UAS) Reports.pdf', 'page': 22}","I'm an experienced 107 and military multi -engine aircraft pilot. I took my new UAS out to
get familiar with it and to try to take pictures of Location A. I relied on DJI's built -in app to
avoid restricted or warning airspace. The app allowed me to fly up t o 200 feet north of
Airforce Base at a spot it called an ""warning zone"" with an ""altitude zone"" of 60m, and the
DJI Fly App allowed me to fly the drone to 60m without prior authorization through LAANC.
However, as I was leaving, officials pulled up and ask ed me if I was flying a drone they
detected on their surveillance system. I said yes and they asked me if I realized I was
flying in Class B airspace. I said no, I was flying where the app allowed me to but not
inside the geo -fenced area further south (clo ser to the airfield). They said I was still in the
Class B airspace from surface to 10000 ft MSL. I apologized and told them I would be sure
to stay out of the Class B airspace in the future. What I'm concerned about is that the DJI
software allows the dro nes to fly in Class B airspace even when it starts at the surface.
This oversight in the software will continue to contribute to drones flying in close proximity
of airfields/airports when drone pilots assume the software takes Class B airspace into
accoun t."
0.020536903,-0.019653728,0.030419031,-0.019610548,0.015886325,0.009835893,0.043281164,-0.027518356,-0.0390987,-0.029037327,-0.0077322708,-0.020135341,0.016999682,0.010267841,0.01736212,0.064398184,0.038847636,-0.044133518,0.029512765,-0.007662147,-0.0069955145,-0.01564528,-0.0013550449,0.006609072,-0.007244404,-0.014999318,-0.017403781,0.019324036,-0.020954654,-0.010249024,0.061785877,-0.013317035,0.07920042,0.017788438,2.3973587e-06,-0.052278154,-0.039775856,0.013745872,-0.08236025,0.02103948,0.014941556,0.0006467058,-0.02910884,-0.0019751475,0.0036517037,-0.05184352,-0.077787764,0.038594503,-0.019919218,0.032952618,-0.0010512925,0.030981649,0.03150148,0.023669183,-0.037595715,-0.017817011,-0.020440537,0.041309875,-0.014609378,0.005377154,-0.014294394,-0.012432374,-0.009418326,0.016874002,-0.049552683,0.023582399,-0.035356194,0.029248925,-0.021122698,-0.016840594,-0.006930782,0.014259996,-0.0060754116,0.02879681,-0.050102647,-0.050233237,-0.008258791,-0.04861199,-0.0048954627,-0.0027340984,0.052462466,0.017851735,-0.003803388,0.009877133,-0.026195355,-0.05279369,-0.011644589,-0.012291883,0.0023185308,-0.04743759,0.068989575,-0.08930121,0.001733659,0.0341861,-0.019019779,-0.005772586,-0.00459572,-0.03008927,0.02121961,-0.013714686,0.10320139,-0.02359252,-0.01733007,-0.011792012,-0.033236112,0.014606086,-0.015505398,0.032169867,0.0033704136,0.04824822,0.03380534,0.012157773,-0.020874448,0.059096303,0.0045047584,-0.013955996,0.09194692,-0.012179813,-0.0014329625,0.052035905,-0.09593042,0.04772118,0.0050436174,0.0053811665,0.045235667,-0.06737413,0.027744269,-0.023514463,0.040005468,-0.03178166,-0.015244442,0.015830064,0.018386977,-0.044537243,-0.070457175,0.10905777,-0.039879914,-0.06934499,0.026797108,0.00938404,-0.02761598,-0.038871497,0.06750632,0.0027399198,0.0002805357,0.011090444,-0.0005885481,0.011603696,0.028907392,-0.017789539,0.009370674,0.047784097,0.012930277,-0.017228168,-0.074056454,0.021952722,0.00586785,-0.030868163,-0.03030679,-0.024893045,0.044942677,0.023544867,0.034602948,0.012602159,-0.025976967,0.06434197,-0.070528954,0.03808805,-0.036494564,-0.014398478,0.025840644,0.008913282,0.0061115692,-0.024809806,-0.022972165,0.003241778,-0.061469533,-0.016270174,0.017227413,0.09948898,-0.020186488,0.025956959,0.0046550333,-0.070206195,-0.12276659,-0.041876122,0.02039508,0.00052445655,-0.018371617,-0.043708645,-0.03173506,-0.053439975,0.037351653,-0.025420206,0.06966738,-0.006383156,0.029373862,-0.00038367094,-0.03324304,0.054269634,-0.07198595,-0.024101075,0.09546158,-0.041205946,0.016962128,-0.005835488,-0.0075682057,-0.03503127,-0.0051384424,0.073934056,0.01815702,0.02721031,0.05794299,0.02866661,-0.007861645,-0.0268661,0.03867894,0.023371859,-0.04061325,0.000717948,-0.00896692,0.012890886,-0.07906855,-0.03521701,0.018032758,-0.00022731365,0.021356283,0.018459732,0.05237075,0.008686844,0.041460287,0.00020029974,0.004826697,-0.0033009239,0.002600565,-0.03942336,0.07505321,0.022551386,-0.0041616694,0.04958478,-0.0061219716,0.07146326,0.033519097,0.01965403,0.062687054,-0.011055909,0.0010935393,0.03799074,0.00036728292,0.015108609,0.011123209,0.004380902,-0.04433133,0.011264817,0.0107420115,-0.01578976,-0.05111543,0.08900859,0.035717722,0.042225033,0.021178054,-0.044575203,0.0010182131,-0.038054693,0.02698986,-0.0070320037,0.030107474,0.032227084,0.0060529523,2.2422746e-05,-0.0381669,0.0106147565,-0.022976644,-0.010753505,-0.049995344,0.04984935,-0.069771364,0.01664236,-0.05301616,-0.0010888034,0.004994028,-0.05395309,-0.0026131482,-0.03255544,-0.020144923,0.041931275,0.0278239,-0.0738018,-0.01970564,0.015961284,-0.10042247,0.023428278,-0.027650405,-0.0162604,0.033298377,-0.022852993,-0.05421326,0.041040827,0.027783114,0.05368591,0.017164567,0.049950052,-0.059665944,0.012498178,0.0019253879,0.0034534822,0.00840575,0.06599328,0.02228652,-0.007041517,0.011902839,-0.0015985172,0.045267414,-0.012537211,0.00024984055,-0.06302662,-0.000869413,-0.03281713,-0.01571096,0.047969677,-0.0035493441,-0.010940742,-0.014179058,-0.056278374,0.021355974,0.06389034,-0.019328821,-0.021668706,-0.05590387,0.053605925,-0.01621582,-0.006238605,-0.0041207676,0.06088643,0.024625557,-0.08006966,-0.04166868,0.0076971827,-0.023544211,0.034098715,-0.04602663,-0.032312978,0.0024188997,0.036869314,0.03349022,0.051445253,-0.086939186,0.03527777,-0.002637907,-0.009598471,0.0007922478,-0.025033684,-0.017128147,-0.020261599,-0.02150687,0.05718823,-0.027527636,-0.06302554,0.034220167,0.045000672,-0.05077695,-0.022388466,0.011379218,0.018499084,-0.043750547,-0.009228194,0.030698176,0.04159584,0.02914441,-0.045192957,0.09984498,0.029304689,-0.025676241,0.016580157,-0.022176087,0.028475024,0.024651274,0.014965488,-0.024012007,0.011674689,0.037551116,-0.025509754,0.015515196,-0.01656309,0.01458286,0.029688282,0.0038729399,0.046318542,0.020790381,-0.02444507,0.04345714,-0.06727294,-0.085736625,0.052190047,0.046736285,-0.0044408157,0.08085568,0.00447639,-0.011606155,0.034131553,0.02312475,0.015513402,-0.0051408587,-0.00041731278,-0.031936344,-0.012151046,0.059483092,-0.04819168,-0.016913347,0.046062708,-0.07285051,-0.013591933,0.025381496,0.063291505,0.009618757,-0.017159896,0.020824645,0.007058565,-0.038909834,-0.023954548,-0.02321679,0.009365194,-0.012159847,-0.060827453,-0.045340892,-0.007952995,-0.021336893,0.0142823085,0.013103984,0.027616847,0.0024795826,-0.004767156,-0.01255144,0.063188195,-0.03583889,0.025256297,0.016683577,0.03873069,-0.076525696,-0.045349453,-0.077696666,0.014545847,0.015930925,-0.024950948,0.020285523,-0.028568221,-0.004872299,-0.028813997,-0.011764087,0.03216476,-0.010092385,0.016079178,0.076330155,-0.016240243,0.017683161,-0.060147867,0.003040786,0.042180575,0.0038543367,0.067620106,0.015888693,0.021858422,0.051196627,-0.0022487077,0.038067278,-0.009454269,-0.015413619,0.04831067,-0.051844906,0.004416407,0.067452505,-0.023988847,-0.016379096,0.006865882,-0.02312585,0.037857983,-0.024623314,-0.0068645594,-0.079057,0.0058305943,-0.008351634,0.04063587,0.031819057,-0.015742598,0.049517687,-0.023774846,0.05736902,0.04509504,-0.011636618,-0.0007720639,-0.057283707,-0.048985023,0.0078033796,0.0067349244,0.026588555,0.005448484,0.0023708355,-0.07517186,-0.017263087,-0.046133913,-0.050662823,0.026849618,0.00521097,0.070081435,0.009356687,-0.024482887,-0.025132306,0.030950205,0.011002875,0.009311316,0.0670971,0.014694901,0.017527614,-0.07339438,0.0049629235,-0.03781622,-0.050543938,0.041698575,-0.030965606,0.016862923,0.030336536,-0.028959237,0.0061874576,-0.047734752,-0.026757067,0.039131902,0.04531838,-0.0043416712,0.0026018224,0.023163704,0.028212328,0.0036846707,-0.0020669072,0.05343104,-0.0026229,-0.0069233133,0.055032462,0.024420626,0.01988286,0.017389579,-0.042561058,-0.053475406,-0.052070256,0.014798592,-0.029634813,-0.039153107,-0.028510068,0.009989374,0.034614258,-0.0627014,0.04139974,-0.025488425,-0.057957035,-0.010737935,-0.032452,-6.440078e-33,-0.022436801,-0.051613063,-0.047671087,-0.048660144,-0.009711888,0.004699775,0.012156892,-0.020782817,0.015995942,-0.004223009,0.033734262,0.015599413,0.015196065,0.051581167,0.0046920115,-0.020265551,0.039921433,0.016372861,0.0011265554,-0.057226498,-0.020051846,0.030859265,-0.048892695,-0.05310077,-0.032256737,0.031439994,0.0459055,0.031215847,-0.035670545,0.04304417,-0.022491492,-0.0320108,0.03641891,0.1113868,-0.048339523,0.030673966,-0.026891554,-0.00039038123,-0.01706652,0.011253047,0.0011161783,-0.06727513,0.02028364,-0.012424532,0.030103818,-0.043134827,-0.0044703293,-0.0019870405,-0.028921172,-0.079155125,-0.043317042,0.018806867,-0.02085215,-0.026523838,0.00092671224,0.005861124,-7.256299e-05,0.05675466,-0.020308819,-0.021560155,-0.019716136,0.023086108,0.02587552,-0.035478614,-0.005061512,0.016568463,0.048985746,-0.057046063,-0.017599482,-0.060913973,-0.012704149,0.046036255,-0.036742058,-0.04092668,0.0345292,0.004725947,0.020817297,0.010486667,-0.07778753,0.067568414,0.009020934,-0.0017249525,-0.060072474,-0.014569081,0.06620027,-0.027703298,0.0020651033,-0.07183526,0.013107086,0.03926432,-0.03670173,0.00015773559,-0.047370914,0.0026795098,0.05037549,-0.044442143,0.023189599,-0.007996256,-0.012176701,-0.019382594,0.022045135,0.0037452856,0.04016821,-0.04073538,0.034377187,-0.022316657,-0.010392766,0.022094863,-0.011847172,-0.00541725,-0.010659978,0.004256024,0.0015601997,0.023120489,0.057963125,-0.012022236,-0.017606124,-0.035738323,-0.020563575,-0.054465856,0.014474115,0.0404863,-0.07929633,0.036948517,-0.09641992,0.020318178,-0.02460523,0.030526305,0.018608334,-0.03239566,-0.016667733,-0.012287369,3.1747965e-07,-0.01334369,0.015195713,0.050106067,0.037628952,-0.004239062,0.03798968,0.0057752524,0.016911415,0.01758368,0.052255705,-0.0038160325,0.0061925347,-0.017097436,-0.030619396,0.03153981,-0.059911277,0.06583626,-0.014530562,-0.013760119,-0.012852176,0.08694792,-0.0025748222,-0.01147409,-0.006727951,0.00068038213,-0.00338141,-0.015815997,0.018385673,-0.04564723,-0.043738995,-0.006732792,0.007996605,-0.011789975,0.040021766,0.01063136,0.004791101,0.0020264653,0.049238257,-0.019298,0.052370306,-0.025167493,-0.037981153,0.013448663,0.011587989,0.023641419,-0.0049687345,-0.012955591,0.07489531,-0.03736285,0.08270911,-0.052712474,0.0035335063,-0.0057200985,-0.023845773,-0.0045927763,0.034309626,0.043524846,0.01470314,0.023848739,0.06880618,-0.0014458502,0.025267474,0.049668517,0.0004901722,-0.010374202,-0.016241826,-0.03104663,3.163122e-34,-0.007360754,0.020783367,-0.0146065205,-0.018002853,-0.027834496,-0.01368967,-0.01300965,-0.048296113,-0.0033486555,-0.026050238,0.013971091,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/Drone_data/ASRS Database Report Set - Unmanned Aircraft Systems (UAS) Reports.pdf', 'page': 24}","I was piloting Aircraft X under IFR flight rules on our return from an Aerial Surveying
Mission. While Direct Paradise VOR and 11.9 Miles heading 073 from F70 we had an
extremely close call with a UAS aircraft. A black hexagonal sphere -like multi -rotor dro ne
came within a few feet of our right wing. No ATC warning was given and no NOTAM ’s for
UAV flight were posted. Drones should carry a version of ADSB at high altitudes.
Callback: 1
The reporter described the UAS as a hexagon in shape with a red laser. They described it
as a flying box of hardware compared to a commercial UAS."
-0.031500697,0.047963697,0.02717222,-0.0130312815,0.045802493,0.011306707,-0.053548124,-0.027759561,0.0326732,0.009665912,-0.038904235,-0.0033283646,-0.006029357,0.046653938,0.047120616,0.11164142,0.02856153,-0.07308864,0.059572984,-0.018726135,-0.040721502,-0.009906806,0.023449376,-0.019232297,-0.025407396,0.018051399,0.018686526,-0.01809987,0.04514325,0.039610837,-0.019982455,-0.071804956,0.06713324,-0.0921181,2.3189377e-06,-0.00979815,-0.028479086,-0.0045370166,-0.0410778,0.0077173864,-0.034045637,-0.043309998,-0.053716365,-0.036543503,-0.005585434,0.017529566,-0.03605218,0.050070852,0.0022420522,0.038037006,-0.0071034855,-0.072534174,0.04413607,0.011188648,-0.020669065,-0.10644226,0.02377993,0.06499502,0.0017127891,-0.00057853217,0.010715136,-0.018490773,0.011064992,-0.011070999,-0.015216914,-0.021161765,-0.016792003,0.044594534,0.04747545,-0.029585758,-0.006107551,0.003614336,-0.048481144,0.02941599,0.018553179,-0.017058423,0.01623859,0.039429933,0.014269813,0.035927467,0.047356233,0.0013786198,0.0014416883,0.02090067,-0.038568784,-0.01704054,-0.016430471,-0.032567892,-0.030874396,0.02872106,-0.05304383,0.023394758,0.008610454,0.0071943286,-0.04998727,0.011375209,0.046196073,-0.024963425,0.010056893,-0.019670544,0.0828292,0.016657356,0.008394417,-0.013671379,-0.011620241,0.07098802,-0.08454164,0.030209785,-0.00787602,0.028129285,0.060000025,-0.03149387,-0.010141263,0.0068090395,-0.021235919,0.059779204,0.00919008,-0.023247497,-0.01580652,0.09640741,-0.07459512,0.023907816,-0.04396171,-0.05788152,0.030468065,-0.08127878,0.027334664,0.0065180636,0.026611157,-0.009545058,0.0018568316,-0.050966512,0.009586398,0.03321748,-0.023753274,0.015530394,-0.049467124,0.040131092,0.00220663,-0.040198497,0.032965515,0.018392462,0.0032000386,0.012982999,-0.05856947,-0.020437537,-0.018840592,-0.02264118,-0.0056289043,-0.0051181605,-0.07513307,-0.008180922,0.014171239,-0.018396422,0.008822592,0.049133405,-0.024720224,-0.018784495,0.013164559,0.08154836,0.036915228,0.01105488,0.03626309,0.0062149703,0.029118063,-0.034562,-0.028995767,-0.0051847887,-0.051332332,0.0388071,0.009549383,0.034787685,-0.011777913,0.024535269,0.014524179,0.041502558,-0.057186455,-0.053277485,-0.01974536,-0.04709214,-0.06520629,-0.0075499997,-0.059430778,-0.04375755,7.7035584e-05,-0.005072019,0.05786123,0.025282435,-0.013660554,-0.020394057,-0.038910143,-0.023019912,-0.03697263,-0.016137239,0.045716815,-0.008118801,0.02807672,-0.028603107,0.03841721,-0.012092013,0.0024865794,0.03435723,-0.021171011,0.0694178,0.047269274,-0.03149939,0.056943245,-0.06046053,-0.030091109,0.018490294,-6.515849e-05,-0.024132228,0.029157791,-0.03796849,0.06690554,0.024112474,0.013186778,0.024106447,-0.05708893,0.021073518,-0.02842532,-0.038300417,-0.024791624,-0.0027462954,-0.12759504,-0.018846015,-0.007360601,0.0023829245,0.006533503,0.041668933,-0.0060846517,-0.033397082,0.01995927,0.014482272,-0.027855447,-0.0548546,-0.060338754,-0.02742723,-0.010115946,-0.0076805726,-0.014164517,0.03298198,0.039467342,-0.011378362,0.028778067,0.0016101089,-0.0025745647,-0.012376221,-0.016706057,-0.00019741963,0.0023522226,0.022335509,0.020310733,-0.020689948,0.011025259,0.05493833,-0.03126387,-0.019071922,0.06296782,0.028837478,-0.032920133,-0.0090234745,0.0031649037,-0.009519814,0.008361165,0.03334846,-0.014501567,0.019633537,-0.048109025,-0.023584176,-0.030267097,-0.01651494,-0.009937057,-0.0015680696,-0.013504091,0.01839585,-0.09091298,-0.014489813,0.026782965,-0.028593447,0.014491806,0.05094742,0.016471555,0.012134461,-0.004970043,0.026151102,0.0006026648,-0.022523811,0.021623626,0.050652727,-0.02929331,0.022451555,-0.04010745,-0.04972328,0.027679754,-0.0034462933,-0.046467114,0.018782077,0.012063064,0.0794547,0.068151824,0.036761686,0.00047107678,0.002964966,0.04266747,-0.0013542293,-0.0010575516,0.07550558,-0.04230685,-0.009176572,-0.0062913997,-0.009156405,0.03164577,-0.0024569095,-0.0643671,-0.035419583,0.021650521,0.0041860235,-0.03620392,0.05073165,0.029560734,-0.028513765,0.03929079,0.029810643,-0.018261218,0.03908959,0.043940503,0.01412785,-0.0021336435,0.097643435,-0.008672092,-0.043956228,-0.02923339,0.020525733,-0.009584862,-0.03729846,-0.0032070046,0.041922197,-0.053503778,0.02803607,-0.03923875,-0.08935128,0.029594805,-0.00052948174,0.053082503,0.05949346,-0.047007665,0.02306534,0.018168095,-0.10370184,-0.050003152,-0.037544616,0.01706548,-0.0020072267,-0.0018573663,-0.006095109,0.029209632,0.027154889,-0.015372186,-0.0022647455,-0.015353594,-0.0021371536,0.004253634,0.010192353,0.023893269,-0.014154844,-0.021791942,-0.0027730446,0.028849486,-0.023915173,0.08188339,0.03706813,0.019743817,-0.014864887,-0.0019775124,0.0038624443,-0.010084258,0.0014765579,-0.027027553,-0.05463233,0.0049683796,-0.009864751,0.050711874,0.051676624,0.035086118,0.005166323,-0.03967312,0.041149084,-0.050854616,0.057318885,0.04786247,0.0069308,-0.047119636,0.019812705,0.046966,-0.025139898,0.018838787,0.042972077,-0.007921633,0.027235692,-0.018862175,0.04903522,-0.047533385,0.008089535,-0.009521902,0.08182812,-0.0031410067,-0.047884744,-0.04509799,0.034818605,-0.026547696,0.038261697,0.042056713,0.014398592,-0.047972392,0.027114054,-0.027489815,-0.004437926,0.0009111836,-0.01192826,-0.039363563,-0.007913922,-0.019458868,-0.02216267,0.009313462,-0.008845877,0.01618369,0.020171208,-0.04095901,-0.0117216725,0.03788123,-0.014795255,-0.018986039,0.0057665836,-0.021704962,0.06336748,0.0234082,0.033113822,0.003275052,-0.00036948238,-0.051691078,-0.04899493,0.011383986,0.026382072,0.047418796,0.0277948,0.021162648,-0.0010202305,-0.0057224664,-0.019333566,0.012349031,0.053318903,0.031403393,-0.017696511,-0.011976018,0.0014628742,0.036463343,0.009501431,-0.020486506,0.043711163,0.019296028,0.004507612,0.039184835,0.029467784,-0.07102993,0.04065485,-0.022670574,-0.017322443,0.077293456,-0.045717653,0.07034421,-0.019908186,-0.02125656,-0.02129213,0.0031394418,0.052634604,-0.0006936056,0.00090105867,-0.009325331,-0.044404767,-0.013662178,-0.05428814,0.019844923,-0.0031010755,-0.011774907,-0.037241157,-0.0018219526,0.0016950074,0.00016291198,0.021706905,0.014350161,-0.050462008,0.0047757905,-0.039717276,0.0036689162,0.043217625,-0.014139517,-0.055526268,-0.05622303,0.0002375091,0.01579187,0.00899365,0.0071662855,-0.008111849,-0.0062886965,0.034424424,0.0021265242,0.008998531,0.0020206897,0.014031283,-0.051025074,0.05230945,0.0187298,0.0071485233,0.019437924,0.06549446,0.0011535102,0.0661495,-0.022484189,-0.00642582,0.021816209,-0.044643432,-0.0050476473,0.0056327805,-0.0768592,0.016833039,-0.0047238255,-0.018323174,0.05994961,0.02744606,0.01382104,0.0059555317,-0.08302657,0.030367931,0.016635036,0.013548214,0.015144629,-0.03873344,-0.0032501612,-0.03483055,0.0031471704,-0.019357406,-0.069449335,0.006636738,0.03198561,0.008083794,-0.051962595,-0.0009887792,-0.0065202694,0.003949199,-0.00273779,-0.0191012,-0.011319812,-0.02079952,-0.020877857,-5.780837e-33,-0.032134123,-0.051077124,0.019990928,-0.0115532605,-0.05597896,0.021874638,0.016407758,0.005922407,0.029055007,0.00019593343,0.014097515,-0.0028382929,0.015240541,0.025312124,0.025431128,0.007119254,-0.02980551,0.005366775,-0.003207117,-0.015324809,0.006060215,0.024784727,-0.043348655,-0.047432832,0.003438349,0.009803493,0.010396912,0.018176045,-0.044583265,0.0007595193,0.03276511,-0.0044029895,0.058369286,0.006898054,0.0014811283,0.011390272,0.0027022325,-0.052322906,-0.0070457943,-0.030952288,-0.02960933,-0.023490777,-0.01051022,-0.024932934,-0.035120126,-0.069962576,-0.015362429,0.03747686,-0.037752908,0.021242468,-0.0058134166,0.010665161,-0.021797603,-0.049555283,-0.05418476,-0.009629103,0.009317008,-0.057407662,-0.017993497,-0.04136759,-0.011725867,-0.029087333,-0.00550415,0.026690667,-0.03323386,0.062395453,0.008001218,0.041366547,-0.103389315,-0.004317612,-0.078677125,-0.0071430127,-0.08924587,-0.07001898,-0.03542022,-0.076829284,0.035701033,0.032677174,-0.04107523,0.06915546,-0.027145894,-0.0030664867,-0.045750514,-0.0077879443,0.021158634,0.09346327,0.019033266,-0.00039167088,0.01781209,-0.0066302833,0.016321277,0.00057318556,-0.032484714,-0.02207277,0.016226256,0.0006719038,0.02176309,0.006468468,0.00029689935,0.032763727,-0.0017603593,-0.0051032132,0.037475955,-0.015564308,-0.01181602,0.032283474,0.0023958539,0.09635247,0.09091937,0.02538823,0.016941458,0.002070135,0.028521866,0.044758055,0.04299948,-0.013415158,0.033207268,0.021156808,-0.012300149,0.048942346,0.044304185,0.022159953,-0.043464594,-0.02956319,-0.07990161,0.05651937,0.028948165,0.062530205,-0.06851089,-0.0055927513,0.05947855,0.012195651,3.0117872e-07,-0.010130213,-0.022071498,0.06241989,0.013133666,0.0668002,0.0065915063,-0.046445232,0.05101915,-0.024175515,0.11076214,-0.01983737,-0.0582303,-0.011824558,-0.025444262,0.043702617,0.012253697,0.10660197,-0.022673855,-0.011702038,-0.04484711,0.07258303,-0.045289982,-0.06815562,-0.053781252,0.01823798,-0.08258018,-0.0107162995,-0.016023101,-0.082754426,-0.044034194,0.02304611,0.065633565,0.0105309095,-0.039638344,-0.010026858,-0.014376788,0.009065638,0.029832648,-0.040355816,0.021099513,0.0015309032,-0.07642898,-0.018049758,-0.042813513,-0.029612098,0.034532387,0.014132041,0.058512423,0.020592775,-0.006948749,-0.021335363,0.017774932,-0.027219737,0.010938713,-0.0055023707,0.039973944,-0.012611477,-0.0072988924,0.052965675,-0.04960329,-0.005334094,0.025434941,0.05818268,0.039380416,-0.05904162,0.012090206,-0.054182816,1.6812178e-34,-0.012800768,-0.08083812,0.017495245,-0.0396113,0.034380894,-0.0020129161,-0.019470578,0.049778208,-0.0032520352,0.009371087,-0.007774307,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/Drone_data/ASRS Database Report Set - Unmanned Aircraft Systems (UAS) Reports.pdf', 'page': 26}","While flying under a LAANC authorization to 100ft I inadvertently set the maximum
altitude to 196 feet on my controller instead of my intended 98 feet. I climbed to max
altitude. Looking at my UA I thought that seems high for here. I checked and saw my
altitude. I immediately descend to below 100 AGL and continued my flight. No other
aircraft were in the area. At no time was safety an issue I just inadvertently exceeded my
authorized altitude. The flight was in a 100 block on the UAS Facility Map."
-0.0077908193,-0.036473397,0.013276529,-0.017566122,-0.02516566,-0.014930646,-0.014884879,-0.0019843357,-0.05671781,-0.062089603,0.065891355,0.025235198,0.0011350764,-0.021235023,0.046151295,0.047125548,0.037604935,-0.040134113,-0.004193612,0.004401145,0.048696566,-0.019315565,-0.011288709,0.008672426,-0.07016915,0.009726192,-0.013837798,-0.015407083,0.0637594,-0.008516368,-0.007164553,-0.04230246,0.055930965,0.027811566,1.7344016e-06,0.00047271312,-0.0126838,0.015057354,-0.020748343,-0.00087915827,0.05722801,-0.045632407,-0.05095836,0.039806206,0.011109672,-0.06135226,-0.0024952607,0.04320722,0.029974649,0.012524261,-0.020748058,0.0121049,0.00919445,0.032466143,0.009333603,-0.041572765,0.0018049167,0.09667382,-0.018161207,-0.0559816,-0.030136514,-0.023967747,-0.011071954,0.02020596,-0.09574884,0.006162628,-0.10087014,0.0050875577,-0.010321491,-0.0063988757,-0.06311695,0.019689525,-0.030847521,-0.0024795362,-0.0041022175,0.0076609254,0.036643088,-0.0095555475,0.02196768,0.00038791666,0.023933148,0.003173832,-0.0023947244,-0.012364549,0.035580035,-0.0373602,0.0063195974,0.008747876,-0.051295795,-0.0011655248,0.034030385,-0.005738814,-0.021967897,-0.01770437,0.018608702,0.00024924907,-0.034036078,-0.07975184,0.011218816,-0.068814196,0.035117596,-0.014130654,-0.024587689,-0.014767014,0.004334606,0.0012462107,-0.03871622,0.034093697,0.0023076714,0.011396898,0.006255993,0.012734269,0.008381099,0.01629281,-0.034779456,0.022457942,0.07266654,-0.011695098,-0.019546414,0.033925567,-0.058118373,0.046228234,-0.054883413,-0.014982278,0.06693748,-0.10209223,0.00844776,0.023367174,0.040242437,-0.0062350384,0.03510863,-0.01576012,0.030692598,-0.011600201,-0.044315483,0.043634385,-0.007107996,-0.056101535,-0.057688132,-0.00875338,0.018901916,0.0036828315,0.032025088,-0.02140878,-0.015219099,-0.01522477,-0.013748674,0.040398333,0.020838777,-0.037970558,-0.060020275,0.056497924,-0.015142545,-0.01844001,-0.024419328,0.01659524,-0.0020206457,0.0131218685,0.015005,-0.06300344,0.04414981,0.04882338,0.08644928,0.011664307,-0.0011479812,0.0486954,-0.07701136,0.013520318,-0.047959898,0.02425277,-0.0016867513,0.0041152406,-0.037848257,0.050690535,0.0009577444,-0.030422406,-0.1354626,-0.044038355,-0.04315923,-0.0034072618,-0.06130936,-0.012758521,-0.009257413,-0.015393197,-0.030617176,-0.030462189,0.0054652314,0.008324879,-0.028764866,0.017747788,-0.02655372,-0.050561197,0.07492239,-0.0005537444,0.023761444,-0.025213977,0.027226929,-0.0115676075,-0.05714803,0.0068217167,-0.023750175,0.037605733,0.05901118,0.0067412113,-0.0032428573,-0.012731171,0.015172822,-0.06382868,-0.012259247,0.012643832,0.008298521,-0.006190154,0.048071012,0.034969326,0.03301133,0.010702448,0.05901392,-0.006834923,-0.03295422,-0.0008248388,-0.014106216,0.015386012,-0.04162716,0.0014427777,0.024631998,-0.0073495563,-0.01449786,-0.031068569,0.04626235,0.009010582,-0.021931006,-0.007267196,0.02310366,0.021769678,-0.01880742,-0.011840391,0.12783158,-0.058147088,0.022856057,-0.084488325,-0.019558612,0.049449325,0.0017627465,0.0085876025,-0.013106325,-0.013768342,-0.01489783,-0.0056814584,-0.019953616,0.015249081,-0.04155725,0.035768673,-0.053675935,0.01185754,-0.017307049,-0.015850715,0.058529865,0.029211055,0.065345354,-0.030003944,0.033908278,-0.027005361,0.056848157,-0.0021586206,-0.014318192,0.004690299,0.021725288,-0.00457012,0.008884184,-0.017981093,-0.058241453,-0.049450334,0.007836055,0.010190241,0.00084092503,0.00015799576,-0.064356014,0.005127558,-0.0004254295,-0.015436261,-0.016152944,-0.04249167,0.0071973144,-0.0120024625,0.0123253595,0.034664314,0.021587448,-0.034083933,-0.0037865066,-0.03129293,-0.06912287,-0.0029155794,-0.015070876,-0.06571688,0.032540448,0.018438753,-0.034043197,0.046966918,0.044622183,0.053389218,0.015150128,-0.015763178,-0.020635936,0.007862938,-0.0016633428,-0.05946468,0.03676975,0.12011126,-0.103002094,-0.041917324,-0.029980872,0.00033225262,-0.0027922648,0.06017221,-0.024644036,-0.014721435,0.059724044,0.0044735656,-0.0369243,0.068220526,0.039997198,-0.039183833,0.0047282907,0.030381572,0.012334061,0.062468957,0.020608783,0.026974306,0.0030620794,0.032572247,-0.019897012,-0.016137678,0.018010745,0.048737116,-0.020138612,0.0053644464,-0.011129616,0.01666209,-0.049560126,0.028132033,-0.029944777,-0.012409893,0.03334516,0.010498071,-0.006694272,0.017582336,-0.07811517,0.03816943,0.023321174,-0.05797634,-0.022884764,-0.02887399,0.00851845,0.013601203,-0.0038735939,0.0014369498,0.0099435495,-0.04519485,0.025337094,0.021235116,-0.06561355,-0.025047027,0.05601718,-0.011212032,-0.035521787,0.01910013,0.0008526357,0.009488862,0.023698203,0.014552848,0.060527038,0.041591182,-0.02103285,-0.06957757,-0.033855204,0.020100188,0.040911283,-0.008613776,-0.047049455,-0.0039030546,0.008594748,0.005592466,0.011733143,-0.013687684,-0.016948128,0.008157056,0.0033427307,0.017379906,-0.036984466,0.04760154,0.025701713,0.007436365,-0.06943499,0.020613797,0.031450782,-0.048388027,0.08058123,0.008383585,0.042394035,0.01650711,-0.0074378247,-0.0020577554,-0.039432894,0.024661,-0.07027751,0.03298084,0.028941665,-0.0515493,-0.06941181,0.04769888,-0.014738749,0.009737415,0.022598758,0.061965138,-0.024439167,-0.037767157,0.014484658,0.03275792,-0.011721741,-0.02299191,-0.07811077,0.00994161,0.013901405,-0.029214494,-0.018033814,-0.021362897,-0.048549443,0.023153083,-0.0301311,0.029301437,0.017750967,-0.06468227,-0.01334131,-0.021102302,-0.022248842,0.032096535,-0.033942163,0.0930219,-0.05643222,-0.041782346,-0.039841373,0.029743373,0.048549972,-0.007974063,0.053131536,0.0038007314,0.027866807,0.014795134,-0.037752744,0.053146023,0.016266007,0.03241156,0.13964994,0.02487778,0.03733918,-0.015030944,0.033351026,-0.031409644,-0.053199947,0.09225344,0.07172701,0.020221747,0.12267487,0.023263054,0.015964922,-0.04813097,0.015246429,0.02824157,0.009585491,0.014090278,0.026548408,-0.015544091,0.013608168,-0.030267619,-0.008185198,0.0087619815,0.009948638,-0.057198174,-0.008649818,-0.02223353,-0.014600774,0.016708901,-0.04693188,-0.018635971,-0.012595741,-0.037494153,0.02602759,0.0073966994,-0.050772443,0.035076212,-0.052866742,-0.05024402,0.009663089,-0.03777908,-0.018079573,0.030246751,0.052682318,-0.01839723,-0.07061352,-0.0429576,-0.036885567,0.018966435,0.018335126,-0.012035756,-0.012526315,-0.0021830895,-0.0030662697,0.0012499972,0.029082688,0.026395015,0.0046220594,-0.02496782,0.014824401,0.019960152,0.022125503,-0.004216501,0.046365675,0.015797576,0.043573562,-0.030656777,0.027612552,-0.018828068,0.04592768,-0.03258065,-0.024107056,0.06029631,0.027856052,0.020176971,0.016950177,0.04120294,0.0295728,0.020191036,-0.032382883,0.061301537,0.007858013,0.038088437,0.032037795,-0.028696613,0.0061796117,-0.03660619,-0.032188084,-0.032965053,-0.013446301,0.03761116,0.014482722,-0.09234041,-0.017078688,0.01145966,0.07086903,0.00425644,0.051789824,-0.06808218,0.016682658,0.00575038,0.018688815,-5.314504e-33,-0.028655253,-0.028597383,-0.013378868,0.009542822,-0.009712327,0.00042148327,0.004494866,0.020948786,0.038735274,0.018416317,0.033425204,0.014067432,0.011818751,-0.01157788,0.056793746,-0.10953291,-0.0020238494,0.018845858,0.009286735,-0.041845843,-0.037254803,0.0141015425,-0.053819932,-0.09043344,0.022155918,0.038159497,-0.036329634,0.040191278,-0.037508722,0.04843633,0.029677864,-0.035308912,0.018825226,0.023382466,-0.05343531,0.009661015,0.03027112,-0.025488233,0.008191053,-0.04955677,0.0019080827,-0.05631794,-0.008689977,0.008040833,-0.0050681457,-0.06578401,-0.0074382587,0.015657853,-0.048644762,-0.029378977,-0.0314463,0.013748325,-0.015308207,-0.026093164,0.016712803,-0.03703965,0.020221725,0.044729326,-0.037647095,-0.056367993,-0.07851619,-0.018817894,0.004679984,-0.040993653,-0.023956066,0.04841398,0.010085665,0.042114735,-0.05483178,-0.04138738,-0.0012450373,0.05356313,0.024059942,0.024412919,0.03568275,-0.041792274,-0.015592146,-0.00924274,-0.029180327,-0.0011470984,-0.036598753,-0.021796891,-0.010992881,-0.025425175,0.0114655355,-0.03507473,0.019559152,-0.011796539,-0.0034090143,0.03461288,0.0021153702,0.01063174,-0.010087243,0.008619016,0.09466309,-0.060401883,0.015290381,0.027353313,-0.014746695,0.023766572,-0.0062614884,0.014117367,-0.028045328,-0.02170908,0.0054493346,-0.0029196946,0.027031163,0.058050048,0.033609197,0.0063677556,0.05084287,-0.019476518,-0.0040278854,0.05073905,0.0463334,0.014485798,0.029756136,-0.049847543,0.005468042,-0.016648183,0.021627305,0.010244847,-0.088879324,0.0001793741,-0.03276527,0.018904489,0.016950062,0.03933077,0.048885923,-0.016104992,-0.020543404,0.030204164,2.4454786e-07,-0.031519942,0.018936485,0.05281304,0.026774205,0.0026026864,0.043115336,-0.015886938,0.026363807,0.021345524,0.05903171,0.01126679,-0.04698287,-0.0051854555,0.012144264,0.0454563,-0.06786111,0.052736275,0.041309178,0.012536118,-0.025149781,0.042422414,0.0033083723,-0.030025715,0.0272516,0.009092209,0.010184346,0.02434208,-0.023863092,-0.05458126,-0.065181404,-0.06538538,0.091059305,-0.027879043,0.019709961,-0.020703638,-0.0043152063,0.031500775,0.042248487,-0.026660535,0.015918246,-0.020606581,-0.042376764,0.041522987,0.013823209,-0.0031249574,0.012041023,0.025552643,0.08642022,-0.03394636,0.012250309,-0.02460497,0.012465657,0.015085176,0.009892924,0.0018011751,0.068025604,0.002918909,0.008759051,0.022793153,-0.044906583,0.010144998,0.031873398,0.050967023,0.010353834,-0.033521067,0.034264985,-0.06757527,1.7554732e-34,0.001139279,-0.021886645,-0.02807263,-0.021951232,0.010051178,-0.02731174,0.030080432,-0.024935983,-0.036942393,0.0140850255,0.013698295,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/Drone_data/ASRS Database Report Set - Unmanned Aircraft Systems (UAS) Reports.pdf', 'page': 28}","My Drone was involved in an incident with a flying hot air balloon. My drone was hovering
under 50 ft while filming guest who where taking a balloon ride before taking off. A flying
balloon came within few feet of the balloon i was filming causing my drone to lose control
and striking a side of the basket from the flying balloon. The incident was inadvertent and
not deliberate."
-0.00066915975,0.07803531,-0.0034150295,-0.059238285,0.033401813,0.0055889892,-0.021466048,-0.048754144,-0.026478212,-0.0067543425,-7.737971e-05,0.025442373,-0.003950398,0.02783786,-0.011413501,0.1400731,0.024745531,-0.07176757,0.052178692,-0.005607907,-0.0133279385,-0.0043358747,-0.01348293,0.004063565,0.01600722,-0.0009955644,0.008505334,-0.00033682445,0.01317044,-0.020853302,-0.025994858,0.023247503,0.061211478,-0.093106784,2.6085802e-06,0.015074684,-0.018048681,-0.012891666,-0.014723228,0.069462895,-0.013073988,-0.003489999,-0.02731159,-0.014254767,-0.00069746596,-0.06330788,-0.023230473,-0.012424477,0.02316275,0.051251642,-0.023900924,0.083408594,-0.03774433,0.038412604,-0.013257789,-0.06817253,0.024731202,0.042105693,-0.031986333,-0.03593652,0.010591535,0.015713332,-0.021790186,0.0174022,-0.00074518233,0.015243475,-0.036505744,0.01455442,0.0011315164,-0.04973326,-0.005131621,-0.04546736,-0.009465425,0.005257248,-0.01316932,-0.0013872639,-0.027307943,-0.015150366,0.025980936,0.047079574,0.046118505,-0.018967083,-0.0019917253,0.026160963,-0.0015857833,0.003253359,0.008757734,-0.031920712,-0.048479583,0.03260544,0.019618917,-0.06229719,-0.013727446,0.009501845,-0.01848523,-0.0006819384,0.014762384,-0.0070679975,-0.008793171,0.027044173,0.05087459,0.01666423,-0.050239332,-0.04054613,-0.023879968,0.0415713,-0.0022805012,0.015352517,0.017282352,0.023648743,0.026838996,-0.029815054,-0.026855994,0.024468968,-0.013939142,0.026064077,0.04198178,0.002072931,-0.04795016,0.033925124,-0.035419364,0.05555329,-0.033583496,-0.0071053803,0.031803675,-0.08962252,0.035766453,0.026138712,0.032509312,0.058872957,-0.011271513,-0.011909222,0.051536325,-0.015418692,-0.04332024,0.03246648,-0.02389183,-0.053282317,-0.054861944,-0.03642873,-0.019766228,0.042239495,-0.0009465505,-0.014039741,-0.06223807,-0.037798855,-0.028762763,0.020037659,-0.020711418,0.0040323418,-0.026046459,0.028581504,0.016682109,-0.0169449,-0.041147515,0.037139647,0.06509686,-0.024121862,-0.038957097,-0.02683343,0.03881683,0.035772435,0.09379247,-0.0036958393,0.03156847,-0.015447414,-0.024415044,0.023504205,-0.08240133,0.004235279,-0.019957947,0.0033534314,-0.019858815,0.04756638,-0.0051185796,0.06972936,-0.025010522,-0.07868441,-0.011521366,-0.010001781,-0.08489106,-0.022500927,-0.073487006,-0.036747176,-0.0656629,0.017431397,0.05579119,0.074134566,0.004566912,-0.021789797,-0.04418476,-0.010925637,0.037902504,-0.021814233,0.042677633,-0.013555613,0.031781144,-0.03608951,0.007406065,-0.0101267025,-0.014986578,-0.017923243,0.0077021755,-0.00106701,0.012541889,-0.036159843,0.030977817,-0.018251225,-0.009249779,0.013720877,0.0025199645,0.010724095,0.033814847,-0.002878431,0.02582145,0.050197124,0.066899054,-0.0052558957,-0.010870062,0.06694304,-0.026238129,-0.06038528,-0.066389605,0.007718935,-0.0030230102,-0.05670154,0.010843133,0.05277216,0.0150434915,0.011337501,-0.016745467,-0.019099958,0.014217693,-0.009668105,-0.0044816346,-0.0006412751,0.01028925,-0.02838403,-0.02786285,-0.009201077,0.0027911714,0.037691716,0.04494591,-0.018669859,0.03434779,0.026587738,0.02064718,0.020414906,0.006634785,0.01203363,-0.0015601467,-0.027452022,-0.03456448,-0.028219717,-0.007758952,0.048041012,0.022589795,0.033703532,0.06753229,0.040983617,-0.018282438,-0.04767634,-0.013238943,-0.0042246315,0.020252721,-0.008900013,0.011983203,0.03191644,-0.041551422,-0.009483886,-0.006123323,-0.023058692,-0.0510928,-0.016246228,0.006914096,0.023011394,-0.049653728,0.043631345,0.02800474,-0.02360835,-0.004242725,-0.033205934,-0.011004888,-0.012822774,0.0005158329,-0.0032294514,-0.019402003,-0.029984498,0.038396664,0.014505946,-0.07816302,-0.037435815,-0.011032878,-0.05163763,0.047822762,-0.025745466,-0.037364412,0.019348305,-0.026530555,0.055599336,0.03610299,-0.03786102,-0.017875372,-0.0026488886,0.040757086,0.035581205,0.021480355,0.03992571,-0.051611066,-0.030684253,-0.013871013,0.004791076,0.0033253708,-0.012402421,-0.03606082,-0.0105959335,0.05956229,-0.00983717,-0.02052063,0.07751945,0.02179643,-0.018110942,0.008771579,0.005000964,0.010972158,0.06499793,-0.004213831,0.04616737,-0.0004757107,0.016164374,-0.0118207615,0.0028016327,-0.05960066,0.0034864203,-0.06563161,-0.040910926,-0.0017021253,0.046763584,-0.04441728,0.056429207,0.019316178,-0.03964874,0.021126617,0.08649979,0.005646791,-0.0198198,0.00049681304,0.006158985,0.112372026,-0.03571066,-0.052450772,-0.0026711768,-9.364846e-05,-0.028993292,0.025806744,0.012727364,-0.00022326267,0.015659133,0.041074976,0.035208598,-0.10355709,-0.033211015,0.041523613,-0.02042918,0.022620615,0.04000662,0.0040733484,0.008352531,0.0311227,-0.0010648398,0.057888467,0.03850083,-0.058129627,-0.05668291,-0.005478453,-0.012005674,0.0018789484,-0.008688383,-0.06851474,-0.027444191,0.0012931118,-0.062626466,0.0074607115,-0.016033068,0.015796408,-0.018654283,0.002047638,0.044276446,-0.011841729,0.06277388,0.024638172,-0.05412965,-0.07301341,-0.027242552,-0.010124154,-0.0477483,-0.0018698457,0.018445035,0.017390162,0.0005191557,-0.03461828,0.0036342666,-0.020654004,0.042413183,0.006030533,0.099147156,-0.022571443,-0.06017713,-0.027588243,0.02306103,-0.002386295,0.016945684,0.01107443,0.017308917,-0.0633509,0.005347668,0.019848498,-0.008620156,0.0146852005,-0.015713114,-0.09526877,-0.033620562,-0.020117758,-0.042611044,0.0052670273,0.01592647,0.03692478,0.039404828,-0.027454413,0.009070224,0.03112146,-0.025845272,-0.019994896,0.022671841,-0.058419652,0.002886614,0.003672968,0.11578804,-0.11483634,-0.0035178734,-0.039958194,-0.025589595,0.078118145,0.008874285,0.060778428,0.036886375,0.021360269,0.005665225,0.0263109,-0.0341753,-0.016270315,0.03741514,0.08132683,-0.065389216,-0.030425662,-0.025508594,0.09365075,-0.058770612,-0.01764085,0.0859653,0.032429926,0.04401119,0.051687945,0.030704908,-0.0011720671,0.020033032,0.025166277,-0.0030509545,0.060229886,0.004353467,0.059322182,0.00022986156,-0.0025784937,-0.035492312,-0.026096063,0.042169705,0.027598782,-0.00016056105,-0.05907958,-0.04121395,0.037392244,0.02368337,0.0451175,-0.049416617,-0.039654296,-0.059508078,0.050365925,0.017614506,-0.009960455,0.02740711,-0.01762347,0.00046815004,0.010919008,-0.019013606,-0.043633297,-0.017410334,0.0037555587,-0.13803238,0.0102779865,-0.00809021,0.067759186,0.0028475153,0.034817178,0.037534077,-0.017459901,-0.027703779,-0.025535034,-0.034055423,0.007454869,-0.011776538,-0.052262556,-0.017383382,-0.009259551,-0.018032638,0.012155899,0.04536854,0.008348425,0.033575635,0.0059747677,-0.036467027,0.019213025,0.025399439,0.022155067,0.05515525,-0.041749913,0.010209327,0.009878214,0.00055235164,0.038034633,0.016379789,0.008543028,-0.0021859517,-0.017674962,0.040439777,0.0015279755,-0.022606274,0.03949333,0.0026333062,-0.025280464,0.028692635,-0.019371327,-0.04914673,-0.04075563,0.032956406,-0.016637992,-0.061217304,-0.08191381,-0.012302282,0.019030543,0.013743499,0.038647015,-0.016161242,0.0011158801,-0.024265558,0.01698669,-6.3613765e-33,-0.012580437,-0.072176054,0.03726095,-0.0684846,-0.03908507,-0.006279522,0.012242519,0.024755716,0.007628301,0.0074152,0.012742826,0.0100292135,0.019517487,0.039833337,0.0055288523,0.010084186,-0.047987454,0.005584112,-0.015402184,-0.03223008,-0.018008748,0.015022515,-0.04591832,-0.051317483,-0.05185029,0.009243484,-0.031019397,0.0097448435,-0.08826907,0.041791,0.020815035,-0.011497826,0.025419297,0.00751002,-0.013746932,-0.051513117,0.00024834622,-0.03204672,0.028419347,-0.039891154,0.035192546,-0.0030599926,0.024838379,0.009582467,-0.008493432,-0.022456381,0.0088752555,0.016237931,-0.076677755,0.039403435,-0.03427987,-0.018727489,-0.014832642,-0.07943669,-0.018119656,-0.030496137,-0.011188751,0.008655385,-0.07284711,-0.024760101,0.027208868,0.0057887454,0.013697723,-0.009423918,-0.00085324905,0.021015601,-0.011741724,-0.03595475,-0.039834995,-0.07977049,0.01886154,-0.029977946,-0.08733905,-0.042318586,0.011776962,-0.09681992,0.01271632,0.023123518,-0.103548504,0.047841296,-0.008286911,-0.0041146106,0.015282168,-0.019022385,0.0705598,-0.08066883,-0.0016667221,0.05683914,-0.0143219335,0.016079541,-0.013828788,0.03625831,-0.001444622,0.015671512,0.015565909,-0.008334521,-0.015894666,0.022287646,-0.0028593852,0.03872495,0.013428966,0.0118099945,0.012774606,-0.016034847,0.025885716,0.027726611,-0.009551275,0.111004196,0.010055376,-0.0023812521,-0.009221391,0.02026918,0.0627645,0.07206226,0.023085017,0.023648957,0.03198578,0.052228436,-0.014086844,-0.00576251,0.0376197,0.0074094683,0.027335709,-0.045326866,-0.066450104,0.05794716,0.025207555,0.029662957,-0.020470466,-0.021366723,0.0021196222,-0.0070052855,3.1730056e-07,-0.01015791,-0.018326411,0.055579122,0.02359778,-0.0111715095,-0.003021006,-0.034214374,-0.00014338552,-0.011677641,0.081458494,0.012737162,-0.031220373,0.002076274,-0.021271998,0.049974643,-0.0006303022,0.091538906,0.004125932,-0.0026604314,-0.006089187,0.08733204,0.004450186,-0.06016295,-0.014791638,0.04189567,-0.04349196,0.0046626353,0.006247034,-0.02914934,-0.028737236,0.0064830272,0.03268114,-0.0074434825,0.0024193572,-0.017908648,-0.017731186,-0.035204045,0.059424635,-0.025188046,-0.0064089117,-0.011063202,-0.05141888,-0.009345063,-0.006642114,-0.017540822,-0.069424,0.017730294,0.086820684,0.0121640125,0.0054818634,0.016346613,0.019449655,-0.00037624972,-0.03800926,-0.0142919365,0.071714595,0.025965003,0.0067976145,0.04177786,0.0026849653,0.019198798,0.036361773,0.029102787,-0.0036864416,-0.005336226,-0.0071166265,-0.017388152,2.9416112e-34,-0.0048078573,-0.031506862,0.021977792,-0.022017132,0.01516044,-0.0032735483,-0.04366137,0.021406328,-0.022640616,0.0020868268,-0.0004599983,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/Drone_data/ASRS Database Report Set - Unmanned Aircraft Systems (UAS) Reports.pdf', 'page': 30}","We are traveling down the river by boat and trying to document our travels as we go. We
came upon an anchorage that I wanted to get some video of, right as we were passing a
large tow boat with multiple barges. Between monitoring my wife at the helm, stayi ng
cognizant of the passing tow, and my haste to get the drone in the air before the
opportunity passed - I neglected to check my preflight apps for any airspace restrictions.
As it turn out, I was flying the drone in the far northeast reaches of ZZZ's air space. There
were no air traffic conflicts that I am aware of. My DJI remote gave no indication that I
was about to operate close to an airport (I do not use it as a sole source, also B4UFly and
AutoPylot). I discovered my mistake on AutoPylot afterward, a nd also found that LAANC
Auto Approval is not active for that airport. Task saturation and self -imposed time
limitations were major factors, as well as complacency as there had been no airspace
restrictions in the past 90 miles of our travels. Going forwar d, I will place higher priority on
checking the apps for restriction and not allow myself to fly when my attention is divided
elsewhere."
-0.028512467,-0.038221434,0.040085293,-0.01766988,0.0066839666,-0.06477964,-0.02822519,0.007551982,-0.088436864,-0.03187999,0.021325659,-0.017342059,-0.0023893835,0.021363566,0.040264014,0.008767859,0.050883394,-0.022405185,-0.02721578,0.034223303,-0.017091159,-0.019352192,-0.01616446,-0.0020789064,-0.009354229,0.02095944,0.0006791818,0.0040164553,0.016070597,-0.047789354,-0.0021634053,-0.055400096,0.100291476,0.015791275,1.8010089e-06,-0.020370357,0.011803081,0.008289328,-0.093575604,-0.021324733,0.033503804,0.016928736,-0.045370538,0.008028937,-0.0034065682,-0.07938227,-0.07451885,0.07261248,-0.015673602,0.019656017,0.009383775,0.020890515,0.032487206,0.02618303,-0.006527324,0.003617811,0.030250132,0.05304083,0.013250975,0.030618327,0.024004236,-0.029468901,0.04541198,-0.003546437,-0.03043116,0.043966964,-6.9662216e-05,0.029842691,-0.0020740777,-0.03374467,-0.034259908,0.027712362,-0.003966125,0.035911445,-0.018523445,-0.039150424,0.03137402,-0.021493042,-0.048807997,0.013089562,-0.005208321,0.016527167,-0.0119900815,0.01639754,-0.009413499,-0.040042583,-0.024791121,-0.012710654,-0.014879703,0.0029700324,0.009396195,0.019028882,-0.0043303045,0.0057453797,-0.02625764,-0.045042302,-0.024619162,-0.028135069,-0.0058360077,0.0076584322,0.08379161,-0.027128594,-0.006556344,0.018746896,-0.037514284,0.041512832,-0.043219976,-0.03448054,0.019420927,0.024447972,0.036303617,0.0076971683,-0.03802687,0.054689202,-0.031948842,0.022625059,0.0782764,-0.020191215,0.0068745487,0.05522657,-0.059646443,0.009100988,-0.0177161,-0.009303033,0.045047347,-0.061424658,0.04025654,0.0068653477,0.015972674,-0.032522846,0.0076668262,-0.028512813,0.01087701,-0.025768047,-0.070796765,-0.009099451,-0.021276519,-0.016189594,0.0018013947,0.008927086,0.0073099,0.028140659,0.013493382,-0.050933022,-0.016973974,-0.063597545,-0.02714417,0.04840632,-0.0040031737,0.0046306625,0.008206352,0.095395885,0.019290427,0.008891333,-0.057655767,0.01624509,0.014755977,0.016460996,0.012249789,0.057483926,0.038239297,0.03636114,0.016158683,0.020633068,0.012751976,0.0028583135,-0.056535743,-0.0010854691,-0.05103245,-0.0022102986,0.011165954,-0.03974509,0.042221244,0.014154233,0.021115907,0.022766711,-0.0736284,-0.048619457,0.05734654,0.032640047,-0.049331028,-0.035757583,-0.033906706,-0.046935152,-0.021889873,-0.019609913,0.0019721384,0.005261001,-0.00860858,-0.02452815,-0.04436795,-0.036498502,-0.010062285,0.010382483,0.030262262,-0.053988475,-0.013564503,0.003830234,-0.019493252,0.031493437,-0.012485195,0.0018608354,0.056205098,-0.009896718,0.0056833946,-0.019524112,0.099567175,-0.04119703,0.006349005,0.05205274,0.018038044,0.013123124,0.07974885,0.072747365,0.036136836,0.0018466495,0.056618158,0.008502718,-0.004128265,0.026909012,-0.014162281,-0.059099987,-0.010893437,0.010514864,-0.020522576,0.06140271,0.02690051,0.0018772328,0.04904045,0.030639037,-0.0047806585,0.0026245082,-0.0062780585,0.016715728,0.0011186582,-0.038226772,0.10044584,-0.033905014,0.012242305,-0.03274858,0.04172624,0.050681844,0.015989132,0.024914738,0.023260165,-0.07183686,0.020033263,0.031343073,0.00999147,-0.0075958,-0.00891075,0.00010528749,-0.03973027,-0.014357651,0.035356916,0.03514648,0.024517994,0.04068013,0.06003755,0.038714927,0.030665904,-0.0022722415,0.016313378,0.022523899,0.044883415,-0.022015855,-0.01913876,-0.042567126,-0.005075124,0.009954965,-0.026267843,0.005348213,-0.014463237,0.02802879,0.020039216,-0.0031688865,-0.12950417,0.008162753,-0.0173062,-0.012641731,0.01411783,-0.056218605,-0.013818903,-0.0148531925,0.025746822,0.023211189,0.0430414,-0.045466837,0.0007531105,-0.02575074,-0.06759225,-0.0010578544,-0.015268562,-0.040248293,0.046641607,0.010203425,-0.0261975,0.045378365,0.038526624,0.10119731,-0.0012315882,0.024161048,-0.031315815,0.026039092,-0.0035463828,0.0015969572,0.0074071186,0.063349485,-0.03625029,0.044898618,-0.060600724,0.015101991,-0.014544523,0.018924942,-0.005049735,-0.026760466,0.07406454,0.057318427,-0.047588054,0.05172054,-0.0013146409,-0.0017609791,-0.030399008,-0.004876106,0.015261443,0.06981097,0.05129438,0.030014638,-0.01714312,0.041697923,-0.050280914,-0.03740529,0.016396461,0.037960645,0.014896075,-0.09862504,-0.019598944,-0.05721064,-0.056512408,0.051274743,-0.019007392,-0.031514138,0.007508513,0.059419263,-0.020963257,0.037301686,-0.0675739,0.0072288755,0.03866691,-0.06320112,-0.0066776522,-0.009756346,-0.0095332,0.0057823453,-0.03922476,0.028868148,0.011057507,-0.056268334,0.08260533,0.084739394,-0.08161611,-0.017920783,0.051700093,0.03182699,-0.025918499,-0.02953077,0.013164185,-0.025025439,0.032230146,0.010409421,0.06777974,0.010270081,-0.044068187,0.01580061,-0.011085021,-0.029641518,0.019728273,-0.012106843,-0.019583065,0.0063321237,0.0011119858,-0.0035655187,-0.0010444177,-0.027788805,0.035774533,0.0020334474,0.009602316,0.0136681255,-0.054861274,-0.013872497,0.0047866004,-0.01643123,-0.04626342,-0.016594054,0.044606544,0.038759697,0.039878916,0.033180024,0.010344908,0.01836559,-0.03182527,0.022780081,-0.03267482,0.056827053,-0.06749207,-0.028229428,0.023998352,-0.011023432,-0.017678652,0.04006945,0.0008004343,-0.030159077,0.017026652,0.06359759,0.022174792,-0.019864801,0.04925242,0.0034544782,-0.013835947,-0.06380818,-0.008094511,0.0038243558,-0.020218266,-0.034809887,-0.016216286,-0.010955556,0.03837789,-0.03204359,-0.0226866,0.045927934,-0.008967034,-0.057531714,0.014935091,0.052116707,-0.01245448,0.020235645,0.026719864,0.047724083,-0.047444914,-0.06991875,-0.06570995,0.010710746,0.04897835,-0.04005719,0.047730498,0.050815396,0.032192774,0.006642907,0.020496653,-0.001956435,0.03971655,-0.042898893,0.09575987,0.02749471,-0.006137151,-0.0005675085,0.025546772,-0.09885004,-0.0009063478,0.053571846,-0.010719681,0.024175974,0.09923889,0.0024638958,0.024250608,0.008548426,-0.017428415,0.020075401,0.016336296,-0.02053191,0.052996386,0.020709787,-0.016766023,-0.052503347,-0.04162793,-0.0036515645,-0.043500166,-0.01934786,-0.033379607,0.00724632,0.018146554,0.011453815,0.018630153,-0.052298248,0.01799552,-0.043313555,-0.06565954,0.02816478,-0.017123245,-0.012443297,-0.04803297,-0.03409612,0.04607348,-0.009206598,0.018261412,0.039791875,0.008453056,-0.0967139,-0.0910575,-0.044544645,-0.022101767,0.008506022,0.014362436,-0.03841848,-0.026068741,0.017245997,0.0074618417,-0.025826452,0.029228408,-0.014410157,0.025484957,0.007556359,0.013565608,-0.034613732,0.021603579,-0.047234096,0.055622622,0.089334145,0.030332206,-0.019948406,0.020773865,-0.010567305,0.0050658425,-0.00974914,-0.0077103786,0.027617741,0.022079168,0.023250787,0.051848337,0.025624273,0.05526314,-0.044009224,0.0067252065,0.05077285,0.00058430544,0.013993503,-0.027032936,0.049466483,-0.0020437108,0.02857418,0.0212823,-0.030570582,-0.033685792,0.002662397,-0.065855116,-0.04339125,0.0068506985,-0.010536395,0.058131896,-0.07296414,0.034259032,-0.036552247,0.053364,-0.01738605,-0.039591257,-5.1395368e-33,-0.045200694,-0.023986302,-0.03207092,0.011475138,-0.056733683,0.043702193,0.016263433,0.004761993,0.01924884,0.00986678,0.032816034,-0.0023773748,-0.002258287,0.030338867,-0.019207928,-0.021927452,0.028526833,0.0059832144,0.010389012,-0.053602125,-0.044501513,0.02089465,-0.054159917,-0.08158797,0.021416668,0.01868249,-0.0039059354,0.05381882,-0.06210732,0.025269846,-0.0072223,-0.047477577,0.0028165032,0.03874418,-0.032831065,-0.068792656,0.02330986,0.027645828,0.0097998595,0.0040016747,-0.0397761,-0.0345054,0.01977371,-0.0168619,-0.012280291,-0.040602915,0.006557459,-0.023340223,-0.04162703,-0.027972631,-0.0054557403,-0.027311092,-0.0046411143,-0.044040207,-0.02551467,-0.0010661972,-0.030976398,0.05804677,0.015677642,-0.026283726,-0.0016553896,0.0021596646,0.014470887,-0.0223872,0.044585165,0.013924789,0.10261576,0.0022202386,-0.0012341775,-0.055490587,-0.00075301336,0.02278694,-0.013134402,-0.005711488,0.02391657,-0.030095477,0.06719209,0.014149012,-0.013941839,0.051538516,-0.0043506976,-0.04446832,-0.039810393,-0.031805918,0.056129698,-0.051337063,0.03054907,-0.051227108,0.006031832,0.016297774,0.025556965,0.045008622,-0.019050809,0.006505356,0.0040135235,-0.0072769886,-0.023779167,0.04589733,0.012398544,-0.017085144,0.021926362,0.057879254,0.045144886,-0.07345187,0.005566173,0.006819322,-0.003062891,0.027809255,-0.004890544,0.025708033,-0.016923146,-0.013177621,0.0050732023,0.07277746,0.047221135,-0.026540903,0.027263474,0.01684148,-0.0026218141,-0.04493361,0.023038328,0.018807795,-0.038629293,0.033223256,-0.087172635,-0.013536108,-0.023559695,0.025740298,-0.040856775,0.021044089,-0.05319137,0.018000273,2.411483e-07,-0.033411104,-0.0039413795,0.08358315,-0.013257241,0.012129412,-0.00660762,0.007335372,0.004414933,-0.017025346,0.034687657,-0.030675903,-0.033689186,-0.046172865,-0.030317584,0.0647088,-0.025010856,0.059024874,-0.015868936,-0.06613489,-0.037614074,0.02106662,-0.015337491,-0.077200554,0.014099298,0.0030992853,-0.057625577,0.0010019,-0.043484967,-0.113869235,-0.05671248,-0.015467508,0.0591586,-0.025844201,-0.025257383,0.020797495,0.002506891,0.01800125,0.047565103,-0.06440055,0.041803528,-0.040211488,-0.031518783,0.046074614,-0.028459353,-0.0012520723,-0.009303705,0.0017127851,0.078651,-0.028744305,-0.008431907,-0.037168752,-0.0053254776,0.036840796,0.00034219387,-0.0021212676,0.03883838,-0.0032381993,0.066040255,0.022392705,-0.02942742,-0.019644981,0.014158245,0.020203916,-0.02424616,-0.042328034,0.07119758,-0.060894858,1.7077033e-34,-0.018714735,0.014292865,0.0060422425,-0.022700747,0.0103246225,-0.009968598,-0.031115742,-0.010782749,0.0011821847,-0.023836559,-0.0039146594,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/Drone_data/ASRS Database Report Set - Unmanned Aircraft Systems (UAS) Reports.pdf', 'page': 32}","At 2000 ft. on base leg to runway 10L PBI we passed over what appeared to be a drone. I
estimate we were about 50 ft. above his altitude."
0.011659142,0.12981102,-0.02597782,-0.044375256,0.0060444665,-0.019580724,-0.0141496435,0.02267492,0.033021137,-0.0034966734,0.025678042,-0.043466963,-0.020503862,0.038819548,-0.04792282,0.06004974,0.03981464,-0.057102703,0.0013233207,0.015339015,-0.03696078,0.005825532,-0.019883597,-0.012133851,-0.010053428,-0.010930127,0.03431052,-0.044553664,0.025436904,-0.008131727,0.008365368,-0.029511146,0.10325157,-0.078465,2.3509556e-06,0.01665206,-0.03646803,0.00817344,-0.016987935,0.04309533,-0.033015214,-0.04516371,0.008872825,0.017916296,-0.039145187,-0.029372742,-0.05937905,0.0036168408,0.07235192,0.03917351,-0.02594334,0.037395164,-0.0041884286,0.059379995,-0.04459345,-0.057111714,0.02012257,0.0031578848,0.011014968,-0.039709214,-0.034725398,0.0019989274,0.045491092,0.04208717,0.008768516,-0.018039688,-0.04935567,0.03220768,-0.009065536,-0.04540719,0.019819593,0.010651263,-0.061214264,-0.0125020025,-0.036742184,0.009509891,0.0064393836,-0.009795678,-0.0097262375,0.039054807,0.03903723,0.012713283,-0.0109273475,-0.011528868,0.016446885,0.0105034495,-0.028784452,-0.06991764,-0.01957198,0.017131202,0.02069691,0.0002960116,-0.0014906081,0.025872476,-0.06542071,0.033708967,-0.010023298,-0.001621787,0.015543039,0.038070194,-0.034721002,-0.03420391,0.07551231,-0.024369024,-0.01066002,0.037973084,-0.035627093,0.030831438,0.041171227,0.012164624,0.00028555247,-0.057276823,-0.04103411,0.012954113,-0.05801466,-0.03763532,0.03809058,-0.005675684,-0.019321728,0.052255638,0.039160185,0.02098375,-0.037433103,-0.011444133,0.033045772,-0.13003014,0.027045785,0.037548006,-0.0048379656,0.054635983,0.017029203,-0.01682235,0.045788042,-0.0070784413,-0.050808635,0.042933248,-0.021082405,-0.0485017,0.009408181,-0.00714149,0.017322857,0.06001334,-0.001991229,0.035290312,-0.05461083,-0.039533336,-0.0101153795,-0.0068406183,-0.011073003,0.032527853,-0.0509952,0.035003148,-0.0021735039,-0.021313597,-0.022237675,0.054556157,0.06569596,-0.030498248,-0.017179746,0.013018324,0.0410735,0.03963547,0.074241064,0.0010848033,0.012175366,0.03467051,-0.048562896,0.0040284707,-0.095249094,0.0064893607,-0.08367426,0.0068234387,-0.007977708,0.05668088,-0.039733917,0.019247351,0.00064496964,-0.07915433,0.0018654367,0.024125086,-0.07335646,-0.018864023,-0.00261634,-0.0747077,0.044388946,-0.022921171,-0.0009909692,0.044129405,0.045262985,0.0043787807,-0.021110384,0.0015593285,0.079341285,-0.015704835,0.027133288,-0.020907285,-0.0114496015,-0.035097413,0.032186702,-0.010301488,-0.013235729,0.01669578,0.010465534,0.0029133314,-0.012139004,-0.06633441,0.05242302,0.020385178,-0.012001317,0.0015344922,0.03566302,0.0034588801,0.013047098,0.0057541546,0.025819588,-0.00371501,0.05007319,0.045668118,0.010226702,0.03012132,-0.05239807,-0.05059367,-0.06506882,0.034569416,-0.048713196,-0.047734134,0.01147292,0.041503806,0.0063540377,-0.016839702,0.016157249,-0.039614335,0.0013841245,-0.009338535,0.04990453,-0.047533844,0.016383255,-0.011567184,-0.043323018,-0.010989351,-0.017001612,0.054964647,0.022157175,0.0017669227,0.028750604,0.049968645,0.008172895,0.043432765,-0.023711301,-0.0012030065,0.014951087,-0.057709992,-0.020870127,-0.01422353,-0.032705083,0.014602558,-0.010663342,0.03915154,0.09562951,0.007947923,0.01874779,-0.0031128204,0.0037368368,0.012134205,0.047678586,0.0041890317,0.015694015,-0.008419926,-0.009646804,0.037464775,-0.025491798,-0.063723475,-0.0068868245,-0.0060157487,0.022662988,-0.031286057,-0.1040404,-0.0005302319,-0.008410792,-0.02506908,0.008438888,-0.045378443,0.005916472,-0.029777328,0.03177579,0.021373391,0.025906656,-0.040111274,0.0112299025,0.0359636,-0.07762554,0.013242903,0.0058638896,-0.025147663,0.03239464,0.006975647,-0.07146183,0.01649291,-0.002160549,0.08252731,0.0147853615,0.0098918965,-0.02343012,0.02081091,0.036465455,0.05517334,0.026181806,0.068687856,0.03789286,-0.016933082,-0.0076360065,-0.0006673407,-0.06326972,0.076467946,-0.049217295,0.011240147,0.05020685,0.0059151985,-0.059018042,0.06974451,0.019818647,-0.037569705,0.020287273,0.009173636,0.03929773,0.021027679,0.0048121675,-0.011985328,0.026217412,-0.0014749491,-0.046617307,0.021960804,-0.045567643,0.0052849823,-0.01121953,-0.024129676,0.0055537135,-0.04238106,-0.049816143,0.024565294,-0.008832748,-0.061958537,-0.0012213129,0.050315,0.006308755,-0.0035357124,0.032257456,0.0060943034,0.07165991,-0.043668304,-0.037882622,-0.0043596076,0.0019380379,-0.009004208,-0.013650238,-0.017124493,0.008901178,0.007972872,0.007248045,-0.011379851,-0.06853216,-0.037312273,0.0007719338,0.012697946,0.0044771754,0.023412615,-0.011985971,0.042432,0.041094437,-0.008264305,0.056711614,0.03540715,-0.026582923,-0.081353955,-0.00424174,0.029313916,0.020309541,0.027051775,-0.037316866,-0.03846259,0.012762557,-0.027445128,0.04376432,0.030876772,0.056750596,-0.006492113,0.0021824706,-0.013426371,-0.023003597,0.07654055,-0.0032050984,0.0011395963,-0.030447975,0.0339939,0.02365919,-0.0103570875,0.031937223,-0.022813365,0.0057802727,0.022975663,0.028260803,0.06460514,-0.0486683,0.001361314,0.020814324,0.03155107,-0.003168123,-0.055356573,0.033850826,-0.00084102165,-0.04798665,-0.017070979,0.021571714,0.004372892,-0.02887449,0.018659875,-0.0113688875,0.024568215,-0.027541678,-0.020524692,-0.07088593,0.012278226,-0.0005109924,-0.037017647,0.0014430425,0.026072502,0.026118526,0.020661201,-0.0008143271,0.039551225,-0.007671594,-0.033013105,0.0044521037,0.0117751835,-0.075272895,0.053445503,0.0141642615,0.035090473,-0.015099747,-0.032017246,-0.021762444,-0.022144416,0.083227895,0.0002367374,0.029667277,0.040091105,0.026034761,0.01912711,-0.0065173246,-0.002386525,-0.014529737,0.03059669,0.05888479,-0.06525461,-0.025625126,0.016203191,-0.002531013,-0.00016836348,-0.019392882,0.034047674,0.023946796,0.031034676,0.034538213,0.049554013,0.01902492,-0.05880869,0.012908164,-0.044532146,0.02583906,-0.011218607,0.017941857,-0.020572146,-0.016240504,-0.015646355,-0.049535085,0.06897629,0.008160985,0.0034282221,-0.041037235,-0.014792401,0.003098296,-0.016528124,0.049944565,-0.07664911,-0.031194627,-0.038893245,0.022618854,0.0016160813,-0.035500985,0.02642169,-0.023119608,-0.029483154,-0.0047076675,0.019820414,0.018227713,0.061976817,-0.0062897513,-0.081920594,-0.04502289,-0.033986423,0.024562553,0.028838549,0.043776397,-0.056129828,0.0002108589,-0.03737752,0.019131014,-0.019143492,0.0364543,0.007507853,-0.071077354,-0.017045124,0.03735328,-0.010689814,0.0210228,0.0046713357,-0.07732258,0.07592457,-0.022450421,-0.05508218,0.0027204317,0.03132633,-0.0009493739,0.05269539,-0.014668588,0.039499965,-0.020554963,0.01304301,0.0069627054,0.04068261,0.06417635,0.015555179,-0.08085314,0.035629526,-0.031521246,0.016382825,0.07468221,-0.018025361,0.023001954,0.07779221,-0.028875856,0.000882534,-0.040471576,-0.0054590604,-0.0027551039,-0.034807794,-0.073362485,-0.0068036504,0.043353148,-0.021351352,0.0016385884,-0.07986991,0.056363255,-0.020304762,-0.021036077,-5.870954e-33,-0.03674619,-0.045086566,0.022655481,-0.037119776,-0.07504186,-0.0040866695,0.026524121,-0.019412322,0.038370427,0.0002978326,0.021477439,-0.018649831,0.008231799,0.027413158,0.012479247,-0.009038578,-0.043557804,0.014019507,-0.023520995,-0.035687108,-0.06647142,0.03241887,-0.056015495,-0.055657156,-0.017537436,0.02094023,-0.033157587,0.023373865,-0.073793046,0.030968426,0.022793958,-0.021602735,0.045546785,-0.060307734,-0.0079488605,0.0106733395,-0.016148264,-0.024276435,0.008819363,-0.039030213,0.0013074356,-0.0005709855,0.044201266,0.035827707,0.037815638,-0.041028127,-0.016012006,-0.005435526,-0.038560316,-0.01051361,-0.047699522,-0.0005802768,0.0068566552,-0.05079608,-0.010963177,-0.007720654,-0.004669166,-0.0074276994,0.027138352,-0.030718392,0.07846229,-0.028335059,-0.011662295,0.03263001,0.011248862,0.04124926,-0.047982343,-0.035354335,-0.01082255,-0.06525912,0.017919399,-0.042776234,-0.12133601,0.017946843,-0.030292701,-0.016929144,-0.006611776,0.01108358,-0.1257694,0.06446287,-0.023032838,-0.004652128,-0.007389772,-0.017591182,0.048467707,0.026507052,0.0081763035,0.026553279,-0.0064795716,0.02584979,-0.072796024,0.046764728,-0.018114094,-0.006801276,0.013115461,0.0059825457,0.004028816,-0.0038150884,0.0053888964,0.012795992,-0.00937383,0.009995474,0.0049272026,0.0009158556,0.017217493,-0.00718185,-0.06376689,0.050600864,0.01490946,0.026642598,0.0122681055,0.047900453,0.017991176,0.1156045,0.01766936,0.020062732,0.05021852,0.05841386,-0.044790898,-0.046162043,0.00065965636,-0.002169539,0.036078125,-0.012272098,-0.06903769,-0.0033875906,0.044163365,-0.015533662,-0.04980671,-0.024820922,0.0023830277,-0.0001606258,2.9266735e-07,0.00950943,-0.0013280598,0.034713045,0.033107687,0.0060018525,-0.026556721,-0.028419955,0.01638168,-0.021607744,0.06733635,0.028442634,-0.044208806,-0.01933273,-0.031219983,0.06733168,-0.020082127,-0.00046919455,-0.018886238,-0.036303174,0.005702074,0.06398172,0.028346367,-0.07067966,-0.008960991,0.040465727,-0.018748803,0.01475332,0.0043327156,-0.024281828,-0.012157138,0.012802191,-0.0069041247,0.041115534,0.0019163932,-0.008327309,-0.02201385,-0.038117867,0.049672212,0.02111924,0.03418952,-0.018812671,-0.04663024,0.016743928,-0.037068,-0.05611534,-0.031059101,0.01790744,0.05738039,0.08345707,-0.0032807698,-0.011220856,0.020836664,0.024253894,-0.04871463,-0.031796638,0.031769115,0.03390633,0.03501529,0.03958591,0.004636244,-0.039685212,0.052831847,0.06511918,-0.048953466,-0.053160924,-0.008203305,-0.008221239,2.2629736e-34,-0.015875325,-0.020280065,-0.019305075,-0.04497969,-0.009927046,-0.011524086,-0.019742692,0.018690761,0.05254585,0.014467918,0.03394605,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/Drone_data/ASRS Database Report Set - Unmanned Aircraft Systems (UAS) Reports.pdf', 'page': 37}","I'm currently contracted to fly inspections at a wind farm. On Day 0 I tried to take off at
location and was promptly notified of air space restrictions. I was under the assumption
that because the FAA had cleared us that I was good to operate since then w e have
reached out to DJI to obtain the proper clearance to fly within the 150 foot exclusion zone.
The inspections only require altitude of no more than 150 m."
0.012931234,0.022054194,0.029909162,-0.03279419,0.014042124,0.00822083,-0.046660986,-0.029984033,-0.07773147,-0.020206591,0.022712188,0.031648062,0.003932465,-0.0032378908,0.035869557,0.10873137,0.03365088,-0.06619964,0.032153007,-0.024909463,0.025415143,-0.0010023568,0.039224975,0.021499522,-0.02003587,-0.010002526,0.016178468,0.015392327,0.03699881,-0.030821789,-0.027173433,-0.030657558,0.053973444,0.0020449746,2.1967228e-06,-0.02871215,-0.010639384,0.009618842,-0.1276853,-0.004703742,0.042818096,0.011985139,-0.06003707,-0.01983863,0.01600014,-0.055696752,-0.04748907,0.047208432,-0.015619107,0.065450855,-0.0052459952,0.0003302596,0.02712285,0.030261168,-0.040007427,-0.02679482,0.028387938,0.004506461,-0.04173748,0.022045717,-0.0070806937,-0.03653158,-0.03504926,-0.0053176167,-0.016589126,0.07763922,0.0060106865,0.010841129,-0.024536712,-0.06377374,-0.05565307,0.019156141,-0.020083508,0.008706531,-0.0024664975,-0.056736473,0.0039412216,0.006049438,-0.008969392,0.030108007,0.045074005,0.010736396,-0.02977432,0.0036290628,-0.01796254,-0.07561011,-0.007754278,-0.00044256684,-0.01114125,0.042604614,0.0042783874,-0.045571003,-0.016343594,-0.00070055295,-0.03521546,0.0038505776,0.020795599,-0.053965658,-0.01082473,-0.024120975,0.050397888,0.020173093,-0.005267318,-0.02463207,-0.02602185,0.026467355,-0.06352789,-0.0024701704,0.013934165,0.02046613,0.006458963,0.0081383195,0.0035926048,0.095084846,0.045434646,0.005489961,0.06869191,-0.036426462,-0.0059184874,0.053804398,-0.051912192,0.04635169,-0.065917835,-0.024426421,0.039646577,-0.10070901,0.034844592,0.0072810627,0.0012740351,-0.018573202,0.008172832,-0.009171744,0.037254877,-0.0024842601,-0.07767368,0.034497473,-0.05083323,-0.0067987237,-0.005487389,-0.04234018,-0.009509248,0.009140508,0.0026726744,-0.04857621,-0.024197249,-0.018517865,-0.0056837723,0.071564905,-0.01956035,-0.020714063,-0.049186107,0.046855267,-0.01892065,-0.03186144,-0.083067134,0.03372844,0.057014454,-0.022459472,-0.012597088,-0.021840205,0.0606107,0.038189676,0.06301723,0.013405057,0.0063576093,0.028498195,-0.0022638661,0.027026389,-0.07570653,0.0019938517,0.016575327,0.039279304,-0.010478266,0.018688824,-0.00080129964,0.01808158,-0.088741265,-0.051674224,0.0033250134,-0.013809418,-0.12866898,0.01043118,-0.043695435,-0.018018298,-0.079137854,-0.04859351,0.021719573,0.04703367,-0.029923873,-0.024057139,-0.049060564,-0.026592983,-0.026741682,0.016656207,0.030350443,-0.043699108,0.023679754,-0.10841637,-0.012324719,0.0052482793,-0.027612038,0.00465884,0.07120836,0.008759208,0.012134791,0.004372949,0.033069912,-0.05099649,0.010448888,0.07532293,-0.007939126,-0.011087697,0.021026934,-0.002268828,0.001092061,0.055659898,0.032962978,0.0025087325,-0.08573336,0.03151563,-0.027829902,0.020987973,-0.054909445,0.016702581,-0.012107713,-0.006268628,0.048393108,-0.0017196891,0.055688187,0.015253586,0.019452374,-0.0077090804,-0.00827564,9.0633504e-05,-0.01439352,0.014422791,0.009456666,-0.085373774,0.0033930847,-0.027030062,-0.010625147,0.0278681,0.045943934,-0.009831666,0.058457088,-0.09024098,-0.0023796335,0.016164951,0.014123077,0.020766487,0.023795407,-0.008079047,-0.034580857,-0.023204919,-0.010083889,-0.011179729,0.007885318,0.065378025,0.0947695,0.021970533,0.07559126,-0.012320179,-0.0011351526,0.0034551441,0.035878222,-0.021946115,0.018352298,0.01766273,0.023480441,0.022540513,-0.01461874,-0.01565608,-0.017324861,0.011198529,-0.007224747,0.026131826,-0.047613,-0.0010719959,-0.0053232517,-0.04210199,-0.0024333817,-0.06214991,0.026966566,-0.022187218,-0.029489554,0.018807756,0.0050211316,-0.034636833,0.009429341,-0.030750254,-0.07174829,-0.026887845,-0.024271356,-0.022494592,0.05344891,-0.028052941,-0.004710212,-0.010789889,0.034672897,0.06762974,0.007532164,0.0046174945,-0.011984288,-0.013725041,0.023846067,0.024919165,0.021191234,0.03323624,-0.04256792,0.017875884,-0.0039866418,0.0017627649,-0.0026797673,-0.019370427,-0.04019507,-0.005944442,0.020580934,-0.020733263,-0.016920239,0.041909203,0.023229616,0.016803673,0.025569402,0.0071782502,0.0062410785,0.039952684,0.005447627,0.02443933,-0.0077593564,0.01046614,-0.038651504,0.005323331,-0.019680548,0.00902521,-0.038686264,-0.059535805,-0.023278924,-0.0019103255,-0.021164125,0.056969292,-0.01873504,-0.032977663,0.03749101,0.036536958,-0.00071892736,0.02791308,-0.015742056,0.03025911,0.04681565,-0.028590923,-0.009238607,-0.043787327,0.009608385,-0.00874003,0.013275239,0.010017502,-0.018606642,-0.018512908,0.07542494,0.0023160188,0.007853329,-0.051199585,0.061624493,0.018638356,-0.009734727,0.005163137,0.019692075,-0.011408914,-0.022515396,-0.021179125,0.028381852,0.005266443,-0.058796313,-0.02454019,-0.011478187,-0.046108242,0.014910626,-0.006068587,-0.06372979,-0.032488685,-0.034138083,-0.008295792,0.015286822,0.00022437486,0.019799523,-0.0065160072,0.017307999,0.04469728,-0.048048157,0.050436106,0.0023296147,-0.06775038,-0.05831931,0.008186661,0.064212,0.034181233,0.025750037,0.02067398,0.017121451,0.016923338,-0.012379223,0.013323361,0.020524701,0.049264554,-0.012308477,0.024398157,0.04045668,-0.040642224,-0.030259024,0.029576221,0.015836382,-0.033573482,-0.004055729,0.036158163,0.010714066,-0.03578417,0.032367177,-0.0300446,-0.028094798,-0.031142693,-0.04549513,-0.010617197,-0.028553257,-0.07216265,-0.07309329,-0.011498455,0.022867125,0.020097876,-0.0116659,0.0034219394,0.0110131325,-0.035164848,-0.0020656886,0.054436684,-0.019823804,0.03105162,0.052877143,0.09814718,-0.116532676,-0.038892727,-0.074748,0.008402282,0.043781284,0.011710603,0.07220512,0.029340938,0.027173659,0.008679158,-0.0043259403,0.011630636,0.019237889,-0.032105297,0.0984851,-0.027011182,0.005462969,-0.016742995,0.09671906,-0.050182644,-0.0027554787,0.06115711,0.010379693,0.022403862,0.11935909,0.047314093,-0.00069510506,-0.00931162,-0.014941674,0.062908426,0.05522761,-0.030322311,0.06927787,-0.01276461,-0.012304046,-0.009105766,-0.04919004,0.042082313,0.00660795,-0.052164637,-0.025866732,-0.04296421,0.026904188,-0.011691973,0.012688256,-0.06382328,-0.012475756,-0.07418453,0.01236856,0.021232586,0.0012233044,0.017219588,-0.009078301,-0.014717594,0.01717265,0.0035019398,0.009456115,-0.039083913,0.018988758,-0.04994324,-0.050839,-0.009209854,-0.013421555,0.003566004,0.030916631,0.021766284,-0.0049659526,0.011766635,-0.01203198,-0.027432172,0.009118221,-0.02528821,0.03469205,-0.020520316,0.0060404874,-0.057311296,-0.0145191215,0.014905874,-0.019509105,0.06831577,0.021900605,0.00716638,0.055491183,-0.007820393,0.0017774757,0.0030186134,-0.031720072,0.05877203,0.019114641,0.0043796925,0.028343707,0.039461486,0.005303108,0.006506985,-0.04287564,0.057819728,-0.024671607,0.008808501,0.01323067,-0.007909414,-0.024569478,0.027631698,0.003947729,-0.029067945,-0.09669672,0.021217458,0.030336687,-0.043133564,-0.03773399,-0.027660044,0.053826604,-0.042312093,0.015786996,-0.043260053,0.012735218,-0.02461588,0.0013688445,-5.373115e-33,-0.045755282,-0.043701988,-0.01238953,-0.00045678281,-0.029422306,0.023390666,-0.02217932,0.025262494,0.032697048,0.0039658803,0.05598152,0.03326553,0.005118015,0.035533376,0.024543222,0.0052920557,-0.0060812286,0.018786533,0.016010776,-0.034589373,-0.0078056976,0.025638852,-0.020318134,-0.07855922,-0.01045923,0.009850017,-0.043203447,0.009011378,-0.05529414,0.0035729287,-0.021810664,-0.066391714,0.020617763,0.03969292,-0.024598692,-0.039813656,0.036571275,-0.020864658,0.025612231,0.0026123305,0.014098955,-0.041896388,0.008666397,0.017249493,-0.006738088,-0.05422231,0.03635748,0.03247455,-0.04923966,0.01319206,-0.032311417,0.012789213,-0.022915239,-0.11080473,-0.0399698,-0.035628404,0.014684751,0.037431154,-0.024231676,-0.014696629,-0.025599383,-0.011501407,-0.0046519097,0.04925304,0.03289045,0.023559991,0.060239863,0.03315186,-0.053841528,-0.059696894,0.0068700374,-0.017838812,-0.03713403,-0.045447357,-0.010997712,-0.06847661,0.011170978,0.026640343,-0.04886864,0.077354886,-0.0033847943,0.012485156,-0.022979561,-0.019867605,0.09575109,-0.045567214,0.021066543,0.027829854,-0.01769308,0.013932731,-0.0008597719,0.048438087,0.016437478,0.029218912,0.035499815,-0.056668475,-0.030259544,0.048816666,0.00904485,0.016805463,-0.0003572843,0.00877138,0.035521377,-0.050902367,-0.013128105,0.014622906,0.021920558,0.085379794,0.029606475,-0.0048192022,-0.0015316295,-0.0017913425,0.050188128,0.032747135,0.044079263,0.0012699529,0.0015224277,-0.013462519,-0.020529913,-0.009175784,0.016802413,0.028442178,-0.03970936,-0.009221801,-0.06618514,0.012126741,0.02758209,-0.016415771,-0.023664903,-0.0054513393,-0.019943187,0.04505451,2.8492445e-07,-0.03936954,-0.02856105,0.06445181,0.029925367,0.018348273,0.022088706,-0.021487616,0.009131416,-0.007668742,0.05138049,0.030023094,-0.04864535,-0.00485117,-0.0077718953,0.090377524,-0.010548893,0.07739802,0.016744342,-0.019366035,-0.007878311,0.03312111,0.0006463912,-0.053851403,-0.0078016957,0.028986838,0.014259912,0.006138203,-0.030556729,-0.057970583,-0.08364248,-0.012751046,0.06821155,-0.015960352,0.0021593326,0.026367469,-0.043805096,0.026583824,0.055885017,-0.047451645,0.0439002,-0.03285359,-0.030439597,0.06140229,-0.034747805,-0.0075918664,0.018768039,-0.010904614,0.088726595,-0.043436658,0.01035951,-0.03814005,-0.0064037354,-0.005596691,0.0417852,-0.0058424114,0.06667512,0.029668253,0.011967444,0.054966327,0.016868308,-0.02138461,0.016665673,0.042680204,-0.008541567,-0.044125434,0.03328761,-0.07410739,2.0324391e-34,0.008215878,-0.0036284488,0.014707182,-0.020090371,0.024370784,0.0009183217,-0.0322683,-0.015737794,0.0238429,-0.01318083,-0.01850948,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/Drone_data/ASRS Database Report Set - Unmanned Aircraft Systems (UAS) Reports.pdf', 'page': 39}","Departing IAH -ZZZ during initial climb out and following ATC instructions we flew on
Heading 360 after takeoff. Passing between 2000 -3000 ft. altitude I looked outside and
figured something like a bird, huge bird was flying close to our route. I was keepin g an eye
on it during the visual climb out, and looks because our acceleration speed it was flying
towards our plane. Finally, the item was a ""Drone"" passing below us on the right side of
our trajectory. My First Officer mentioned it was a drone, so immedi ately He made a call
and let them know to the ATC about this situation. Our flight continue with no further
issues."
0.01002008,0.05876577,0.024702994,-0.0023610978,0.011713362,-3.2284224e-05,-0.006262241,-0.038508773,-0.030420251,-0.0036044044,-0.004893899,-0.0025846378,-0.024199551,0.024708904,-0.038110673,0.092190064,0.024338536,-0.068143465,0.005521986,0.002128872,0.00494588,-0.020869318,-0.0073581426,-0.01602912,-0.033377793,0.002846223,-0.00028820083,-0.0035082882,0.0030173187,0.0066446452,-0.02891638,-0.023827353,0.09747052,-0.077129185,2.1890962e-06,-0.04215923,-0.046714842,-0.010173402,-0.050712205,0.066100225,0.00521495,0.010676702,-0.03202005,-0.021516232,-0.0036179496,0.023199007,-0.058943957,0.0040989197,-0.008733488,0.05708093,-0.024266642,0.014367759,-0.0543213,0.008668691,-0.04260351,-0.087187074,0.00275444,-0.019246692,0.015351462,-0.028215429,0.022726955,-0.021064984,-0.017288473,0.0362296,-0.028121198,0.014068814,-0.053569306,0.021582117,0.023552632,-0.0656805,-0.020403309,-0.011512596,-0.0064426754,0.034776405,-0.02110251,0.018104142,-0.027760446,0.021410033,0.039575655,0.042092446,0.016701836,0.05272473,-0.0029325455,0.03457269,-0.01309316,-0.047141757,-0.023305435,-0.020182643,-0.05864461,0.04766465,-0.011278084,-0.03878018,-0.0024355615,0.022614717,-0.02132868,0.010814529,0.0048991614,-0.02639603,-0.0384919,-0.016433142,-0.011656236,-0.019811435,0.041359212,-0.024008859,-0.025524598,0.0182843,-0.036582228,0.009427431,0.021632766,0.026525026,0.02070022,0.024074087,0.0067558615,0.061105665,-0.03331594,-0.006364874,0.025183186,-0.009292168,0.0008534669,0.06597398,-0.062458884,0.057275444,-0.057387803,0.009874364,0.036771473,-0.12458325,0.03672148,0.0029482,-0.012506114,0.023013381,-0.0151587445,-0.017075986,0.043408237,0.052890036,-0.06288418,0.05539611,-0.045652274,-0.02815917,-0.051394388,-0.058558147,-0.028473945,0.012069488,0.018409504,-0.000823701,-0.015745316,-0.00054752466,-0.013411756,-0.004189996,0.033486813,0.00625969,-0.073454596,0.020253241,-0.012418895,-0.011176526,-0.038137004,0.05393294,0.033996806,-0.014092831,-0.028638003,-0.01704327,0.07323689,0.068383165,0.06883531,-0.006203297,-0.0014208677,-0.0224376,-0.049366392,0.018105766,-0.069515504,0.024259953,-0.0124790585,0.010954973,0.007967887,0.00894666,-0.03713519,0.035837743,-0.052337144,-0.09131067,-0.017228568,0.014119015,-0.085343264,0.006839683,-0.012478526,-0.06342962,-0.0675125,-0.0044100434,0.030512985,0.026938409,0.022647178,-0.0051175626,-0.047119316,-0.049173485,0.0046378616,0.022931948,0.04663446,-0.0107502965,0.009834851,-0.025204998,0.008781999,-0.011715333,-0.008786069,-0.018484935,0.033967357,0.035041496,-0.05054713,-0.038028665,0.04743514,-0.011626241,-0.037644938,0.037388317,0.00086017925,-0.033202782,0.075555265,0.00017090797,0.034166504,-0.005001145,0.041634995,0.040234905,-0.050664224,0.044996645,-0.021694511,-0.018455474,-0.107362874,-0.019988187,-0.033262897,-0.0448792,0.008071835,-0.019571846,0.026635768,0.017498089,0.0008690361,-0.01529107,0.04171476,0.001568581,0.04659523,-0.039812453,-0.01930999,-0.05128472,-0.025778592,-0.011837113,-0.03844342,0.04382285,0.013491288,0.0068719406,0.0880409,0.062226202,0.026528614,-0.013368066,0.0120734805,0.015195196,-0.011940015,-0.031077199,-0.039984487,-0.0020737858,-0.009251291,0.044680964,-0.039056137,0.08434042,0.07847201,0.00058973255,0.008715346,-0.05996459,-0.004768935,-0.0070197284,0.026153976,-0.014015013,0.0445617,0.035182193,-0.00024311441,-0.018976253,-0.0513599,-0.026504898,0.00013436955,-0.01263222,0.01289578,0.027619116,-0.1055195,0.0027574492,-0.0043886243,-0.017949963,-0.0044217934,-0.002749115,0.015075225,-0.01902206,-0.03786401,0.027439374,-0.028533762,-0.038963474,0.04552347,0.025429517,-0.04269581,0.011188598,-0.03053339,0.009645155,0.07214218,0.006760532,-0.030124787,0.0258767,0.03163921,0.0605877,0.031108484,0.018117681,0.012720011,0.0014403734,0.014358845,0.0007033803,-0.013795479,0.055659615,0.013706803,0.0145788435,-0.021617407,-0.0041262764,-0.0031940355,-0.045234222,-0.0668362,-0.024707198,-0.014517336,-0.009389825,0.010391092,0.0588789,0.048200905,0.020631567,0.029481819,-0.035721473,0.021459507,0.007796755,-0.044127792,0.014648125,-0.01849946,0.047062855,0.033099767,-0.015553274,-0.028672485,0.018794237,-0.018528488,-0.04118183,-0.017772105,-0.0078006126,-0.023081295,0.012303786,-0.009365316,-0.02893904,0.028412433,0.07317755,0.029281987,0.0055652806,-0.0034988117,0.04210883,0.06809108,-0.03057222,-0.026919443,-0.003465584,0.03648252,-0.025920622,-0.0033138534,0.020021727,-0.021074694,0.03662102,0.026928691,-0.04145993,-0.09077298,-0.026396679,0.0469819,0.03357781,0.008692761,0.020042242,-0.030913398,-0.0023583693,0.038448587,0.012561216,0.057232466,0.054213077,-0.00093045284,-0.0088248635,0.0007384406,-0.005777972,0.026585598,0.03352824,-0.0976535,0.00014374232,0.0010496029,-0.010560898,0.015007646,0.028334398,0.049249306,0.009062446,-0.009514918,0.013958564,0.0030568237,0.028290374,-0.0012866397,-0.011648813,-0.044779304,0.03433537,0.0047131153,-0.0025147684,0.04544495,-0.003618525,0.008319364,0.030408569,-0.005964118,0.012387978,-0.06667643,0.03737819,-0.013200906,0.044007905,-0.01032417,-0.06218479,-0.006686144,0.043830097,-0.02338542,-0.02545077,0.041130595,0.006574812,-0.050805394,-0.049045566,0.016836165,0.035283823,0.00459589,-0.0031362635,-0.069861874,0.029211264,0.009962209,-0.015006711,-0.046047736,-0.025728501,0.026476217,0.056845937,-0.024208512,-0.011554221,0.019425578,0.011239321,-0.032146964,0.005546992,-0.0547732,0.023874465,0.03974215,0.11245736,-0.104704775,0.022640748,-0.005919965,0.0009803266,0.06362641,-0.0035240971,0.04248992,0.066418484,-0.024951126,-0.052739315,0.015135017,-0.022797247,0.008458623,0.048173483,0.05330729,-0.0586004,-0.00547323,-0.032842647,0.06332528,0.013632516,-0.031328823,0.0787275,0.019004561,0.028347217,0.0458695,0.048477437,0.026376856,-0.0179587,-0.03156834,0.00959324,0.021307776,0.0028414016,0.047933638,-0.038389377,-0.015478872,0.008713142,-0.0019631113,0.009264457,-0.004050504,-0.046764493,0.02932378,-0.035648733,-0.015516765,0.01729575,0.049996044,-0.068853386,0.015929813,-0.04462468,0.008079136,0.0105966125,0.0077880877,-0.018005945,-0.05337087,0.025583658,0.013116,-0.037100393,-0.033494662,-0.033700492,0.03353472,-0.08566829,0.063571334,-0.071125925,0.03138458,0.0039673243,0.06648435,0.048728015,0.016938364,-0.017485026,-0.0185385,-0.028829835,0.04570867,0.037826613,0.025297187,0.007724741,0.0355627,0.02162407,0.008961386,0.024518657,-0.04431049,0.05093811,-0.01867836,-0.024177957,0.03675986,0.0066254805,0.008426075,0.022044359,-0.051951837,0.095142566,-0.016317619,-0.002861413,0.08702595,0.013910392,0.051413316,0.0017698273,-0.040874243,0.027836658,-0.026130442,-0.007150552,0.03375718,0.012304074,-0.020301968,0.012911495,-0.037206694,0.031623524,-0.024885245,-0.009027585,0.012453288,-0.08685858,-0.049617812,-0.023931185,0.0324713,0.003226743,0.030494947,-0.035670247,-0.024450937,-0.05321652,0.043127064,-5.8289433e-33,-0.022197492,-0.056858234,0.0044968007,-0.046045918,-0.034828186,-0.00882958,-0.032961152,-0.005057582,0.013401289,-0.028164417,0.055343565,-0.0048099863,0.008338919,0.050495993,0.023187514,-0.028219113,-0.030240165,0.039557092,-0.0005163264,-0.0013572485,-0.019532993,0.016519103,-0.047695663,-0.07707073,-0.06292023,0.02409011,-0.062497493,-0.006950691,-0.054237425,0.0147864595,-0.027766775,-0.013223937,0.04837683,0.0017526109,0.0047452757,0.03492688,0.025137043,-0.0006879831,0.038936798,-0.042025335,-0.021713447,-0.019310586,0.00091323437,-0.009045702,-0.0013736942,-0.061788645,0.011656853,0.01713909,-0.006531022,-0.05342271,-0.0449629,-0.0017873899,-0.013928796,-0.044110287,-0.050987422,-0.059858676,-0.0092335045,0.06222564,-0.0021090445,0.015485881,0.02527127,-0.0023302715,0.019850602,-0.022591598,-0.016149918,0.0131881675,-0.010328958,-0.02593662,-0.059933987,-0.06202569,0.013099019,-0.0081356745,-0.03509366,-0.020088611,0.008186131,-0.0639095,-0.021433378,0.002187466,-0.047975715,0.040609214,-0.02592563,0.019104302,0.000102465434,-0.035340138,0.062774226,-0.023322836,0.008739613,0.029156918,0.014496309,0.03051072,-0.05962164,0.048395924,-0.010519895,0.0030953076,-0.030014424,-0.028805964,0.0037510623,0.006388678,-0.013977833,0.06667424,-0.080209345,-0.016953534,0.035063677,-0.0048327227,0.04044839,0.007759196,-0.030110577,0.09236889,0.051292464,0.01804354,0.042002063,0.030810213,0.024320956,0.03141909,0.029695943,0.013544131,0.009785309,-0.03378244,-0.019914657,-0.038105264,0.031391084,0.033220347,0.010352494,0.012750608,-0.04008864,0.029089529,0.037393592,-0.0031294962,-0.029398037,-0.0046960474,0.029063925,-0.0054286816,2.8414925e-07,-0.009003979,-0.033477057,0.028567692,0.0461527,-0.013989294,-0.014710027,-0.031797692,0.011526231,0.03018129,0.07186961,0.0024359934,-0.042498395,-0.0022537976,-0.04611085,0.031836517,-0.05351745,0.120321065,0.03903388,-0.0048065507,0.023522573,0.05074417,0.001588765,-0.04905829,-0.0025918717,0.049341913,-0.02842909,0.0016301179,-0.017507453,-0.03135,-0.050976064,-0.05084836,0.061817583,-0.012834972,0.017950824,-0.022941826,0.021697404,0.015400954,0.06359677,-0.01585711,0.050910093,-0.051324364,-0.07346818,0.0060410616,0.0034896538,-0.00068562647,-0.019031122,0.01871694,0.09542802,0.021133857,0.0009644213,-0.043853354,0.024730021,-0.008864944,-0.013368704,-0.00822323,0.09060429,-0.0022792206,-0.0033602864,0.055729512,0.07470328,0.019348355,0.04462709,0.021144116,-0.008493814,-0.049094796,0.01726912,-0.055677474,2.4445835e-34,0.0096035,-0.015844801,0.016946115,-0.07902116,-0.008010619,-0.0062119192,-0.049432967,-0.016491573,0.0024845828,0.022230078,-0.0018285165,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/Drone_data/ASRS Database Report Set - Unmanned Aircraft Systems (UAS) Reports.pdf', 'page': 41}","I am a wedding videographer who was filming a wedding at the stadium on Day 0. I had
checked the sectional chart prior to take off and my interpretation was that the stadium
was outside of the class C airspace for ZZZ. So I proceeded as normal and began my flight
with my UAS. The app also did not inform me that I was within in sort of controlled
airspace and allowed me to take off as normal. I flew for approximately 8 minutes in and
around the stadium, capturing video for the wedding couple. After I conclud ed my flight I
was informed by the event staff that the police had been notified and they had came over
to stop me for flying. I was then informed that I was not permitted to fly because of the
helicopter pads nearby for the hospitals. After that, I later figured out that the stadium is
also indeed right on the edge of the class C airspace for ZZZ. Going forward I now am
totally aware of the airspace occupying the stadium and will no longer conduct any UAS
operations without prior authorization."
-0.00056450657,0.02690975,0.01361575,0.009394882,0.00945445,-0.024795422,-0.04845488,-0.0022978636,-0.08695504,-0.019607646,0.040891703,0.022089453,0.0070668743,0.032013725,0.016266173,0.07613635,0.034876756,-0.048745092,-0.0024531996,-0.0021600418,0.03937656,0.008439314,0.018133841,0.0016559629,-0.046743236,-0.014334854,0.00814642,-0.018024677,0.024900788,0.017277917,-0.015757417,-0.040041685,0.036420807,0.057842765,2.2099e-06,-0.025899436,-0.040735714,0.013245434,-0.062850475,0.010094478,-0.006247373,0.013517643,-0.032202084,-0.0005746047,0.0039938535,-0.043469474,-0.04343237,0.08304018,0.010298617,0.051941376,0.004279219,0.039612368,0.026695885,0.02207284,-0.03863978,-0.08061129,0.01814098,0.003305933,-0.02481284,-0.002256164,-0.028955748,-0.0023747256,0.004128221,0.02055288,-0.032146633,0.06525047,0.00978048,0.029519336,-0.0034160714,-0.033276673,-0.048477508,0.007051612,0.006207816,0.0015810463,0.02364553,-0.008020627,0.016644325,-0.0031707024,-0.032329183,0.038352087,0.039795566,0.011392536,-0.037698105,0.017306885,-0.021515692,-0.04458017,-0.0206686,0.009664887,-0.031716872,0.014503825,0.029467342,-0.008766791,-0.029067287,0.029884271,-0.049929705,-0.010328906,0.040394574,-0.07067876,-0.01993061,0.0011363792,0.042237114,0.007770547,-0.028620359,-0.014557992,0.005083517,0.03877709,-0.03660932,0.059899513,0.022407362,0.047689725,0.014262835,-0.021639548,-0.060794912,0.069820344,-0.00179251,0.011390296,0.07220414,-0.000672357,0.022954524,0.026678924,-0.02843004,0.05468704,-0.01970952,0.017295975,0.05107008,-0.035837814,0.028651178,-0.025477812,0.012794604,0.02501962,-0.0047959485,0.010187536,0.04281109,0.00079268974,-0.067046195,0.020743612,-0.018785886,-0.035294868,0.048987534,-0.036173735,-0.01603258,0.0006882709,-0.04612213,-0.030294396,-0.024092197,-0.031936325,0.0030615514,0.031037407,-0.0009151676,-0.012150482,-0.022953054,0.06493232,-0.037371796,-0.0034816908,-0.035597663,0.025577711,0.0032366537,-0.021835947,0.001730209,-0.017066313,0.051510025,0.048371445,0.10173262,-0.00075453176,-0.013588762,0.016664777,-0.02563991,0.022321029,-0.05399701,-0.009704429,-0.000601962,0.008870579,0.014458825,0.015107062,-0.0064932555,-0.017006231,-0.059943136,-0.06895347,0.023421505,0.0034043684,-0.098512575,0.027223758,-0.030531717,-0.029844427,-0.09735623,-0.06145111,-0.006118065,0.040152643,-0.025831962,-0.043347843,-0.02432474,-0.060018606,-0.015445516,0.01640032,0.03663764,-0.0436787,-0.011699844,-0.1114697,-0.024504058,0.049410414,-0.024834564,-0.042902928,0.08284005,-0.013447479,0.0016004422,-0.017005969,0.025292967,-0.049783148,-0.010472589,0.03340611,-0.019902535,-0.002168661,0.022329576,0.054544307,-0.009190895,0.003855545,0.024410801,0.012601727,-0.097340606,0.021259306,-0.029383674,-0.01521476,-0.04248862,0.031327955,-0.002681392,0.0054194885,0.016127864,-0.011030534,0.03897808,0.0028298886,0.077772945,0.018299427,0.023892757,-0.008187393,-0.0070203203,0.012935973,0.06537546,-0.052904606,0.021281034,-0.006376622,-0.022062145,0.068838134,0.026396522,-0.021252047,0.07091702,-0.049238045,0.007977503,0.008481724,0.011859652,0.04406544,0.0077152154,0.015529655,0.04120251,-0.006326604,-0.020383686,0.048348423,0.0462792,0.060980458,0.06946383,0.04276654,0.07777227,-0.022997258,0.02924018,0.0062567536,0.03784867,-0.016209077,-0.010730546,0.04048157,-0.00259433,0.0060695102,-0.06500458,-0.03860571,0.008200377,0.009748198,0.0109959,0.009946567,-0.021712368,0.05648429,-0.024374085,-0.011549449,0.021122374,-0.056064323,0.022909464,-0.0014266877,-0.012150774,0.002329447,0.038697768,-0.07693299,-0.03422472,-0.037364766,-0.07693144,-0.013347358,-0.0067542777,0.01149961,0.03700763,-0.02881278,-0.05654504,0.058002997,0.018586261,0.08421278,0.017506888,0.043620985,-0.028533865,0.005069083,0.0048244963,0.031493537,0.012452561,0.091399826,-0.019469427,0.022300726,-0.03152074,-0.0074547133,-0.019832674,0.01953625,-0.005352974,-0.027373003,0.06487719,-0.03881908,-0.050656106,0.07540463,0.023304911,-0.011774334,-0.002001928,0.001663729,0.011376076,0.05172469,0.0019839576,0.024767296,-0.011894053,0.03332462,-0.018609984,-0.052888352,-0.021899935,0.021335095,-0.0262199,-0.073334925,-0.016958972,-0.0072553293,-0.016512502,0.026489682,-0.02294998,-0.019369723,0.03303377,0.054159153,-0.022461992,0.059866495,-0.070908345,0.011984659,0.050937504,-0.0135366535,-0.029287772,-0.013715138,0.011644415,0.001644069,-0.031136425,0.005186719,0.0026277516,-0.04553828,0.044814173,-0.023450598,-0.026271403,-0.009704743,0.06402875,-0.014595627,0.0011423301,-0.017386088,-0.003290985,0.01655835,-0.010860188,-0.009357557,0.058880176,0.03366122,-0.043524474,-0.03595584,-0.013997133,-0.026681833,0.04574523,0.0005191357,-0.08086395,-0.013758714,-0.0064250957,-0.011752405,-0.0038865798,-0.02941234,0.027475422,0.010349901,0.0017188127,0.0052887783,0.0015451617,0.010434857,-0.015459259,-0.092116274,-0.08714374,0.027559426,0.025607904,-0.004606994,0.048767887,0.012551504,0.0044017737,0.022678647,0.007649579,0.025697662,0.05249325,0.035427142,-0.015784705,-0.0013773148,0.030672422,-0.015992252,0.010951889,0.038547218,-0.0019327869,-0.06432082,0.011924575,0.034597535,-0.01329838,-0.06276801,0.03547839,0.00095539365,-0.018968297,0.013543049,-0.005045215,0.008186718,0.043725666,-0.039210808,-0.03574239,-0.015276246,0.040408395,0.001985042,-0.016358832,0.007820463,0.021260656,-0.042116687,-0.0143589,0.052330717,0.0050980253,-0.009153949,0.037427295,0.10198536,-0.13189897,-0.035837453,-0.08355242,0.04400901,0.04711091,-0.033697736,0.101545736,0.00027224835,0.032083895,0.029239578,-0.02246229,0.020968597,0.03557993,-0.018710027,0.10291279,-0.027420321,-0.023058651,-0.02698653,0.1116559,-0.05609182,-0.015205151,0.039192516,-0.023448363,0.021323929,0.07979302,0.00792543,0.031297322,-0.095782466,-0.043725632,0.036225334,0.0022881585,-0.017831532,0.05354785,-0.013067964,0.006786947,-0.015958939,-0.04018115,0.025047386,0.0031647584,-0.09574668,-0.078859255,0.0025955758,0.0026682278,-0.023957336,0.025004536,-0.07608702,-0.00034610354,-0.074340336,-0.011379818,0.026210476,-0.028483236,0.023078073,-0.03357491,-0.024909947,0.052984253,-0.07817745,0.006750665,-0.0030090015,0.03127912,-0.045292515,-0.0749551,-0.07659259,-0.02016406,0.014260002,0.06995,-0.007788805,-0.017109426,0.042739127,-0.021672657,-0.024368167,0.02125834,-0.026468925,0.055701178,-0.032468703,-0.019397907,-0.040706705,0.040461525,-0.0037405298,0.013481646,0.03491318,0.0065977178,-0.018008739,0.03130997,0.00055070687,-0.010264644,0.003281274,-0.034893285,0.047907762,0.029410446,0.015540236,0.0013179086,0.049956474,0.015835512,-0.008007761,-0.015751773,0.024388231,-0.035100862,0.004889914,0.08263332,-0.016597874,-0.01866189,0.034179535,-0.008097303,0.016128646,-0.049503103,-0.025477411,-0.014253971,-0.040580455,-0.06558867,-0.0044697877,0.034754157,-0.058116242,0.018210707,-0.047124557,0.071164005,-0.022452675,0.04192207,-5.4507166e-33,-0.02874876,-0.08207411,-0.021731546,-0.003023701,-0.028848177,0.03175096,0.022608649,-0.009699174,0.010836238,-0.009087676,0.027829874,0.010621066,0.0015073495,0.0074843685,0.008086048,-0.033870064,0.015595925,0.008937757,0.021943934,-0.00093112467,-0.038367476,9.188474e-05,-0.005543454,-0.07320147,-0.011094566,0.027223486,-0.03918568,0.058135986,-0.08451076,0.013028108,-0.010436204,-0.070409365,0.017282967,0.026608681,-0.02552274,-0.022412637,0.040932722,-0.012187858,0.023615107,0.02027792,0.0094663,-0.06947011,0.00045982155,-0.0069996603,0.02822839,-0.039782148,0.041685216,-0.0031134768,-0.013962886,0.009665904,-0.027134236,0.019154996,-0.029158628,-0.050903503,-0.0047874493,0.00041142496,0.032763947,-0.010080976,-0.06891851,-0.0030371088,-0.027225224,0.00623339,-0.022302391,0.02299871,0.0002161732,-0.010353502,0.04372983,-0.016796753,-0.040308442,-0.07481592,-0.032053165,0.05544023,-0.011568531,-0.050787337,-0.00027709868,-0.022189425,0.035789393,0.0125686675,-0.021463377,0.06562206,0.027428163,-0.031671148,-0.06988581,-0.002115556,0.108071506,-0.020367162,0.014913085,-0.0014062414,-0.029466398,0.034869306,-0.019813666,0.048911363,0.002408804,-0.0019395642,0.037431136,-0.05454164,-0.00938999,0.041860744,0.005694317,0.04156725,0.004087343,0.043013453,0.031935908,-0.029359253,0.010212244,-0.011188932,0.0072888727,0.055804256,0.020806242,0.0020124656,0.006293682,0.0066023446,0.017807571,0.027445154,0.031585816,-0.005689379,0.00894295,-0.04398796,0.016671557,-0.044410177,-0.014189776,-0.030269327,-0.03753836,-0.009722472,-0.09468381,-0.017382797,0.019847976,0.035527118,-0.017046953,-0.023373587,-0.024579473,-0.02266555,2.8405626e-07,-0.0038632054,-0.032545697,0.04952813,0.012948838,-0.005709308,-0.005209485,0.001889679,0.027411627,0.00085975445,0.0067690504,0.049339827,-0.033410866,-0.025942056,-0.029671306,0.06948615,-0.028378548,0.074622475,-0.01591985,-0.027857708,0.0102282455,0.02768396,-0.031484153,-0.020256199,-0.04371257,0.007734659,0.014925009,-0.01614886,0.0052026263,-0.04754836,-0.06835071,-0.007149243,0.034127545,-0.027255816,-0.012848351,0.024330217,-0.0070584924,0.039069824,0.035032727,-0.04845711,0.025489876,0.0083580725,-0.05026458,0.011944157,-0.012315337,0.014529652,0.041497607,-0.02331174,0.0735871,-0.0044358745,0.0042537935,-0.040395748,-0.0008365853,0.032593336,-0.010461649,-0.029308697,0.0115215145,0.03628977,0.06659189,0.035308044,-0.008871932,-0.0045037484,0.035707515,0.043935128,-0.005228697,-0.0043055834,0.002714832,-0.047565084,2.3498922e-34,0.022577189,0.018791057,0.012016931,-0.04956695,0.015603919,-0.01551167,-0.016157992,-0.02167023,0.034663346,0.002693171,-0.012096744,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/Drone_data/ASRS Database Report Set - Unmanned Aircraft Systems (UAS) Reports.pdf', 'page': 49}","Crew was flying out of ABE when Pilot Monitoring saw a quad copter pass right below the
nose of the airplane by about 200 feet when we were at 2,500 ft. MSL. Pilot Monitoring
(PM) asked if I (Pilot Flying) saw it as well to which I replied that I saw somet hing out of
the corner of my eye but since I was looking inside hand flying during it that I didn't see
any details. PM reported the drone to ATC giving relevant position and type information.
Pilot Monitoring saw the aircraft pass below the nose of the ai rplane. Cause: Unknown
flying close to departure end of runway. Reported to ATC. Suggestion: The drone operator
to be in communication with ATC"
-0.017612945,0.046898276,0.032009535,-0.02456697,0.031763636,0.017432693,-0.04259878,-0.030263519,-0.021172814,-0.03468676,0.022096122,-0.021718707,2.1101763e-05,0.003720656,0.028055169,0.033648647,0.033957634,-0.08385866,0.0039618225,-0.023316156,-0.0023668534,0.0006844336,-0.0047306507,-0.00046505762,-0.0020387685,-0.0065316884,0.018299725,-0.03616388,-0.024415812,0.003941593,7.383166e-05,-0.023097835,0.08867882,-0.030698873,2.446723e-06,-0.0048744846,-0.039356995,0.017477056,-0.050157215,0.06632422,-0.00034663107,-0.0063321353,-0.018265117,-0.006750416,-0.04485709,-0.022027656,-0.051746804,0.013656129,0.010669181,0.06459301,-0.028476506,-0.047177702,-0.0010091788,-0.02901236,-0.040536158,-0.11854535,0.04092747,0.112601675,0.00785755,0.037994932,-0.04342608,-0.006609052,0.009250999,0.01880171,-0.030975427,-0.036661193,-0.04785038,0.07315193,0.044942282,-0.057412546,-0.0033053472,-0.022440206,-0.037032336,0.044397622,0.020534767,-0.032438006,0.006563726,-0.02028245,0.030970316,0.027726829,0.024671169,0.01161771,-0.02917449,0.0008975576,-0.058822814,-0.014443714,-0.054942124,-0.04703174,-0.034955017,0.056490876,-0.06755345,0.012400799,-0.02462391,0.010441977,-0.036827777,0.011615078,-0.0003767822,-0.0065191793,0.03766384,0.0061960514,0.02087478,0.019407421,0.08497211,0.0053920588,0.005787805,0.08359093,-0.065142296,0.086683325,0.017513633,0.03136343,0.0054389206,-0.010284754,-0.044607613,-0.006447727,-0.011840007,0.027896933,0.0005715782,-0.052227188,-0.042787835,0.062384117,-0.086386226,-0.0046834233,-0.032585584,-0.05399356,0.026833512,-0.100686185,0.035119876,0.021195719,0.050366182,0.013062422,0.038863577,-0.06835556,0.0077954424,0.057506222,-0.010853867,0.035317924,-0.03666745,0.013835736,0.020114958,-0.04172257,-0.026900215,0.031990893,0.004838154,-0.0109995445,-0.053612765,-0.04375307,-1.1740628e-05,0.016134407,-0.012155319,0.028972587,-0.044421,0.007636805,0.057836585,-0.02307214,-0.034366984,0.048398875,0.038906362,-0.0037088327,-0.02604901,0.0047689904,0.026933452,-0.008156511,0.07469005,-0.02143576,0.037668172,-0.009854116,-0.05384401,-0.021508643,-0.09736643,0.024747519,-0.0153357135,0.031818204,-0.0046853335,0.008873314,-0.030556161,0.0143127,-0.049926326,-0.016717637,-0.021136768,-0.0055476925,-0.076432064,0.030210292,-0.037598003,-0.07763029,-0.055476747,-0.00019010321,-0.01575603,0.053624872,0.017790535,-0.06386773,-0.05573976,0.034724485,0.030146413,-0.016680688,0.04784242,0.009345453,0.029916499,-0.06491503,0.03456094,0.018010698,-0.0016755484,0.021067573,0.029835347,0.0070973225,0.023213329,-0.03872901,0.026867472,-0.019071504,0.006827877,0.07085777,-0.00013820305,-0.010380961,0.02279506,-0.018484361,0.033638757,0.003605258,0.025861533,0.008831696,-0.014658262,0.0015405641,-0.03461045,-0.03756994,-0.10017358,0.0022027323,0.012146404,-0.032200497,0.00850512,0.027134389,-0.0043510194,-0.03278023,0.0127910515,-0.01348242,-0.0093025165,-0.014640603,-0.02997967,-0.12152915,-0.053748053,0.014878626,-0.024533277,-0.05145128,0.01793326,-0.0389022,0.024618609,0.028263431,0.0016450594,0.0026954662,0.1190784,0.016393814,-0.006733779,0.0076865824,-0.01878715,-0.010627896,-0.041295547,0.0059390515,-0.02341405,0.012149637,-0.014867947,0.032166302,0.079323605,0.022059709,0.041804224,-0.057056967,0.00798901,-0.008102895,0.021618316,-0.013812654,-0.014803479,-0.0016330418,-0.036336143,0.022074686,-0.0018173995,-0.0049930387,-0.067529224,-0.025376035,-0.020633081,-0.0054585314,-0.103980914,-0.0038506736,0.035959627,-0.01895878,-0.007243213,0.021757212,0.045054793,-0.008632774,-0.001313664,0.074274205,-0.016735626,-0.032959983,0.031031556,0.0474338,-0.0788332,0.018655859,-0.026306214,-0.05835782,0.012635597,0.0004358004,-0.0050970498,0.026205316,0.0004609168,0.07022598,0.0484727,0.022316182,-0.031757236,-0.0015201969,0.010253634,-0.022282813,0.005618364,0.08620672,-0.046130285,0.036171876,-0.025731029,0.0031533914,-0.0046016863,0.078935556,-0.08735485,-0.0143622,-0.01619208,0.03464145,0.014747781,0.016573545,0.01785297,-0.00023007311,0.00893553,0.0090439515,-0.014909582,-0.0006549305,0.03173197,0.00996781,-0.015477034,0.040075112,0.0022435375,0.022185933,-0.01180415,0.050809883,0.05336484,-0.008305914,-0.018285029,0.029513147,-0.02015904,0.018572038,-0.0026801748,-0.04113291,0.0063143163,0.048807744,0.058309752,0.03423053,-0.04348486,-0.0039295363,0.03471804,-0.043566935,-0.049548563,-0.056970492,-0.023231199,-0.02764719,-0.0020048781,-0.0056798966,0.0043957657,0.006814886,-0.027357299,-0.011465765,-0.05524919,0.012467076,-0.051408444,0.018605517,0.052600298,0.00082915864,-0.033354804,0.028274104,0.0068436665,0.008085367,0.031313404,-0.01829949,-0.022209274,-0.03196968,-0.03113196,0.0012254012,0.028560923,0.014683992,0.018237906,-0.004606005,0.029795066,-0.009222759,0.046662886,0.039822847,0.020502057,-0.03221255,0.015616145,0.011617875,-0.02620523,0.032962047,0.06264369,-0.047962405,-0.06311668,0.029404368,0.04662828,-0.007291252,0.030908788,-0.0035633321,-0.0038858703,0.03911249,0.0075059505,-0.01914659,-0.033258896,0.031222666,0.05601032,0.015635189,0.016876545,-0.063512295,-0.005224675,-0.04189,0.040082585,-0.06737457,0.0046674283,-0.0038912678,-0.0075740097,0.007381775,0.007804654,0.018841052,0.0039874767,-0.024031486,-0.014035024,0.015650032,0.064058706,-0.0057273665,-0.017450923,0.03117297,0.013763698,0.0066993516,-0.0062788115,-0.00041033633,0.013840644,-0.01478818,-0.07900181,0.027493237,0.0021311024,0.024850141,0.045426447,0.063474834,-0.011724592,0.016609196,-0.017472912,0.012403626,0.08209632,0.03321551,0.044645492,0.043555148,0.0022319837,-0.003949602,-0.008749942,-0.03441077,0.010990892,0.018007971,0.01694335,-0.063331634,0.02334982,-0.012157158,0.038120165,-0.011458314,-0.043855164,0.050996553,-0.016138235,0.024890292,0.061243486,0.004695716,0.018227689,0.03748916,-0.0055730003,0.006065248,0.098261245,0.022796495,0.03485511,-0.03327341,-0.028562961,0.040273838,0.0028461178,0.042587515,-0.010867001,-0.06740698,0.0065092086,-0.019806406,0.017726868,-0.013139786,0.03841448,-0.030706812,0.016962077,-0.04951403,0.02291372,-0.0029679788,-0.032660194,-0.01686449,0.0028539577,-0.03161986,-0.0046955384,-0.004054988,0.016783737,0.017417058,0.003722726,-0.046952534,-0.05396668,-1.1431558e-05,0.03732962,0.043062806,0.024116589,-0.009269646,0.019233469,0.02684057,-0.0020677329,0.038221654,0.031859957,-0.0029070438,-0.027283179,0.005580225,0.007921529,0.029119823,-0.044723444,0.055040654,-0.039228924,0.08980848,0.0010459782,-0.0066847056,0.0069700647,-0.022578077,0.03889281,-0.009429165,-0.06875311,0.007110877,-0.018768957,-0.003661687,0.062856555,0.049441215,0.023055224,0.0010948203,-0.02056554,0.03548197,0.013216304,-0.0028286278,0.04004796,-0.023531172,0.023349266,-0.0011141424,-0.04445089,-0.020348217,-0.049384397,0.008080958,0.033994157,-0.017864397,-0.04706261,0.0042769196,0.0031206277,0.006998602,0.015742704,-0.05453005,-0.011792579,0.028582009,0.008706817,-5.734334e-33,-0.061970253,-0.036523,0.02450278,-0.03811982,-0.08988835,0.054924663,0.0070528085,-0.023176711,0.047263376,0.053782884,0.037713163,-0.009666241,0.0030384113,0.023485746,0.008379232,-0.024744572,-0.036196455,0.043675706,0.006242658,0.009647389,-0.007491607,0.04688021,-0.049408447,-0.116480745,-0.0207334,0.0311702,-0.027773002,-8.047082e-05,-0.08704728,0.05592144,-0.012718728,-0.020075262,0.039285738,0.049605932,-0.0350351,-0.026018834,-0.020020679,-0.018764684,-0.026153766,-0.045441125,-0.013457897,-0.052199047,0.004109855,0.00096271205,-0.013493913,-0.06429941,-0.020196896,0.008346462,-0.05750666,-0.03342151,-0.03629044,-0.0010094567,0.003382216,-0.041642644,-0.015750688,-0.019989984,0.015303151,0.010823616,0.03631812,0.0045881444,0.01419721,0.0014546989,0.027626278,0.011992903,-0.008232829,0.030004578,-0.033338152,0.008989244,-0.07139294,-0.08406161,0.022598367,-0.03582016,-0.061289832,-0.05972972,0.051113356,-0.039690718,0.0077978014,-0.019597359,-0.065248854,0.05293968,-0.07489886,0.013970363,-0.071715005,-0.04830219,0.058004037,-0.08458251,0.017217277,-0.0005785927,0.024284158,-0.0329998,0.02893158,0.024716659,-0.031366095,0.003159227,-0.004793824,-0.041744288,0.026611956,-0.0131112505,-0.009950717,0.01316906,0.01729743,-0.017464578,0.022267284,-0.012617031,0.0057114833,0.021550179,0.01591749,0.041009665,0.023702545,0.015281177,-0.011373385,0.0046241772,0.021217572,0.01138203,0.027776066,-0.0056021,0.017283354,0.09046632,-0.025525333,-0.002451299,0.02597584,0.046210412,0.006768922,-0.009377993,-0.024988074,-0.012154224,0.027761046,0.018886747,-0.0197832,-0.04144611,0.002609542,0.0011499904,3.0546772e-07,-0.010873874,0.015862005,0.07047779,-0.003684113,0.009976917,-0.019994818,-0.023003353,0.030035358,-0.0035409243,0.117267236,0.0122658145,-0.0458681,-0.0009847386,-0.022114566,0.048112355,0.03613065,0.040879074,-0.023717996,-0.016535755,0.0076530366,0.06342776,-0.031312667,-0.053107195,-0.030677248,0.024041483,-0.082170494,0.0039277123,0.019095331,-0.029201364,-0.013592338,0.038925808,0.024595292,0.038934235,0.03231117,0.0034282987,-0.025083818,-0.002735443,0.056020096,-0.0037605152,0.09990046,-0.06622777,-0.0073152855,0.0072334725,-0.02576989,-0.03478426,-0.014644394,0.050211884,0.0808607,0.0023040604,-0.0070819356,-0.034826644,0.022001442,-0.005919803,-0.03932484,0.017250046,0.023070266,-0.012957036,0.025316568,0.044046354,-0.024037018,-0.03430163,0.04389695,0.04372601,0.088896334,-0.023321595,-0.008448673,-0.05211237,2.8168328e-34,0.0090662185,-0.04708615,0.02209681,-0.050809484,-0.032814052,0.007285841,0.04448911,-0.0004952099,0.00037048841,0.016812572,0.017822644,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/Drone_data/ASRS Database Report Set - Unmanned Aircraft Systems (UAS) Reports.pdf', 'page': 51}","During my practice hours, I flew above 400 ft AGL in Class G Airspace. Since my drone is
set in meters, it didn't translate to me at the time that I was flying above 400 ft AGL.
Since I knew I was in uncontrolled airspace Class G from my sectional chart, I thought I
was clear as long as I stayed in Class G. However, as noted in the Advisory Circular, I was
not allowed to fly above 400 ft AGL. In Class G, it is as if my drone has an imaginary
string extending 400 feet - I needed to be within 400 feet of some thing terrestrial, and I
was not, thus causing an Altitude Violation. All rules always apply - I now realize that even
if I am in Class G, I must stay below 400 ft AGL (in relation to something terrestrial). I
also have written down the metric to feet conv ersion and memorized it for future
endeavors, and set my maximum flight altitude to 150 meters."
0.030160043,0.027611634,0.017239673,-0.016959138,0.01943686,0.022868596,0.054728653,-0.018222494,-0.12705073,0.0025241598,0.030359415,0.004049388,0.03373518,-0.00946424,-0.020471122,0.0720237,0.0066947234,-0.057724334,-0.0052129533,-0.010817893,-0.027597187,-0.00023046946,-0.027545238,-0.022307524,-0.043297462,-0.009355581,0.0020635545,-0.012807918,0.029938107,0.0031545698,-0.0036354293,-0.0077762585,0.052677933,0.01745137,2.1278943e-06,-0.035413746,-0.016528957,0.012386497,-0.035561677,-0.0028019438,-0.03317533,0.0018415577,-0.008184574,0.00020644807,0.013057134,-0.051767405,-0.013061409,0.06274756,0.052709844,0.077726506,-0.012665238,0.014036314,-0.08187941,-8.411913e-05,-0.01831381,-0.07912031,-0.002765105,-0.010768822,-0.039222065,0.006531642,-0.023125915,-0.024449032,0.0034824382,-0.0018519695,-0.044232782,0.01390997,-0.015329688,-0.0005273339,0.0058524995,-0.009133817,0.0056258957,-0.0022924491,-0.03991815,0.057509128,-0.028371576,0.013732781,0.019951487,0.032083556,0.0038330185,0.016803589,-0.061531834,0.030259918,-0.024902107,0.021661302,-0.02216134,-0.006059516,-0.014681199,-0.04305627,-0.04644239,0.0654447,0.0638419,-0.02833991,-0.013621469,0.013478383,-0.027840653,0.03586227,0.060673255,0.020040667,0.016386788,-0.014201239,0.024202418,0.0055039343,-0.05258717,-0.008656682,-0.028674578,0.05956389,-0.06811226,0.046464663,0.011609056,0.06161185,0.024562284,-0.0014286397,-0.0273432,-0.0019480695,-0.020742875,0.033152927,0.038873836,0.020841576,-0.023074737,0.073171645,-0.0061270166,0.059885297,-0.050609075,0.012245976,0.043966964,-0.11273054,0.020053973,0.0068689305,0.04038877,0.01929813,-0.026563898,-0.0042642015,-0.013336564,0.018823054,-0.08877924,0.023227274,-0.020179821,-0.014231485,-0.030856544,-0.037790373,-0.025329288,-0.040150307,0.019515812,0.005233465,-0.0026698848,0.020980125,0.013231936,0.03610897,-0.0024064297,0.013555807,-0.021994308,0.014077774,-5.247631e-05,-0.015016057,-0.0045709857,0.06179021,0.009533375,0.005464109,-0.04684039,0.019131185,0.06341,0.060083367,0.0518942,-0.05538206,0.012877713,0.0597848,-0.033020645,0.030149708,-0.05716502,0.065307274,0.058233082,0.05084672,-0.00031128223,0.019492833,-0.062420845,0.046675857,-0.052946754,-0.029239658,-0.0054474478,0.029911045,-0.10655257,0.016954476,0.015886791,-0.1057094,-0.1040851,-0.03488604,0.061568566,0.023080846,-0.020307768,0.0050041922,-0.005875673,-0.037840936,0.01072499,-0.01819926,0.02989921,0.0034470076,0.0021464843,-0.060112644,-0.009310743,0.004390258,-0.01665123,-0.067742,0.032484528,-0.05310308,-0.0424799,0.020078812,0.023429653,-0.02491634,0.034401182,0.041809782,-0.012516371,0.017355505,0.0030923996,-0.027268076,-0.02429428,0.021747364,0.04650765,0.00021524851,-0.084654495,0.08834006,0.0023149033,-0.01731346,-0.06096191,-0.012117443,0.056381613,-0.031368837,-0.023275653,-0.035486754,0.04137717,-0.035259217,0.0059863767,-0.029605318,0.009463106,0.013170699,0.04372628,0.034743816,-0.03514598,-0.0031568627,-0.022957355,0.011613398,-0.050170705,0.008820386,0.009970315,0.013254829,0.06289488,0.005640471,-0.033000812,0.0058032814,0.032951646,0.012216811,0.00082475255,0.008721786,0.010233788,0.029949963,0.029148208,0.031881303,-0.040276784,0.09853712,0.050090846,-0.004261986,0.077405855,-0.009971062,-0.004203399,-0.025682291,0.035622053,-0.011133603,0.055936214,0.0062069567,-0.04719189,-4.1842763e-05,-0.030327803,-0.027690917,0.022904076,-0.029012768,0.010594499,0.007436073,-0.09630811,-0.004820137,-0.031111928,-0.027834957,-0.0004673338,-0.008415347,0.033065025,-0.005744662,-0.023137981,0.0023768393,0.0068931878,-0.031147081,-0.016281918,-0.009525044,-0.014155562,-0.01982649,-0.011711869,-0.010708838,0.031716026,0.014665547,-0.04875458,0.00065398857,0.045937434,0.08676762,-0.0013333642,0.019648723,-0.02371822,-0.009545942,0.026453959,0.023707768,0.01153298,0.053350728,-0.000416082,0.0008397335,0.015765551,-0.0054406477,-0.010124175,-0.011468128,-0.046249785,-0.027019456,-0.03077716,-0.010959113,-0.018700982,0.09033785,0.0016408751,-0.008570043,0.01714787,-0.02277423,-0.009806289,-0.025924612,0.012965187,-0.013377698,0.03930373,-0.005066217,-0.0011817479,-0.025116477,-0.034181636,0.049293756,-0.05793648,-0.018439515,-0.0020925254,-0.0016842406,-0.03823329,0.04257385,-0.013595484,-0.0103557315,0.0160356,0.08606573,0.071014546,0.015190903,-0.0128228245,0.0037899604,0.060460024,-0.0267872,-0.015631828,0.008961571,0.0114070745,-0.016438378,-0.007593256,0.020705497,0.03559807,0.08064256,-0.015491321,-0.041507263,-0.030320087,-0.0046928534,0.012224244,0.015609089,0.00015476855,0.024447396,-0.006705054,0.011304299,0.00552064,-0.020455964,0.04341142,0.02875549,-0.07625608,-0.029368227,-0.02484009,0.003105062,0.024825279,-0.02249745,-0.10414123,-0.041915905,0.017718216,-0.009673125,0.04761604,0.023915336,0.029975746,-0.010670475,-0.006053286,-0.020284273,0.0029710745,0.107966535,0.01281315,-0.038619924,-0.0906202,0.018482931,-0.006245264,0.03292343,0.06818954,-0.013171325,0.034038905,0.012781015,0.011867745,0.040074974,-0.036834158,0.010807266,0.0031286508,0.0020155488,0.018966733,-0.035156097,0.037211284,0.0057563563,0.020282904,-0.023063539,-0.0036629827,0.022834908,-0.07691296,-0.043103706,0.021237554,-0.009422476,-0.026777348,-0.027379349,-0.008364928,0.028889108,0.04681136,-0.05936264,-0.03134765,-0.049920257,0.043902874,0.03638946,-0.021973234,-0.014518032,0.024631958,-0.03376627,-0.03470847,0.024558915,-0.0075645726,0.04859393,-0.00963571,0.048913606,-0.06415875,-0.04955693,-0.052336298,-0.004124416,0.11154974,0.014767069,0.061213024,-0.011326509,-0.028059872,0.0110748,0.015307531,-0.0035226704,0.033342108,0.039119266,0.056465082,-0.09135935,0.015233659,-0.0065383515,0.048442073,0.07970956,-0.05263213,0.04804569,-0.01562715,0.054536484,-0.0051191947,-0.006699772,0.058947857,0.020666672,-0.0078837685,0.015771648,0.019974882,0.0060830377,-0.015232745,-0.028136412,-0.028759144,-0.011379962,-0.0041840146,-0.02486204,-0.031021258,-0.07981674,0.0137554165,-0.01701726,-0.024202373,-7.233198e-05,0.070028104,-0.085293345,-0.014858729,-0.033957385,-0.025647298,0.008037755,-0.01810419,-0.010152473,-0.0028380041,-0.006748211,0.014903897,-0.030902363,-0.022723863,-0.012424987,0.08991475,-0.026476832,0.020403136,0.0068024932,-0.026603514,-0.00445547,0.040417437,-0.008389473,0.0035744738,0.0034896396,0.02868818,0.042305637,0.038913786,0.0028950616,0.049454834,-0.010401386,0.0021993343,-0.026528424,0.024054607,0.02901273,-0.059602764,0.038901664,-0.0031238932,0.007156511,0.044403076,0.014636112,0.018215094,0.041602768,-0.02361173,0.051324368,0.0077362377,0.016363353,0.034681767,0.013112055,0.01025284,0.010562507,-0.06691268,-0.015073425,-0.009743947,-0.017550193,0.10686701,-0.049593832,-0.0002536477,-0.029076198,-0.04736808,0.026836233,-0.020547958,0.040336017,0.06592193,-0.028811146,-0.023424266,-0.023501333,0.01774724,-0.041501254,0.0053706607,-0.04367525,0.011610072,0.0149705075,-0.0011134526,-5.781497e-33,-0.026874699,-0.08948131,0.01993829,-0.031121839,-0.0532497,-0.0012348631,-0.013824771,0.025205541,0.024187429,-0.016471347,0.026379803,0.01704905,0.019556055,0.035762332,-0.005320577,-0.014740311,-0.024837658,0.04350484,-0.022827582,-0.005237302,-0.01701946,-0.019664265,-0.07027437,-0.016133174,0.004694754,0.013784482,-0.06089888,0.0024838194,-0.08312069,-0.019621862,0.0024423972,-0.027879838,0.0172683,0.012301769,-0.014915061,0.054698482,0.028001461,-0.059182968,0.019285377,-0.004975761,-0.08871821,0.0062433765,0.025102105,0.01487584,0.017447706,-0.033962596,-0.012304949,0.013850794,0.0074731964,-0.0043027042,-0.06946573,0.025911069,-0.009584106,-0.06339537,-0.029568752,-0.030733062,-0.0020512808,-0.020003166,-0.06642141,-0.03692512,0.028283795,-0.033263046,0.022124851,-0.00077039225,-0.0056633456,0.014486837,-0.039206408,-0.024707641,-0.016033964,-0.046043128,-0.030553227,0.03993809,-0.075044855,-0.090441585,0.00830437,-0.06148848,0.00032181898,0.017164443,-0.004402679,0.12482463,0.04423064,-0.028449835,-0.043991897,-0.018110193,0.051692843,0.0015438751,-0.003289949,-0.027027767,-0.0061749034,0.033755355,-0.004487377,0.053143602,-0.009102267,0.0245554,0.055955086,-0.050004773,0.013230579,0.0022346536,-0.009812442,0.018227145,-0.040211383,-0.037758622,0.015555007,-0.041921366,0.029652517,0.007873263,-0.022966094,0.068189524,0.03889057,0.0016849672,0.009701167,0.025159113,0.022459313,0.07023175,0.012307809,0.0069380333,-0.009729201,0.016657006,-0.03457964,-0.030136812,0.026745087,0.037076775,-0.0210143,0.03356807,-0.070823714,-0.0020566946,0.08386209,0.02068905,-0.0040781354,-0.024905408,0.0036286046,-0.0023521502,2.8618865e-07,0.00258523,-0.013987941,0.034831002,0.036795776,0.008542575,-0.035513688,-0.04144825,-0.010930587,0.042347126,0.0024311363,0.03623683,-0.021074034,-0.010412208,-0.028887207,0.018020222,-0.0036183237,0.09867023,0.03231376,-0.00046948364,0.004005592,0.093641534,-0.02076438,-0.034452643,-0.021824894,0.031652197,-0.0068589235,-0.00083624263,-0.030715981,-0.031476907,-0.04825237,0.09662018,0.02224768,-0.016421555,0.0036412296,0.0061148233,0.0038574801,-0.016010772,0.016219398,-0.009969278,0.03583029,-0.039950855,-0.0838148,-0.0014275538,0.015187387,-0.015532262,0.025806518,0.010530781,0.023161264,-0.015065853,-0.0044988315,-0.022826707,0.026934791,0.008925445,-0.03154592,-0.019694798,0.050935708,0.02919613,0.03378172,0.07567576,0.045290217,-0.0022261736,0.025496624,0.013817315,0.021641018,-0.024919951,-0.019819478,-0.059126947,2.5093159e-34,0.009289016,-0.03221383,0.0062300293,-0.07360958,0.0043055033,-0.027885342,-0.045575555,-0.026934713,0.020646209,0.029786814,-0.010957906,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/Drone_data/ASRS Database Report Set - Unmanned Aircraft Systems (UAS) Reports.pdf', 'page': 59}","The crew was performing a launch of the aircraft and was in the movement portion of the
taxi out. We perform all of the ground operation on a ramp on the southwest corner of the
airport at the end of [the] taxiway. The airport has a gate that is blocking t axiway and the
crew was briefed that this is a non movement area behind the gate on [the] taxi way. We
began our taxi up to and holding short of the gate remaining outside the movement area
to our knowledge. Ground asked who approved us to taxi? We briefed them that we were
told this was a non movement area and they said that we needed permission to taxi.
There is no movement lines that we observed and we thought the gate was the boundary
to the movement area. There should be a clear defined visual boundary to the movement
and non movement area.
Callback: 1
The reporter indicated ATC did not issue a brasher warning. In the ramp area where the
UAS is operated there are no markings on the ramp to delineate between the non
movement area and the movement area. The UAS crew was unfamiliar with the airport
and ATC provided them with information on how they could safely conduct operations."
0.009996568,0.027675636,0.030156957,0.0018598287,-0.0041191406,-0.020682458,-0.040733736,0.0059013194,-0.101480074,-0.04127144,0.013028277,0.022504719,0.016640613,-0.018122975,0.018300992,0.037883554,0.04759927,-0.03808169,-0.025664635,0.0067520244,0.024602892,-0.00971189,-0.0040195137,0.013005538,-0.053119265,-0.027532846,0.0028224834,0.010446063,-0.011504355,-0.006953123,-0.008546891,-0.007131572,0.04762587,0.037138972,2.2064078e-06,-0.010445257,-0.029166283,0.0010571872,-0.08336184,-0.014438801,-0.00012873791,-0.015132544,-0.04139184,-0.031349763,-0.010599089,-0.07713683,-0.05942969,0.018157536,-0.023586081,0.016603444,0.0073260223,0.06531983,-0.009665449,0.006741611,-0.038666524,-0.021067696,0.008780653,0.07851527,-0.049777348,-0.004609047,-0.022461375,-0.03520742,-0.031176206,0.040281404,-0.03408275,0.038134508,-0.025292639,0.027385438,-0.008437105,-0.02964927,-0.033524875,0.021474395,0.032548014,0.03308265,0.012052168,0.020992756,0.007876624,-0.022840526,-0.021231305,0.02560119,0.045786586,-4.357026e-05,-0.0067105806,0.002329087,0.03921323,-0.04768777,-0.0048570465,0.022782652,-0.050530627,-0.0037317283,0.03133049,-0.025285415,-0.024711162,0.041067157,-0.008939825,-0.021229798,0.014043718,-0.10183404,-0.023702387,-0.0095356265,0.055153485,-0.014717032,0.011321163,0.007480805,-0.0036006954,0.025963116,-0.018555868,0.07258562,-0.0022933967,0.038755048,0.02194485,0.0058350377,-0.022873467,0.09180466,-0.05256455,-0.000656072,0.049612302,0.03141806,0.048828486,0.037554715,-0.05953181,0.020700289,0.00061219727,0.0045968452,0.07406965,-0.025564803,0.039482553,-0.01659098,-0.016976757,-0.018175498,-0.015278397,0.025403433,0.051828153,0.00056321756,-0.058246132,0.04689794,-0.017903792,-0.04363851,0.025608616,-0.006998691,-0.0043552155,0.012438022,0.012836078,-0.036194704,-0.054163992,-0.026280481,0.018333698,0.09532294,-0.0042467113,-0.019301455,-0.0072317827,0.05682714,-0.01572463,0.0053463643,-0.06876602,-0.0062888535,0.0015563455,0.029655538,0.0026707824,-0.034893405,0.059117112,0.032424886,0.08685657,0.0066746343,-0.026791021,0.015663529,-0.01932046,0.0027603037,-0.0020398966,-0.018847093,0.041888513,-0.041039985,0.009037267,0.032556634,0.0104327,0.014122956,-0.08780933,-0.059799086,0.03768737,-0.007995204,-0.09120247,0.03607953,-0.03989374,-0.018819967,-0.10835916,-0.07053693,-0.06944286,0.024474278,-0.032459144,-0.014966283,-0.030820085,-0.06266499,0.0130877625,-0.012421042,0.017431965,-0.04998326,-0.024941256,-0.06816468,-0.022571499,0.04918351,-0.024527898,-0.021889077,0.083345465,0.005935359,0.0006416624,0.012332271,0.0529265,-0.015788011,-0.03349391,0.026907736,0.024145134,-0.0004572213,0.050767515,0.048962828,-0.0073531517,0.0032153807,0.06612471,0.03929413,-0.07939853,0.042473253,-0.017255949,-0.04894239,-0.01626423,0.019668844,-0.021641707,0.024951648,0.03204455,-0.0059741526,0.043696582,-0.009541983,0.065667205,0.0058167395,-0.0083378265,0.0050387406,0.02032828,0.006293034,0.109463945,-0.07234341,0.016776498,0.0130808875,-0.02959579,0.12741625,0.047926098,-0.010721889,0.06668677,0.0026034832,-0.01819745,0.0056132777,-0.013036666,0.01261456,0.02743179,0.029366896,0.007909703,0.01783656,-0.00026449753,0.028712101,0.027144112,0.06483918,0.06875896,0.018620504,0.024766749,-0.0032541933,0.03183984,-0.02075153,0.036680873,-0.025944978,-0.00068886153,0.02338202,0.044887304,-0.024429401,-0.031832654,-0.02310852,-0.0069752857,-0.0060798684,-0.028341817,0.034806207,-0.044498526,0.014448237,-0.005788976,-0.016244695,-0.025111334,-0.028340852,-5.9326663e-05,0.003955056,0.0038073838,0.017855586,0.027809251,-0.0674882,0.018663237,-0.06443982,-0.06201002,-0.01203015,0.0020144128,-0.015223882,0.020913115,-0.0074433913,-0.030117573,0.06917897,0.029874053,0.06910895,0.014786319,0.024089303,-0.007631189,0.014468244,0.0051674726,0.038294263,0.0023997966,0.04640921,-0.032874558,0.02204501,-0.033174273,0.02867839,-0.015265964,-0.009102356,-0.009955391,-0.015104742,0.036548477,-0.020326348,-0.0370781,0.051351693,0.02118454,-0.0069186958,-0.031354167,-0.018375255,-0.0060585095,0.04886244,0.039313585,0.008556201,0.0001530811,0.019955516,-0.024043057,-0.06650174,-0.016499687,0.022850344,-0.0017531982,-0.07451486,-0.03974197,-0.024363816,-0.039640605,0.03625679,-0.017807594,-0.009894433,0.01903568,0.04643718,-0.04426588,0.036096282,-0.038987752,5.1732317e-05,0.10348403,0.016048135,-0.032668747,-0.0032742347,0.012440439,0.024719927,-0.035346813,0.023351256,0.01580531,-0.02792519,0.043906435,0.03077858,-0.05641771,-0.042355772,0.089623675,0.015968364,0.0011375785,-0.031828266,-0.020026691,0.025804209,-0.013704984,0.0075101117,0.044312026,0.035691135,-0.03825926,-0.021355089,-0.026437512,-0.032660175,0.029249132,-0.008781212,-0.065256536,-0.018784812,0.0037586465,0.018650621,-0.006914661,-0.052804675,0.034403004,0.024185859,-0.008071989,0.0048451945,0.0050127017,0.019467494,-0.00091636385,-0.07673769,-0.04787165,-0.0057086004,0.06294767,0.0098647475,0.07259129,-0.0016917775,-0.032196756,0.018809471,0.006784997,-0.047683086,0.036961265,0.035401784,-0.0034730781,-0.023057878,0.011445697,-0.023998866,-0.036878612,0.061591078,-0.011779859,-0.06346589,0.0009383802,0.042952474,0.0021928046,-0.06265943,0.01479228,-0.03440833,-0.037375458,-0.011994593,0.0031862203,0.015522985,0.0058564744,-0.033238925,-0.05212276,0.005128257,0.030416528,0.006315209,-0.013952933,0.041171692,0.0047258195,-0.025503071,-0.009101207,0.060234707,-0.075653,0.01794445,0.02017049,0.085665345,-0.112036355,-0.07563216,-0.07564534,0.004151531,0.014060245,-0.02614085,0.08376092,0.06579351,0.0060390295,-0.0052794716,-0.012196469,0.030377643,-0.00047234364,-0.017966986,0.07191759,0.026618667,-0.027580645,-0.024123672,0.032434274,-0.05354555,0.030237997,0.03459344,-0.006878152,0.0037283788,0.110298075,-0.017754544,0.10505093,-0.05665596,0.02546524,0.04535413,0.01722867,-0.01119021,0.048764635,-0.004931818,0.01781396,-0.019729663,-0.04366525,0.020051332,-0.014035226,-0.09488643,-0.025340509,0.0024565775,-0.022448776,0.016807018,0.04400407,0.016564952,0.050873213,-0.08739564,0.008255781,0.036743,-0.052603226,-0.0061027715,-0.0268196,-0.01117276,0.018956412,-0.009689406,0.014836756,0.010462779,0.022189183,-0.051513594,-0.09661214,-0.061807435,-0.032056194,0.0031890806,0.055418376,-0.015684223,-0.04366601,0.0030563395,-0.0015069447,-0.029685203,0.00727183,-0.015788374,0.063346416,-0.029466461,0.0054776063,-0.037886478,0.055289656,-0.040360797,0.027625661,0.038498834,0.042235725,-0.038626596,0.024581477,-0.018300345,-0.0035182934,-0.013641813,-0.038608816,0.050585397,0.033721946,0.0049647475,0.0031656723,0.054073736,0.021507394,-0.021809654,0.013011631,0.017994545,-0.018957393,0.008363059,0.06277279,0.008897585,0.006182825,0.03610399,-0.003539923,-0.01578535,-0.05523814,-0.013949394,-0.026593192,-0.039441597,-0.03328691,0.014040276,0.0038347633,-0.06879899,-0.013648213,-0.021815352,0.05094419,-0.011098007,0.061841898,-5.550878e-33,-0.0067277723,-0.07566896,-0.030745596,-0.013872837,0.004135708,0.028337957,0.017220775,-0.022773618,-0.0041444404,-0.0014616329,0.033257842,0.017876903,-0.008979613,0.008727566,0.023179516,-0.03684341,0.021830069,0.00067761325,0.019671181,-0.036598552,-0.03140663,-0.008459747,0.012074423,-0.09025053,-0.0462039,0.028443573,-0.016546836,0.057062365,-0.08569028,0.0035591822,-0.03288561,-0.056173176,0.012710728,0.026723346,-0.011347346,-0.03442175,0.052225757,0.029076694,0.040505826,0.028910246,0.005164299,-0.053184375,0.008452521,0.022695944,0.0317391,-0.01823037,0.011631146,-0.01689146,-0.043556366,-0.002086151,0.017772406,0.015530619,-0.009583056,-0.06663904,-0.010366073,-0.031970926,0.009701914,0.020109951,-0.024846844,0.02608795,-0.05402373,-0.006840924,-0.017064052,0.0183883,0.0075203604,0.006876161,0.041423082,-0.03805943,-0.04097669,-0.011837507,-0.012851371,0.043036032,-0.012580966,-0.025789302,0.008644771,-0.02505253,0.019132903,0.011775295,-0.033009168,-0.003870444,0.007443191,-0.040039245,-0.04834262,-0.0045791897,0.09990884,-0.05346714,0.0076044397,-0.009042199,-0.026029594,0.025682641,-0.03966585,0.038839158,-0.009838412,-0.008396234,-0.026526136,-0.01607233,-0.032163274,0.0364748,-0.005497649,0.015452709,0.02054892,0.03948142,0.041389793,-0.033160202,-0.0038712085,-0.0025421118,0.023723051,0.054971352,0.0034726097,0.0071252296,0.024026508,0.012538132,0.011362344,0.023446565,0.04552711,-0.0033305672,-0.0039495802,-0.038283765,0.028976008,-0.012565082,0.0022017385,-0.057733104,-0.08474065,0.02580532,-0.054427978,-0.014213944,-0.00097101385,0.04020655,-0.036747124,0.0003650791,-0.012692282,-0.011618324,2.7565363e-07,-0.012043995,-0.012844582,0.043165173,-0.05539321,0.014592613,0.027155988,0.0053273095,0.03200805,0.012068802,-0.004141748,0.02651425,-0.038472574,-0.019618196,-0.021311052,0.06188165,-0.033473924,0.034288906,0.0027147618,-0.039550018,0.013559072,0.008722958,-0.022525445,-0.023719382,-0.013618109,-0.014651583,0.030402955,-0.009397188,0.013606359,-0.082627505,-0.05055929,-0.066629164,0.03485468,-0.027444698,-0.007301843,0.030965155,-0.018000534,0.04161676,0.04317865,-0.056347895,0.036571167,-0.011759905,-0.010706569,0.015436074,0.021907248,0.034753256,0.03975304,-0.0011348675,0.09564395,-0.049513154,0.026075806,-0.0290781,-0.00515429,0.030069057,0.024212485,-0.033020504,0.039037492,0.01126254,0.05832138,0.051109806,-0.059110027,-0.0051958733,0.031333484,0.019474506,-0.014558619,-0.0064885267,0.05570112,-0.022438241,2.2861926e-34,-0.0042264434,0.037605464,0.012983281,-0.08074198,-0.012895478,0.019272918,-0.013271803,-0.048215885,-0.009983337,-0.012430669,0.0038371473,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/Drone_data/ASRS Database Report Set - Unmanned Aircraft Systems (UAS) Reports.pdf', 'page': 61}","Shortly after takeoff from 30th St Heliport JRA in NYC at approximately 300 ft. and 30 kts,
the right seat pilot (pilot monitoring) observed an quad copter type drone off our nose
(20-30 ft.) and slightly below (20 ft.) moving right to left. Shortly after seeing the drone
he saw it pitch over and descend from view. Left seat pilot (flying) never saw the drone.
There was no NOTAM for drone ops and JRA was not aware of any drone ops in the area."
0.01412703,-0.052615482,0.04284872,-0.003698486,0.0022563066,-0.017878363,-0.029770695,-0.0013446506,-0.047488537,-0.028530411,0.05200222,-0.036897216,0.01825588,0.036970075,0.061336774,0.05022101,0.059402384,-0.027513584,0.02422045,-0.015789784,0.027992146,-0.00808767,0.01012296,0.022099013,-0.040331252,-0.0069043846,-0.0138718,-0.0054533603,-0.018146807,-0.0028792315,0.008362353,0.010582101,0.050044212,0.028110696,2.467665e-06,-0.055156063,0.00035173388,0.006616844,-0.05953117,0.03632487,-0.0021350656,-0.027019432,-0.046530187,0.004435568,0.003589595,-0.10218488,-0.032274194,0.054198965,-0.00026987307,0.073181614,-1.6121712e-05,0.031842746,-0.010620426,0.005557539,-0.013730801,-0.06539737,0.0036975292,0.01979084,-0.009937149,-0.037464518,0.0027694395,-0.022719892,-0.022658013,0.0008283125,-0.008262172,0.07011806,0.021999408,0.012805463,-0.0014711793,-0.03868769,-0.019697182,-0.017441757,0.0076840925,0.028212847,-0.026425837,-0.027769199,0.037141,-0.019684086,-0.010288117,0.016804818,0.037790533,0.017636396,-0.0512908,0.009941211,-0.020333037,-0.077903025,-0.014441011,-0.021312235,0.0075079384,0.031451266,0.054334335,-0.051351033,-0.012664415,0.031930316,-0.033606283,-0.019119993,0.0121908905,-0.009785444,0.045125045,-0.039101332,0.058615237,0.0007425448,-0.029562049,-0.0026207413,-0.0013350493,0.037455462,-0.06481599,0.015851978,-0.001511306,0.045096997,0.019364253,0.018056361,-0.026087696,0.059724364,0.025407063,0.02295913,0.07888997,-0.04591814,-0.009782873,0.07785693,-0.05111692,0.049298644,-0.040119402,-0.015600323,0.011862047,-0.06842918,0.051012844,-0.018863574,0.0069856467,-0.02331683,-0.020247335,0.013257336,0.018870676,-0.020994157,-0.06817545,0.07294602,-0.062322836,-0.025439017,-0.052546702,-0.04386498,-0.0010577515,0.014221756,-0.017601563,-0.016060354,-0.053043824,-0.03901073,-0.0048753433,0.029617285,-0.016781442,-0.0070593697,-0.044251252,0.04689766,-0.0028969068,-0.02707805,-0.08396213,0.038923338,0.035665363,-0.025679605,0.007038147,-0.022258949,0.06317739,0.016163664,0.06967777,0.0061310744,0.005845735,0.027182452,-0.034392644,0.052926913,-0.075837806,-0.0037089698,0.045381777,0.0017258205,0.031857826,0.0052058687,-0.007668899,0.009409941,-0.11485028,-0.039244466,0.028902674,0.032947652,-0.09134665,0.01245658,-0.029662192,-0.042363185,-0.12695585,-0.03127083,0.002920742,0.026213743,-0.03762948,-0.02988272,-0.0498275,-0.026871683,-0.02492534,-0.015120583,0.045510963,-0.030239055,-0.0021774748,-0.06224365,-0.012808971,0.05843898,-0.023196956,-0.009076477,0.081385985,-0.026478298,-0.01319967,0.0038547749,0.016106168,-0.043475676,0.0010747007,0.07813989,0.044683255,0.0013659032,0.03844834,0.021093111,-0.008143874,0.007342942,0.01909332,0.022899708,-0.083726175,0.005983913,-0.00724092,0.047373276,-0.03968651,-0.0080286,0.038448993,-0.024725342,-0.0043987636,0.024189048,0.07043671,0.029730977,0.026669014,0.020266641,0.011177186,0.021468211,0.011044623,-0.012848093,0.025144238,-0.04448614,0.0001954807,-0.033298697,-0.0016964243,0.014413024,0.015698938,-0.022517616,0.026769163,-0.06406708,-0.0018863354,0.019444501,-0.017228238,0.027585844,-0.02576303,0.0049769655,-0.017308148,-0.00031123884,0.0020564822,-0.020791281,-0.015618741,0.08222658,0.0234701,0.0095576905,0.032914978,-0.03185049,0.016706685,-0.0125586195,0.051615834,-0.020287998,0.027813833,0.05717946,0.00526637,0.021541527,-0.054583266,0.019675547,-0.016230043,0.001542229,0.010394643,0.018945107,-0.04034594,0.036865965,0.009726568,-0.005742619,-5.6799243e-05,-0.022794409,0.031336296,-0.031939384,0.0013346527,0.020607581,0.02490304,-0.06921834,-0.031694286,0.032049786,-0.05701297,0.0055701174,-0.018222176,-0.05292305,0.018701665,-0.036943708,-0.05407244,0.026979696,0.0073000863,0.08584955,0.021412209,0.010272282,-0.03589605,-0.003538667,0.012481494,0.018608438,0.05420513,0.04769851,-0.03399414,0.031706076,-0.020062808,-0.015440483,-0.032827612,-0.029263176,-0.0454615,-0.04907132,0.045084003,-0.053140987,-0.04030748,0.065099545,0.016759556,-0.010305417,5.5289434e-05,-0.015455961,-0.015680203,0.028115373,-0.023601098,0.052641895,0.008948022,0.030778807,-0.02826553,0.004992819,-0.04138336,0.0021092382,-0.0007241012,-0.064519495,-0.03638846,0.012301168,-0.04431207,0.032382455,-0.023147104,-0.007859905,0.0049493224,0.030050984,0.0285035,0.0068818107,-0.10502616,0.03403846,-0.013411876,0.0043668724,-0.03578742,-0.01396783,0.0072758873,-0.014224618,-0.0147597045,-0.012540267,0.0051916963,-0.03531635,0.10321069,0.005675996,-0.02325845,0.0023772102,0.07370457,0.025102502,0.005043138,-0.028047698,0.0063198935,-0.031315282,-0.015669858,0.01744698,0.06755882,-0.011698174,-0.08074276,-0.010998402,-0.019557405,-0.016605454,0.0048886095,0.013133547,-0.0806249,-0.00040477267,0.003132646,0.008483212,0.060056787,-0.009884459,0.018974174,-0.019327655,-0.013393908,0.01618507,-0.016854798,0.04242857,0.021684779,-0.036177754,-0.0958824,0.0054631135,0.03508071,0.012190211,0.036868345,0.009915014,0.008142003,0.033012915,-0.011684629,0.051723275,-0.011154459,0.056560684,-0.01119558,0.012839961,0.01975737,-0.06781423,-0.029533729,0.00688842,0.01367199,-0.050134696,-0.015431632,0.041688196,-0.006466498,-0.012155412,0.049544968,-0.030448126,0.014718353,-0.025902752,-0.036883686,0.02431635,0.020422889,-0.053812906,-0.03128248,0.0007223571,0.0642553,0.02147879,-0.0010057229,0.021016465,0.025465215,-0.045957584,0.023831377,0.057075083,0.019332148,0.02649343,0.056201745,0.04315032,-0.073862426,-0.017467095,-0.08716652,0.028540904,0.0843313,0.0006029231,0.023805046,0.00087954086,-0.028237889,-0.0030749047,0.027665617,-0.012981315,0.030792667,-0.042176872,0.0997198,-0.019091696,0.030173846,-0.047414746,0.016588276,-0.035093267,-0.005404589,0.057341013,-0.0028190135,0.03854111,0.06407121,0.023130422,0.004224283,-0.015005498,-0.044015124,0.011487229,0.01705973,-0.04751706,0.030620389,0.00035306576,-0.04261192,-0.011139922,-0.048736118,0.0044296524,-0.01058956,-0.014900125,-0.06698768,-0.01572694,0.03918965,0.04746037,0.0146738645,-0.03330062,0.0014918434,-0.06879202,0.04368978,0.024774514,-0.016681168,-0.0047368314,-0.018631244,-0.032090023,0.04650748,-0.042319514,-0.0335658,0.015630133,-0.011811463,-0.037717614,-0.01820768,-0.048126813,-0.0022821068,0.019881278,0.018496064,0.026095895,0.009093538,0.016208353,-0.023126885,0.01230919,0.0047214464,-0.00422557,0.01386308,-0.040017266,-0.02789638,-0.050766096,0.026759611,0.012442842,0.019233165,0.018337553,0.014774374,-0.017377898,0.048496295,-0.0017077872,0.015193056,-0.00086153863,-0.03768981,0.041464277,0.030436836,0.009128818,0.01816806,0.07317191,-0.031808294,-0.00052258046,-0.0022364047,0.037702214,-0.030327387,-0.014753027,0.045735504,0.034173325,-0.030401977,-0.025172818,-0.05272081,-0.014314097,-0.048070177,0.008968495,0.00032086935,-0.009070114,-0.008281205,-0.008390645,0.053259123,-0.026212025,0.042996403,-0.014539457,0.08288065,-0.016760115,0.030850021,-6.329075e-33,-0.013268902,-0.045092557,-0.014959576,-0.0017757649,-0.009934846,0.044422865,-0.011442481,0.018219573,0.031267423,-0.008749753,0.03996574,0.013476947,0.013654454,0.034778602,0.013142943,-0.018654032,-0.024689872,0.020237297,0.03676116,-0.048101407,-0.026776375,0.012938384,-0.051107097,-0.08939853,0.022937063,0.041453682,-0.0048881765,0.026561707,-0.05199742,0.040556055,-0.011128187,-0.06463938,0.020514807,0.086140834,-0.021392332,-0.0056639113,0.02869454,-0.02266603,0.043086946,-0.019213878,0.0013649809,-0.045314517,0.0061967773,-0.0071205967,0.012128154,-0.07582422,0.01291102,0.019141909,-0.010931286,-0.023995275,-0.048815254,-0.0013823082,-0.017923048,-0.067414984,-0.016440865,-0.028239049,0.021852368,0.0042861453,-0.024574652,-0.019986842,-0.04981654,0.0046699345,0.010334183,0.008905852,-0.016865108,0.00649887,0.07001056,0.021419449,-0.06388595,-0.06656002,0.0015448002,0.01055446,-0.039241634,-0.03462857,-0.02618644,-0.03069017,-0.029111097,0.022718348,-0.007760568,0.099507175,-0.002179021,-0.022965156,-0.03992033,-0.008464899,0.07919562,-0.03589389,-0.0106897345,0.0008158224,-0.015177685,0.006228284,0.0026286326,0.029939018,-0.02795934,0.039364982,0.055949073,-0.12909392,0.030033102,0.009218136,-0.0027449606,0.048391476,0.029908752,0.04558379,0.040663566,-0.08348115,0.0035344022,0.021160524,-0.010618748,0.069850236,0.02190827,0.0063472567,-0.02022747,-0.013229521,0.027751185,0.006983102,0.049026463,0.0016852838,0.004861546,-0.019073514,0.026535124,-0.022755515,0.053759445,0.018742496,-0.04349534,-0.003961967,-0.07211687,0.029115282,0.028954523,0.008860792,0.023057321,0.025314284,-0.0006768163,0.016887603,3.1259373e-07,-0.024428409,-0.023608223,0.07633368,0.013922201,-0.008611661,-0.0026539844,-0.0224395,0.03257721,-0.0010997946,0.03242151,0.032001115,-0.07667403,-0.035103116,0.0020272932,0.081829265,0.0043882886,0.08551735,-0.010441919,-0.011363467,-0.0034662136,0.04207711,-0.044601616,-0.008023292,-0.013824807,0.009304753,0.0077526676,0.0041662394,-0.03852298,-0.03708273,-0.07489649,0.055908874,0.05933881,0.0023638844,0.05593982,0.009626026,-0.041104347,0.009800322,0.04447842,-0.025335042,0.06758562,-0.015330037,-0.053417847,0.04338404,-0.041223656,0.0042047496,-0.003205891,-0.01601903,0.12750559,-0.070926405,0.04416634,-0.038752593,-0.00059806823,0.00052062253,0.017624311,-0.014841241,0.051751968,0.0026355246,0.026867317,0.031046787,0.057341043,0.012729075,-0.0006260918,0.037790366,-0.027545562,-0.0069234436,-0.0027788717,-0.085640796,2.9999337e-34,-0.038249783,-0.018579064,-0.0036368165,-0.07266792,0.008779462,0.0040490828,-0.017007092,0.010339727,0.0147903515,-0.013620589,-0.021732435,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/Drone_data/ASRS Database Report Set - Unmanned Aircraft Systems (UAS) Reports.pdf', 'page': 63}","Flight XXXX ZZZ -PHL. After being handed off from ZZZ Center to PHL approach, and
before checking in, we experienced a near miss with a small aircraft or drone. Our attitude
was six thousand feet. We were approximately thirty miles south of PHL. The First O fficer
and I happened to be looking outside at the time and were both startled by the
appearance of a small silver colored craft with wings, co -altitude with excessive closure. I
estimate the closure was 300 knots. The craft appeared in my peripheral visio n at about
the one oclock position and passed directly off our right wing by roughly 50 feet. The
encounter lasted for perhaps only one or two seconds. When I checked in with PHL
approach, I reported the sighting whereupon the controller instructed me to c all on
landing. I did so and reported the event to Person A at TRACON. In accordance with the
FOM, I called dispatch the next day and spoke to the shift manager and an Assistant Chief
Pilot (ACP). The ACP asked me to fill out a general safety form and prov ide these details.
Narrative: 2
Flying XXXX from ZZZ to PHL. I was the First Officer (FO) and Pilot Flying (PF). We were
flying the PAATS4 RNAV arrival with the autopilot engaged. I believe we were level at
6,000 ft. MSL near CANNY intersection when the Captain said, ""what's that?"". I lo oked up
and he pointed to an object off our right side at our same altitude. We were flying at
approximately 250 KIAS so it zoomed past us rather quickly. The object appeared to be
either a large drone or a small aircraft. Its color was white or light grey . I'd estimate its
distance from us to be around 200 meters but it's difficult to say for sure. We did not
receive any TCAS TA or RA or any warning from ATC about traffic. The Captain was Pilot
Monitoring (PM) and reported the object to PHL Tracon via voic e radio. He was also given a
phone number to call after landing. The Captain called the number after we landed and
spoke with ATC."
0.037864927,0.030468035,0.019057984,-0.008042177,0.0054514767,-0.002332422,-0.024118522,0.0051430017,-0.07723947,-0.01869091,-0.017702816,0.030072657,0.0033767645,-0.0055176127,0.01083294,0.10395951,0.01797568,-0.045997426,0.008099879,-0.022382896,0.037747778,0.0018872764,0.036415886,0.009702585,-0.02350512,-0.009350539,-0.013843357,0.0104640005,0.0096788155,-0.012773071,-0.006651071,0.03556926,0.041939467,0.02155047,2.1305057e-06,-0.04910646,-0.04616401,-0.011938349,-0.10931816,0.051636204,-0.033504758,-0.025207313,-0.01477472,-0.0057089515,0.019898342,-0.05032253,-0.049358606,0.056348134,-0.004130318,0.07315756,0.013277611,0.02770695,0.0031758854,0.008909875,-0.04155862,-0.03518326,0.018124277,0.09364167,0.00048525684,0.005161566,0.02389805,0.007241293,-0.038163446,0.035925083,-0.026203284,0.085473,0.03052498,0.048492268,-0.028364299,-0.04671616,-0.05892573,0.008924124,0.017438058,0.02586421,0.017636573,-0.013227073,0.003226624,-0.055154122,-0.034745034,0.014402378,0.005734705,-0.018075416,-0.010821702,0.03786214,-0.002203799,-0.05239786,-0.029651415,0.009047431,-0.004354478,-0.0028977965,0.023058012,-0.0757972,0.019238714,0.022382544,-0.022753363,-0.019786445,-0.008845262,-0.046166223,-0.006779735,-0.020002859,0.059450794,-0.02708183,0.007426145,-0.017610975,0.008523921,0.024887381,-0.08246325,0.007061086,-0.0028246525,0.019811587,0.028913517,-0.011697038,-0.030879958,0.081758864,-0.009248179,0.009763076,0.05401348,-0.00448764,-0.0246176,0.014844928,-0.051155545,0.042333145,-0.036700435,-0.015776295,0.04097131,-0.05448564,0.025553994,-0.005998384,0.011762147,-0.011978015,0.009197927,0.0023424763,0.060354035,-0.0066900086,-0.055809587,0.038009997,-0.01647057,-0.024283377,0.004729305,-0.020181427,-0.026936784,-0.0045396104,-0.00044404913,-0.043140102,-0.02169025,-0.032934967,0.013107764,0.05095518,-0.023552917,-0.039817587,-0.021739967,0.070842125,-0.0036670272,-0.02986419,-0.04977524,-0.0075402837,0.034744583,0.01837376,0.011881654,-0.034892134,0.04560747,0.031711105,0.062018123,0.018918404,-0.01074867,0.033648986,0.007499352,0.052748594,-0.0747402,0.027572602,0.001473419,0.008222985,0.02786549,0.003658893,0.009308313,-0.02809617,-0.1093273,-0.09467063,0.021954928,0.030344324,-0.10199337,0.016420897,-0.017286276,-0.019370506,-0.14352591,-0.048148554,0.045444176,0.018772526,-0.012893071,-0.04469675,-0.059206925,-0.03441598,-0.021070177,0.01967798,0.032721624,-0.045880396,0.021068892,-0.06557692,-0.024995407,0.028835379,-0.015677229,-0.013293366,0.079004206,-0.031620584,-0.009048724,0.022222271,0.02448185,-0.03865848,0.0026349307,0.05736948,-0.00038948577,0.007030646,0.063341394,0.035966545,-0.007821213,0.005909516,0.044872016,0.012653118,-0.08245571,0.059867594,-0.032363735,0.027317062,-0.03450914,0.0041999146,0.05643604,-0.006740802,0.028003974,0.027827138,0.05600756,0.020959705,0.037887808,0.015939863,0.016387485,0.007987138,0.0026162292,0.03396017,0.060366258,-0.055224888,0.006753173,-0.029411111,-0.025079107,0.044142526,0.0047999006,-0.011107009,0.05252464,-0.028830556,0.022150554,0.025580576,-0.01578706,0.01609539,-0.011040666,0.006302438,0.005296733,-0.022380348,-0.003207076,0.010958553,0.015523184,0.05931421,0.028634932,0.05820982,0.039005168,0.01772493,0.028535893,-0.01630646,0.017735103,-0.015350478,-0.01609854,-0.017467434,0.01625482,-0.033589058,-0.055296686,0.02571949,-0.01819051,0.004941022,0.0055374033,0.07659951,-0.025903169,0.020651244,-0.0033450457,-0.008128122,0.005145769,-0.045000203,0.036690813,-0.023844758,0.0016776056,0.020474605,0.019745598,-0.020362858,-0.031134572,-0.09133678,-0.10047483,-0.015122386,-0.010954146,0.0056502973,0.04063243,-0.040184632,-0.050014228,0.027145049,0.032319237,0.120944604,0.010397332,0.028611638,-0.009571005,0.001852996,0.008582747,0.011911099,-0.03293302,0.046798557,-0.0052644713,0.02767856,-0.030306201,-0.0030104495,-0.0014695053,-0.01729095,0.01767285,-0.05429736,0.019140935,-0.018719733,-0.054605983,0.045613207,0.039053693,-0.013966709,-0.018416263,-0.018062966,0.00012946803,0.05100038,-0.007315942,0.035840057,-0.039459635,0.0012742917,-0.015781099,0.015864162,-0.039045677,0.033675086,-0.029444607,-0.06168712,-0.028650539,0.0013078124,-0.03242151,0.024962116,0.013472932,0.0035365701,0.02561074,0.1090393,-0.039160807,0.0073297694,-0.01972588,0.03297653,0.013658826,-0.030594425,-0.04086101,-0.04194749,-0.002410147,-0.005364764,-0.0038976318,0.050243083,-0.0028625368,-0.040864386,0.082713835,0.005782563,-0.06970753,-0.011205991,0.100662306,0.023341062,-0.03795046,-0.016024906,-0.008223882,0.002760961,0.0015029241,-0.007829928,0.044345133,0.014156213,-0.032885898,0.0015953913,-0.029484449,-0.024882734,0.016367503,0.024026636,-0.06211825,-0.01868224,-0.00455233,0.05929498,0.017174749,0.0019557949,0.036496118,0.003811883,0.007906577,0.007924187,0.02534749,0.023982033,0.008134167,-0.06273726,-0.08906882,-0.029560586,0.03360026,0.016740855,0.06672516,-0.0067119263,-0.016395325,0.019668134,-0.0072774016,0.030133896,0.013355421,0.04785502,-0.02626904,0.009483193,0.008749225,-0.011393325,-0.029709684,0.07115585,0.008949197,-0.059638966,0.008777802,0.017766029,0.002663725,-0.08429057,0.03656077,-0.04748543,0.016873783,0.015725473,-0.03384538,-0.007020659,-0.0018981782,-0.049064636,-0.06919192,0.017536424,0.0476246,0.0181371,-0.011192559,0.008618618,0.011456818,-0.00965406,0.007042315,0.05204026,-0.016174542,0.05154228,0.036827836,0.09922076,-0.10864314,-0.036529675,-0.10615031,0.027141301,0.06486643,-0.025048573,0.055054247,0.037075948,0.0037545657,0.018882694,0.01501461,0.00724848,0.0068573966,-0.03629283,0.112846226,-0.009640842,0.005413512,-0.0493495,0.0027828705,-0.07606271,-0.015253611,-0.022307446,0.00999572,0.017750243,0.09063961,0.05447884,0.029962255,-0.029962601,-0.009743659,0.020755446,0.00600186,-0.012743305,0.06512134,-0.0075164805,-0.0034031249,-0.0242015,-0.048888773,0.040544715,0.013642801,-0.04873773,-0.03184502,-0.008949123,0.0068310476,0.026785418,0.00063255185,-0.0253556,0.016481789,-0.06626394,0.042252783,0.03360406,-0.007893513,-0.008971754,-0.028253945,0.0016534762,0.044966992,-0.034983907,0.0048267534,-0.037797164,0.0065784315,-0.06421744,-0.068161316,-0.05129593,-0.018494096,0.027361361,0.021772353,0.049960796,0.0031949442,0.013414581,-0.017817324,-0.017372051,-0.012445259,-0.014728636,0.04036181,-0.0015396688,-0.022624101,-0.049145162,0.016870571,0.013128095,0.045025304,0.039429516,0.06512982,-0.018157635,0.05600338,-0.03022003,0.0063327053,-0.03601715,-0.037420917,0.036777005,0.015170307,0.034380857,0.051158946,0.061304167,-0.010538137,0.005856201,-0.04576074,0.07551643,-0.03325232,-0.005498958,0.065216705,0.016250454,-0.03644865,0.01270652,0.010769185,-0.009247773,-0.014051841,-0.0014059143,-0.029651541,-0.048508894,-0.030700555,-0.0031801232,0.028321695,-0.062076177,0.010315077,-0.034380913,0.019177148,-0.014703581,-0.0021807076,-6.2130005e-33,-0.010372923,-0.05684727,-0.036063183,-0.031828064,0.0084783025,0.031868946,0.024848457,0.006221428,0.024194114,0.0004967618,0.017733375,0.020486807,0.010767182,0.01965057,0.018794166,-0.014391126,-0.012791298,-0.017873768,0.025700366,-0.03451462,-0.019399585,0.015547636,-0.029048694,-0.11772103,-0.028885802,0.017217377,-0.0062019373,0.048885632,-0.06361495,0.011047501,0.005277333,-0.071444795,0.010440595,0.08655853,-0.027175646,-0.03958246,0.03580555,-0.00272702,0.019641265,0.0077279583,0.03915311,-0.08240964,0.03347474,0.016791688,0.023619743,-0.05220099,0.0029345884,0.019190514,-0.009403911,-0.004296524,-0.018703435,-0.004379411,-0.043356046,-0.022736676,0.0041280617,0.016035013,0.004009182,-0.0036007736,-0.018648084,0.0042787967,-0.06159262,-0.00046669677,0.035265855,0.03802016,0.03559024,0.018785527,0.06140976,-0.034563255,-0.004373556,-0.06119795,-0.0119842095,0.048281092,-0.009897706,-0.04981965,-0.012516585,-0.02855081,0.057764705,0.0149359135,-0.018640177,0.065847225,0.00827878,-0.03823246,-0.03719055,0.01036854,0.07850814,-0.056767434,-0.0034729505,-0.02741719,-0.018451566,0.01830313,-0.020887306,0.061881326,0.009253072,-0.0018989522,-0.004497733,-0.078637764,0.011820533,0.05297905,0.004001512,0.022760902,0.008709411,0.026913827,0.040104724,-0.07071756,-0.0043874695,0.0043260935,-0.022920249,0.04952243,0.02216661,0.005667139,-0.01096977,-0.020863963,0.024999326,-0.005652019,0.05096412,0.001759333,-0.00050209876,-0.05027321,0.03174755,0.0032102105,0.03243702,-0.03351998,-0.06173491,0.044100422,-0.04873263,0.026955564,-0.008818368,0.0051878397,-0.015877087,-0.0016694561,-0.019923748,6.897792e-05,2.7709544e-07,-0.0229929,-0.020937826,0.04364262,0.022700762,-0.0014991873,0.006146292,-0.016264502,0.028019298,-0.0026678152,0.027839458,0.035371903,-0.039992847,-0.014722915,-0.031863403,0.05878606,-0.039779473,0.045266777,-0.0056955437,-0.017956832,-0.03874317,-0.018388076,-0.022862108,-0.017009385,0.0037013637,0.03573043,-0.0069162357,0.025693778,-0.034781266,-0.0049523176,-0.04925561,0.002827622,0.052520033,-0.046443358,0.0039481195,0.03740096,-0.036291383,0.02781707,0.028653238,-0.059762806,0.01425247,-0.023257548,-0.051367138,0.0062481756,-0.02949362,0.030424476,0.0126974,0.0017077514,0.09028558,-0.042769328,0.037989084,-0.03907595,-0.013417816,-0.011998885,0.012005079,-0.024033891,0.03493898,0.020212602,0.039612036,0.040936735,0.00082317914,-0.025180664,0.033411846,0.0217617,-0.045593664,0.0006859669,0.014704931,-0.067424536,2.0681496e-34,-0.0066845277,0.012168224,0.0066722054,-0.02677839,-0.026708007,-0.026167693,-0.038622264,-0.021685911,-0.014408013,-0.02155282,-0.0144126685,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/Drone_data/ASRS Database Report Set - Unmanned Aircraft Systems (UAS) Reports.pdf', 'page': 65}","Was flying back from TIX to ZZZ. While flying below the MCO Bravo, my passenger who is
not a pilot, called out an aircraft quickly closing at our 2 O'clock. We both identified a 4
rotor drone, similar to a consumer DJI model, about 1/4 NM off our right win g and slightly
higher. I could not tell if the drone was stationary or moving. There was a commercial
aircraft approaching approximately 1,500 ft. higher than the drone and descending. I
quickly took a picture of my EFB to capture the location. The commerc ial aircraft
mentioned earlier was approaching final at MCO. I immediately dialed up MCO Approach
and once I raised the controller I shared the information about the drone sighting. The
remainder of the flight continued without issue."
0.04119821,0.06811135,0.022465289,-0.016869329,0.0025052156,0.008742088,-0.014735034,-0.012099926,-0.01802828,0.032417506,-0.033384927,0.016784277,0.032460995,0.010362554,-0.046285696,0.099750824,-0.0021762114,-0.026248032,0.0060631195,-0.014443152,-0.028160298,0.069752574,-0.00017861089,-0.048420593,0.024203524,0.031981144,-0.030868333,-0.056649867,0.033309873,-0.026191508,-0.029973628,-0.0029356421,0.06370976,-0.10778266,1.8566972e-06,-0.024397649,0.037586175,0.026868427,-0.03599184,0.054580644,-0.022620704,0.012646308,-0.014106073,-0.027424732,-0.0015185457,-0.01962722,-0.03391178,0.053848073,0.019643966,0.03787064,-1.0247702e-05,0.035845526,0.035362113,-0.007413864,0.03160447,-0.061984483,0.021963986,0.011890006,-0.018904064,0.001698082,0.021575985,0.05102443,0.019474993,0.017578762,-0.047619697,0.0017247426,-0.07573203,-0.022673415,0.037723668,-0.03607377,0.06555352,0.003421769,-0.009438114,0.067721315,0.008731248,0.023554828,0.010818961,-0.016629947,0.01744304,0.054039005,0.010530081,-0.0091757495,-0.0016199559,0.012643019,0.0029176783,-0.031543653,-0.007394213,-0.010649397,-0.04882336,0.0099465195,0.008514073,-0.007286098,-0.027088493,-0.0005564299,-0.0035798557,-0.009304434,0.0072290236,-0.013526558,0.002763396,0.020901365,-0.010578808,-0.0068055824,0.0023447291,-0.0287841,-0.036111996,0.056047145,0.036919717,-0.024436483,0.031373028,-0.0046791458,0.022465443,-0.04157486,-0.031044658,0.059297107,-0.001463867,0.019473642,0.016481271,0.003558989,-0.009493924,0.10294627,-0.019576386,0.018650435,-0.0056666494,-0.00054091227,-0.06290542,-0.098401606,0.07170431,0.003142841,0.030422501,0.008213131,-0.027474733,0.0032182601,0.010788601,0.006244782,0.0030590412,0.010881158,-0.009308739,-0.016461134,0.0032624574,-0.022387115,0.005593914,-0.034997527,-0.014960921,0.007348227,0.04337618,0.04269195,0.0069813076,-0.025300398,0.0018225396,-0.004923128,-0.059129015,0.043037,-0.018535957,-0.037007567,-0.035558112,-0.013112716,0.07724855,0.024230827,-0.02404621,0.018717766,0.016341453,0.022792406,0.06545815,-0.02206119,0.0742039,-0.024239486,0.0013561931,0.031763565,-0.11089998,0.024290126,0.012730756,-0.0036078934,-0.02212473,0.037417304,-0.009376123,0.04980285,0.0033826875,-0.08345724,-0.021701472,0.0108763985,-0.058069896,-0.063210525,-0.073563874,-0.03391027,-0.07010704,-0.031569447,-0.021686314,0.05114702,0.0053828154,-0.011651964,-0.027090512,-0.0044362484,-0.018817876,-0.0037989584,0.047222696,0.016007468,0.035208035,-0.0022032636,0.004816517,0.03265572,0.016865017,-0.0024237658,0.010177375,-0.017687233,-0.01978388,0.006003676,0.054310493,-0.0371059,0.036794044,0.047653407,-0.033983357,-0.0023699265,-0.026219,0.023464166,-0.014112072,-0.031526696,0.030462505,0.036062367,-0.019759813,0.030018397,-0.03990156,-0.047281496,-0.062284056,-0.003039216,-0.040307984,0.018433174,-0.01643131,0.023911545,0.05691112,0.030762475,0.006868719,-0.0064860326,0.024728052,0.005982748,-0.051275156,-0.01646271,0.036439482,-0.034756705,-0.048375517,-0.028867917,0.024857115,0.043073002,0.031612348,0.021311471,0.0769798,0.0077948673,0.029876085,-0.015966548,0.009491746,0.02228755,-0.0006348832,-0.030050518,0.01815465,-0.026740348,-0.005652396,0.027348874,-0.023908237,-0.010976529,0.038542293,0.08740917,0.04227433,-0.017488955,-0.028328165,-0.037024688,-0.029488178,0.008037074,-0.012988547,0.094296135,-0.08294109,-0.049564186,-0.010849935,0.00017560543,-0.048494413,-0.0074520335,0.04940468,-0.0039890544,-0.032479748,0.019682283,-0.021351485,0.031824652,-0.025752671,-0.037343714,0.022095392,-0.0009997383,0.029353516,0.013155239,0.008386455,-0.042269595,-0.00015311598,-0.00048652483,-0.09398857,-0.023863774,-0.04288634,-0.034862123,0.02085504,-0.017837787,-0.07017199,0.026777493,0.03762916,0.04546764,0.046329167,0.038546257,-0.041769255,0.01705628,-0.011094078,-0.01956289,0.0004260824,0.07452872,0.00846385,-0.047205098,0.023146817,0.039039664,-0.018093398,-0.021827228,0.014388844,-0.006044156,-0.02782119,-0.00059280335,0.0040720426,0.09866152,-0.0015175843,-0.012036194,0.03959711,0.003965315,-0.0027208815,-0.021125037,-0.014016095,0.045003302,0.021073861,-0.005618837,-0.004851777,0.03086699,-0.015512837,0.027504575,-0.047091965,-0.056041323,-0.010582683,-0.02038399,0.024785282,-0.004162988,-0.043323077,0.0029850404,0.020104365,0.069103464,0.02376874,0.0016378582,-0.024813928,0.0006418576,0.0007691854,-0.015406248,0.006867912,0.016461974,-0.008978804,-0.027815294,-0.012383366,-0.020644289,0.0015665231,0.008743602,0.05606242,-0.0006629336,-0.02690872,-0.028623177,-0.002761695,0.045043867,0.031169403,0.062168818,-0.0065939855,0.02952798,0.03708504,-0.028535895,0.04984928,-0.02160284,0.030896671,-0.013185663,0.007564049,0.009831146,-0.008463606,0.023940025,-0.07354992,-0.024192268,-0.037501108,-0.029199457,0.04018957,0.022150485,0.025826752,-0.0008604913,-0.023415873,0.025324717,0.06368454,0.030352067,-0.0033614964,-0.039395895,-0.076306015,-0.007436161,0.0131286895,0.0007704624,0.07081846,-0.0065354607,-0.015876455,0.023797654,-0.0127449995,0.003870627,-0.09732789,-0.000966535,-0.012739283,0.10383653,0.031821966,-0.032698672,-0.004700555,-0.0075294105,-0.01450816,-0.033128593,0.002176879,0.0023258268,0.007089296,-0.04718485,-0.019547496,0.0057223663,0.046867494,-0.06879362,-0.0043015853,-0.011762211,0.031237442,-0.0111133605,0.045602024,-0.0013806471,0.04470961,0.010797014,-0.015100641,-0.035382252,0.018786855,0.005510575,-0.0044731596,0.0019474076,-0.08854712,0.028204897,0.059148442,0.085906066,-0.091865934,0.020433685,-0.045399472,0.0070868875,0.044789977,-0.04589378,0.027252791,0.00072710024,-0.018014634,-0.004443317,0.026563555,-0.019370453,-0.004104633,-0.025860222,0.073372945,-0.033202417,-0.00053667667,0.0038489834,0.12943426,-0.034911364,-0.0022096087,0.035476103,-0.05216571,0.035163682,0.027980605,0.008479569,0.043033633,0.014561131,0.05462192,-0.005340845,0.017960276,-0.033376,0.08414646,-0.038035993,-0.02190566,0.0016595983,-0.062583566,0.039907064,-0.01547326,0.035060845,0.031122368,-0.007477584,0.034988604,-0.027004292,0.043329664,-0.039319757,0.00282295,-0.027007794,0.015456212,0.0017009985,-0.009836981,-0.042588357,-0.0077238423,-0.0030183902,0.04446415,-0.057896018,-0.024556978,0.02852239,-0.018146766,-0.06084141,0.0070713586,0.0009581617,0.056296375,0.01573481,0.0643189,0.020434624,-0.011217682,-0.03470011,-0.032769945,-0.019810213,0.024230383,0.010007556,0.0070290715,0.008942318,-0.017661681,0.0070098676,0.022533165,-0.02517917,0.052919142,0.100834996,0.012090584,-0.03727218,0.004003519,0.018262265,0.03222369,0.063189246,-0.03660988,0.07050634,0.020794487,0.0071219103,0.074391164,-0.001553459,-0.04145453,0.03485674,-0.05124269,0.057751976,-0.008406995,-0.058471505,0.04047508,-0.021212408,-0.033929896,-0.030556565,0.031259444,0.0022197405,-0.02883949,-0.010855394,0.017595422,-0.009187475,-0.045842864,0.026903912,-0.01817872,-0.05369345,0.027376564,-0.10231464,0.008057038,-0.017163418,0.0077315285,-5.8499024e-33,-0.037857104,-0.008617866,-0.001677417,0.011526306,-0.09987908,0.088509634,0.009073142,0.007870932,-0.006461803,-0.020208694,0.041205864,0.0026388715,0.002588071,0.037562747,0.021013707,-0.02649431,-0.056200404,-0.0036576318,-0.0222488,0.001833054,-0.040233076,-0.0153840445,-0.07676789,-0.01431135,-0.0026608757,-0.0005718209,-0.056704395,0.028756974,-0.04809601,0.02307474,0.012711362,-0.023523733,0.027100932,-0.0018574484,-0.017988123,-0.05836862,-0.0017288643,-0.023597179,0.06189793,-0.020281624,-0.03229158,0.024980256,0.034101486,-0.044999503,-0.0024460587,-0.0026161761,0.011198318,0.043488298,-0.033439945,-0.035226207,-0.00012103966,-0.027565487,-0.030061658,0.012374876,0.00635176,-0.009486847,-0.025110107,-0.022238681,-0.07117503,-0.037361007,0.0016329482,-0.02001346,0.025790757,0.045838952,-0.035202574,-0.017338917,0.01137278,-0.035817888,-0.060956217,0.053791188,-0.01752258,-0.015235727,-0.03989933,-0.024761973,-0.13822667,-0.01975974,0.0076296646,-0.0001904152,-0.00028238707,0.0967443,0.049290024,-0.06878622,0.01653071,-0.014792295,0.013849177,-0.014338089,-0.052650467,-0.0721241,-0.032721717,0.020655911,0.022972545,0.07257053,-0.04075477,0.019615712,-0.03263765,-0.043630958,0.028156841,0.04094129,0.042963862,0.010154584,-0.03685089,0.045965467,0.01356858,0.07463719,0.012096534,-0.021077171,0.014493264,0.10717866,0.02063793,0.0050089606,-0.0022775703,0.043016657,0.04125223,-0.006396394,-0.025637584,0.03197584,0.01093521,0.0005450858,-0.032325763,-0.0020293961,-0.012072,0.021867482,-0.02910526,-0.004377422,-0.050818074,0.018027512,-0.02731353,-0.0042483932,0.013351166,0.00011605624,0.044587385,-0.07603275,2.5469222e-07,-0.012187035,-0.036297485,0.027143218,0.0144038405,-0.021322083,-0.08448838,-0.05517071,0.017906696,-0.006859664,0.03613276,8.2450606e-05,0.0060788207,-0.03006187,-0.031933773,-0.011123012,-0.0481457,0.064571574,0.0063910084,-0.029074589,0.04971863,0.052264884,-0.038184907,-0.013595717,-0.008063739,0.04366156,0.012278409,-0.024233334,-0.049900863,-0.121120825,-0.034267288,0.0018611915,0.054832157,0.012033009,-0.0074340417,0.0034733107,-0.008372234,-0.05721907,0.023407273,-0.0028675366,0.031599782,-0.024765508,-0.057226136,0.027246002,-0.022236366,0.008965254,-0.029088844,-0.005276513,0.114412546,-0.02888497,-0.006333253,-0.022701975,0.06603479,-0.016739834,-0.00417949,-0.008915009,0.0396991,-0.010399678,-0.029724777,0.04667643,-0.01817226,0.001696626,0.04571108,0.050804365,-0.00694768,0.011703662,-0.02480439,-0.019771034,2.2601147e-34,0.019182498,0.010834433,0.011300367,-0.022395045,0.018938381,-0.010671889,0.0052796435,0.021411743,-0.019547904,-0.016462723,0.013789088,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/Drone_data/ASRS Database Report Set - Unmanned Aircraft Systems (UAS) Reports.pdf', 'page': 67}","At the time of the flight, I operated under the assumption that I had successfully obtained
the required airspace authorization through airspace link, as per my application. However,
I subsequently discovered that there had been a recent overhaul of their website, and it
appears that despite my clicking the ""submit"" button, the information failed to register on
their system.
Callback: 1
Reporter had no additional information to share."
-0.016410908,0.0006109202,0.0056546708,0.018274246,0.040939737,-0.05584529,-0.003559748,-0.020428022,-0.061738674,0.034658376,0.04800042,-0.06150056,0.009052407,0.034574255,-0.0055640168,-0.035836697,0.042185307,-0.017855965,-0.06523384,-0.0133036105,0.014635754,0.0065349913,0.028981201,-0.025070382,0.014981001,-0.029289935,-0.03659697,-0.031381782,0.0038812112,-0.0015955647,-0.02655022,-0.046176173,0.035783336,-0.047383506,2.0534496e-06,-0.009291284,-0.017777842,0.011527187,-0.07715655,0.044364523,-0.025020944,0.00378203,-0.00016292457,0.01599114,-0.04702503,0.009062968,-0.041438043,0.051484983,0.03490462,0.021810276,-0.0027914136,0.045093972,0.0156494,0.032342833,0.0031972092,-0.050921734,-0.0272028,0.022156019,0.0017879126,-0.100110345,0.009782149,-0.01885829,0.031698413,0.027455866,-0.04228119,0.013213755,-0.016856505,-0.010969546,-0.017518055,-0.017344542,0.024776619,0.02690926,-0.03726307,0.009226823,0.008497522,0.0013933103,-0.008653321,-0.026191905,-0.033640664,-0.0063358652,0.016092785,0.02756767,0.012074835,0.036673803,-0.0063800137,0.009422268,-0.037801832,-0.045867417,-0.0373308,-0.004348708,-0.02479285,-0.00906325,-0.02515448,-0.01836266,-0.0733231,0.026213542,-0.061200097,0.007866445,-0.01666243,0.07785458,0.037922423,-0.020154305,0.06460532,-0.01097654,-0.027765796,0.019833853,-0.024706626,-0.04359991,0.037683345,0.00034873944,0.016979566,-0.0065860967,-0.0389554,0.0027550932,0.035637673,-0.010285618,0.023113009,-0.026499799,-0.003228499,0.04238948,0.0150417965,0.033814345,-0.0056155287,-0.023334945,0.01778392,-0.0916825,0.013372822,0.060331486,0.025780054,-0.048212625,0.005146855,-0.031520512,0.018835682,0.03544394,-0.011712738,0.09616918,-0.026864624,0.022417251,-0.027472124,-0.05635711,-0.010997597,-0.00619778,-0.026716795,-0.013464696,-0.05501871,0.032516167,0.02579077,0.031151993,0.013156229,0.0036141959,-0.05942345,-0.0038483292,-0.044575207,-0.010917995,-0.030167492,0.037744816,0.011744116,-0.030414294,0.017042346,0.02515445,0.04108857,-0.014066786,0.09199617,-0.04069767,0.03893796,0.036812823,-0.076467164,0.049195472,-0.123250894,0.017225528,0.007922243,-0.03508294,0.010029131,0.023961784,-0.03880849,-0.06126682,-0.0763623,0.00835275,-0.015917465,0.017544514,-0.035691492,0.042297244,-0.019921534,-0.034589186,-0.06878463,0.0050969543,-0.007051677,0.0023018655,-0.033356283,-0.073933795,-0.047868636,0.040065255,-0.06921585,-0.005063758,0.02274239,0.006748373,0.020406386,-0.0031003258,0.000848679,0.018976582,0.0059976564,0.009119364,0.043736205,-0.008108494,-0.044308178,0.03620503,-0.00089411286,-0.020994872,-0.04110146,-0.045392476,-0.0065463525,0.039009392,0.046629,-0.008578041,0.026895516,0.009613662,0.04731536,0.008544612,-0.074426554,0.0379008,-0.037173226,-0.01674395,-0.054132782,0.002876264,0.05352904,0.042002726,-0.011159652,0.033178825,0.00093487196,-0.011685499,0.0003568428,-0.032971967,-0.018821983,0.03687869,-0.05832775,0.07328124,-0.05894971,-0.040889278,-0.042130906,0.008472865,0.00041979135,-0.007478137,-0.014047172,-0.022797957,0.0754977,-0.01624158,-0.046077378,0.035343748,0.020586964,0.022041596,-0.040344074,-0.0023574156,-0.046620633,-0.018580379,-0.00838177,-0.027170617,0.007749222,0.043608837,0.0058188564,0.035298873,0.04573883,-0.06322379,0.0076694437,-0.0136349015,0.03007775,-0.029256202,0.0013652085,0.03153186,0.014720463,0.035971187,-0.012200749,-0.018616006,0.045882847,-0.0206388,-0.008107131,0.00892123,-0.0482658,0.060493574,-0.03152332,-0.006576178,-0.019695807,-0.04641391,0.03326159,-0.026456797,0.022312172,0.047264304,0.010007052,-0.12667924,-0.085376315,0.084937826,-0.06214482,0.0031515867,-0.02097148,-0.031978436,0.014390098,-0.023350999,-0.07605238,0.041430235,0.010917887,0.09945426,-0.018904844,0.060885057,-0.024292286,0.0336347,0.0059548137,-0.022929337,0.017160103,0.032364834,-0.029276337,0.013705577,-0.008220276,-0.008508624,0.0090117855,0.07776857,-0.046644315,0.004754641,-0.044581465,0.005703996,0.014612967,0.056979973,0.0366342,-0.03546067,0.011177556,-0.0036547612,0.013547346,-0.027785605,-0.02657762,0.006162168,-0.06843627,0.0018145124,0.0070163123,0.013360102,-0.02981569,0.010756394,0.01469989,-0.072321095,-0.009758852,-0.078581154,-0.033547126,0.00930835,0.008488951,-0.038332537,0.008290683,0.05557151,0.0019184684,-0.018498806,-0.025973823,-0.0077392464,0.00013074056,-0.073938265,-0.05948988,-0.0017540016,-0.027579473,-0.029774586,-0.024196357,0.034607697,0.018015122,0.0003781577,0.06791096,0.0010361827,-0.011821542,-0.020780265,0.09555941,0.02275209,-0.017394204,0.028141815,-0.015920913,-0.0005836042,-0.022375569,-0.0076962565,0.107948676,-0.046518367,-0.02413248,-0.04589752,-0.01061182,0.040262587,-0.03303314,0.017540675,-0.026961148,-0.01956403,-0.0015124267,-0.012006822,0.022271372,0.013951683,0.07681941,0.018186148,0.01388665,0.041827813,0.017152224,0.048836596,0.01550331,0.030000547,-0.010109086,-0.05469024,0.02427819,0.008322796,0.034141444,-0.059139118,0.022131689,0.038481813,0.032269616,0.041657154,-0.05319394,0.06021123,-0.011625066,0.00681748,0.04577127,-0.082716495,-0.0317562,-0.008543322,-0.0096869115,0.00051718135,0.032258663,-0.00029373923,-0.009697361,0.013504778,0.018923998,-0.006629328,-0.0045399587,0.0015040261,0.02454316,0.02979941,0.0105664795,-0.035297155,-0.05673591,-0.02431026,0.014079324,0.026777336,-0.01082164,-0.009642759,-0.006638396,-0.049078632,-0.019748311,0.053414855,-0.043314118,0.00753543,0.06370897,0.063719384,0.06400621,0.042548627,-0.06510868,0.033631586,0.06473119,-0.021440092,0.022271203,0.027185408,-0.008575649,-0.0075829597,0.036995865,0.061094757,0.011038474,-0.039160483,0.0933178,-0.05367703,0.002983717,0.013328262,-0.047568224,0.003501756,-0.0007436069,0.083602406,0.033853084,0.034303207,0.015608178,0.015727306,0.02989194,0.027357565,-0.029990407,-0.02823177,0.008998152,-0.0087755555,-0.036512624,-0.0084304325,0.010865832,0.023216886,-0.026859486,0.019862993,-0.008049022,-0.012228953,0.035245877,-0.0077446923,-0.014165284,0.027122805,0.0204481,-0.07419909,-0.029383095,-0.007059952,0.063046075,-0.027267698,-0.008809664,0.06116119,-0.020221177,0.02983454,0.011284881,0.006148462,-0.012356044,0.00900932,-0.0011983857,-0.020799186,0.03764795,-0.005428222,0.021165656,0.023452396,0.053890016,0.0014128288,0.025329722,-0.0372428,0.011763433,0.024342032,0.016655618,0.023067696,-0.041300423,-0.04544942,-0.0140897995,-0.04372769,-0.04404393,-0.027027937,-0.06434877,0.07254496,-0.018017186,-0.043606903,0.008628021,0.010477141,0.014930494,0.033226226,0.03385904,0.07743506,-0.006794664,-0.01671271,0.04719259,-0.009589668,0.031439994,0.054460157,-0.034933954,0.016674817,-0.0032921513,0.021744348,0.008809902,0.00024682222,0.023545615,-0.03369657,0.043015268,0.03623975,-0.029079072,0.008343159,0.039874695,-0.05461534,-0.038342886,0.024787102,0.03185312,0.045571588,0.02102972,0.0036467153,0.039655436,-0.010231781,-0.0024415993,-5.9989e-33,-0.074323654,-0.0053212116,0.007915671,0.0154652335,-0.03311783,0.06259778,0.0033681116,0.024681639,0.008056418,0.015083247,0.033037167,-0.010395913,0.02462334,0.016154628,0.05422461,0.0034946422,0.01537676,0.011151679,0.0040993635,-0.034606848,-0.033652913,0.001157836,-0.08164312,-0.10584521,-0.015520715,-0.011004156,-0.05104564,-0.014348282,-0.061995342,-0.0021971453,0.005362083,-0.036555465,0.010753547,-0.0089647425,-0.06459103,-0.03212461,-0.0025164904,0.008012781,-0.017638877,-0.002269039,-0.11032709,0.013876081,0.004362076,0.033325188,0.021970995,-0.04106302,0.012297513,0.044492416,-0.025930503,-0.076402776,0.022659762,0.016431471,0.013224614,-0.02906156,-0.043690454,-0.054351423,-0.012505394,0.021316795,-0.013779213,-0.03911289,0.064001024,0.01692737,0.021016367,-0.0132879205,-0.032575693,-0.0031058928,0.034126688,0.0045798486,-0.05912036,-0.091030195,0.027348932,-0.004126461,-0.03981543,0.0057568904,0.0849221,-0.013837815,0.039085347,-0.04370375,-0.023571845,0.099925645,-0.075294085,0.020269023,-0.016197136,-0.04620532,0.0151966745,-0.030096773,-0.029808853,0.011526563,0.027255856,0.010837126,0.067270674,0.066830896,-0.029245008,0.07173653,0.011522297,-0.035122123,0.016642893,0.013578348,-0.01540735,0.042754292,-0.010696117,-0.0056081624,-0.0115747955,-0.01104943,0.02168147,0.019119825,0.062438432,0.06079527,0.034330893,-0.0030647279,0.033974744,-0.015119765,0.016899103,-0.01282998,0.032684118,0.020351203,0.01567952,0.07087999,-0.012714176,-0.015161073,-0.021210173,-0.039705284,0.052990843,0.029117795,-0.039780073,0.014504393,0.01454465,-0.087879665,-0.050209638,0.023334606,-0.015221448,0.031271014,2.7458444e-07,-0.015978176,0.05361775,0.007940437,0.026421782,-0.04154728,-0.016296688,-0.045771908,-0.029257193,0.03204536,0.07413288,0.008576821,-0.057976954,-0.00060279976,0.009119089,0.076106116,-0.06647716,0.04333716,0.03404338,-0.026875975,-0.016708886,0.023784624,-0.008803875,-0.0376123,0.030461164,-0.0011137766,0.024938297,-0.00795615,0.010987613,-0.026783284,-0.044241186,0.019539308,0.03218431,0.030852206,0.028259115,-0.00697439,-0.01828614,0.038535256,-0.005892439,-0.0019292135,0.031739183,-0.009168397,-0.0038578906,0.030506961,0.014031556,-0.05322322,0.0048184665,0.05554516,0.092059255,-0.018650744,0.02441418,-0.0042991205,-0.015054153,0.07176375,0.02594059,-0.0022184774,0.0024020376,-0.02751571,0.016023071,0.0043525347,-0.016728591,-0.001362095,0.023482181,0.033400618,-0.048730396,0.01285276,-0.0007383605,-0.056396633,2.6564627e-34,0.019737529,0.008922897,0.002538002,-0.034711488,0.004717042,-0.033196203,0.062887594,0.03467376,-0.0044829077,0.011744542,-0.004646347,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/Drone_data/ASRS Database Report Set - Unmanned Aircraft Systems (UAS) Reports.pdf', 'page': 69}","Conducting training flight as instructor pilot in an unmanned Aircraft X. Tower weather per
ATIS was reported as Few clouds 1100 ft. Prior to that, skies had been reported as clear.
Took off planning on VFR pattern work and found that the clouds had thicke ned and
pushed in. Decision was made and communicated to tower that we would make a full stop
landing. VFR cloud clearances were not maintained at times during the pattern. Full stop
landing was successfully completed after which Tower stated that clouds w ere now Broken
at 1200 ft. AGL."
0.014721005,-0.046261884,0.0325869,-0.035002757,-0.01007347,-0.024571339,-0.022792632,-0.01036757,-0.05376176,0.00040074222,0.0010024651,0.001447309,-0.008006291,0.0038722767,0.018774197,0.10699282,0.053164653,-0.024303453,-0.018460482,0.007197393,0.0032963397,-0.0032726848,0.006857432,-0.024654254,0.0155619895,-0.009842019,-0.02629244,-0.027816776,0.011627298,-0.050298497,0.0048021697,0.0038848487,0.07664804,0.014280931,1.7891191e-06,-0.017379384,-0.0072044972,-0.023495652,-0.08579538,0.04391564,0.0016895671,-0.016061015,0.02020868,0.014721741,-0.020260341,-0.042530887,-0.0693974,0.04885536,3.1744436e-05,0.08721505,0.01125756,0.056022365,0.03726467,0.010427245,-0.020893259,-0.029330788,0.022498023,0.017075209,-0.025378294,0.08111929,0.057833377,0.003702109,-0.03369124,0.022243414,-0.013051193,0.054403283,0.021378493,0.0344086,0.021408008,-0.07357283,-0.0003038437,0.016210176,0.011020162,0.024714058,-0.010042901,-0.03736015,-0.00813535,-0.059398152,-0.025788197,0.019794796,0.005016767,0.012270532,-0.02289445,0.012533606,-0.015545383,-0.052741706,-0.036430918,-0.02985017,-0.042336788,-0.018597541,0.005511593,-0.0587889,0.001424269,0.044112664,-0.018975208,-0.03278491,-0.030157732,-0.060498994,-0.0036858215,-0.049527463,0.08706045,-0.006486451,0.013704071,0.013137999,0.02109676,-0.013862048,-0.051025443,-0.020611765,0.017482314,0.044249263,0.039169997,0.0034906373,-0.000887136,0.073465385,0.017563708,-0.0034934294,0.08347151,-0.014918537,-0.01874522,-0.0034055817,-0.065256074,0.055407465,0.0042606434,-0.02805941,0.027450092,-0.034198433,0.0736963,0.00063191983,0.022717385,0.02072707,-0.00986121,0.005831196,0.042065118,-0.039929893,-0.036291637,0.05896244,-0.039704766,-0.017204689,0.0026373635,0.004305846,0.039265603,-0.001949034,0.033625722,-0.010599267,-0.027359422,-0.02407625,-0.023666924,0.008593768,0.010403329,0.01008662,0.0033633758,0.061292395,0.055225037,0.003582633,-0.08036889,0.02226983,0.05862996,0.0065828175,-0.011741949,-0.025057416,0.023391431,0.028857538,0.042196494,0.031955056,0.02100676,0.057817284,-0.02204693,0.00035841527,-0.08204578,-0.01606194,0.016743394,-0.028808242,0.027758619,-0.020629417,0.0161699,-0.015296374,-0.13237268,-0.029713858,-0.0010998984,0.07519798,-0.07003254,0.014527991,-0.019696485,0.021496939,-0.12743337,-0.011235959,0.030615319,-0.0021932553,-0.0023278927,-0.036138903,-0.06151599,-0.025630414,-0.016508069,-0.00908723,0.03403265,-0.00850864,0.015027186,0.0120981205,-0.031685848,0.07086967,-0.026933044,0.0061725727,0.07161265,-0.06904134,0.004193162,0.0021849049,0.045483176,-0.05788713,0.031043759,0.056580644,-0.045669798,0.026761487,0.05019981,0.010556211,-0.01376313,0.008127457,0.04533922,-0.005422295,-0.0532862,0.045519184,-0.06062876,-0.010954039,-0.020652883,-0.0031904704,0.04544587,-0.009407351,0.010826036,0.02102862,0.077372454,0.0106388815,0.012361247,0.0058071194,-0.01048424,-0.023163728,-0.009460515,-0.013103334,0.09137542,-0.02406588,-0.0063233795,0.0105035305,-0.01802689,0.08929349,0.028036539,0.021541782,0.07575644,-0.030428998,0.0031697552,0.0475999,0.006190021,0.012245416,-0.0067310883,-0.027929788,-0.002130077,-0.035782088,0.006866176,-0.021250153,0.022646515,0.08269881,0.044074707,0.07357441,0.03340511,0.027015457,0.0058666617,-0.015033318,0.04206586,0.00037794298,-0.0008142298,-0.00026212944,-0.01985891,0.0041193264,-0.009817123,0.008868136,0.008153476,0.0052564405,0.018717315,0.04816107,-0.07922314,0.026629176,-0.02214811,-0.0026282608,-0.0069667143,-0.034532476,0.027552044,-0.0022016559,0.027370974,0.019695304,0.0038149257,-0.048595708,-0.014565272,-0.016723625,-0.059140954,0.0019650154,-0.011629006,-0.033332527,0.018965619,-0.05387304,-0.024744995,0.02080008,0.044274464,0.07537955,-0.011496203,0.041000113,-0.03261185,0.00462826,0.0026243308,0.04352141,-0.018290248,0.042411096,-0.007050543,0.059968535,-0.024074811,0.0076703937,0.08462005,0.011427529,0.00735016,-0.050065245,-0.01624938,0.025662195,-0.057300333,0.050923694,0.005729034,-0.018022994,-0.021230059,-0.024413435,-0.015002389,0.04326245,-0.0008966372,0.032388523,-0.049547743,-0.03400106,-0.01872938,-0.004571828,-0.031215483,0.05163848,-0.017233169,-0.045981154,-0.0043825973,0.010514964,-0.010969019,0.023618031,-0.03090686,0.043019876,0.010171959,0.051298488,-0.013400372,-0.012323348,-0.012000954,0.012393959,-0.02783743,-0.014468333,-0.006975343,-0.04743303,-0.026318956,-0.0026063,-0.01179301,0.03541005,-0.015464561,-0.069508605,0.04738335,0.023243837,-0.038422577,-0.014611985,0.003892916,0.008000497,-0.024784273,0.041284084,0.028691975,0.015559507,-0.008628961,-0.035845548,0.07799807,0.028160315,-0.03702789,0.03360391,-0.013587256,-0.02390345,0.025089798,-0.044584353,-0.012868081,-0.0055241208,0.0051750196,0.038283993,0.017134553,-0.012793229,0.013769436,-0.015142231,0.011403067,0.020679165,0.018001644,0.017544778,0.0004926902,-0.05930907,-0.06812811,0.0023248375,0.018683681,-0.0029947357,0.054338872,0.023927752,0.0031723583,0.029152812,0.013143993,0.04285917,0.01607292,0.020382747,-0.061085217,0.029918116,0.023264715,0.0043342933,-0.03675989,0.034789078,0.033905055,-0.06894757,-0.0042497525,0.022112114,-0.0018021781,-0.01723071,0.024924,-0.044235762,-0.020133663,-0.04346048,-0.0080247605,0.011842432,-0.016700689,-0.074584864,-0.010480909,-0.0050479695,0.04201811,-0.005623292,-0.017813714,0.004832028,0.029581048,-0.009923037,0.017632933,0.052196495,0.03116896,-0.017030034,0.028544717,0.07795678,-0.07546607,-0.032389153,-0.12004507,0.020800067,0.07915441,-0.039697077,0.097329885,-0.010037801,0.02478928,0.02325462,0.019703802,0.02981544,0.0052982545,0.0019306496,0.081285745,-0.0075319614,-0.019997964,-0.05232213,-0.011982892,-0.053030133,0.02042113,0.03279678,-0.024726633,0.037775267,0.103225105,-0.025097707,0.026611805,-0.018132817,-0.017979357,0.06921603,0.010686694,0.032803863,0.0738472,-0.012368853,-0.015526342,0.014934656,-0.014809471,0.04581329,0.0077934144,-0.016580146,-0.03728211,-0.007945506,0.013907932,0.03545643,0.022711257,-0.0628862,0.012449722,-0.040576186,-0.0068674427,0.025717402,-0.033974003,0.045200225,-0.049567737,0.026150862,0.021353262,-0.0017342564,-0.009286062,-0.024015205,0.046919398,-0.0473709,-0.073809944,-0.0115939155,-0.013302762,0.025728155,0.00448445,0.041455172,-0.00895216,-0.033014756,-0.0012894797,-0.018301746,-0.013714195,-0.016712863,0.023041392,-0.014478645,-0.0063920273,0.002194388,0.027299553,0.030351542,0.057221908,0.034490548,0.02011763,-0.020215789,0.0411664,0.018168868,-0.016303208,-0.028773902,-0.022053156,0.012399119,0.05198782,0.013922691,0.058474295,0.048877437,0.012730558,0.028325707,-0.03328793,0.07138541,-0.0034124227,-0.019666327,0.032592006,0.042795848,0.009969082,0.055766817,0.017951258,-0.048018508,-0.04160599,-0.009577944,-0.029133657,-0.055887554,-0.03349928,0.0191205,0.02374397,-0.0052621914,0.020724904,-0.06289062,1.0903786e-05,-0.007410688,-0.030469468,-5.6875464e-33,-0.04569683,-0.0128176985,-0.023367621,-0.045899034,-0.037342098,0.028789625,-0.0012542654,0.015492018,0.029902823,0.028754631,-0.028001104,-0.01514928,0.019881442,0.019977095,0.0121688545,-0.028895626,0.013841698,-0.006027471,0.0028818406,-0.022783147,-0.012794141,-0.0027452863,-0.0556799,-0.0789625,-0.05062909,-0.013002329,-0.012715214,0.03956644,-0.07424438,0.02509304,-0.035462797,-0.06847119,0.007868888,0.09042206,-0.022985535,-0.05709722,0.0231236,0.024596563,0.017298533,0.024730321,0.041584056,-0.06986406,0.00074269035,-0.00067746785,0.0230675,-0.026997399,0.020082269,-0.028305544,-0.026353408,-0.018041952,-0.017367888,0.02598766,-0.0025142482,-0.018969696,-0.018969307,-0.008530923,-0.007836282,-0.008156296,-0.014680363,-0.007130388,-0.027083676,0.03548708,0.021372227,0.009241399,0.030563192,0.029990066,0.021954935,-0.035100818,0.019878125,-0.037963517,-0.023519985,0.06262455,-0.009727335,-0.06337736,-0.06006623,0.007376226,0.076908655,0.01496701,-0.02852974,0.027602414,0.0040003867,-0.011782686,-0.042083103,-0.010252037,0.11050549,-0.09522546,2.5847261e-05,-0.07630584,-0.039536595,0.022965668,-0.0001745173,0.051799405,0.0069598784,0.04359804,-0.0037313339,-0.047265615,0.03354192,0.027361212,0.0044659744,-0.0266622,0.048007865,0.00021196819,0.07047564,-0.034438018,-0.00904866,0.023388533,-0.024164872,0.025365716,-0.0065836855,-0.022629637,-0.019358419,0.011665275,0.0008397171,0.009980932,0.027686814,-0.061841983,-0.015479461,0.027119743,-0.0315181,-0.021417582,0.03016191,0.016915264,-0.07259614,0.03667074,-0.09206626,0.023314318,-0.03646806,-0.06566659,-0.042416073,-0.04817083,-0.032549705,-0.055514194,2.5246553e-07,-0.07113983,-0.0121573005,0.044002745,0.04562172,-0.0054881726,0.027848773,-0.042999804,0.028902318,0.016638523,0.04586237,0.001606292,-0.04419869,-0.030963859,-0.06930171,0.02452381,-0.031929728,0.042832155,-0.07515589,-0.032023635,-0.020729227,-0.003967345,-0.008551916,-0.026047606,-0.0043447106,0.03559239,-0.029727615,-0.020526236,-0.0061446573,-0.045596138,-0.061306443,0.014742939,0.026422732,0.0018258003,-0.0008499327,-0.0066162203,-0.054850027,0.020236144,0.033477403,-0.030331533,0.01435555,-0.038752683,-0.0074626813,0.011015798,-0.02213355,0.03413429,-0.05767868,-0.061134227,0.08687304,-0.061748892,0.012592134,-0.06888024,0.022040442,0.019385912,-0.012825318,-0.014190925,0.013492792,0.016631873,0.05035301,0.01461476,0.010159,0.0042951787,-0.020460477,0.04226059,0.04004001,-0.016313234,0.04051389,-0.09047571,2.1186332e-34,0.025650289,0.012619978,-0.0012903769,0.0043279654,-0.03295764,-0.014960277,0.015810633,-0.017273016,0.010484339,-0.04432493,-0.0016805409,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/Drone_data/ASRS Database Report Set - Unmanned Aircraft Systems (UAS) Reports.pdf', 'page': 71}","On approach into ISM, while being handled by Orlando Approach, noticed a large drone at
same altitude (2000 ft. MSL). Was prepared for evasive action, but none was needed.
Drone was close enough to clearly see it. [The drone] was not transmitting anything on
ADSB."
0.013773977,0.015628582,0.018955378,-0.008432871,0.01885298,-0.011168002,-0.008305506,-0.017567975,-0.06877182,0.00015548656,-0.017166378,0.01638778,0.008074065,-0.015336515,-0.022215892,0.10264977,0.036632825,-0.07292871,-0.0041732616,-0.033903588,0.020935988,0.032406375,0.01995112,0.01891512,-0.0053844443,0.015971169,-0.010229118,-0.033359766,0.024511758,-0.005519868,-0.067352474,-0.0077052996,0.067899615,-0.049701665,2.1958099e-06,-0.038530074,-0.019759715,0.016037356,-0.061790213,0.02791665,-0.04481888,-0.046699904,-0.020872619,0.015886098,-0.006684818,-0.09721329,-0.04757809,0.012357434,-0.0019329455,0.05102664,-0.00067641056,0.035056286,-0.0057097157,-0.013991992,-0.02401964,-0.06486855,-0.0046306765,0.034770068,-0.012719321,-0.012221258,-0.00077806937,-0.00083647034,-0.012288687,0.021794152,-0.028364649,0.0721452,-0.016331373,0.028129393,0.012170427,-0.029352989,0.0016261835,-0.04292748,-0.0018419637,0.045042515,-0.039207067,-0.032649647,-0.014189534,0.022832382,-0.01929051,0.08683156,0.013180862,0.016990766,-0.031378243,0.0016706105,-0.018217651,-0.02183963,0.017722841,-0.026782915,-0.032344364,0.047346123,0.022578672,-0.05237095,-0.0018887018,-0.0033438138,-0.027763488,0.008512852,0.004148359,0.011125791,0.038712796,-0.011196093,0.004581913,0.01583925,0.0054309117,-0.033069536,-0.02128275,0.01073611,-0.04863316,0.01807486,0.008509396,-0.020185815,-0.011798718,-0.027702931,0.009504117,0.0749402,0.0025034642,-0.029974211,0.044702534,0.00074491854,0.04122624,0.021477198,-0.06589854,0.05719846,-0.029344983,0.02060317,-0.0130603025,-0.08933075,0.060469136,0.007237207,-0.00054754585,0.00029849543,-0.008042908,-0.02081362,0.03795956,0.033814058,-0.05336516,0.015894495,-0.04441343,-0.023002945,-0.097588055,-0.06344938,0.0075296876,-0.025255002,-0.0006769919,0.006810746,-0.018466633,0.008734402,-0.0079686,0.050665095,0.018422695,0.009015912,-0.030981317,0.041007426,-0.043058176,-0.018111534,-0.06877788,0.01403123,0.08975848,-0.016341845,-0.057856496,-0.050461233,0.017880011,0.044411194,0.061422065,-0.028612506,0.03215414,0.007716322,0.0074483627,0.034581073,-0.066246405,0.010028821,0.007562091,0.046363287,0.009814781,0.07645201,-0.066754155,0.0097367745,-0.0783849,-0.034321077,-0.0050536557,0.03294914,-0.06920542,0.031229816,-0.025199134,-0.047165155,-0.12443975,0.00028665847,0.027940331,-0.006844348,-0.014064008,-0.047476143,-0.05295344,0.0062363516,0.015674671,0.0137041155,0.078511074,-0.0164013,0.016685355,-0.06824465,0.00018920614,0.04174053,-0.041711558,-0.039688554,0.06662075,-0.0071669077,-0.035876736,-0.00248851,-0.0074384264,-0.03752956,-0.045298755,0.04971614,-0.048071876,0.042399485,0.024899177,-0.0077853217,-0.02788379,0.002035131,0.052487522,0.01928468,-0.117994495,0.084793344,0.009835395,-0.008785454,-0.059838347,-0.008802961,0.0644511,0.012759214,0.01949249,0.013154306,0.026958233,-0.01790367,0.02264072,0.0025824234,0.057155903,-0.0005956295,0.006493763,0.018627428,0.033987843,-0.04838475,-0.027931942,0.020586029,-0.002512166,0.040245168,-0.0008726257,-0.022932328,0.044061303,-0.0037146767,0.052245416,-0.013143585,0.011460932,0.035009794,-0.0022977325,-0.006989026,-0.017277908,0.0067805536,0.01948692,0.043985683,-0.016415795,0.10093139,0.040027708,0.005736163,0.045263153,-0.07682672,-0.010608113,-0.0050481255,-0.0012797579,-0.0032662973,0.015727086,-0.01603342,-0.012407579,-0.016010737,-0.026783705,-0.02314433,-0.01994744,0.014278247,0.014686902,0.02599696,-0.026130164,0.029377885,-0.017147848,-0.012528662,-0.011655068,-0.050872933,0.011342853,-0.02779099,-0.04264726,0.0008872719,0.00019116944,-0.028227257,-0.01971999,0.042028934,-0.046783887,-0.04120056,-0.029381791,0.012622447,0.072113626,-0.018745195,-0.017209452,-0.006489442,0.016049856,0.07048169,0.021762896,0.017323004,-0.049646575,-0.0010789045,0.02359518,0.014041603,0.0132254185,0.028210666,-0.035574205,-0.029780457,0.010267096,0.0097830035,-0.008128112,-0.039972298,-0.040285863,-0.027665647,-0.021203885,-0.021302896,0.0051733037,0.09350724,0.024802871,-0.0049660504,0.008907047,-0.032467566,-0.018674383,0.0033227645,-0.03258612,-0.02053887,0.059823718,0.017262822,-0.020013114,0.05819843,-0.029129077,0.05392371,-0.07625425,-0.07695273,0.009124071,0.01568144,-0.0031855844,0.028700817,0.0044199447,-0.018907886,0.01482832,0.060002137,0.040114988,0.012224347,-0.018605351,0.063239634,0.011626564,-0.035421472,-0.07091565,0.011384631,0.011612023,-0.031956952,-0.013973729,0.0094629675,0.002216721,-0.005007773,0.004539835,-0.03486585,-0.05047239,-0.028150862,0.02178921,0.0058544707,0.032007042,0.008610843,7.657148e-05,0.022848539,0.014983434,-0.007570829,-0.0037558938,-0.0011219205,-0.052066825,-0.05063702,-0.027499279,0.00934191,0.002793867,-0.0150664095,-0.08705414,-0.0025225475,-0.009664905,0.022537054,0.044592224,0.021606158,0.041971177,-0.012911762,0.014775144,0.013958088,0.0018297441,0.06124379,-0.012458949,-0.034554534,-0.007924622,-0.006769271,0.016379928,-0.0032383136,0.003810887,-0.021230565,0.029994024,0.017343106,-0.0121695185,0.040628187,-0.01859328,0.029389951,0.014056539,0.0508035,0.029113453,-0.06515274,-0.010229255,-0.03130481,0.029794134,-0.020996084,0.004649077,-0.00619779,-0.046225857,-0.0049771513,0.023694053,-0.0113041615,0.017067567,-0.004598028,-0.032648552,0.008200807,-0.008648874,-0.059326097,-0.05189052,-0.02191852,0.037620004,0.023694938,-0.025969245,-0.018083375,0.06525692,0.002456583,-0.0037781012,0.047871716,-0.021300761,-0.002298927,0.010606176,0.099478856,-0.09693705,0.050611597,-0.08379101,0.0073369304,0.082000874,0.0031546408,0.047624275,0.056396224,-0.027029924,-0.0031262154,0.024208141,-0.0033193291,0.007211948,-0.019855041,0.07022701,-0.071064845,-0.013119523,-0.0339929,0.046617437,-0.050159432,-0.0068354188,0.023127606,0.036680218,0.03907319,0.02454545,0.022138687,0.066076905,-0.020465577,-0.035323936,0.014345084,-0.014233816,0.004511469,0.015732255,-0.009587087,-0.042022903,0.012926963,0.006123559,0.015804313,0.05692836,-0.018187867,0.0047794078,0.034982838,0.022804929,0.042131897,0.059431504,-0.08779713,-0.024817333,-0.051043525,0.02240474,0.004617533,-0.013056842,0.0035835383,0.0023065088,0.02070346,0.007263734,-0.05017453,-0.04537728,-0.0068922783,0.042834725,-0.08040353,0.0037351649,-0.0013157607,0.012516755,-0.0018882791,0.05571706,0.018247645,0.022696506,0.015311797,-0.0015755412,-0.00029087387,-0.0015654913,-0.0018896584,-0.024004003,-0.039965723,-0.018772569,-0.0393258,0.04436447,0.013667195,0.0065418533,0.07807422,0.0074372957,-0.014348713,0.043442734,0.0031574226,0.04448965,0.055005327,-0.0075434875,0.035713505,-0.019193875,-0.026370188,0.04434742,0.015132776,-0.026068559,0.011174168,-0.024470836,0.013756622,0.005195185,-0.020326644,0.04175338,0.022474144,-0.021494385,-0.031556383,-0.018177398,0.0027441685,0.013342248,0.018548762,0.014716666,-0.035465218,-0.061012313,-0.00738743,0.025023865,-0.003401046,0.020894397,0.01742484,0.016267458,-0.02964234,-0.0077490304,-5.584349e-33,-0.025524713,-0.047418825,0.0079690665,0.0055514984,-0.05995962,0.059508167,-0.05113366,0.05034267,0.040559888,-0.027200533,0.06190303,0.017304245,0.018928988,0.017859431,0.0061333715,-0.00047408932,-0.011804532,0.08121523,0.017500121,-0.045552272,-0.02073709,0.034076065,-0.051423777,-0.07920018,0.004682891,0.030420292,-0.058714934,0.017140223,-0.09080608,0.045561686,-0.022080628,0.013624697,0.018714916,-0.007426468,-0.016050885,0.0020461262,-0.037552778,0.020500321,0.049885854,-0.035401866,-0.042114284,0.0058903405,0.018993624,-0.006915189,-0.0011689422,0.012280371,0.042694975,0.043530114,-0.02463447,0.022451261,-0.05758814,0.003617337,-0.035202533,-0.04290119,-0.029183919,-0.034730244,0.016010385,0.010722925,-0.07648558,-0.07435227,-0.016501877,-0.017537832,0.020390546,-0.0002661108,-0.031989414,0.019132094,0.0147237275,-0.0017392327,-0.066720895,-0.111540064,0.010830949,0.021742435,-0.088895276,-0.038369976,-0.0013379824,-0.05709505,0.011605616,0.011106631,-0.05729365,0.11844239,0.05178067,-0.010485108,-0.0031222692,0.005314762,0.054252543,-0.05181842,-0.018002765,0.013958272,-0.0013568433,0.0332867,-0.026879894,0.0037408904,0.009292551,0.028207395,0.03761922,-0.049442343,0.012074295,0.02211996,-0.03345364,0.07627582,-0.018142289,-0.024059612,0.03991525,-0.04986374,0.015771097,0.0032720868,-0.02961285,0.08746645,0.05623931,-0.00086946087,-0.012147512,0.016998362,0.038543437,0.017162248,0.03184058,0.017313411,-0.004258542,-0.021670008,0.0068588895,-0.00077882933,-0.0017783319,-0.019641096,0.007658212,-0.011583902,-0.031576633,0.022551097,0.031577747,-0.024138307,-0.04308483,0.049798444,0.021379298,0.03773851,2.7947394e-07,-0.020089375,-0.07029894,0.0065443777,0.04329347,-0.051332988,-0.02226554,-0.047343608,0.011002631,0.02526747,0.044130277,0.018859958,-0.0426165,-0.0051264535,-0.03408218,-0.0095583685,-0.05044709,0.118214294,0.0065231803,0.0018989346,0.05381781,0.04693625,0.044128057,-0.023784261,-0.0025400214,0.043007478,0.0070985155,0.010070351,-0.016724627,-0.038938254,-0.06795611,0.025074018,0.003914448,-0.010097739,0.025911398,0.027115531,-0.026836123,-0.02099113,0.053203233,-0.017441645,0.028058853,-0.023714233,-0.06814297,0.017108466,-0.0028594646,0.0010336315,0.03756412,-0.006804915,0.15430151,-0.02603529,0.04015404,-0.033805966,0.016228225,-0.033685498,0.005386717,-0.012397534,0.025264619,0.0018480894,0.0461089,0.044030752,0.03200399,-0.00804095,0.017974917,0.029208366,-0.027636997,-0.0010875015,0.021913517,-0.05068851,2.4275219e-34,0.026227165,0.030595118,-0.02382101,-0.012318534,0.006098608,0.017763183,-0.06259785,-0.023347415,0.014666446,-0.036387593,0.0015499821,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/Drone_data/ASRS Database Report Set - Unmanned Aircraft Systems (UAS) Reports.pdf', 'page': 73}","I flew from ZZZ1 to ZZZ on IFR flight plan in late August. I was cleared to ZZZ by the
ground controller at ZZZ1. En route I checked NOTAMS on the Garmin G1000 and saw
nothing indicating any alert situation at the airport. I was put on vectors by ZZZ appro ach
as I neared the ZZZ VOR and then handed off to ZZZ1 Approach. As ZZZ1 approach
issued a clearance for the visual to land at ZZZ, I cancelled the IFR plan and proceeded
VFR. At no point through this --my initial clearance to ZZZ, my check of notams en ro ute,
or my clearance for the approach was I notified that the airport had been closed by the
authorities for drone operations. I made the usual traffic calls on the CTAF frequency as I
flew a normal left downwind pattern for landing. On landing I noticed a car with lights on
at the approach end of the runway, but I had remembered seeing a notice the day before
indicating that there was work being done at the end of the runway and these lights were
consistent with that notice and I landed long. Upon landing I saw several police cars on
the property and was notified by an officer that I had just landed at a closed airport. He
said a NOTAM had been issued closing the airport and asked if I had seen it. I said, no,
and that I had only seen a notice saying (I tho ught) that there was work being done at the
end of the runway, but no notice of closure. He asked if I had checked the FAA site and I
said, no, but that i had checked foreflight and the Garmin system on the airplane. I also
said that I was on an IFR flight plan, had been cleared to the airport, that I had been
cleared for a visual approach, and that I had made radio calls (suggesting of course that
no one else knew it was closed either). He said he'd find out what was wrong. I was asked
how long before I co uld take off, got permission to fuel the aircraft and departed about 45
minutes later. I was never told the resolution of the investigation. I did check the NOTAMs
when I arrived at my destination and saw that, after I landed, a NOTAM was issued for
ZZZ cl osing the runway. The NOTAM was issued after I landed. Obviously I wished I had
questioned more than I had the car at the airport threshold, but I also think that the police
should have been monitoring the CTAF for cases such as mine, should have filed a t imely
NOTAM in the system filed under the ZZZ airport, and also that the police should have
alerted ZZZ1 Approach and ZZZ Approach about the closure."
0.008719193,-0.05433085,0.021200947,0.0079798745,-0.0020579852,-0.016339777,-0.057239793,0.01294179,-0.09393767,-0.044270385,0.03781149,0.02112588,0.0035023494,-0.014955075,0.048273068,0.03405948,0.00974129,-0.041674793,-0.023098828,-0.0069562783,-0.007713002,-0.02025686,-0.024441615,0.0064295153,-0.0009891859,0.0009128499,0.009602754,0.010174921,-0.01688971,0.022178043,0.018944455,-0.0561314,0.035929974,0.051566128,1.9935005e-06,-0.020254983,-0.0024947864,-0.008270481,-0.03616038,-0.015519404,0.027351094,0.004637649,-0.034204938,0.025041038,0.011623459,-0.07069514,-0.048164118,0.06952385,-0.024911448,0.043349896,0.016667025,0.038442407,0.039219406,0.033533745,0.012667782,-0.011401356,0.0053812973,0.06532876,-0.043400183,-0.0135222385,-0.021941507,-0.013424249,-0.0012349434,-0.001711461,-0.04449509,0.061833262,0.005602736,0.032080498,-0.037683565,-0.03090558,-0.05679035,0.0073482636,-0.0018995627,-0.011974658,-0.026538609,-0.025729448,0.01804449,-0.020223157,-0.02881089,-0.0011311343,-0.02292133,0.007300415,-0.011936258,0.021383679,0.028772073,-0.024749948,0.020967104,0.0023505937,-0.04159212,-0.0072765783,0.02168641,-0.027365595,-0.015073198,0.017247967,-0.024186356,-0.048058458,-0.024922699,-0.042283937,0.042114127,-0.004529797,0.07468466,-0.014317642,-0.015664876,0.0039742626,-0.011345037,-0.005250206,-0.028824225,0.013490322,0.0024530017,0.0033977462,0.05784909,-0.006547783,-0.01365797,0.045792155,-0.04944072,0.055101246,0.10870957,-0.01107635,-0.008251123,0.057297908,-0.06952343,0.048488464,0.018221844,-0.027156085,0.035674375,-0.08732157,0.034004573,-0.014729721,-0.0023321772,-0.019229522,-0.0023825974,0.0029515899,0.0028413658,-0.053713657,-0.06173774,0.0643608,-0.009850102,-0.03952671,-0.033649113,0.020747956,0.003190801,0.016287854,0.0076009165,-0.045594588,-0.05468609,-0.041460313,-0.013316617,0.06954324,-0.0007503252,-0.00755605,0.036225546,0.046921205,-0.0002449232,0.002556441,-0.04570234,0.011786659,-0.010907306,0.014225413,-0.011755081,0.032010756,0.057372037,0.0087706605,0.014721611,-0.0013050667,-0.012934331,0.032434117,-0.054982338,0.040868387,-0.050425004,-0.019540679,0.0021161733,-0.030927021,0.016925866,-0.002288745,-0.004277535,0.009222804,-0.03507139,-0.052225675,0.04714835,0.036042802,-0.1020872,0.010691134,-0.035257634,-0.015134263,-0.10461022,-0.040740408,0.010212436,0.02608396,-0.03127209,-0.02499048,-0.049851276,-0.0676517,0.025022216,0.0071972017,0.023557356,-0.07441492,-0.0019717603,-0.054714784,-0.026300216,0.06728468,-0.014537169,-0.01100039,0.060517184,-0.0119400425,-0.0039778925,-0.007746946,0.038994156,-0.03235437,-0.00850477,0.058480237,0.017039903,0.02045143,0.035180707,0.05183427,0.021325445,0.0066505885,0.061175406,0.007107372,-0.021461,0.015827036,-0.00852119,-0.037640747,-0.022454971,0.012392517,-0.0019281642,0.015589025,0.020161405,0.0045493077,0.05578983,0.014330714,0.026538806,0.023853593,0.010714671,0.008697172,-0.026276767,-0.054975707,0.11789134,-0.037933722,0.027395733,-0.017183155,-0.003129588,0.13055944,0.011087447,0.0020922055,0.07670688,-0.055101767,0.04866848,0.0006559561,-0.0075449464,0.014294758,-0.008861429,0.023314694,-0.04640219,-0.011333024,0.035291467,-0.034182675,0.03761757,0.03803673,0.040088784,0.029821213,0.015644308,-0.041311663,0.020671168,0.02215516,0.06414873,-0.022354385,-0.041383,0.054138523,0.052373964,0.0037327015,-0.024149785,-0.0060537443,-0.03226856,0.0021630328,-0.006226938,0.049384736,-0.03343522,0.041099634,-0.041539475,-0.03334998,-0.023096668,-0.05603112,0.035732724,-0.018810505,0.034011345,0.0077527976,0.0033253185,-0.036290646,-0.04116128,-0.013003628,-0.08258597,0.005862212,0.02571249,-0.019295486,-0.0020738372,0.0015684981,0.0049046134,-0.0022212644,0.025051672,0.038589917,0.0062471624,-0.0012988312,-0.028285153,0.03230859,0.015612024,-0.0027679633,0.0074100187,0.05395268,-0.037117228,-0.0015150356,-0.046826858,-0.011067762,-0.020672997,0.040173747,-0.0047738194,-0.048455145,0.053198967,0.034105077,-0.023297297,0.008346773,0.005837687,-0.028195376,-0.01759939,-0.02024506,0.0071597775,0.04907659,-0.007645616,0.027262552,-0.020441001,0.027624179,-0.030153189,-0.08903011,0.010276186,0.036413897,0.0040703183,-0.058586616,-0.007440623,0.016098415,-0.027696721,0.051492374,-0.0363431,0.009280179,0.025562435,-0.002565186,-0.0013016998,0.012091731,-0.033119723,0.034498937,0.027913952,-0.026154552,-0.04197423,-0.028319567,0.00039600575,0.006852991,-0.034556974,0.010244818,0.012259434,-0.10641806,0.09201267,0.067371026,-0.033943523,-0.007347874,0.039976504,0.0010082152,-0.009050308,-0.037317626,0.035547346,-0.02037454,-0.0073891636,0.027272863,0.07755612,0.059393905,-0.051421292,0.0010285683,-0.0115896715,0.009477157,0.011634636,-0.06411708,-0.06572159,0.008256029,-0.01218408,0.026395038,0.00025926426,-0.0034316864,0.025575988,0.02508864,0.0056513245,0.009457816,-0.026076876,-0.007888062,0.006412567,-0.057516843,-0.09507562,0.029424176,0.015270495,0.037875738,0.08792924,0.02577207,-0.0057059457,0.019872837,-0.0052665165,0.019739097,-0.013782755,0.071990624,-0.07151604,0.021466931,0.032155737,-0.03399421,-0.022920763,0.024460455,-0.018971361,-0.037753537,0.012077777,0.041032143,-0.010143144,-0.0047569005,0.05934139,-0.0030030743,-0.016858798,-0.04256812,-0.05611821,0.0355934,-0.0019214224,-0.05968869,-0.0339512,0.007527737,0.025960684,0.012916623,-6.1712555e-05,0.028863113,-0.005216358,-0.063999295,0.0073769884,0.052983873,-0.022484628,0.031050906,0.012229643,0.066674985,-0.13941997,-0.010110854,-0.08381602,0.008250117,0.019484783,-0.040105965,0.06674501,0.011469242,-0.006973883,-0.010552913,-0.03539292,0.028154435,0.023277337,0.005788526,0.11620064,0.03648903,-0.027705519,-0.027934868,0.049772408,-0.11026434,0.036565136,0.058287844,0.035950337,0.018980132,0.09348214,-0.020148449,0.0321955,-0.067802526,-0.034831427,0.042912118,0.019769609,-0.04059984,0.06747896,0.004118379,0.00025035732,-0.038080666,-0.036960278,0.041548707,-0.011332606,-0.038121734,0.01480546,-0.0058921836,0.026922604,0.075215705,-0.0013113654,-0.061898302,0.027551569,-0.01319296,0.006694911,0.031763315,-0.017419683,-0.025230968,-0.052828647,-0.04008164,0.012993784,-0.04413101,0.004814353,0.03566822,0.010410828,-0.060375996,-0.03467032,-0.021287411,-0.029755028,0.0012961755,0.018380683,-0.0049667284,0.0047347704,0.0048627965,-0.00989308,-0.056282047,0.0408756,-0.03171372,0.038444698,-0.06011519,0.009386885,-0.026807446,0.010519737,-0.020679507,0.07072184,0.056088217,0.016716031,-0.015271622,0.029546477,-0.024617767,-0.01102968,0.0022032852,-0.041005604,0.029659964,0.039639983,-0.016118051,0.003150806,0.01658658,-0.0017647482,-0.010941702,0.031808373,0.052372374,-0.014439362,0.0062023634,0.04090069,0.036335573,-0.007966248,0.016616328,-0.001911629,-0.014439724,-0.0059094825,0.007449618,-0.03381685,-0.022004977,-0.035371207,0.010739925,0.06397243,-0.048740357,0.017941467,0.0063908463,0.021081084,0.0034916415,-0.015905103,-5.4676338e-33,-0.038879476,-0.042942382,0.01766101,-0.0047392356,-0.006985449,0.040337104,0.05979776,0.004735735,0.027454639,-0.0015256193,0.03298221,0.009733232,-0.0007221951,0.033662546,0.030186335,-0.039896023,-0.0071313004,-0.00010129485,0.06581695,-0.053529248,-0.06796818,0.003276159,-0.042619266,-0.054837056,-0.001565977,0.0064474386,-0.013131772,0.05112207,-0.06921685,0.032801237,-0.017800894,-0.063319296,0.0069757607,0.039316278,-0.0668767,-0.0294311,0.042295586,-0.021464165,0.011289431,0.01597507,0.038863964,-0.06129136,0.017128874,-0.0042217127,-0.031155236,-0.032031707,0.0029693777,-0.015077189,-0.023423545,-0.010445239,0.001836996,0.010719086,-0.011077326,-0.05885293,-0.03596991,-0.024126189,0.025329506,0.0694232,-0.06660545,-0.022988182,-0.0104330545,0.024049431,0.020784704,-0.020708913,0.018674029,0.02723435,0.078967504,-0.051846366,-0.07080604,-0.07019137,0.0022032256,-0.0076376465,-0.02802072,-0.022603035,0.0355492,-0.030141046,-4.746901e-06,-0.0027271407,-0.05178648,0.07857538,0.006223739,-0.005595176,-0.026281863,0.0174203,0.06578395,-0.07506853,0.011316929,-0.036001854,0.0017298228,0.008600946,0.009182595,0.011796159,-0.014097912,0.022226967,0.0009915758,-0.059123475,-0.0072582965,0.0017686094,0.005681038,0.014563287,0.044288866,0.014512086,0.01631018,-0.09060908,-0.021942468,-0.005573069,-0.014358198,0.046495598,-0.034313034,0.008917833,-0.016262518,-0.00061315484,0.019895095,0.00849682,0.04230028,0.018942097,0.01186527,0.023455428,0.022071617,-0.060567163,0.06746212,0.008324703,-0.039254937,0.022281341,-0.07883276,0.004037452,-0.0072590387,0.030185657,-0.020591548,0.027704602,-0.047451288,-0.000109856206,2.552069e-07,0.012214758,0.002220149,0.084777474,0.019685376,-0.0072374153,0.013062285,-0.0059938803,0.027385542,-0.011419234,0.079608396,-0.002418627,-0.05569237,-0.020258296,0.0057003624,0.078006394,0.0063053807,0.057831205,-0.027025862,0.0054143453,0.0045853164,0.0122768935,-0.021920275,0.009621464,-0.00230936,0.0063286275,-0.012934228,-0.011480944,-0.0685981,-0.06297955,-0.07433953,-0.00059598096,0.042839475,-0.0058384095,-0.0010063552,0.0013401483,-0.0258659,0.017312452,0.054581523,-0.049543615,0.04733986,-0.014628951,-0.027400548,0.010183829,0.02675893,0.012840772,-0.0025015771,-0.02544121,0.080868505,-0.060587738,0.045266178,-0.041599132,-0.019623896,0.013957743,-0.00676991,0.017892772,0.043561816,0.031713646,0.056546163,0.018450812,-0.005730233,0.008030126,0.017056393,0.00860949,0.031413194,-0.034034524,0.014265712,-0.06466892,1.9261283e-34,0.018479947,0.01611263,-0.024652747,-0.04121523,-0.019283205,0.0014095816,-0.026545892,-0.013012225,-0.0016776714,0.036550462,0.0061021456,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/Drone_data/ASRS Database Report Set - Unmanned Aircraft Systems (UAS) Reports.pdf', 'page': 75}","While on the left downwind for runway 17L at approximately 8000 feet we encountered a
near miss with a drone. The drone flew from north to south at about 100 feet above our
altitude and missed us slightly high and left of the aircraft. The drone was black, about the
size of the football, and had a red light. No deviation had to take place to avoid it."
-0.0040048286,0.05351034,0.008849157,-0.049520656,0.0488128,0.01876073,-0.039942376,-0.024988128,-0.06657585,-0.0498467,0.006325998,0.0135330865,0.005389307,-0.015914854,0.02364155,0.09534497,0.059162468,-0.028275365,0.06458977,-0.0299627,0.02234105,0.009793244,0.01343517,0.014541769,-0.045964856,0.030667676,0.008240525,0.019697305,0.0018105713,0.009825964,0.008712067,-0.021136783,0.051477823,-0.013030651,2.436523e-06,0.026567265,-0.017029256,0.0014937037,-0.05414932,0.038555603,0.01725082,0.018036203,-0.04990703,0.005759237,0.012583628,-0.04460501,-0.0077241766,0.03879771,0.018028758,0.049324863,-0.020605603,-0.006555381,0.04492706,0.014253246,0.016098756,-0.04439691,0.0048042964,0.13269204,0.028442074,0.0038272538,0.006020282,0.026374944,0.01207476,0.010334869,-0.077068076,0.052851867,-0.040361933,0.027562115,0.0024200252,-0.04553279,-0.022494996,-0.037552208,-0.002827889,0.042803425,-0.02362739,-0.027832663,0.014799359,-0.006977772,-0.0052883904,0.02768478,0.038614526,-0.022977965,-0.0039051997,-0.0073516043,0.02860241,-0.07007845,-0.0054860055,-0.01371913,-0.056571614,0.030155096,-0.029882962,-0.027092695,-0.038440175,-0.030172035,-0.04107716,-0.0012168668,-0.04648126,-0.0132407835,-0.00920353,0.010620245,-0.014282888,-0.0069354447,0.0057527763,-0.004641416,-0.0016262436,0.022200286,-0.03600855,0.03415302,-0.046793755,-0.0072695236,-0.034825236,-0.03423241,-0.009713713,0.07046279,0.03578585,0.039701223,0.057658296,-0.06475457,0.023625098,0.0013691874,-0.03845571,0.059999388,-0.030544087,-0.0135998735,0.07073515,-0.04345664,0.05975113,-0.020369593,0.026066141,-0.01662274,0.014571192,-0.019514812,0.01815137,0.008607833,-0.01750384,0.062792405,-0.026446972,-0.086737975,-0.04292692,0.03519793,-0.0049653607,0.017897168,-0.002942563,-0.0025491694,-0.025030753,-0.030752169,0.007094477,0.009273775,0.0015324495,-0.014268213,-0.026960308,0.031479362,-0.016403582,-0.003599115,0.004083503,-0.0103656165,0.05049954,0.025909804,-0.0021918418,-0.0031794421,0.00081167964,0.059580006,0.060311213,0.015275708,0.030697322,0.04866909,-0.059680283,-0.0016626677,-0.069676146,0.0074904384,-0.020452375,0.013135309,-0.030850586,0.03785154,0.030093122,0.004818274,-0.0064521004,-0.032677032,0.003492871,-0.0023430644,-0.07930048,-0.046451427,-0.009088281,-0.02329611,-0.07512779,-0.03773708,0.024180183,0.010921252,-0.03814595,-0.012824188,-0.04603288,-0.02343369,0.012187116,0.017024674,0.02929253,-0.042118017,0.051238853,-0.0342384,0.009514451,0.02170549,-0.019668754,-0.0064420775,0.07073381,0.014130507,0.019300753,-0.04596556,-0.010790098,-0.01648138,0.044057053,0.018545166,-0.028966576,-0.0076577277,0.023852287,-0.008249267,0.044807713,0.009531976,0.035346296,0.06015559,-0.108120695,0.054672275,-0.027789313,-0.044737723,-0.08696533,-0.012007805,-0.02790573,0.004263332,0.031526867,0.022162229,-0.0016081812,0.010914202,-0.0068412586,0.03314292,0.016259655,-0.020283235,-0.021658484,-0.057010695,0.07405946,-0.045005698,-0.0123374425,-0.0032960023,0.0019007704,0.044313174,0.0438599,-0.043011814,0.023837434,-0.035345644,-0.019419616,-0.017089222,-0.01133302,-0.0060803997,0.008187575,-0.005758913,0.013032791,0.020877928,-0.03250524,-0.016704272,-0.015583751,0.03607016,0.01259009,0.031089284,0.025940789,-0.010000565,0.049777694,-0.032140072,-0.01721413,0.021835465,0.017264316,0.0343054,0.046612356,0.014042744,-0.0007839377,-0.038529657,0.011156501,-0.007875017,-0.021197522,-0.02559777,-0.01588299,0.030445576,0.022213351,-0.025298782,-0.026006721,-0.02062659,0.0039390936,-0.026925676,0.03040976,0.00753264,0.017666012,-0.08683361,-0.026532186,-0.03440147,-0.06027015,0.011048274,-0.007053624,-0.063715555,0.042792007,-0.04018229,-0.07561512,0.022078885,-0.025749167,0.1148981,0.027718868,0.028423848,-0.026634363,0.026922397,0.031330068,0.009325244,0.023444358,0.073242374,-0.026811345,-0.0014436082,0.0021527437,-0.004628925,-0.008349123,-0.0129881585,-0.04021255,0.0017274757,0.022339229,-0.047118936,0.001069262,0.04263229,0.028283307,-0.053298086,-0.03338191,-0.0004522616,-0.012635846,-0.015320186,-0.016923679,0.014121884,0.03331492,-0.0082593905,-0.022481848,0.02625945,-0.06919864,0.049845293,-0.056545027,-0.03265512,-0.006128419,-0.0014835229,-0.052283466,0.0955942,-0.025905019,-0.0062010433,0.058290266,-0.0022301802,0.022710852,0.07852984,-0.044177137,0.02216953,0.010746273,-0.04876013,-0.0329751,0.017689731,0.007134529,-0.011410954,0.022184167,0.026114512,-0.046348426,-0.051598113,0.06991145,-0.0060050488,0.0040522795,-0.030734383,0.01291121,-0.008619065,-0.041083105,-0.03283903,0.001623691,0.0071469913,0.007098467,-0.03227389,0.06265494,0.026906935,-0.049811833,-0.03939992,-0.0054383967,-0.021242496,-0.00053884473,0.016410064,-0.03344406,-0.03740285,-0.0056319786,0.043949466,0.022726031,0.011350252,0.05151507,0.006798513,-0.0036199377,0.034000386,0.049865454,0.023301017,-0.011962978,-0.021333072,-0.034732256,0.04161195,-0.005777569,-0.061479338,0.09145552,-0.029688774,0.016437408,0.036510073,0.001626026,0.00978007,-0.02196224,0.05449449,-0.004407184,0.058532752,0.07139229,-0.048941173,-0.028113041,0.050789144,0.016064856,0.015737098,0.0035049613,0.02559832,-0.019498065,-0.017880823,-0.01344126,0.0020741045,-0.011349116,0.022547463,-0.025271866,0.012422179,-0.02026886,-0.07550025,-0.003012003,0.009131307,-0.03226487,0.033373047,-0.034220453,0.035692196,0.044416256,-0.025651302,-0.006915718,0.004205642,0.043496154,-0.023868972,0.0050847903,0.08661923,-0.11571416,-0.034987926,-0.038814273,0.04575415,0.087791584,-0.008013956,0.019989086,0.028581645,-0.011732872,0.014570616,-0.021428606,0.028834602,0.00041341566,0.029449927,0.07205545,0.029198384,-0.044659037,-0.0081563415,0.03777531,-0.001039456,-0.019414522,0.03419829,0.008296418,0.018805021,0.054615416,-0.03579395,-0.025338344,-0.027341925,0.025054121,-0.012200493,0.04660628,0.0006757295,0.060980085,-0.014699874,0.026632119,-0.004389274,-0.011408985,0.027704481,0.018927077,0.036774475,0.046378274,0.008158547,0.0040241526,0.0014975426,0.034230422,-0.03728536,0.0074960124,-0.05828084,-0.0103512695,0.002878017,-0.06037158,0.044094663,0.016641844,-0.045458376,-0.008460625,-0.0514479,-0.0068317438,0.013636556,-0.017285924,-0.05989279,-0.05160388,0.0013536839,-0.011859802,0.018409204,0.07018837,-0.014078578,-0.026281605,-0.03253012,-0.05224007,-0.035190046,-0.014560017,-0.028912043,-0.03053149,0.026744148,0.029896492,-0.059757262,0.0229124,0.031814236,0.00075203046,0.03664243,0.021001233,-0.050242417,0.009380892,0.01892224,0.010685387,0.001168693,-0.003044605,0.026914837,0.05837224,0.0017065115,0.02694484,0.022148639,0.055049732,0.0126479175,-0.050964814,0.032086417,0.012501513,-0.023263635,0.01456744,-0.017040163,0.014155102,-0.0021990663,0.024043417,-0.0075651943,-0.059753135,-0.019174429,-0.0529229,-0.047946792,-0.041463874,0.020297104,0.0798797,0.015132932,0.03215041,-0.05376609,-0.013747815,0.007807323,0.004590145,-6.308002e-33,-0.021749515,-0.060786393,0.0149025805,-0.10730244,-0.035082754,0.037892044,0.02525143,0.040857505,0.0312815,0.014056538,0.059252474,0.036209974,0.025948802,0.010288893,0.059194498,-0.007806912,-0.014359084,0.012720943,0.026806286,-0.03842713,-0.0031914383,0.0055841026,0.016683972,-0.0477059,-0.04722384,0.053655006,-0.01986979,0.030758142,-0.09933357,0.04137533,0.0067066727,-0.02372439,0.030266771,0.006668616,-0.028482875,-0.026047867,0.0098583605,-0.033351723,0.014845895,-0.065910645,0.021257348,-0.06355255,0.032123983,-0.029057449,0.040014308,-0.032336015,-0.035745095,0.028225038,-0.059245046,0.012420518,-0.009756018,0.0050826143,-0.016551556,-0.09809151,-0.023478488,-0.00083545636,-0.006338002,-0.007649536,-0.007730487,-0.03159347,-0.051765442,0.027823271,-0.04193935,-0.013590035,0.0053914655,0.028195368,0.03380237,0.025245933,-0.10542632,-0.07022764,-0.031190159,-0.0041001975,-0.03528437,-0.049731467,-0.03275689,-0.02671053,0.025843954,0.009834634,-0.057979,0.096560575,-0.02424839,0.016413266,-0.090211645,-0.021344787,0.06320539,-0.039627407,-0.018101826,-0.010965472,0.021052653,0.023564665,-0.04893345,0.00059944246,-0.03061923,0.0338814,0.062611654,-0.0665938,0.0036794487,0.049277034,-0.011009113,0.012287387,0.03155324,-0.004342505,0.04527314,0.037272077,-0.0606185,-0.018152716,0.024635538,0.09448336,0.07327405,-0.013100575,0.04807673,-0.0106850015,-0.0065532792,0.039923046,0.02842289,0.076030545,0.051998857,-0.008332234,-0.004259004,-0.049775627,0.019144997,0.015386107,-0.035749458,-0.02011924,-0.07156329,0.044819,-0.029553179,0.009505898,-0.036034577,0.018929496,0.008248269,-0.004938324,3.016512e-07,0.018980663,-0.033975426,0.056262072,0.0051708277,-0.01095853,-0.027614407,-0.022475861,-0.005687412,-0.007891182,0.0012678778,0.042787146,-0.04203752,0.00031981847,-0.026591532,-0.0047660978,0.011871196,0.06345854,0.06162096,-0.019753836,-0.034695882,0.028543917,-0.015270511,-0.036755625,-0.008302175,0.0035253104,0.07140337,0.01787804,0.035813835,-0.06662865,-0.1183207,-0.01213354,0.057757337,-0.03753378,-0.005013412,0.018112464,-0.025498018,0.05476676,0.049064465,-0.034903053,-0.002044999,0.009510524,-0.06541713,0.0049807853,0.046856813,0.041389916,-0.01862958,-0.04161285,0.08529752,-0.02113708,0.0499287,-0.032836188,-0.003464896,0.00605171,-0.008573488,-0.04541723,0.04087172,0.013992681,0.038661536,0.049044028,-0.0020309677,0.00891446,0.008511917,0.004162038,-0.0043048593,0.007049267,-0.021912044,-0.02169751,2.4998607e-34,-0.005103678,-0.028712777,0.0029677963,-0.0171405,-0.010492041,0.023862846,-0.0039201374,-0.040602095,0.0055831727,-0.062093303,0.0024304746,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/Drone_data/ASRS Database Report Set - Unmanned Aircraft Systems (UAS) Reports.pdf', 'page': 79}","I'm in Location A. I live in the middle of class D airspace with an executive airport right
down the road. I was just up flying my DJI Avata out my back door, flying Line of Sight
(LOS) just to run down a couple batteries so that I could put the drone up. I received Low
Altitude Authorization and Notification Capability (LAANC) for a few hours today and I am
cleared for 100 ft. Was only up less than a minute and was at 30m when the Avata started
drifting and shot straight back into a wooded conservation are a that backs up to my back
yard. I had absolutely no control over the Avata in just a split second, shot back into the
woods and I lost it. I put on the [First Person View] goggles to see what was going on with
it and apparently it hit a random tree and is down somewhere around the middle of the
wooded area. All I could see through the goggles was the ground, a log, and some plants
where it has stopped. This wooded area (Swamp) will be impossible for me to try to get in
and find it. The Avata shut down with in a minute as it said it was overheated so I can't use
a ""find my drone"" to get it either. Do I need to now file a report with the NTSB since I lost
radio (TX) control between the drone and myself? No injuries or damage to anything other
that the loss of the drone.
Callback: 1
Reporter indicated they sent information to DJI. DJI didn't advise the reporter what the
issue was but did send a replacement UAS."
-0.035805672,0.109937854,0.008790714,-0.04569097,-0.00984315,-0.006759964,-0.023620734,-0.0037345544,-0.015142381,-0.04381563,0.03606027,0.021843383,-0.014929489,0.024820177,0.02762904,0.035244368,0.08176246,-0.05521601,0.0023808072,-0.013394553,0.007590709,-0.025760822,-0.0091212485,-0.035894908,-0.036497373,-0.023764145,0.024067335,0.020573383,0.039542485,-0.049218163,0.03138078,-0.016575687,0.110761404,-0.029192101,2.7674444e-06,-0.019607818,-0.04357848,-0.013668121,-0.04414658,0.042382527,-0.007788191,0.021434464,-0.037779946,-0.010771918,-0.0070812656,-0.022995472,-0.028069243,0.0012391598,0.027940925,0.042222902,-0.02072398,-0.0027084656,-0.01100048,0.0013247902,-0.04851361,-0.0592223,0.04292175,0.101968385,0.0049510966,-0.021374756,-0.019051187,-0.00909715,-0.020839771,0.0058692344,-0.008217019,-0.011405552,-0.041385967,0.06258502,0.008661731,-0.05751793,-0.018271314,-0.017997824,-0.026927419,0.04147666,-0.012919339,-0.02585639,-0.010317491,-0.028524388,0.02831153,0.02463697,0.030272832,-0.0054796035,-0.010661311,0.0053480836,-0.0012493953,-0.055964325,-0.0028953715,-0.03609038,-0.04923344,0.023597373,0.045455754,-0.018890515,-0.010615368,0.025445106,-0.01651025,0.0012530984,0.018843226,-0.02691001,0.040912326,0.032306865,0.0010505489,-0.045763884,0.0224751,-0.016348938,-0.05388433,0.06584642,-0.041184634,0.098895766,-0.006676118,0.012281059,0.02516267,-0.0015402817,-0.049595438,0.048095874,0.008476707,0.05902739,-0.0141730495,-0.048623234,-0.0116928965,0.032197725,-0.024314096,0.043412592,-0.044477098,-0.031756196,0.05355079,-0.0643484,0.050212767,0.021190392,0.03720736,0.006908746,-0.006353609,0.005627489,0.026983095,0.020016996,-0.040906727,0.08324957,-0.022749964,-0.05049901,-0.03934284,-0.00015167987,-0.014456566,0.03453173,0.0006915324,-0.014359472,-0.058769055,-0.07176707,0.0053781974,0.035134234,0.014125632,-8.713701e-05,-0.052756388,0.0011358588,-0.04557655,-0.0057211434,-0.05344689,0.03816185,-0.004588074,-0.04146563,0.010501354,0.02921817,0.03660007,0.026648799,0.08693053,-0.001385791,0.0385641,-0.0021944155,-0.038439024,0.018226227,-0.07722058,0.02418984,0.019263368,0.033266984,-0.03589847,0.058886044,0.012297043,0.031892605,-0.054455422,-0.08539197,-0.014870618,0.02111944,-0.06546615,-0.057968915,-0.0136830695,-0.06851979,-0.021959053,-0.016579421,-0.015243974,0.0541422,0.0029757705,-0.037864074,-0.051436394,-0.018507004,0.040359914,0.024888191,0.03450596,-0.014564968,0.009506287,-0.026856486,-0.016724678,0.008234919,-0.034899045,0.013145189,0.055692755,0.0061817747,0.0006104876,-0.0051513775,0.004976999,-0.053597767,-0.0201123,0.047070596,-0.017148897,-0.038737185,0.04731214,0.010685776,0.022908071,0.008526149,0.030978933,0.051687967,-0.01462798,-0.013538415,-0.024410427,-0.055664457,-0.07193472,-0.0016318224,-0.0043052896,-0.052430257,-0.015545728,0.037043635,0.04235183,-0.030055096,0.032444295,-0.035379108,0.032131314,0.018469471,0.015579604,-0.018985251,0.108990885,0.02431638,0.008171392,-0.055527624,-0.048885692,0.053228084,0.02647569,-0.0062346077,0.002026875,0.0010937665,-0.015562053,0.011537237,-0.01731901,-0.030867595,-0.044483084,0.006616379,-0.0079704,-0.017655918,-0.038633473,-0.0028278462,-0.06926049,0.063279115,0.07834878,0.037393842,-0.014127413,-0.08713182,0.025739413,-0.023476938,0.040657546,-0.024346314,0.016145635,0.053363662,0.001511359,-0.0069366703,-0.024553567,-0.024343967,-0.026480896,-0.010762979,-0.013029684,-2.1547481e-05,-0.10349505,0.024382783,0.01688968,0.0033087735,-0.013795042,-0.038279623,0.03326638,-0.012050467,0.012973358,0.014330505,0.010833816,-0.04222571,0.009687566,0.06607739,-0.057035875,-0.0006970945,-0.018293364,-0.0724099,0.051334504,0.006848056,-0.057385143,0.017645113,0.062376168,0.0648842,0.05464327,0.014598614,-0.039921388,0.007729321,0.04423493,-0.007794282,0.01871963,0.07335856,-0.04489721,-0.036795784,-0.026730755,0.017969461,0.02025077,0.022057457,-0.047052,-0.017234609,0.021185575,-0.038085215,-0.01690173,0.031229509,0.025253447,-0.073785186,0.009438655,0.00019979921,0.0036249582,0.0040199254,0.020982958,0.019405443,0.0018399848,0.037019875,-0.0085080825,-0.034914225,-0.051575925,0.020908019,-0.013233381,-0.0019383942,-0.04718703,0.014095176,-0.04388675,0.047575466,-0.029648658,-0.073149346,-0.022444338,0.059687838,0.01967044,0.030060358,-0.045812383,0.029969627,0.044802677,-0.07048313,-0.01412379,-0.0357776,0.024024813,-0.021199984,0.0070584533,0.04071012,0.0051219966,-0.015690466,0.040614717,-0.025188578,-0.06980324,-0.015019731,0.047243133,0.008296937,-0.006894759,-0.017905315,0.01581255,-0.0016199178,0.0644714,-0.010396287,0.080539696,0.02244242,-0.021627752,-0.046623137,-0.037718367,0.029689247,0.029833322,0.012895668,-0.07075768,-0.010687329,0.025352955,-0.056213267,0.069794565,-0.004638488,0.03878247,-0.042356852,-0.0042629074,0.0492162,-0.01440811,0.06824638,0.061342895,-0.034685567,-0.020603802,0.0068880487,0.03011332,-0.048181485,0.04862636,-0.026545681,0.021124898,-0.012005048,0.028990496,0.01384174,-0.03711386,0.036730915,-0.019962225,0.05655887,0.06267534,-0.069152914,-0.015174047,0.0011503827,-0.020943789,-0.028212471,0.022745403,0.05762494,-0.032049913,-0.034240015,0.0031524287,-0.027893744,0.034212977,-0.016760975,-0.06819158,-0.027903171,0.02825626,-0.017072605,-0.023850625,0.006825348,-0.004147323,0.03386896,-0.022886848,0.020945016,0.05953046,-0.023871671,-0.032296747,-0.02346941,-0.05231537,0.05589081,0.0037142755,0.09897564,-0.029496571,-0.028296083,-0.037136383,-0.015400231,0.054201335,-0.009404301,0.0556619,0.03999883,0.029045384,-0.017600989,-0.013486197,-0.026458746,0.007218402,0.016576521,0.06394503,-0.032549936,0.01812216,-0.00025479158,0.023903456,-0.05553549,-0.022204405,0.101319484,0.066073515,0.026064536,0.074080534,-0.004719152,0.0074324613,0.03165795,0.03392118,0.0006745993,0.026577955,0.029362272,0.063926876,-0.034293402,0.006963651,-0.007939921,-0.0025710114,0.044057805,-0.01993499,-0.009591199,-0.0066082967,0.0022397898,0.028909745,-0.0018012181,0.030184612,0.005762211,0.015055152,-0.04849894,0.030697146,-0.016688896,-0.03286552,0.020353984,0.017303878,-0.05636259,-0.009929288,-0.020054303,0.013503267,0.010005681,-0.018125445,-0.055745866,-0.038737245,-0.02667004,0.02636249,0.020125426,0.044806797,-0.006817097,-0.0120897535,0.0046454156,-0.008126415,-0.014644977,0.01760941,-0.005677166,-0.04968265,-0.012905167,-0.009890143,-0.018670406,0.005816655,0.048363507,0.013713029,0.064173646,0.014203123,-0.033185676,0.04100974,0.0022198467,0.018774163,-0.02550881,-0.0615392,0.0467517,0.03518968,0.01249791,0.051984783,0.028916504,-0.011301736,-0.01878313,-0.030577987,0.056874964,0.009621572,0.007944387,0.025003292,0.016115854,-0.0046275225,-0.02707992,-0.034569822,-0.0042977734,-0.03166715,0.060333412,0.052798226,-0.026460387,-0.07475173,-0.008927037,0.031116486,-0.030917898,0.021754343,-0.043579534,0.021466237,-0.031568877,0.022634396,-6.210484e-33,-0.030518517,-0.07681274,0.002927103,-0.017489074,-0.059494704,-0.014792346,0.0059929457,0.017635992,0.028523805,0.009915352,0.028657502,0.010107003,0.02340017,0.031475555,0.037338886,-0.033126544,-0.0039548487,0.019618414,-0.0057345796,-0.019079361,-0.028807053,0.034344308,-0.014393918,-0.09332434,-0.001886951,0.066156834,-0.037117727,0.024057303,-0.077156246,0.016021874,0.02095575,-0.025283663,0.048863176,0.056975864,-0.047455583,-0.04003586,-0.018502256,-0.0013234395,0.00581527,-0.048627544,-0.029348211,-0.06827744,0.015050793,-0.017630901,0.02860413,-0.04034014,-0.03729675,0.0072301663,-0.05855448,-0.035305485,-0.020509772,0.007233235,-0.043572452,-0.057704322,-0.024156636,-0.003533147,-0.00071196177,0.0066392026,-0.054782715,0.02760036,-0.01333959,-0.040418327,0.019581417,-0.013077281,-0.017978983,0.07181371,0.00829696,0.014487996,-0.030576574,-0.07358539,0.011372066,0.013173515,-0.036821716,-0.024846947,0.021963349,-0.027660416,-0.011514039,0.013804442,-0.023621865,0.06278904,-0.049312226,-0.0046524233,-0.045539197,-0.028875224,0.031219924,-0.048293322,0.025709288,0.014314011,0.022565046,0.038124308,-0.050453033,-0.004811716,-0.04034329,-0.029105986,0.045876585,-0.07442587,0.032233275,0.02265115,-0.0015281865,0.01903052,0.007567778,0.002348696,0.03861989,-0.016096955,0.0058823144,-0.008990388,-0.017999286,0.05723511,0.046433598,0.026636137,0.028826827,-0.01651511,0.02565331,0.02010728,0.060645,0.014504113,0.048834868,-0.0096507175,-0.022974974,-0.057860967,0.02042423,0.029978145,-0.02662692,0.0024025047,-0.020285029,0.031482466,0.0069945557,-0.00018447197,0.0012302333,-0.015908372,0.014027109,-0.007965044,3.3378168e-07,-0.043597188,-0.008037438,0.07259165,0.0073907613,0.027524138,-0.021560127,-0.014155243,0.023720855,0.007535686,0.051270712,0.017018454,-0.06415933,-0.0067641833,-0.020184865,0.016594777,-0.049539976,0.11407999,-5.075484e-05,-0.014958981,-0.0015679423,0.07383949,-0.023565637,-0.04628622,-0.043432694,0.023288537,0.012905544,0.006612248,-0.020653445,-0.044184875,-0.05605623,0.010341515,0.0354203,0.03507057,0.03905051,-0.019635871,-0.024112852,-0.0062956265,0.059617836,0.0055023087,0.070379406,-0.04221008,-0.052156944,0.014465368,-0.0022760709,-0.0043929475,-0.012898808,0.036928054,0.092262134,-0.044976667,0.013662232,-0.021998983,0.026897825,-0.021967292,-0.029319387,-0.010063015,0.05692385,0.012773667,0.013488501,0.0655581,-0.040915847,-0.0014096544,0.04434963,0.04014982,-0.0063382513,-0.008129801,-0.018109785,-0.07029582,2.9028592e-34,-0.01651704,-0.06993872,0.0030747154,-0.06524082,-0.016178265,0.0065157604,-0.004705722,-0.029828746,0.008267542,-0.013962741,0.00872962,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/Drone_data/ASRS Database Report Set - Unmanned Aircraft Systems (UAS) Reports.pdf', 'page': 81}","On Day 0, at approximately XA:00, I initiated a drone operation near Location A, with the
aim of gaining a clearer view of a distant plume of smoke. My primary objective was to
pinpoint the smoke's origin. I selected a mostly empty parking lot for the flig ht, ensuring
my drone, a DJI Mini 2 weighing less than 249g, remained within my line of sight
throughout the operation. Unfortunately, I mistakenly flew the drone to an altitude of
about 275 feet, unintentionally surpassing the LAANC ceiling of 100 feet de signated for
Class D airspace. At the time, I was unaware of my presence within this specific airspace.
The clear midday conditions further compelled me to seek out the source of the smoke
without realizing the potential violation. I was later contacted by a local drone pilot and
informed that my action may have been in violation of the class D airspace. I was the only
individual manipulating the controls, and no other parties were involved in this operation.
The breach into the Class D airspace was a direc t result of my lack of awareness about the
regulations governing that area. After concluding the flight, a local drone enthusiast
approached me to highlight the potential infringement. Acknowledging this oversight, I am
now committed to improving my compre hension of UAS regulations. I am determined to
complete the Recreational UAS Safety Test (TRUST) and will ensure that I procure any
necessary licenses or certifications before embarking on future recreational drone
activities. This measure is crucial in pr eventing similar inadvertent breaches in the future."
0.0033977318,0.043720316,0.004846353,-0.031422388,-0.0027496817,-0.02512472,-0.01400532,0.0029322007,-0.06613774,-0.033778857,0.028142057,0.022086605,0.0036962857,0.029704517,0.018380443,0.03190414,0.04826327,-0.05541124,-0.011234516,0.008559681,0.027647877,-0.008861129,0.008629122,-0.011373913,-0.014101107,0.014631833,0.022317832,-0.052462716,0.009756831,-0.011198854,0.015005313,-0.038876347,0.079110295,-0.0050531738,2.3064342e-06,-0.05100837,-0.0053866566,-0.00044678242,-0.054216594,0.024672585,-0.003539794,-0.06123459,-0.025759617,0.0064981855,0.0039478345,-0.08756871,-0.04958238,0.05244203,0.00016014572,0.041196756,0.010575345,-0.042703558,0.048716128,0.040474012,-0.022792453,-0.064731576,-0.012908698,0.10602581,-0.010524258,-0.053745985,-0.0021789765,-0.0056354064,0.013689081,-0.0026757258,-0.053587683,0.039525814,-0.0075194966,0.015686588,-0.009498712,-0.012281532,-0.032082435,-0.0006042369,-0.010488653,0.011609922,-0.0051348098,-0.076968536,0.0049708835,-0.029314993,-0.035294972,0.009533002,-0.0042983717,0.03363822,-0.031310555,0.0547685,0.033584412,-0.105945714,0.017888678,-0.06864217,-0.021153238,0.04960264,0.0410228,0.007023572,0.0014711141,0.0072045033,-0.038743567,-0.04642318,0.031649284,-0.062684074,0.021265658,-0.021303589,-0.011322519,-0.0031903586,0.016600586,-0.06656145,-0.008706317,-0.027199354,-0.062647395,0.03579218,0.011672573,0.02584113,0.0734521,0.0152947465,-0.021441381,0.018035179,-0.032431863,0.017228996,0.037450477,0.0005134193,-0.0147958705,0.05456952,-0.04980037,0.047139175,-0.016363971,-0.017510142,0.09365813,-0.06261152,0.022951124,-0.003726522,0.013211029,0.07607067,-0.007182218,-0.02005973,0.034823228,0.0071464707,-0.045252405,0.09004148,0.014284376,0.016725136,-0.03171489,-0.05173691,-0.0015208394,0.009205056,-0.046467163,-0.025778508,-0.040518668,-0.043816354,-0.022285305,0.05185823,-0.026521022,-0.026165646,0.017791666,0.04390911,0.036553066,-0.025098251,-0.021417765,0.030670296,0.0022707963,-0.04976265,0.0029995681,0.04688613,0.05805754,0.018467806,0.037920725,0.009610768,0.021981334,0.056456324,-0.01250153,0.062057808,0.0069025205,0.034091096,0.014109066,0.034848604,-0.0034677756,0.012036074,-0.014979283,0.0072870855,-0.09024456,-0.036295306,0.01228139,0.04032845,-0.05487747,-0.017806385,-0.009302423,-0.03913379,-0.06391815,-0.0024309685,0.04625123,0.043655813,-0.008332729,-0.011590783,-0.043906827,-0.04417335,0.026518855,0.08311384,0.029604718,-0.038207985,0.03228197,-0.040407933,-0.0031317591,0.01657664,-0.026585847,-0.033521228,0.06974697,-0.05329478,-0.013949406,0.007890962,0.016598305,-0.0668489,-0.0034014597,0.035185706,0.002272883,-0.013682585,0.05075217,0.015028864,0.0030251108,0.05721542,0.032039467,-0.013156615,-0.021048876,-0.006448629,-0.013326145,-0.025623618,-0.10082717,0.027106063,0.033409618,0.010230974,0.0037939197,0.010656386,0.05948647,-0.0026748376,0.009370791,-0.018234245,0.020722138,0.034153834,0.06251809,-0.05116748,0.08379556,0.001366648,0.02255732,-0.0013257584,-0.040319037,0.07673915,0.012623185,0.022878245,0.039239675,0.0102687385,0.029531192,0.024546914,0.038655628,0.008240696,-0.033234473,0.024156442,-0.020962853,0.010356035,0.0067671845,-0.023860637,-0.00030005182,0.060623296,0.024220644,-0.009320371,0.021755874,-0.032310925,0.032868724,0.021008978,0.04348881,-0.049902923,-0.007422483,0.023667473,0.027445653,0.016873524,-0.04929346,-0.017101845,0.0035913102,-0.021073652,0.020670032,0.05234115,-0.06610459,0.03812225,-0.03998577,-0.052698,0.009022953,-0.06825643,0.022574067,-0.019378746,-0.0084875375,-0.0055034617,0.03948671,-0.012022359,-0.0011874901,-0.046135116,-0.05901627,-0.008417844,0.012529215,-0.034643553,0.06366537,-0.017768564,-0.027525622,0.017408922,0.052597072,0.115451194,-0.0006488301,-0.00486978,-0.041520257,0.02107277,0.0028497642,-0.006848455,0.009548437,0.11050123,-0.054489512,-0.01931794,-0.017992344,-0.016344674,-0.0021848325,0.054843824,-0.018466623,-0.047476448,0.055224728,-0.028262405,-0.057484616,0.03676568,0.057294723,-0.04453542,-0.004554853,-0.010518488,-0.007000193,0.04301495,0.0038767117,-0.0026249862,0.0038141808,-0.0071842205,-0.023959065,-0.057789616,-0.016872065,0.03460066,0.0013119209,-0.07717818,0.00246156,0.0236522,-0.013702496,0.013800414,-0.019470392,-0.013842106,0.02726212,0.05253814,0.013113176,0.014010903,-0.05841359,-0.0014793627,0.048884585,-0.04782248,-0.017527321,-0.03596343,0.0037286503,-0.006326039,-0.0018957754,0.023210937,0.036952585,-0.09164184,-0.0017511124,0.010925375,-0.018069787,-0.014059184,0.09094874,-0.004177576,-0.006632932,0.015966928,0.027120644,-0.023165138,0.026032088,0.029576618,0.052489985,0.024337834,0.014140338,-0.026985794,-0.046390418,-0.02190472,0.041275006,-0.009246479,-0.025962424,0.0003504018,0.01830152,-0.007233408,0.026298288,-0.03737525,0.008463332,0.010031218,0.009791991,0.012402141,0.040673424,0.044119887,0.016953144,-0.013557075,-0.022825493,0.05829002,0.0034694734,-0.018973012,0.10920113,0.0075190947,-0.01476732,0.001341248,0.021656023,0.05202341,0.031263195,0.037000652,-0.0894574,0.023523705,0.0031657924,-0.03171768,-0.020176953,0.012191588,0.028268214,-0.005768396,-0.01642432,0.035794515,0.0053381138,-0.061079532,0.033682626,-0.050363638,-0.001826858,0.022894748,-0.058524307,0.009589311,0.021648496,-0.059366826,-0.01689233,-0.04972843,0.018116357,-0.03826493,-0.019829145,0.013716067,0.02208736,-0.036347654,-0.017427076,-0.013735654,-0.038616486,-0.0027300243,-0.021671666,0.0645387,-0.08884052,-0.02566763,-0.09584205,0.00444869,0.090596445,-0.024366472,0.03849199,-0.043199804,0.0441631,0.020961635,-0.018484246,0.0036477726,0.01581528,0.018732743,0.107354894,-0.0053903973,-0.009678557,-0.047936995,0.046434432,-0.03029776,-0.031228814,0.072509356,-0.0014050511,0.027541526,0.057248525,0.0074527203,0.028833523,0.0220306,-0.018120166,0.041062873,-0.011531872,0.034082685,0.0521435,-0.0013952375,-0.0085696075,0.018776665,-0.03571716,0.0651675,0.020447383,-0.024844833,-0.042612307,-0.0074745514,0.046100255,0.010607744,-0.012857625,-0.056141656,0.015648177,-0.058303703,-0.0095591,-0.0042029745,-0.0033959094,-0.029329922,-0.038242128,0.025846833,0.0059225303,0.005382046,0.055775996,0.012153099,0.036312032,-0.041215308,-0.07492233,-0.03520368,0.00088688236,0.012397985,0.03399547,0.0014000728,-0.016134176,0.033172958,-0.036238603,-0.029512966,0.0022076578,0.026374059,-0.04998252,0.006046255,-0.02197532,-0.06922248,0.010793613,-0.0076100333,0.020092035,0.03933499,0.02440707,0.016364483,0.033946183,-0.008598324,0.011766096,-0.06716103,-0.040891793,-0.022577215,0.011723169,0.027462238,0.001307855,0.018783865,0.0047851857,0.028676085,-0.019734247,0.024128998,0.008135925,-0.052601665,0.062335268,-0.013145312,-0.0039060498,-0.0065908846,-0.022771602,0.004684709,-0.019944627,0.018727774,-0.020418335,-0.030147126,-0.037703395,-0.0030971116,0.030906063,-0.080692805,0.045970663,-0.03594249,0.063225314,-0.052361958,0.017369129,-5.936901e-33,0.0024358237,0.031559296,-0.01614884,-0.033009436,-0.09096316,-0.010209943,0.03794407,-0.02616434,0.016795589,-0.01080607,0.004042591,-0.015634924,0.0075323367,0.041994296,0.043145012,-0.05555985,-0.0047102487,0.010005218,0.04710461,-0.028726358,-0.074790224,-0.006604554,-0.03179759,-0.06329181,0.038403854,0.029704094,0.0029526602,0.01767465,-0.06018072,0.022932256,0.020921398,-0.05008916,0.02473091,0.032592762,-0.04620896,0.017435594,0.02390015,0.01767652,0.02566012,-0.027298555,0.012974672,-0.057643022,0.014351888,-0.009846881,-0.041046277,-0.043495003,-0.0011919462,-0.0030934506,-0.05043138,-0.047460772,-0.039054766,0.009258767,0.0066519463,0.017064061,-0.07483455,-0.049247902,-0.017917292,0.037115376,-0.06966573,-0.011602913,-0.043532375,0.0017947071,0.02303639,-0.024886804,0.017347272,0.035684906,0.054457877,-0.034857363,-0.005103632,-0.06612165,-0.008428868,-0.008882885,-0.02478452,-0.015969923,0.0018422626,-0.060906887,0.015077385,0.004139221,-0.072403185,0.10857521,0.041632537,-0.006118251,-0.0838853,-0.011664743,0.069972716,-0.03021496,0.019776372,-0.036078993,0.0068830126,0.019839544,-0.0052068434,0.0062116995,0.03093147,-0.005562907,0.076177195,-0.042291366,0.0129083125,0.05446941,0.0067767436,0.0009479443,-0.03195556,0.001607501,-0.02061772,-0.051097646,-0.009351816,0.012582506,-0.030347403,0.06778215,0.027219899,0.021895606,-0.0048145824,-0.020098802,0.015107184,0.04405642,0.042198293,0.034516778,0.019768998,-0.028680788,-0.0018187792,-0.016569206,-0.0057947496,0.013577184,0.013227213,0.040536128,-0.057298083,0.012781395,-0.010816847,-0.027951434,-0.01634877,-0.021027738,-0.009623475,-0.03629852,2.944872e-07,-0.0497365,-0.035231464,0.08233133,0.053818796,-0.011736839,0.006170024,0.008404971,0.041473556,0.017348608,0.050318915,0.051118355,-0.031071384,0.013855905,-0.004768308,0.003364846,-0.043598358,0.045081597,-0.036353566,-0.01516952,0.030861862,0.03730526,-0.014272576,0.00082707114,-0.0014714509,0.03044282,-0.032037523,-0.007927593,-0.04999227,0.0007641007,-0.055282377,-0.01747012,0.028981525,0.0040269773,-0.03342478,-0.006788385,-0.031249702,-0.018105369,0.044485755,-0.03846794,0.03635344,-0.00575135,-0.068095885,0.0051342803,-0.024690887,-0.02536173,0.0053659067,-0.017321931,0.084971815,0.023014998,0.0031959729,-0.03670283,0.014820636,-0.027932262,-0.013540121,0.018745821,0.05558539,0.033190463,0.032387387,0.027739666,0.03222143,0.015895996,-0.0070575215,0.034163676,0.032769315,-0.006853318,0.051140755,-0.07528112,2.4678813e-34,0.0028680486,-0.021947058,0.023039045,-0.031935763,-0.02376526,0.017468499,-0.018724525,-0.048776112,0.03855928,-0.00872353,-0.023125852,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/Drone_data/ASRS Database Report Set - Unmanned Aircraft Systems (UAS) Reports.pdf', 'page': 83}","At about 4,000 ft. AGL, while on a 12 mile final to 30L, we saw a drone pass by the cockpit
windows. We flew just underneath it. When we saw it we had no time to react. I estimate
we were within 50 ft. of colliding with it. We advised ATC and landed withou t further
incident. We had a Near Mid Air Collision with a drone while on final. Strict adherence to
FARs needs to be preached to drone operators. Infractions need to be punished with
maximum consequences. Until rogue Drone Operators are made to pay for ai rspace
transgressions with jail time and fines this will continue. It's unbelievably unacceptable to
fly a drone almost a mile high into the final approach corridor of one of the busiest airports
in the US.
Narrative: 2
After rolling final on the ILS 30L, just past the point KLIDE at 4,000 ft. AGL, we missed a
drone by about 50 ft. over the cockpit windows. There was no time to react after seeing it.
We need the FAA to pursue and enforce punishments to prevent illegal dro ne operations
especially at 4000 ft. on a final approach corridor in one of the busiest airports in the
United States."
0.022286369,0.08173236,0.050290145,0.027095217,0.0160083,0.014239659,-0.09231612,0.03919548,-0.10093822,-0.007905029,-0.016834643,-0.039539378,0.0063623236,0.09763204,-0.037319984,0.017047096,-0.005382475,0.0074176244,-0.0037268638,-0.013637935,0.023662768,0.0007280819,0.009448636,0.0036332486,0.00612679,0.009658281,-0.030599438,0.015726067,0.012754186,0.0028271007,0.022273824,0.02691497,0.026665496,0.08365296,2.4344242e-06,-0.022391926,-0.045506276,-0.016766299,-0.07352834,-0.009773076,0.04751913,0.022962585,-0.06111245,-0.018495338,-0.028436908,-0.0038842722,-0.009259748,0.056965623,0.0046406975,0.05839818,-0.0021953147,-0.022314465,0.036357082,0.020886226,0.06630166,-0.02864858,-0.016458355,0.023297807,0.060203064,-0.021913076,-0.046421,-0.00095899485,0.03133839,-0.028167916,-0.050087303,0.037409674,-0.02863005,-0.0036874209,-0.032468025,0.0055886805,-0.016425673,-0.009875627,0.0136396345,0.009104594,-0.0066872337,-0.061603576,0.012849695,-0.0064616757,-0.022898193,0.017930435,0.03760063,-0.05457448,0.019833533,-0.058309544,0.006280406,-0.04232792,-0.026140792,-0.02091495,-0.03853773,-0.03129023,-0.0047205077,0.008859395,-0.031140847,-0.0413853,-0.049681313,0.045735262,-0.034241866,-0.031114971,-0.042451315,-0.028176052,0.01732084,0.0017359637,0.004478685,-0.021024484,-0.04341152,0.00723626,-0.013582404,-0.0031305673,-0.0490831,0.030712882,-0.04745439,-0.050340176,-0.025692498,0.05040113,0.06579114,-0.035051946,-0.020032343,-0.008376565,-0.0004609104,0.022096206,0.084750205,0.07784137,0.015430742,-0.006080223,-0.035867497,-0.06431235,0.050107002,-0.040094513,0.028005002,-0.02784513,0.013029829,0.009098272,0.06064034,0.0057673184,-0.029674402,0.04154092,0.0053079007,-0.034284633,-0.09823527,0.057232156,-0.061858274,-0.027478352,-0.008047474,-0.016302181,-0.07322323,0.039767936,0.020949041,-0.03842146,0.027861178,-0.043955855,-0.038355872,0.015823774,-0.012291941,0.0075135073,-0.031796876,-0.013341221,-0.008304622,0.023155572,-0.05228841,-0.1005671,0.026107533,0.050162457,0.077377796,-0.00809381,-0.022629466,0.005786149,-0.04707249,0.01567782,-0.045995183,0.0063028643,0.022858568,-0.036342368,0.028785557,0.06028783,-0.03250648,-0.074217334,0.055628113,-0.0006642965,0.008849445,0.0015967555,-0.05472308,-0.08931296,-0.056978412,-0.018184518,-0.061411295,-0.028990934,0.006226507,0.02540683,-0.04945055,-0.017217845,-0.02531167,0.0011131278,-0.017403489,0.028108608,0.0711466,0.013837377,-0.018406825,-0.062572695,0.024206689,0.008761375,-0.023841739,0.024645392,0.102984294,-0.046143364,0.029576978,-0.03999118,-0.010597798,0.026082141,-0.018905168,0.008369303,0.027976178,0.06666266,0.017530376,0.0075658374,-0.026901051,0.076026216,0.04279721,0.011071526,-0.051434815,0.019285925,-0.024199147,-0.02586638,-0.00512732,-0.026253011,-0.008648684,0.011838848,0.006375528,-0.006652386,0.043898717,-0.0077338554,0.046195045,-0.0024994118,0.0030973188,0.01566195,-0.041513987,0.05599353,-0.00024880082,-0.029566754,-0.009264137,0.013940673,-0.049781613,0.06077161,0.009076837,-0.006295342,0.053484894,-0.0391754,-0.03559884,-0.0029982307,0.055802118,-0.022052832,-0.013738767,0.022099733,0.07010404,-0.0036773183,0.03335391,-0.05766672,-0.047349542,0.039017912,-0.022592762,-0.0027808705,0.017618448,-0.02297866,0.04034687,-0.02367053,-0.011290032,-0.035994463,0.030981658,0.11626016,0.012474576,-0.01682178,-0.010598544,0.030855644,-0.008853757,-0.0073521757,-0.027259905,-0.0705913,0.03628516,0.0243357,-0.001182488,-0.0006356916,-0.03341827,-0.10381134,0.017951021,0.026026752,0.028600818,0.020241834,-0.04749742,-0.0024960123,-0.07833601,0.03233383,-0.080377914,-0.019634599,-0.0047480837,-0.008278409,-0.0022665253,-0.028553804,-0.010053842,0.010677839,-0.046311982,0.06299847,-0.05182828,0.06783759,-0.025415333,-0.016110621,0.022774989,-0.0035124524,0.030382069,0.019416686,-0.06755419,-0.0036072237,-0.016218815,0.0036092247,0.0031307193,-0.0071298936,0.015474917,0.03713207,-0.008962791,-0.037132848,0.032919765,0.03307702,0.012693973,-0.0013269907,-0.015198623,0.05329721,-0.0071421545,0.0059388797,-0.021250334,0.018728515,-0.031560183,0.036345292,0.0017304331,0.046676032,-0.04653501,0.030597985,-0.04320261,-0.036128607,0.008524887,-0.07854422,0.02581372,0.020752072,-0.01203005,-0.036001746,-0.0049769804,0.03828404,0.009328517,0.022498956,0.04804922,0.0122096045,-0.034146223,-0.012078378,0.050643824,0.017707912,-0.0026988727,-0.00888959,-0.0056608533,0.032362245,-0.03486125,-0.05088117,0.15017718,-0.034669124,-0.021119673,-0.02263386,0.060672984,-0.0061342656,-0.051781967,-0.015387724,-0.029714573,0.018687943,0.032684155,-0.06314085,-0.016658997,0.03012079,-0.058963045,-0.06190881,-0.0018510083,0.0074910135,-0.00472793,-0.03084502,-0.041592363,-0.026699591,0.013446738,0.08438061,0.025150925,0.0044129468,0.035758223,0.01687826,0.032424275,0.09160439,-0.014477001,-0.0061337594,0.008911522,-0.0071579604,-0.10413242,0.009972899,-0.020245139,-0.012717584,0.01962293,0.018860767,0.00026053344,-0.00038921836,-0.0015448495,0.008870869,0.008045576,-0.024612702,0.010663777,-0.017706284,-0.045373637,-0.01662899,0.014341764,0.012168633,0.039010912,0.0023936818,0.020884903,0.03418193,0.003015104,0.01205766,-0.0043928693,0.028767683,-0.028463513,0.00050233526,-0.0020140398,-0.05026095,-0.053117525,-0.026380276,-0.0013278315,0.04053945,-0.027477097,0.025787154,0.004653223,0.019625695,0.028324794,-0.06448295,0.001455813,0.0068878797,-0.014711395,0.032766014,0.011124601,0.058440663,-0.018178776,-0.0068980576,0.047434248,0.04322985,0.04361958,-0.026749566,0.006132308,-0.033963412,-0.011541527,-0.029558538,0.023852965,-0.022502774,-0.016139349,-0.11826576,0.092775546,-0.017198127,-0.035634823,-0.022293694,-0.008715399,0.028650902,-0.00937607,0.05719908,-0.025091702,0.026072728,-0.0028516226,-0.03669959,0.03083457,0.04556146,0.004320294,-0.0020949256,0.012489718,-0.046389397,0.02116683,-0.043088607,0.027890453,0.0065596495,-0.042337064,0.06394507,0.025683466,0.06455499,0.034992248,-0.038513016,0.010610352,0.0043574115,0.050198533,-0.051413964,0.002740011,-0.056409523,-0.009376908,0.005188456,-0.0061744386,0.0131187,0.071351595,-0.034690473,-0.02362503,-0.03820437,0.0023456628,-0.009726318,0.017891701,-0.048375588,0.040074036,0.013811709,0.01862628,0.040163413,0.039475285,-0.0123011805,0.008893478,-0.003252469,-0.023976374,0.020708576,0.0052666576,-0.057528183,-0.025561873,0.01372421,-0.0046067224,-0.03451951,-0.0023067095,-0.0026741356,-0.0017557977,0.030607477,-0.003068938,0.01025855,0.00914044,-0.00482142,-0.003418178,-0.006795617,-0.051393908,0.028756034,0.023707919,0.00019997236,0.05499016,0.0039379685,0.053993702,-0.0121087255,-0.016943133,0.060629528,0.022559356,0.0953451,0.056150284,-0.010488283,-0.014288418,-0.01354914,-0.020334182,-0.011202876,0.04530813,0.020860823,-0.045539673,-0.03938246,0.005353362,-0.002273805,0.01542506,0.025758725,0.022714382,-0.024144376,-0.0424281,0.013676615,0.021117838,-5.0173155e-33,-0.021452432,-0.07125539,-0.035689183,-0.060318798,0.0053991424,0.013625631,-0.0017235137,0.056825474,0.020027764,-0.0033575802,0.030625084,0.0004840801,0.03542415,0.026803445,0.016833704,-0.007568204,-0.006290582,0.040996652,0.011135759,-0.050026797,0.05671154,0.052479446,0.060470052,0.017035238,-0.026337638,-0.0028912076,-0.006766649,0.06754915,-0.022492722,0.034210574,-0.024718113,-0.013542955,-0.029904827,0.051290732,-0.010075614,-0.017419057,0.014140385,-0.019352635,0.0146829095,-0.021928048,0.052992493,-0.03005036,0.044307075,-0.02271458,0.04692455,0.008463604,0.0214592,0.03458875,-0.06685567,0.05387318,-0.05226818,0.028131485,-0.061880905,-0.0790508,-0.025077412,0.04081715,-0.025947312,-0.0407168,0.012593316,-0.04825148,-0.08865288,0.010346821,-0.027536795,0.008996309,-0.002421713,0.037734948,-0.007961875,0.0019945367,-0.032529324,-0.105222136,-0.0033765507,-0.009602158,-0.014199451,0.019156087,-0.03570734,-0.020619756,-0.003115829,0.0047921212,-0.0128091285,0.05302476,0.009140017,0.006180374,-0.05678963,-0.0009601517,-0.0075023505,-0.034953255,-0.03854036,0.0011858044,0.020215403,0.04663432,0.0029878286,0.014425077,-0.0051028053,0.042995147,0.048337713,-0.0071413275,0.042097133,0.051968154,0.003988266,0.0022227694,0.054705646,0.022390436,-0.029408323,0.033121116,-0.06058082,-0.017225334,0.013331294,0.04434451,0.013076985,-0.009440118,0.035288747,-0.09548908,-0.03381721,0.00022984571,0.0009626206,0.060746267,0.030563202,-0.032139152,0.021471031,-0.014208092,-0.020067547,0.015085723,0.010740039,0.0013319282,-0.06176994,-0.024985667,-0.06435385,0.030336238,0.029989803,-0.003672068,0.016354935,-0.0037391752,3.064479e-07,0.054165177,0.0041312557,0.043575015,-0.027285565,-0.016050015,-0.030288687,-0.009710462,-0.036409937,0.008712501,0.05849612,0.037446387,0.017814077,-0.00014651447,0.004017713,0.0492641,-0.004767336,0.030193778,0.044690553,-0.036498234,-0.02035295,0.028034875,-0.002395023,0.013646314,0.04032233,-0.021215409,0.0042262934,0.0010053107,-0.013340904,-0.06374697,-0.06699879,-0.046855282,0.039086673,-0.023696199,-0.06081688,0.008179629,0.0006048373,0.03961107,0.05778935,0.0027597502,-0.012292462,0.0028912378,0.029747281,0.008616087,-0.005012539,0.015437919,-0.037510607,-0.002035344,0.050975595,-0.09748537,0.026554823,0.020143261,-0.0034282277,0.040390596,0.056613903,-0.018497998,0.037999496,-0.00487553,0.002474368,0.015734881,0.047826305,-0.024903094,0.015790738,0.0041431133,-0.031139305,0.05920691,-0.06546059,-0.05303241,2.5952282e-34,-0.02444697,-0.014288203,-0.0008748544,-0.03326079,0.018398326,0.0014140953,0.025829742,-0.03411009,-0.0022145093,-0.035865087,0.02207646,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/Drone_data/ASRS Database Report Set - Unmanned Aircraft Systems (UAS) Reports.pdf', 'page': 85}","Lost my new airplane due to a system failure, this is the second Carbon Cub 1300mm RTF
from Horizon. One crashed shortly after take off after total failure. Company A replaced it,
and the other flew several flight, and then lost it's mind. It would veer to the right
extremely hard, could not correct in any of the panic modes. It crashed in a huge bean
field and I could not find it. Had to let it crash to avoid the highway. This is a potential fly
away issue."
-0.015333696,0.0693578,-0.008534273,-0.02000331,0.023849793,0.0020120891,-0.018364813,-0.026328363,-0.022676487,-0.033255562,0.07070036,0.01602954,0.011978014,-0.005081686,0.02561527,0.011439011,0.011984619,-0.006246158,0.0652557,0.025453957,0.0014795889,-0.00039898435,0.00035610344,-0.033678543,-0.056461632,-0.019788964,-0.013348914,0.0016145501,0.056767713,-0.020279838,0.012681315,-0.00019260861,0.0336972,0.019913694,2.3141154e-06,-0.003539134,-0.030304024,0.0021674996,-0.03137774,0.005898251,-0.02499554,-0.059426665,-0.03323276,0.030408751,-0.0061093234,0.0029779044,0.012338687,0.055997398,0.018716812,0.060147937,-0.0352703,0.065374,-0.036209516,-0.015904764,-0.06881155,-0.030266605,0.0052684206,0.0934932,-0.078342095,-0.03145656,-0.024036692,-0.030664198,0.00032340625,0.02716229,-0.068608575,0.021484792,-0.02848616,0.024683438,-0.032940608,-0.01767608,-0.03048984,0.03382128,0.012051986,0.00020013587,-0.021686718,0.00788083,0.028646616,-0.014434118,-0.026519222,0.0007690649,-0.02188424,0.017601378,-0.004968382,0.012162903,0.031795576,-0.038087957,-0.039033394,-0.010669283,-0.008900209,0.0450958,0.041548196,-0.04238928,-0.023000583,-0.0063829147,-0.026025126,0.035438288,0.033714205,-0.068548724,-0.0005700071,-0.05431774,0.07212361,0.018939089,0.010348118,0.0061025154,-0.03429478,0.069280416,-0.073566794,0.08431872,0.018999541,0.05948551,0.034279566,0.00041686205,-0.0162394,-0.0008425355,-0.004989412,0.046407156,0.05996249,0.0060972534,-0.041021723,0.036118284,-0.08348854,0.0429121,-0.06830151,-0.022813024,0.02036477,-0.006444797,0.05210271,0.011141468,0.009870625,0.023670278,-0.012821285,-0.031145481,0.024929404,0.05536398,-0.042915367,0.037029233,-0.011259074,-0.0328255,-0.03627869,-0.01279822,-0.0068227495,-0.009147282,-0.022646789,-0.0020384854,-0.059871055,-0.03753237,-0.002674799,0.011751995,0.010407116,-0.024255238,0.0009970189,0.04137425,-0.012280753,-0.027824419,-0.0341342,0.04455298,0.012071578,-0.012015655,-0.004475262,0.010047547,0.028640958,0.017038727,0.03963275,-0.024922483,-0.0033127966,0.048483726,-0.036128003,0.0026875474,-0.03469706,-0.0027475809,0.03299498,0.036475223,0.013535759,0.060403354,-0.010268253,-0.047547266,-0.05656606,-0.053167403,-0.007769032,0.046344355,-0.07050327,0.0058365106,-0.0072032646,-0.045997456,-0.043554008,-0.00469069,0.019351592,0.028929858,-0.035906825,-0.015900671,-0.053999145,-0.0376441,-0.009540148,0.040930625,0.02710878,-0.0167285,0.0012777577,-0.09996732,-0.0011770773,0.015154395,-0.018060975,0.013059001,0.02656772,0.04308735,-0.019853972,0.0244944,-0.0022113668,-0.06847665,0.048418906,0.010283631,0.009262839,0.007727955,0.02470695,0.012867911,-0.02226637,0.00785159,0.012618328,0.047139533,-0.12383378,0.0017454303,-0.038200345,0.0717311,-0.08018683,0.010280663,0.02426855,-0.010861995,-0.044458188,0.0052939416,0.03938072,5.5585868e-05,-0.010528545,-0.027321922,0.00406374,-0.024754727,-0.027059937,0.00091645384,0.040639393,0.0073783253,0.006804431,-0.035430133,-0.020330865,0.037715074,-0.003949364,-0.0025103472,0.021892319,-0.0057713864,-0.022455461,-0.0047720433,-0.004857306,0.004432207,-0.03239646,-0.008917695,0.0016904253,-0.009486149,-0.022492273,0.0398241,0.013829842,0.028292224,-0.005857661,0.030759618,0.044456955,-0.016188035,-0.014840758,-0.03681891,0.052791186,-0.0013931368,0.052619565,-0.011589617,-0.049541865,-0.0044676475,-0.019527629,-0.008006151,-0.0032190748,-0.03238801,-0.008992749,0.03698982,-0.013479654,0.03635316,0.0049027693,-0.009444644,0.022990745,-0.0355639,-0.012513379,-0.005888862,-0.001279678,0.006662177,0.04720241,-0.076079346,-0.08040508,0.08282134,-0.03842434,0.016469043,-0.041343864,-0.0674462,-0.031265646,0.015021142,0.047045115,0.0027782414,0.015848903,0.09934129,0.055203665,-0.011525487,-0.01911065,0.023847088,-0.0073496117,-0.033395685,0.008991685,0.07049338,-0.072094746,-0.0032732878,0.0043720547,-0.006448557,0.04980827,-0.026779264,-0.040625583,-0.052613147,0.028544158,-0.107213445,-0.026990281,0.07448852,0.044121128,-0.033103146,-0.008724086,-0.0099136215,0.0057014483,0.016748203,-0.033444438,0.011581984,0.08266185,0.024411453,-0.022258691,-0.008262224,-0.029602794,-0.02270405,-0.06559071,-0.010337031,-0.0068641207,-0.025427466,-0.07303571,0.035808507,-0.0119237555,-0.032065623,-0.006981265,0.016549846,0.011737966,0.0002936889,0.0018624002,-0.025876554,0.0476038,-0.024860622,0.013221872,-9.676893e-05,0.034544237,-0.015326374,0.030017352,-0.019679027,0.004243047,0.0214403,0.07449108,-0.023841973,-0.019527543,0.005670693,0.048742868,-0.008636139,-0.011275451,-0.022025883,-0.026736287,0.016090406,0.008472307,-0.0033471016,0.057120256,0.017100222,-0.033033073,-0.04288738,-0.026060047,-0.025017837,0.0067046727,-0.014911509,-0.054562695,-0.035664193,0.01468091,0.0253138,0.073659025,-0.0008680921,0.01591974,-0.045335077,0.012240437,0.013440969,0.0078118755,0.07120905,0.0073608877,0.015849397,-0.036955632,-0.0027118728,0.026969442,-0.00793896,0.02338785,-0.017408764,0.00100551,-0.008988024,0.027039206,-0.033227153,-0.034402613,0.0049685715,-0.021820791,-0.011538128,0.04578379,-0.058687285,0.007061661,0.030513866,-0.014472336,-0.02217625,0.011915999,0.020387784,0.017624874,-0.05322107,0.01444974,-0.007415695,-0.0027103291,-0.006072928,0.0038362693,0.027467245,-0.008740609,-0.08032691,-0.014320107,-0.019806433,0.040653117,0.05575114,-0.06512689,-0.019491935,0.02047143,-0.050947927,0.008234067,0.049970046,0.0143606765,0.0024915535,0.048701104,0.06593945,-0.07255561,-0.014867058,-0.0685842,0.035087764,0.10247909,0.028095782,0.009025984,0.018876255,0.047659766,-0.016780388,0.027259635,0.069522016,0.010662297,0.041972328,0.075550556,-0.068275645,0.004437363,0.003072028,0.009466613,-0.013324377,-0.005899043,0.07498968,0.028815817,0.037163086,0.038681258,0.0030024708,0.009832521,-0.04458305,-0.0067683095,-0.0024408237,0.008118049,-0.0015252449,0.042976037,-0.007262507,0.022923885,-0.014667111,-0.013810604,0.005680401,0.012903027,0.016714863,-0.01988667,0.005735861,0.01105328,0.01735429,0.023183191,-0.035148993,-0.0029185014,-0.044808403,0.009589729,0.018353818,-0.032156445,0.05707895,-0.05695279,-0.0037913222,0.028727219,-0.06307096,0.018702894,-0.01736637,0.0145069035,-0.040868875,-0.04699281,-0.04751675,0.0036296495,0.027409034,0.055799115,-0.0015292494,-0.004894553,-0.022448754,0.041524995,0.013982477,0.032839548,-0.009267465,-0.059340905,0.022222426,-0.0029424198,-0.06380204,0.0078032305,0.019602977,0.013131416,0.06646566,-0.0033044494,-0.04212003,0.022014713,0.009393558,0.013677524,0.009655585,-0.015513352,0.061725948,0.03220481,0.018238606,0.034340877,0.025986863,0.016973766,-0.013176448,-0.083033256,0.02699225,0.009072995,-0.014325821,0.039814267,-0.002974818,-0.0003358767,-0.007918029,-0.080058366,0.016800301,-0.011572281,-0.0059932596,-0.01600967,-0.059842095,0.0117582735,-0.0127088325,0.02749357,-0.012795732,0.03357352,-0.04160906,0.02489457,-0.0071694152,0.013327202,-6.20924e-33,-0.024173575,-0.09744937,-0.021860687,0.04936039,-0.06493364,0.07339662,0.034560557,0.04169774,0.033481896,-0.010732983,0.007919617,0.01729096,0.010538739,0.001521049,0.030685116,-0.02945431,0.0015210338,0.0316297,-0.013429781,-0.030178968,0.011650615,0.023033462,0.0062439465,-0.12881555,0.011748424,0.06716506,-0.018083343,0.007844766,-0.024833603,0.014543106,0.0113826925,-0.042339884,0.031925846,0.050679922,-0.011926795,0.04789667,-0.0037936503,-0.021611398,-0.005743608,-0.031031424,-0.108480826,-0.0042369957,0.020622062,0.01805869,0.046428192,-0.05328762,-0.021421315,0.014200454,-0.02670011,0.01836319,-0.00982978,0.012624983,-0.023079166,-0.03428428,-0.03987837,0.045135032,-0.013105359,0.050165735,-0.084597774,-0.02768633,-0.034462698,0.0023947838,0.010162019,-0.007744934,-0.015624984,0.08308705,-0.0075040106,0.020738434,-0.0937368,-0.10299393,-0.037941936,0.025784224,-0.0082608815,-0.033323746,-0.023393318,-0.03705609,-0.035026856,0.016741153,0.004278514,0.1052287,0.013310124,0.008380367,-0.049661282,-0.015814291,0.083007485,-0.029917704,0.0134446155,-0.049969207,0.01025089,0.032685,0.027701497,0.04358883,-0.004661341,0.03701345,0.09376037,-0.058996357,0.030365001,0.020035176,-0.0071376474,0.019687138,-0.007224218,0.05456852,-0.006046252,0.040163763,0.012164643,-0.037352666,-0.020901589,0.06554524,0.024826456,-0.0073133926,0.03830909,-0.014282199,-0.02438795,0.033624344,0.016000705,0.0020656548,0.019459132,0.030186351,-0.009141005,-0.056352742,0.030638758,0.038930383,-0.018014438,-0.028656982,-0.037732784,0.006860765,0.014392648,-0.020741569,-0.025431942,-0.025325198,0.021369696,-0.021676864,3.0483332e-07,-0.049398243,-0.012229182,0.043535072,0.019679304,0.02567963,0.018865276,-0.026046887,0.01405086,-0.003496106,0.006315854,0.073166065,-0.062951736,-0.0060132006,-0.00067291304,0.023936808,-0.038221046,0.07373605,-0.019490387,0.010709704,-0.079089604,0.112689696,-0.066220246,-0.022097597,-0.014602514,0.0020265558,-0.006123132,0.00980957,-0.03266609,-0.03272569,-0.09917927,-0.01065222,0.050643437,-0.027554262,0.028590333,-0.0006279617,-0.03816656,0.007773802,0.026585612,-0.03885702,0.024292067,-0.03031503,-0.013743978,0.026982546,0.02278183,-0.009517828,-0.066645026,-0.04757984,0.119729824,-0.008938423,0.00053511345,-0.00905351,0.050041784,-0.0062755095,-0.019262195,-0.01670529,0.030687887,-0.03062661,0.036327288,0.060321767,0.057661377,0.02372683,-0.024572048,0.042697884,0.020069456,0.04421515,0.046900522,-0.070186704,2.6743132e-34,-0.024940848,-0.042401697,-0.0162492,-0.027620412,-0.008712021,0.0037384997,-0.04507992,-0.008091522,-0.004719199,-0.042853512,-0.0019017978,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/Drone_data/ASRS Database Report Set - Unmanned Aircraft Systems (UAS) Reports.pdf', 'page': 87}","We were flying a commercial real estate photo job and during ascent to return to home
overhead power lines were impacted and drone was tangled in power lines. No power
issues were apparent, and the utility company was contacted immediately. Utility company
has confirmed the situation on -site and will retrieve UAS when a bucket truck is available.
Remote Pilot In Command (RPIC) and Visual Observer (VO) were not communicating at
the highest level possible, and RPIC did not accurately estimate the location of the power
lines when ascending. Additionally, flight crew did not continue awareness after initial site
survey and accurately assess overhead hazards. Complacency was the main contributing
factor to this incident, and RPIC and VO have worked together for s ignificant flight hours
and felt comfortable with past results. RPIC was not located close enough to the VO to
receive information in a timely manner and missed the VO's verbal warning due to
background noise in the area. VO exhibited signs of distraction and complacency as well,
and both parties should have worked together to keep awareness and communication at a
higher level."
-0.0013970925,0.003796817,0.017154109,0.022754429,0.023520904,0.00010297241,-0.030570908,-0.005323232,-0.03888559,-0.005849652,-0.039988235,0.005371551,0.0048854114,0.022485564,-0.029992368,0.07045321,0.0069353846,-0.07463539,0.0033784315,0.02418469,0.020828279,0.03194556,0.026402209,0.0076884474,-0.040966257,0.0035122884,0.04245342,-0.04185616,0.08891951,0.00036111573,-0.05540418,0.0021065238,0.032761693,-0.017690556,2.267143e-06,0.0017495981,-0.019931264,-0.01036531,0.02511692,-0.017941559,-0.012853881,0.042909425,-0.02010817,0.009314214,-0.018585559,-0.045108072,-0.05454197,0.041922662,-0.012278558,0.0474502,-0.00675394,0.057515673,-0.04079627,0.048447028,-0.01258717,-0.05819371,-0.0076799034,-0.04898206,-0.026086545,-0.03745071,0.020429032,-0.0042812363,0.0055816844,-0.00088062906,0.0038695915,0.011085339,-0.06925638,-0.035370562,0.0029279217,0.019980518,-0.009784796,0.01683726,-0.021265108,0.029640278,-0.053021073,0.04018954,-0.010581263,0.031239811,-0.02253813,0.021898707,0.0010091868,0.055170514,-0.0021452357,0.026060367,-0.030509217,-0.045430798,0.02344841,-0.0066268067,-0.0007135461,0.019515978,-0.0213153,-0.019381054,-0.012495525,-0.00634595,-0.05837996,0.008742276,-0.030105038,-0.028543971,0.019990211,0.0042224345,0.00563817,-0.0075404425,-0.008746154,-0.022176404,-0.028190302,-0.00042400204,-0.048612442,0.02191517,-0.0018215441,-0.022742061,0.011702148,0.012114017,0.012971099,0.010933511,-0.011426691,-0.04489004,0.016851494,0.028381953,-0.0027664085,0.052043725,0.021442609,0.058464155,-0.056306053,-0.0056516794,0.015915168,-0.10711645,0.08687612,-0.03455652,-0.0108776735,0.015166303,1.2707971e-05,-0.00052178977,0.043405585,0.0091998,-0.05658973,0.0112625165,-0.0012012256,-0.007065295,-0.10396195,-0.059099093,0.014035149,-0.031356487,-0.01909605,0.0067006378,-0.03353096,0.019595994,-0.027976539,0.035326257,-0.01684458,0.016020916,-0.060025983,0.030271154,-0.05669495,-0.034218878,-0.03811062,0.026555626,0.012453493,0.0037242777,0.011299365,-0.018692806,0.027902853,0.04584542,0.0507471,0.031529017,-0.014771448,0.03280359,-0.017885616,0.030389015,-0.05533552,-0.05522302,-0.009027997,0.004849893,0.040683173,0.09488993,-0.03987005,0.0030866456,-0.041053392,-0.084177315,-0.0056114104,0.0023722127,-0.09652379,0.013325016,-0.04309748,0.003930028,-0.0630852,-0.009159794,0.012887266,0.102054045,-0.027479483,0.010666142,-0.028745465,-0.018659804,-0.030652612,0.03061729,0.059127107,-0.014944462,0.03011888,-0.024821613,0.0041580503,0.004145927,0.030692277,-0.001964808,0.017711623,0.060385134,-0.030780386,-0.014913254,0.052720502,-0.043827236,-0.02541031,0.00048183036,-0.008645702,0.0130216805,0.033812817,0.011870206,-0.0064632627,-0.002115904,0.034471944,0.012355175,-0.08444681,0.11730849,9.8951685e-05,0.037228808,-0.0629473,-0.017679963,0.006483776,-0.047549076,0.021216396,0.054506265,-0.015446679,-0.01717957,0.0010429987,0.0036438105,0.030601464,0.014477058,-0.01052586,0.08937016,-0.013325417,-0.020391833,-0.015987236,0.014452734,-0.04941368,0.03744938,-0.021386294,0.005616299,0.08846018,-0.00978027,0.012137426,-0.018865883,0.05679959,0.030879086,-0.01493468,0.0010312418,0.0036276598,-0.001329719,-0.013542696,0.018725967,-0.03568962,0.07595434,0.056556012,0.059292007,0.048697237,-0.04337297,0.01141547,0.0017652349,0.019870996,0.032713696,0.042269163,0.04204659,-0.03991673,-0.05274421,-0.034966104,-0.014308667,-0.002724426,-0.006080121,0.024116268,0.04144777,-0.014652681,0.056650132,0.0152552,0.0068719275,-0.0076922397,-0.068777464,0.064807236,0.01648177,-0.027302274,0.06493108,0.029023068,-0.07745724,-0.0422955,0.0061077625,-0.05471252,0.004557044,-0.0087762745,-0.009963201,0.024688162,-0.025353817,-0.03727099,0.016243324,0.006682625,0.050799523,0.019031549,0.047530733,-0.013393314,-0.013986501,0.031887546,-0.026912011,0.059435133,0.009043488,0.043650005,-0.013066097,-0.016709352,0.0064203613,0.0073423777,0.0117788315,-0.06734254,-0.03642533,0.057423502,-0.013719835,-0.04217526,0.0278201,0.025909524,0.0022698836,0.038448986,0.027044179,-0.013894255,-0.014317977,-0.03646925,0.009666646,0.01729123,0.0057698945,0.026216395,0.048711166,-0.040414874,0.04036691,-0.10623404,-0.012428882,0.0066612517,-0.009589041,-0.006327782,-0.015229553,-0.031739037,-0.023110919,0.051799655,0.012179006,0.03383415,-0.012529399,-0.050660994,-0.017250903,0.06098026,-0.051477134,-0.027861742,0.019379921,0.0043348847,-0.032813076,-0.007210833,0.030068971,0.043580923,-0.099494144,0.04765764,-0.024590138,-0.01270746,0.0036495407,0.044418544,0.009719575,-0.021792715,0.020201694,-0.044587947,-0.0056840284,0.04793602,0.014299568,0.065825105,0.009443872,0.010388778,-0.040557213,0.005042295,0.027179578,-0.0012058604,-0.008692663,-0.0804863,-0.026569033,-0.029925665,0.022877967,0.034608938,0.0020504084,0.009922434,-0.047789365,-0.05265205,0.0114867,0.011552901,0.0599204,0.0007402307,0.0007524607,-0.0043423004,0.0071350504,-0.0034673715,0.0015820438,0.05629343,-0.03694128,0.016654558,0.025672847,0.008418873,0.033770658,-0.014023322,0.04372305,-0.06445436,-0.016870258,-0.056934875,-0.07207288,-0.027603146,-0.012456688,-0.049401004,0.041397247,0.04381692,-0.019029371,-0.03194408,0.0009602484,-0.026882412,0.007879722,-0.0023376127,-0.05101574,-0.020124499,-0.018099308,0.028062383,-0.062324505,-0.026779735,-0.028302612,0.041865826,0.086581066,-0.023002906,-0.04649789,0.00017341072,0.052858066,0.027786905,0.020184038,-0.090991825,0.03197721,0.029517883,0.087766916,-0.04702296,0.017946057,-0.025954686,-0.018713789,0.05299386,-0.021784434,0.030813789,-0.019714085,0.019961879,0.0042554997,0.03409097,0.031111363,-0.014761047,0.024056155,0.1329074,-0.06246711,0.012462394,0.0007961531,-0.0046750754,-0.037255675,-0.022848312,0.0019286538,0.06287735,0.027594851,-0.021162001,0.041835032,0.027491251,0.0032741202,0.02974641,-0.05764267,-0.024493167,-0.025314964,-0.009784149,-0.0039712023,-0.0025031068,-0.035775863,-0.03222544,0.044510152,-0.033700615,0.0056999214,0.008958114,-0.007962837,0.019687831,-0.0035729236,0.020534521,-0.020830503,-0.027064051,-0.05184325,0.019745152,0.015287161,-0.016855009,0.032912914,0.003473534,0.014611356,-0.006434086,-0.036356945,-0.008196219,-0.0094048,0.026507245,-0.04421621,0.061517812,-0.01861615,0.018885095,0.0015270687,0.04270847,0.0023552482,0.008794726,-0.025301069,0.011064754,0.006900099,0.0065109776,-0.0056206873,-0.05806963,0.009647151,0.018289844,-0.06691673,0.009264972,0.02889877,0.031723313,0.07717775,-0.029874878,-0.022581704,0.04921164,-0.0029946917,0.008920044,0.023414206,0.027476305,0.023977082,0.000530881,-0.012070155,0.09709201,0.018081708,-0.015262838,-0.008467138,-0.003031804,0.0039715315,-0.0024161723,0.022416404,0.03254756,-0.06745079,-0.043658778,-0.033984203,-0.025549136,-0.0069483835,0.048126966,-0.021869475,0.0043097525,0.017537309,-0.07165482,0.013320629,-0.00936249,-0.0031060437,0.033745464,-0.03113821,0.005188655,-0.030227808,-0.009693361,-6.155838e-33,0.005265698,-0.049141936,-0.00243837,-0.014902003,-0.021788951,0.080165975,-0.0011790943,-0.013034508,0.044316925,-0.026117133,0.018119559,-0.03019296,0.016302928,0.024512652,-0.020194553,-0.019261789,-0.03232397,0.024679808,-0.011068894,-0.02426008,0.028305309,-0.006166386,-0.040098466,-0.060110096,-0.039909106,-0.011997318,-0.065352105,0.0056461496,-0.014859254,0.017440056,0.015578822,-0.02628479,0.026389824,-0.040017236,-0.032723695,0.05392189,0.0048242523,-0.034642413,-0.02198048,-0.0030354066,-0.009678839,-0.002349067,0.017078076,-0.037961036,-0.036542237,-0.05615113,0.023892047,0.054653127,-0.040186007,-0.029671315,-0.044294093,-0.027764406,0.01725248,-0.030588299,-0.005069792,0.009454759,0.015355318,0.0040345206,-0.0654112,-0.06382135,-0.0093655,-0.054462798,0.0027509998,0.00067332614,-0.018531734,0.02554103,-0.033711627,-0.024664655,-0.0408433,-0.099518165,-0.012125393,0.019842962,-0.091512255,0.02869694,0.007419549,-0.065338075,-0.030260438,0.0069678496,-0.053835034,0.08295287,0.02283016,-0.056947924,0.004454367,0.0060698777,0.07121741,0.047110595,-0.025588416,0.02121522,0.005992541,0.03847038,0.009347829,0.036518447,-0.0064544114,-0.023145905,0.026221156,-0.03375727,0.040018342,0.020084292,0.0013695816,0.06614142,-0.015470565,0.005285135,0.0041229925,0.02302772,-0.01213629,0.008863869,0.039050218,0.113920145,0.044347387,0.037488665,0.027058119,0.0400199,0.018596368,0.07755534,0.046709485,-0.03809472,0.017871425,-0.014669894,-0.022722308,0.01823772,0.012348781,0.017126625,-0.006607411,0.021166373,-0.0233255,0.019319972,0.046377156,-0.04673206,-0.012981768,-0.015339926,0.03201886,-0.017764345,2.9127588e-07,-0.07208934,0.0046528126,-0.0015598404,0.014040748,-0.011408025,-0.008713768,-0.032502405,0.07769606,0.002043224,0.07932902,0.035006244,-0.061491247,-0.042495556,-0.028898774,0.06380607,-0.03273113,0.02573988,0.0054316362,-0.014424404,-0.020007266,0.019390397,0.009938342,-0.029430078,-0.044024974,0.07766251,-0.07659457,0.027586192,-0.0122470595,-0.037283048,-0.062690236,-0.0017821442,0.079204105,0.012050034,-0.009937162,-0.020719763,-0.019589605,-0.013244911,0.043050576,-0.02815655,0.016315604,-0.0069574076,-0.08448817,0.037622698,-0.05133153,-0.02475273,-0.028356096,-0.012406114,0.13139157,-0.0037171515,0.001192083,-0.019276457,0.0053404304,0.009535551,0.04081035,0.019093242,0.057897445,-0.021043142,-0.0084852,0.06572372,-0.038184427,0.026173724,0.036468655,0.055941723,-0.03485564,-0.04668573,0.016227784,-0.038681924,2.728446e-34,-0.0097398115,-0.032711927,0.0024206974,-0.095206544,0.025116658,0.008182272,0.007907436,-0.003386367,0.0006581486,0.03450777,0.026100904,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/Drone_data/ASRS Database Report Set - Unmanned Aircraft Systems (UAS) Reports.pdf', 'page': 92}","This situation is something that should not happen and is the reason why corrective
actions must be taken by the pilots to avoid them. I was making the second flight of the
day, the first and the second were real estate missions, only take photos of severa l some,
nothing complicated, in the second mission as I was approximately 4 miles from the ZZZ
airport I checked the normal apps such as B4UFLY and Air Control (Aloft) which did not
show any TFR in the area on the map, request the normal authorization for a period of 2
hours starting at approximately XA:34 local time, for about 2 hours to anticipate that the
equipment or the wind would be very strong, finish the flight in 14 minutes and upload the
photos again in the post work, when it was through social ne tworks that I realized the
TFR. Taking this into consideration and how to take corrective actions, I proceeded to call
the local FSDO inspector and two other pilots to discuss what happened, the main thing we
can learn and the actions that should be taken is to check other applications and other
systems like ForeFlight that give immediate updates, and any other app that shows you
more specifically what is happening in the area, in this way to avoid this from happening
again, I already have it written in my checklist, not to trust alone in third -party
applications, if not also, check in the planning other pages related to this type of
restrictions, it is something that can happen to anyone else if we are flying commercial
missions more often, report and share this type of experience with other pilots and help
them increase safety actions to avoid this type of misunderstanding. When an
authorization is obtained from these third -party applications, it does not mean
immediately that we are authorized, corrective actions must continue to be taken and the
action of SMS (Safety Management Systems) as a report is something that all pilots must
take into account, in my experience as a pilot commercial and military for more than 20
years, are things that can happen but can be avoided by increasing situational awareness,
to avoid actions in the future, this for me is self -remedial training to avoid making these
mistakes again, share this with the community of drone pilots within my district and
known so that they not only trust third -party applications but also check all other types of
applications, web pages and aids to improve the operational safety system of the missions
flown.
Callback: 1
The reporter indicated they have implemented a new checklist to prevent this from
happening in the future."
0.027398052,0.07534973,0.0283436,-0.011300597,-0.00081950263,-0.0256532,-0.070536315,-0.004597271,-0.08116693,-0.060843952,0.03789971,0.03708951,0.051728237,0.015459761,0.040276203,-0.005593211,0.039702654,-0.021659328,-0.0029653679,-0.030206213,0.03888987,-0.016756838,-0.007335047,0.006241104,-0.04061767,0.010423252,-0.008663802,0.011865212,0.035654847,-0.027079731,-0.0022878184,-0.050557945,0.05762103,-0.0005915963,2.1271746e-06,-0.019101737,-0.0056669484,-0.016203213,-0.045213245,0.0029981688,0.040243924,-0.0035918935,-0.06893675,0.006152436,0.0116141895,-0.090835355,-0.0657756,0.041531716,0.030971956,0.053015213,0.011451355,-0.060093448,0.061287623,0.038854487,-0.028750487,-0.009305932,0.005437173,0.0443855,-0.0049741026,0.00039402168,-0.01883114,-0.016687343,-0.01695426,0.014177597,-0.046588853,0.050665185,-0.050429136,0.01420968,-0.015596227,-0.051934823,-0.046277642,0.025260337,-0.020881716,0.01456143,-0.035656378,-0.013525093,0.009804907,0.008270532,0.012487138,0.014730283,0.029433943,-0.035968296,0.005812847,-0.028454497,0.023560919,-0.09243404,-0.01775171,0.0006199738,-0.07269334,0.016810607,-0.014060027,0.027778283,-0.029693462,-0.01634673,-0.010393498,0.0057415045,-0.050895005,-0.042989846,-0.0049452987,-0.006209823,0.05623664,-0.021139536,-0.018409668,-0.06780802,-0.020560356,-0.008248283,-0.031976987,-0.05988279,-0.029799685,0.017954461,-0.045136403,-0.037332665,0.006614162,0.07729641,0.043484524,0.015892267,0.07913018,-0.05114962,-0.014076021,0.034118835,-0.060960386,0.033910714,-0.033907156,-0.011678715,0.046830207,-0.07493593,0.045190535,0.019228732,0.006095645,-0.056396186,0.043842953,-0.005695737,0.03471962,0.0119730085,-0.07499648,0.05240261,-0.024543902,-0.05008886,-0.040939394,-0.009805387,-0.022655278,0.032200776,-0.028758463,-0.038823344,-0.009315474,-0.00875221,-0.0232133,0.016510647,0.012699441,-0.030457726,-0.036410216,0.062031213,-0.044933647,0.020193968,0.0071189026,-0.016837966,0.028569633,0.023949357,-0.019619374,-0.016787315,0.049594525,0.04370536,0.021846704,0.006418318,-0.0016551912,0.031802155,-0.045052376,-0.00397727,0.0065419623,0.0006671373,-0.019710088,-0.009143733,0.0013419859,0.0271571,0.036813784,0.009569566,-0.054424375,0.0064202356,-0.016280813,0.03916136,-0.033001933,-0.06063814,-0.026846984,-0.07671429,-0.08683037,-0.024808776,-0.007327606,-0.0144881075,-0.0076346765,-0.008151062,-0.06243634,-0.013568918,0.062015254,0.0051106857,0.029173454,-0.032020014,0.016774496,-0.0005376806,-0.027605899,0.024714371,-0.0121911345,0.042154707,0.08924842,-0.021062283,0.038927592,-0.0051925625,0.016249588,-0.03002637,-0.020634355,-0.022709357,0.03255143,0.015627505,0.042648103,0.041041516,0.03377649,0.00010179128,0.038898036,-0.011551415,-0.035567302,0.03321044,-0.01226552,0.009989044,-0.022371002,0.008158482,0.06537882,0.061368205,0.0009116156,-0.02395207,0.04110091,-0.00016306524,0.021269346,0.013636219,0.00547995,0.010135977,0.008316506,-0.030883892,0.1261741,-0.059332795,0.029385986,-0.032664116,-0.008952731,0.08881601,0.03204264,-0.030583967,0.032542266,-0.08609296,-0.05789989,0.012628955,-0.029868595,-0.0020425273,0.0031437315,-0.008999598,-0.0067600785,0.023524435,-0.008352223,-0.07066527,-0.0089462185,0.023408357,-0.00045501528,0.02786418,0.017972784,-0.025699832,0.028703365,-0.016459156,-0.012486313,-0.0071600024,0.0101198675,0.013660653,0.05091531,-0.017922683,-0.0077076107,-0.012671905,-0.006401601,-0.0008606495,-0.0044969334,0.0033545028,-0.042560086,-0.009404837,-0.004041383,-0.028468825,-0.041956924,-0.012152883,0.00065254164,-0.045712296,0.016214924,0.018547544,-0.024967132,-0.02274193,-0.012944939,0.00083595776,-0.059860826,-0.033903774,-0.007786118,-0.034554448,0.057765745,-0.018502576,-0.02760655,-0.011632798,0.032555576,0.096894816,0.023586363,0.010305474,0.013975297,-0.016146563,-0.010818878,-0.016538087,-0.021430673,0.06207757,-0.08416532,-0.0037604712,0.0134422975,0.012256131,-0.005727096,0.004523041,-0.014095779,0.030986374,-0.00018295807,-0.029840838,-0.019719385,0.038414173,0.0002943897,-0.035104427,-0.011016513,0.029481713,0.029836426,0.054918654,0.0020527095,0.007057576,0.008981085,0.04558153,-0.030950086,-0.07310422,-0.0116783045,-0.011800826,-0.049540754,-0.0050889254,-0.033453774,-0.040836032,-0.041712757,0.0465598,-0.048215937,0.010200804,0.03708466,0.029562924,-0.057588276,0.037385277,-0.036964938,0.029950779,-0.010398362,-0.10461657,0.002180131,-0.030141907,0.0071993424,-0.011970364,-0.017869217,0.020632219,-0.025071528,-0.05064311,0.06048684,-0.012426158,-0.024616828,-0.023785925,0.051004205,0.025142094,-0.033495266,-0.015668005,0.026369167,0.014512513,0.024882484,-0.022786494,0.06702897,0.03288992,-0.011490681,-0.038359705,-0.011089338,-0.0023691051,0.027001144,-0.039925624,-0.05313766,-0.01175938,0.010441297,0.020949155,0.0008270315,-0.004165545,0.061108667,0.076309994,0.04297669,0.04824143,-0.0031724642,0.024727324,0.01632026,-0.08587669,-0.044920098,0.0032445437,0.040084306,-0.04475947,0.03913205,0.026792761,0.03412439,0.041502155,-0.02427592,0.00358205,0.045514736,0.0088105565,-0.024165528,-0.008161739,0.028594691,-0.01393362,-0.025826164,0.07731435,-0.016556302,-0.04880905,0.041105404,0.052746367,-0.0043485234,-0.03099907,0.011697866,0.052019726,-0.020373706,-0.014628303,-0.06412234,0.0021556981,-0.030976417,-0.044703078,-0.02625295,-0.0026397393,-0.05950448,-0.0041552125,-0.019532919,0.046022896,0.030613543,-0.05937827,-0.029888012,-0.019591825,-0.023751173,-0.011525484,0.009625401,0.10626258,-0.060010955,-0.041014746,-0.014745345,0.0287528,0.035009053,-0.0394997,0.04126713,0.041177604,-0.008081308,-0.054551907,-0.009980302,0.039377622,0.024536006,0.0037840866,0.12663594,0.033477034,-0.0645479,-0.019713698,0.01653528,-0.04561693,-0.019166583,0.053749546,0.06613382,0.00916401,0.09534988,-0.024340617,-0.022058355,-0.038221147,0.05098175,0.0032843268,-0.0019957568,0.012380843,0.022508755,-0.010077147,0.006512755,0.009935823,-0.034477558,0.046389803,0.0039528552,0.0069244034,0.00010896481,-0.020085393,0.02015262,0.052530725,0.008849533,-0.053630684,0.00055918936,-0.05520062,0.032380834,0.014512204,-0.014361086,0.034720052,0.025095427,-0.059504498,0.009932636,-0.0079918895,0.031633873,0.023874303,0.006196958,-0.032258306,-0.017871002,-0.015952565,-0.012209259,0.038742203,0.04474093,-0.009111058,-0.019846782,-0.015153249,0.006183885,-0.06356123,0.0013081637,-0.024532827,0.013159722,-0.015792077,0.030629208,-0.095049955,0.01683367,-0.011740297,-0.0100254705,0.036139242,0.04257477,0.013497499,0.023123758,-0.027903145,0.0012346301,-0.020226208,-0.012956065,0.065313295,0.038642585,0.005596835,0.062569685,0.026529538,0.021008663,0.019969465,-0.024326924,0.053100035,0.003648672,0.034197118,-0.009737341,0.059115704,0.009117378,-0.01575328,0.026322164,-0.038234178,-0.02047911,0.009164727,-0.022279985,-0.053777102,-0.022738693,0.0038490363,0.06016481,0.031562176,-0.018902423,-0.0032810823,-0.0021120575,-0.02332733,0.045436494,-5.6500794e-33,-0.0033121023,-0.052164227,-0.011359166,-0.06629752,-0.037493672,0.031546224,0.0013892386,0.03871909,0.027226457,0.030206412,0.06350663,-0.00017781064,0.01862038,0.04259704,0.025841987,-0.029571408,-0.032525957,0.040108945,0.0009339469,-0.09121841,0.02170451,0.042585503,0.03582199,-0.0600957,-0.023624234,-0.013865412,-0.026233593,0.01958093,-0.048594594,0.028663276,-0.001990922,-0.0094824955,-0.00030175486,0.019491987,-0.05746753,-0.062957354,0.049796205,-0.016158316,0.032897465,-0.023687055,-0.000980611,-0.06034011,0.0100076245,-0.005544711,0.030424168,-0.038096126,-0.014370418,0.0253913,-0.077229865,-0.03168039,-0.023365,0.03934846,-0.024217425,-0.09500939,-0.032748178,-4.3847654e-06,0.0071426546,0.04309841,0.00087680976,-0.025533127,-0.071019486,0.026679939,-0.014046505,-0.023558225,-0.012442856,0.025498128,0.056367762,0.041352957,-0.05225439,-0.09071325,0.002099013,0.0035257908,0.028139018,-0.036781296,-0.0069095967,-0.033580273,0.038208034,0.017452456,-0.04150286,0.046246443,-0.0207788,0.03599176,-0.02203315,-0.025527636,0.02341645,-0.08695319,0.0068639545,0.020879623,-0.0055718157,0.033925,-0.014336556,0.09153758,-0.01845333,0.025933255,0.07304453,-0.018895462,0.00081800664,0.08305108,-0.022625335,-0.009333318,0.0543097,0.0077407453,0.005409685,-0.041139215,-0.046802487,0.00093291677,-0.003921904,0.034424905,0.04507414,-0.0046567195,0.019591887,-0.044090964,-0.041984282,0.047602255,0.049565867,0.03113214,0.026468055,-0.033952482,0.043787237,-0.033462405,0.013173423,0.049513645,-0.06518174,0.029758072,-0.021990294,0.00018483489,-0.0042958795,0.0048366175,-0.08719895,0.0011968345,-0.013327474,0.0055431337,2.742977e-07,0.011289608,0.0038944543,0.028000657,-0.002085276,0.0018024251,0.023058588,0.03167946,0.013876724,-0.028311633,0.027551934,0.024112726,-0.0025758597,0.008047901,-0.0017043416,0.052285727,0.029958231,0.008527386,0.022509186,-0.030277284,-0.03240802,-0.002338766,-0.002966952,-0.021310218,0.03553217,-0.0052423584,0.07799826,0.011639444,-0.028750792,-0.093908876,-0.10354226,-0.053443845,0.08258831,-0.008017912,-0.054978956,4.5754914e-05,-0.019387411,0.03897384,0.053079225,0.0045920517,0.05040871,-0.019474477,-0.024636023,0.015927384,0.022204172,0.04094495,0.034587555,0.0009895297,0.053780403,-0.058367584,0.054664385,-0.007982523,-0.017775184,0.050384503,0.040116183,-0.031176025,0.029451178,-0.00020445802,0.007857626,0.02355225,0.04201917,-0.0040745893,0.039705653,0.008326559,0.016666787,0.022042701,0.017237326,-0.06963735,1.2755787e-34,0.0020484042,0.020992585,-0.032814033,0.016103135,-0.01029519,-0.0064817932,-0.014285464,-0.015613795,0.0137318745,0.02160025,0.007118329,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/Drone_data/ASRS Database Report Set - Unmanned Aircraft Systems (UAS) Reports.pdf', 'page': 94}","I was flying in Location A across the street from the park. A hawk came out from hiding in
the sun and attacked my drone. It was damaged and fell 250 feet. I recovered the parts.
It looks like it is a complete loss."
0.035613928,-0.017892744,0.043213237,0.0052428674,0.010678444,-0.012871489,-0.077260315,-0.011101981,-0.052560817,-0.024521846,0.029493878,0.008103065,-0.0030030299,0.026484903,0.04337718,0.05639968,0.04575386,-0.04436742,0.014725576,0.008516583,0.0048076585,0.002835291,-0.0031745057,0.011565459,-0.012004915,-0.012209318,-0.015144636,-0.018751593,0.0047844513,-0.041558534,-0.024724934,-0.037252832,0.06911794,0.010274149,2.3416662e-06,-0.035663016,-0.053719193,-0.011723396,-0.09724849,0.00040278948,-0.003031674,-0.023257615,-0.06866694,0.00025772763,0.025826672,-0.0994169,-0.05962352,0.046833932,-0.053281486,0.053017575,0.007676316,0.028469697,0.034220234,0.02653141,-0.0033147647,-0.02801118,0.022094334,0.074875765,-0.029213957,0.03728518,0.0077111614,-0.022197595,-0.021967117,-0.00076694536,-0.022596542,0.056594983,0.0019525734,0.030661823,0.005641533,-0.062084045,-0.032574605,0.037755337,0.024220027,0.023875566,-0.03346241,-0.031827487,-0.01053003,-0.014374509,-0.010228953,0.018910483,0.029840793,-0.020660441,-0.014122075,0.0022566093,-0.022383133,-0.074915856,-0.013871682,-0.002640102,-0.028807702,0.00053160806,0.022257552,-0.03992227,-0.013108211,0.0403013,-0.033023912,-0.01268903,0.023089597,-0.08731305,0.027574074,0.03575059,0.030196749,-0.0041960655,-0.0069369106,0.004835362,0.0023084502,0.023821468,-0.053921223,-0.0046497746,-0.028723888,0.01029129,0.04498471,-0.02620752,-0.0383109,0.05840929,-0.00414759,-0.007945527,0.07179533,-0.030074736,0.0010433773,0.012947298,-0.08861913,0.020907357,0.022367222,-0.002774577,0.042360518,-0.076694846,0.0354528,-0.031909373,0.024927998,0.017176325,-0.011900861,0.01767256,0.04543023,-0.011267113,-0.052220225,0.019674174,-0.07036734,-0.031744525,0.030567689,-0.0063140546,-0.0029689532,0.027758613,-0.0018112484,-0.008462003,-0.04000495,-0.038470205,-0.007745274,0.13141742,0.0029246097,0.028465617,-0.0007709834,0.040988043,0.00047406668,-0.024511361,-0.09541211,0.0021035385,0.057560217,0.013637147,-0.0028429765,-0.010839547,0.020296082,0.039091032,0.04234653,0.026405802,-0.014384335,-0.0012721998,-0.0029911678,0.036138847,0.0011809084,-0.021129156,0.00030204674,-0.029228574,0.042440344,-0.00130468,-0.005910246,0.031405196,-0.08128234,-0.050615776,0.010599046,0.05353708,-0.08597403,-0.007136585,-0.02330097,-0.015818158,-0.109175324,-0.04029865,0.0022833268,0.005979654,-0.0011194943,-0.04380222,-0.08433905,-0.029473506,0.02296863,0.0014054708,0.049107198,-0.006494815,-0.024251629,-0.054331977,-0.039430395,0.043227237,-0.02493043,-0.02414891,0.10099471,-0.028770633,0.029379746,-0.021751136,0.047213495,-0.02944538,0.0058352835,0.06158661,0.0033501883,0.0037207622,0.058558214,0.009356321,-0.024785414,0.005555597,0.043320473,-0.0010684646,-0.035268474,0.01686773,-0.02069984,-0.016640995,-0.04778112,0.012906168,0.0016821299,0.017670857,0.039016295,0.032371342,0.059729353,-0.0082233185,0.026867468,0.013989111,-0.017616404,-0.002712562,-0.011790825,-0.04212249,0.09682698,-0.060523476,0.0046585426,0.019894125,0.009499939,0.06831485,0.04336198,0.009589262,0.07056488,-0.07350337,0.023532156,0.012784042,0.0077174767,0.00012136586,-0.0068716593,-0.0116377175,-0.003947669,0.0008396538,0.002472513,0.0052098082,0.00501263,0.076584764,0.04606642,0.04879099,0.037380338,-0.024357157,-0.00044516666,0.01618955,0.032242205,-0.020600138,-0.022130338,0.036346655,0.017689742,-0.003943729,-0.03265457,-0.01347107,-0.0075427387,0.03516317,-0.0041537364,0.027816271,-0.053412985,0.02780754,-0.017356727,-0.025029644,0.0113199055,-0.037112065,0.024192642,-0.020043993,0.0027753941,0.028037779,0.04113225,-0.03628578,-0.017467948,-0.0359069,-0.08856099,-0.017627966,-0.03276821,-0.027126493,0.04088388,-0.034957044,0.038829897,0.018935366,0.020276492,0.08159182,0.015116604,0.024745794,-0.009440304,0.009816286,-0.012820492,0.002521721,0.0005334581,0.024127284,-0.014791932,-0.00021534119,-0.05194398,0.025834806,0.02178592,-0.010869437,0.017886272,-0.01858178,0.059425812,0.0013668968,-0.02799602,0.04961092,-0.011763006,0.0019711968,-0.04152378,-0.009689235,-0.0032378754,0.025078103,0.009813891,0.00033422478,-0.022197854,0.031185314,-0.022208028,-0.011759798,-0.03119991,0.044002995,0.007536749,-0.08154611,-0.03289761,-0.023223046,-0.009316868,0.051828064,0.0103121055,0.006419412,-0.008523508,0.070768915,0.010325747,0.010699214,0.0021481481,0.03218374,0.02118767,0.034227412,-0.028654091,-0.0178784,0.0038122672,0.015047142,-0.024695307,0.0201664,-0.023667866,-0.051000923,0.10632507,0.03469645,-0.043277636,-0.033170044,0.044935133,0.0030829196,0.009790147,-0.018292073,0.008899812,0.00624317,0.006700796,-0.035894196,0.07631694,-0.003607861,-0.045271456,4.779672e-05,-0.013791022,-0.014333852,0.0312011,-0.03922534,-0.024926256,0.012354639,-0.002128433,0.018538967,0.021134535,-0.0010294424,0.020604247,-0.022906542,-0.0017261547,0.021750208,-0.02616677,0.023264097,0.00886508,-0.0035309948,-0.040997144,-0.009144931,0.037271522,-0.0011488672,0.016581567,-0.0028767018,-0.02918736,0.027164428,-0.045996077,0.0009325544,0.053951517,0.050078336,-0.03875015,-0.031414643,0.03216739,-0.025821505,-0.0053122174,0.079144694,0.0009705611,-0.07622273,0.017271291,0.056119125,0.046055157,-0.0069352463,0.018784259,-0.044854626,-0.034750637,-0.022415023,-0.050953932,-0.012397979,-0.002485201,-0.039240282,-0.024522757,-0.0019078859,0.024216168,0.0023764267,0.027898932,0.031402964,0.030622536,-0.023682257,0.009824917,0.012841201,0.018428579,0.04260828,0.030531319,0.076319434,-0.081346914,-0.025266781,-0.059825856,0.05876339,0.012878775,-0.03801178,0.044388372,0.049484868,0.01409131,-0.027705139,-0.015539333,0.054558404,0.016048988,-0.03985211,0.06807231,0.039090276,-0.021412766,-0.03923645,0.047922734,-0.0867166,0.033765063,-0.0149767455,0.001991405,0.0110315895,0.10976517,-0.018914293,0.05408666,0.019838134,-0.03157461,0.04952816,-0.0034735773,-0.02764771,0.06091566,0.013682194,-0.007864638,-0.04347586,-0.024289826,0.015477786,-0.0015668663,-0.027357586,-0.009822457,-0.0104823755,0.03169743,0.004163667,0.040233918,-0.014330621,0.02452759,-0.07827919,0.009767991,0.049806137,-0.03718694,-0.014424555,-0.025902303,-0.015028007,0.010134072,0.018362332,-0.011951251,-0.0052541327,-0.011466296,-0.05089882,-0.11206198,-0.048379175,-0.006994438,0.021116108,0.037400972,0.047210526,-0.03488771,0.01903343,0.017941592,-0.04484957,0.00055172975,-0.027839994,0.047066264,-0.030102458,-0.0046278033,-0.065591045,0.002222184,-0.0176019,-0.019594923,0.025439302,0.05677954,-0.0073521184,0.029374937,0.0052725947,-0.022351539,-0.04264881,-0.05719622,0.017681237,0.04583976,-0.0023947766,0.023835057,0.02789739,0.051455967,-0.016971849,0.004167742,0.044913758,-0.013560006,0.008461161,0.023243787,0.05029368,0.0037226486,0.06605505,0.0058765286,-0.044052713,-0.017483266,-0.010242221,-0.04875921,-0.028139293,-0.027553497,0.001979473,0.01822488,-0.078985155,0.043295827,-0.033989202,-0.0006719118,-0.020345425,0.043372385,-5.751996e-33,-0.018874366,-0.050455015,-0.0031437057,-0.00335321,-0.015395516,0.038780477,0.025518881,-0.018843278,0.031940486,0.02939157,0.029495742,0.0040263236,-0.0027494312,0.035905987,0.013552021,-0.011673846,0.03457757,0.006656433,0.019975567,-0.051138967,-0.033903383,0.012764553,0.018429551,-0.13246006,-0.044140518,0.025398262,0.019778911,0.08835278,-0.051300135,0.03909476,-0.028287156,-0.070603535,0.014283045,0.023094563,-0.025596773,-0.061903946,0.0029401544,0.01694293,0.010978321,0.02704178,0.028905502,-0.0931555,0.032680623,0.003336312,7.172946e-05,-0.0480528,0.027444966,-0.031412713,-0.0031060423,-0.03874246,-0.027063414,-0.009920439,-0.016428214,-0.07202096,0.0012568749,-0.014453351,-0.008195074,0.05893628,-0.026092404,-0.018343808,-0.03836952,0.004523344,0.013732898,0.019414498,0.034334954,0.012603507,0.109480314,-0.049247593,-0.02518895,-0.0738053,-0.030591035,0.03785763,-0.019159852,-0.069090985,0.045032065,-0.0121751875,-0.00022627442,0.018013215,-0.03797572,0.045067333,0.02688384,-0.04364477,-0.007892731,-0.016646694,0.0938304,-0.118689105,0.00096650136,-0.0076892152,-0.012006928,0.035318684,-0.024828305,0.059948567,-0.016209465,0.02712787,0.007467662,-0.039154828,-0.024442725,0.039591447,0.0036536173,0.0067727277,0.036309525,0.032743473,0.04363951,-0.04422256,-0.0062951487,0.022358496,-0.0028071972,0.039400972,0.0025669858,-0.009505822,-0.0039520515,0.011477773,-0.012665381,0.074365266,0.046601627,-0.05620318,-0.0052683055,-0.018810933,0.00023715038,-0.039793275,0.025137331,0.015157809,-0.05406163,-0.013964437,-0.07791083,-0.0062473076,-0.004927366,-0.027148208,-0.025314068,-0.01472815,-0.025368119,0.028322568,2.95573e-07,-0.033006072,0.0029814914,0.06555271,0.050864454,-0.02384996,0.007983966,0.01424274,0.038910486,-0.017682832,0.028979503,-0.01268363,-0.016810626,-0.039241392,-0.04037587,0.043532323,-0.014149929,0.041413736,-0.056786694,-0.041096378,-0.01756113,0.007990431,-0.010957758,-0.013683533,0.0006184418,0.008251531,-0.020557435,-0.008327149,-0.01169042,-0.06569475,-0.060225505,-0.03114331,0.07621984,-0.011659082,3.527558e-05,0.035454962,-0.010252241,0.037213236,0.046755783,-0.037353873,0.04175762,-0.016263261,-0.03046887,0.03409154,0.008765059,-0.0052613923,-0.008253514,-0.024220537,0.11645471,-0.05651448,-0.005324271,-0.027128985,0.0102892155,0.037936855,0.03483192,-0.023751777,0.025723934,0.021715997,0.031445157,0.031384714,-0.04371041,-0.02804658,0.02931879,0.012454366,0.0048354585,-0.028736105,0.03858789,-0.058372177,2.7151376e-34,0.016078087,0.015774323,5.753473e-05,-0.01616681,-0.028078184,0.03578053,0.005440145,-0.041168798,-0.013794789,-0.056637328,-0.008163181,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/Drone_data/ASRS Database Report Set - Unmanned Aircraft Systems (UAS) Reports.pdf', 'page': 96}","We were on an IFR Part 121 flight plan BUF to ZZZ. On climb out from BUF on radar
vectors, we were climbing through 15,000 ft. 10 -15NM west of GVQ and I spotted a large
drone as it passed a couple hundred feet to the right side of our aircraft approximatel y 300
feet below us going the opposite direction. I did not have time to perform any avoidance
actions. ZOB ARTCC had no indications of an aircraft in the area and it did not show up on
TCAS. I reported the drone sighting to ZOB Center as an unknown object and estimated it
to be approximately 6 -10 ft. in length. The drone I believe I saw has a service ceiling of
21,000 ft. and a wing span of 11 feet."
0.028723942,-0.0007358997,0.035897255,0.006366256,-0.011966916,-0.024934243,-0.040485404,0.0038602806,-0.08300965,-0.051384095,0.020513602,0.03705966,-0.008785695,0.005764543,0.037338536,0.06717182,0.06364595,-0.05218424,-0.043959677,-0.011505652,0.0047723805,-0.0040217447,0.021094278,0.018847195,-0.026704514,-0.00473058,0.00095791044,0.022090523,-0.028021963,-0.0033635967,-0.010616594,-0.013112151,0.047148068,0.02414279,1.9190636e-06,-0.045505226,-0.036382973,-0.0078111766,-0.07244535,0.019499645,-0.0068403413,-0.020142276,-0.04759881,-0.03147366,0.016089851,-0.06199264,-0.08792875,0.031198103,-0.01758243,0.05662079,0.031352762,0.01458502,0.03393328,0.028007047,-0.027109573,-0.06398212,-0.008749985,0.06888389,0.024051605,0.0045430837,0.019909427,-0.007056912,-0.024909576,0.0008141321,-0.021627637,0.04719097,-0.0044795354,0.03314124,0.00082358957,-0.042646796,-0.030684205,0.010847262,-0.021174856,0.01920961,0.023839183,-0.011272559,0.014656283,-0.022559296,-0.024794804,0.037550528,0.014671091,-0.018786542,-0.024692124,0.0070804134,0.04170114,-0.044672456,0.007855477,-0.012554556,-0.018906474,0.009136729,0.04412318,-0.013468748,-0.013802177,0.029960766,-0.017898662,-0.037149396,0.028945362,-0.07481745,0.03243987,-0.014195004,0.0766814,-0.029522376,-0.029847747,-0.02087392,-0.009554072,0.021480815,-0.04271004,0.009363316,-0.019381931,-0.004197107,0.04471667,-0.008772156,-0.044507336,0.08820727,-0.028341128,0.05050416,0.08653431,0.009004372,0.009172487,0.05658268,-0.072954684,0.06586909,-0.001509519,-0.03764491,0.073685326,-0.059566017,0.052602205,-0.03137108,-0.0049424823,-0.0008410098,-0.005673719,0.0051954975,0.043005925,-0.030749021,-0.07459195,0.055775464,-0.03572227,-0.04213715,-0.013172197,-0.042296447,-0.003354929,0.020360166,0.0062668845,-0.050246526,-0.044466786,-0.035356108,-0.007475149,0.04324292,-0.016134743,-0.03631485,-0.03411176,0.04338907,-0.02440357,-0.0027206594,-0.061045844,0.0013604419,-0.0008234505,-0.008585035,0.005262748,0.004217069,0.057254042,0.027957216,0.057466257,0.016389094,0.023186391,0.010198092,-0.040915787,0.061703257,-0.02647307,-0.016351262,0.016758988,-0.019118138,0.035790093,-0.009276539,0.0133695835,0.015925437,-0.08493875,-0.011209298,0.023340754,0.041170977,-0.09320731,-0.0015487288,-0.026133642,-0.046039417,-0.12564892,-0.035111785,-0.012749821,0.009660056,-0.024133077,-0.0212373,-0.06887063,-0.06637621,0.010757629,0.006392629,0.05044209,-0.04321421,0.010823968,-0.029975185,-0.03752965,0.038394906,-0.019108703,-0.017816793,0.099573895,-0.0030621793,-0.016236499,0.013882507,0.025388576,-0.040833954,0.014213541,0.044732284,-0.019072656,-0.009008929,0.020173294,0.053067297,-0.006569231,-0.009215213,0.02917188,-0.0050586443,-0.05487691,0.014361669,-0.03195622,-0.036911614,-0.032187227,0.0068014422,0.0065706447,0.011775646,0.04863631,-0.009357339,0.06333016,0.01749219,0.01643323,0.026825424,0.012623377,0.018028187,-0.041311454,-0.009843445,0.12357904,-0.052576393,0.010914376,-0.010835255,-0.017320052,0.092076875,0.03557399,0.0077588786,0.07897105,-0.053488657,-0.006983181,0.004535312,-0.025944568,0.011614449,0.006924251,-0.008982805,-0.017814623,-0.007920489,0.00011911308,0.04226261,0.04800998,0.049635574,0.0604184,0.023454556,0.030167159,-0.02011657,0.010713412,-0.003297178,0.045701608,0.0021791984,-0.026167868,0.013789962,0.036428213,0.010501843,-0.050835475,-0.006957081,0.011150675,0.011390237,-0.016499348,0.041656874,-0.08414741,0.03848211,-0.01137343,-0.035337538,-0.018265823,-0.052560803,0.023448579,-0.028380144,0.00437839,0.034873992,-0.002761487,-0.055210173,-0.00536809,-0.030332558,-0.08079358,-0.023464505,0.009640579,-0.0023478153,0.039685212,-0.020146826,-0.03371475,0.050014663,0.059312835,0.09479561,0.018519914,0.017707456,-0.034041844,0.03239364,-0.0030709442,0.014345991,-0.0090216575,0.08077905,-0.034504417,0.010921582,-0.015701123,-0.00047111374,0.015318828,-0.009163572,0.0008702647,-0.02500274,0.04674367,-0.039009664,-0.033187974,0.037858684,0.029199209,-0.038459886,-0.0167572,-0.016215228,-0.001862633,0.048037436,0.010707089,0.011008342,-0.0054911594,0.019266723,-0.023182308,-0.102116,0.010125609,0.063153364,-0.057434287,-0.06386894,-0.024017416,-0.022341568,-0.030768732,0.050531633,-0.05073557,0.00049652194,0.008413093,0.033813503,-0.012528343,0.029326094,-0.061421003,0.065946735,0.040496536,-0.025324602,-0.023926843,-0.05188051,-0.0023849239,0.01621007,-0.019469598,0.042747732,-0.01807174,-0.06871891,0.08800439,0.05486511,-0.035121996,0.0067345104,0.062231887,0.023491858,-0.014059866,-0.01976418,0.015677687,-0.014135896,0.0041948417,-0.0187143,0.054263446,0.028083399,-0.02853721,0.0039423825,-0.024911925,0.016071755,0.033198275,0.004434104,-0.06906256,-0.0025930589,-0.017539868,0.011322775,0.0138006285,-0.011222603,0.032544985,0.025961261,0.014972103,0.012192578,0.01475877,0.0033073607,0.0050953045,-0.00041022038,-0.05168244,0.0033795722,0.028051615,0.010856366,0.06348025,0.011126574,-0.0118290465,0.015727876,-0.013046173,-0.037547387,0.022361677,0.0009451216,-0.035048578,-0.009615708,0.0365011,-0.033078074,-0.017806355,0.05377292,0.050780512,-0.015420974,0.021363657,0.049463898,-0.006075783,-0.048126142,0.05511603,-0.019301739,0.0018736542,-0.04460633,-0.049845424,0.020850005,0.006756993,-0.049303032,-0.038451053,-0.022047684,0.009870374,-0.005185141,-0.0011492795,0.025737425,0.035295706,-0.008531018,-0.0139781125,-0.00580027,-0.010986419,0.014123213,0.05176029,0.092623055,-0.09431087,-0.034068856,-0.119399115,0.021279512,0.015798751,-0.06528497,0.07504719,0.021707833,-0.0044575115,-0.0023956243,-0.005323912,0.025980363,0.027529767,-0.0019478024,0.10555282,0.01489445,-0.004772493,-0.051045146,0.060082555,-0.05719206,-0.008982224,0.0056179794,0.024915684,0.010955491,0.11967568,-0.0070223403,0.04261062,-0.01783536,-0.027455809,0.08154804,-0.014628148,0.0075072832,0.05430732,0.01492514,0.000103003586,-0.023132829,-0.038672008,0.061345,-8.121521e-05,-0.03606713,-0.06809684,-0.01929791,0.014452964,0.0131732775,0.012061105,-0.04475251,0.042980585,-0.051863234,-0.006953395,0.03272977,-0.014554529,0.009237202,-0.041840993,-0.029992137,0.022318635,-0.032737687,-0.011210032,0.022214998,-0.011671506,-0.050682552,-0.077598184,-0.038406275,-0.030165343,0.01419179,0.021334536,0.0346159,-0.00845467,0.009682868,-0.02021428,-0.04555936,0.0093977945,0.00012561132,0.06537027,-0.015449048,-0.017457671,-0.040902145,0.011648381,-0.050689768,0.030261379,0.04050229,0.030722229,0.004781769,0.034455363,-0.008609244,0.033071212,-0.033634014,-0.044180844,0.021484256,0.021088311,-0.002499474,0.0023106653,0.050206803,0.009968374,0.0109780645,0.029743101,0.04503457,-0.01283697,-0.0040237857,0.05430276,0.017257921,-0.0018611194,-0.0012266401,-0.011513604,-0.0021591464,-0.0035121979,-0.0056068758,-0.025466345,-0.026503975,-0.032544773,0.0021556832,0.049239524,-0.06827293,0.024989277,-0.019164495,0.058795862,-0.028794521,0.009345509,-5.149762e-33,-0.02623075,-0.07943419,-0.021508852,0.016733008,-0.017962784,0.011250426,0.051310286,-0.0055445386,0.029474737,-0.0024021955,0.034250103,-0.009117735,0.0068596527,0.022039397,0.031933118,-0.02273354,0.0045188353,0.008255067,0.045950636,-0.030235108,-0.059326198,0.016884182,-0.01020464,-0.086399466,-0.00054665835,0.022140983,0.011782672,0.06511312,-0.052239943,0.01491108,-0.018486088,-0.06663087,0.033759553,0.0482937,-0.037785362,-0.025744595,0.05376841,0.00049763126,0.03153884,0.023445513,0.040221184,-0.078804314,0.015618307,0.0029883017,-0.009403504,-0.05879044,0.006653919,-0.0013769417,-0.032952897,-0.036303855,-0.042762145,0.0027771834,-0.037865154,-0.048601475,-0.034892812,-0.019168204,0.009691004,0.014052596,-0.025036786,-0.024657916,-0.08130892,0.0017800921,0.02199828,-0.025748597,0.0057878387,-0.004787597,0.08261306,-0.022702465,-0.03734558,-0.025699407,0.010883029,0.045488212,-0.009111751,-0.056209307,-0.03412026,-0.0544316,0.024997562,0.011562353,-0.03466594,0.040861942,0.014014301,-0.034849767,-0.0334049,0.0039636753,0.06915518,-0.06277654,0.010108211,-0.031129679,-0.015580703,0.01204263,-0.029180022,0.036169276,0.02130277,0.04068552,0.010453039,-0.069243394,-0.023803819,0.045884993,-0.0067781075,0.031221159,0.031997725,0.03256873,0.021637246,-0.05287183,-0.017371375,0.01272157,0.011208788,0.05733778,0.030927641,-0.008481414,0.0017106797,-0.0036151125,0.021807544,0.064300954,0.048002303,0.016443646,-0.0051269433,-0.044195056,-0.020592935,-0.024314422,0.009280912,-0.018835377,-0.07279948,0.006206224,-0.06864514,0.027856011,-0.0010369386,0.04859661,-0.024424784,0.009066277,-0.0140791405,0.008010298,2.5579743e-07,-0.029135907,-0.022569386,0.073715374,0.05147976,-0.010119181,-0.006939822,0.00069905526,0.024234515,0.0031445383,0.027350925,0.015998395,-0.02569115,-0.01619585,-0.0053950152,0.047565307,0.0043261717,0.05163693,-0.0049754796,-0.023052208,0.026651237,-0.012553478,-0.030288002,-0.018300537,0.0115217855,0.019229602,0.0012627102,0.007619954,-0.02587048,-0.090437405,-0.06647195,0.011494139,0.041319273,-0.010640136,-0.0060275407,0.01628146,-0.01812426,0.023989547,0.023587393,-0.05307738,0.037739147,-0.026030498,-0.07121979,0.0044633755,0.03505172,0.015309705,0.05851597,-0.006903554,0.08851774,-0.041399714,0.018875457,-0.04795235,-0.010350091,0.021990202,0.017181106,0.004202978,0.016617287,0.028878823,0.049073126,0.012442196,-0.0063747703,-0.0048639313,0.018444931,0.011699642,0.004601467,0.007356201,0.049078923,-0.060734283,1.8795873e-34,0.011124034,0.016386595,0.0077517396,-0.013945876,-0.0040331883,0.00355917,-0.048949834,-0.042319246,0.006336882,-0.030311368,-0.0057304595,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/Drone_data/ASRS Database Report Set - Unmanned Aircraft Systems (UAS) Reports.pdf', 'page': 98}","At 3,000 ft. MSL on final just prior to intercepting the glideslope for the ILS approach to
Runway XX, we spotted a drone that was co -altitude and it rapidly passed down the left
hand side of the our aircraft. I would estimate that it missed our left wing by less than 50
ft. It was a black quadcopter that was rectangular and approximately one foot across the
front. We reported the drone to Tower. I filled out a police report with local police after the
flight."
0.009016601,-0.055477586,0.04600046,0.012345313,0.08574357,-0.017186662,-0.022692068,-0.014603688,-0.03078185,0.012639136,-0.01352878,-0.01907221,0.021789102,0.028949693,0.0033275646,0.10984277,0.028457634,-0.019191993,-0.0056357896,-0.0017775196,0.016683882,0.012231619,0.013096266,0.016692473,-0.041236963,-0.010379607,-0.02430491,-0.01594041,0.03686056,0.025823329,0.003362215,0.005320647,0.053895038,0.063883945,2.4044436e-06,-0.03451895,0.0014292668,0.012549963,-0.05591452,0.042141527,0.024162509,-0.022244735,-0.047054067,0.019241134,-0.003356423,-0.0019657123,-0.017624738,0.0056165163,-0.0068282885,0.08263127,0.013052248,0.05444407,-0.0153304655,-0.017958825,-0.034259472,-0.048076767,0.013642162,0.017342446,-0.026016058,-0.027926855,-0.00078428735,-0.0341702,-0.01954891,-0.031330038,-0.057671227,0.053633872,0.020731598,0.018450936,0.0011533425,-0.039864264,-0.009917511,0.0030221383,-0.011174585,-0.0033486898,-0.04690257,-0.03366884,0.040974367,-0.023154454,-0.03325654,0.015265454,-0.02854029,0.045948055,-0.042344082,-0.01332696,-0.04974678,-0.02730858,-0.009446827,-0.024943763,-0.020805899,0.032494534,0.089693464,-0.046088498,-0.0056945207,0.0031371654,-0.096023165,-0.034735266,0.0117099555,-0.039188415,-0.0023987812,-0.025754793,0.07373576,0.024514604,-0.03906405,-0.025723042,-0.0030173818,-0.013026981,-0.013518977,-0.0014504157,0.016572494,0.044976655,0.02703713,-0.005520889,-0.011208145,0.06926644,0.021391725,0.026282808,0.075519025,-0.046581242,-0.034525637,0.04524558,-0.053378675,0.06518759,-0.040877834,-0.03738195,-0.02017224,-0.084942594,0.019180723,-0.004716984,-0.011574393,-0.014493786,-0.012951535,-0.005119356,0.011716825,-0.0080673415,-0.033902366,0.040496506,-0.027336283,-0.025095675,-0.028432813,-0.040958818,0.0026943523,0.0032404012,-0.04378784,-0.028940657,0.006227256,-0.03241542,0.047716543,-0.034750633,-0.0067026406,-0.027709937,-0.010833127,0.048025046,-0.0038153362,0.0040240237,-0.06975698,-0.0116475895,0.112077735,0.032511067,0.009339946,-0.009597597,0.041628085,0.04786117,0.038459245,-0.0026833597,0.019450914,0.019202814,-0.04874678,0.0330612,-0.039049868,0.005866288,0.06188432,-0.037797112,0.041413303,-0.015703076,-0.016279114,-0.0012824525,-0.05164585,-0.007165549,0.0138395615,-0.0061753266,-0.095081225,0.0064094313,-0.024927858,-0.041731432,-0.11141776,-0.031873364,0.071592815,0.032459877,-0.04688939,-0.014767373,-0.030743785,-0.039664265,-0.05599215,-0.0101034,0.034281433,-0.04159996,0.044687297,-0.010970211,0.02603154,0.047798604,-0.008042096,-0.03782836,0.07731622,-0.0063800076,-0.018086966,-0.02746746,0.053550746,-0.005931287,0.02652313,0.06934782,-0.014987493,-0.011459227,0.04476735,0.045910798,0.015030855,-0.026160322,0.010466085,0.012520397,-0.09204268,0.020688891,-0.011131432,0.05380409,-0.03625485,-0.010823537,0.050986502,0.030817756,-0.031120032,0.007321761,0.03486218,0.075827084,0.0068512205,0.020060508,-0.04732901,0.028973786,-0.019133102,-0.026136965,0.032920137,-0.084343635,-0.0171147,-0.05209343,0.013845252,0.077875905,-0.026644414,0.0015675131,0.03577897,-0.045418434,0.0053051617,0.028775414,0.0011208226,0.04567206,-0.004510888,0.038289547,-0.0116562,-0.005760274,0.027127225,-0.047205187,-0.047687937,0.03572078,-0.0527352,0.062363315,0.03333305,-0.031174643,-0.025116319,-0.007814047,0.061451524,0.010762463,0.023929603,0.04108899,-0.050484788,0.025221532,-0.009467457,0.007881001,-0.0023447822,-0.0032107532,0.03401616,0.018655574,-0.07162494,0.053031072,-0.0380093,0.0052110786,0.012820422,-0.025954893,-0.028283376,-0.010323026,-0.0150654735,0.013112269,0.027425624,-0.097666234,-0.047787737,0.020721342,-0.06335101,0.003942395,0.02016035,-0.040068444,0.035263456,-0.014423524,-0.06336107,0.04443464,-0.0067438874,0.1138276,-0.010434776,0.034503043,-0.020677239,0.01353977,-0.031303987,-0.020444233,0.03633984,0.06698548,0.0030797848,0.017606921,-0.01983924,-0.025605315,0.004499812,-0.013468384,-0.022084054,-0.026774375,0.062318966,0.0120392125,-0.02757527,0.030760808,0.012989158,0.023378257,0.0029121707,-0.00070924644,-0.01614727,0.041562095,-0.008371642,0.039091088,-0.03641645,0.0025236849,-0.01718622,0.00356284,-0.03740907,0.024932379,-0.037928533,-0.059826564,-0.0040086336,-0.0072235037,-0.0005354859,0.0397129,-0.042632747,0.0025460746,0.06724487,0.030785283,0.01173894,0.000609926,-0.031459242,0.0009905295,0.017304521,-0.009407044,-0.0352186,0.023799364,0.01867535,-0.025531525,0.0040238155,-0.01949676,-0.0021245102,-0.049167637,0.07147446,0.02969479,0.0024701396,0.02066285,0.062427364,0.05259461,-0.010490433,-0.06000309,-0.0076942737,-0.028708708,0.0366239,-0.014476908,0.045404695,-0.011562015,-0.060797114,0.011179272,0.023414278,0.0032860704,0.0062658046,-0.008823585,-0.09035507,0.0016060654,-0.030225527,0.0027602073,0.018912774,-0.0020738824,0.020514667,-0.034132175,-0.028187517,0.049400628,-0.044402502,0.019734072,0.012952328,-0.028251257,-0.105082974,0.009858379,0.021929948,0.02701786,-8.629325e-06,-0.000905567,0.015289481,0.012158919,-0.0044645104,0.014351502,-0.042551648,0.060717735,-0.020901276,0.055177614,0.014661584,-0.0037414867,0.014948803,0.03753076,-0.013390445,-0.00032410328,0.024407277,0.006359604,-0.033905916,-0.030323816,0.02470309,-0.029976236,0.028563576,-0.010331298,-0.009011581,-0.015674649,0.02178732,-0.065674245,-0.0066604586,0.01785787,0.06477088,0.043060835,-0.018359639,0.019282287,0.008964945,-0.054518573,0.023863547,0.06744401,0.011895715,-0.027170595,0.049697306,0.060391035,-0.10177241,-0.032166414,-0.09323613,0.04567221,0.065081485,-0.003749135,0.044631466,0.014188196,0.0015236465,0.009702897,0.047408286,-0.036578927,0.04176261,-0.06071583,0.10154572,-0.05723224,0.0012054975,-0.016774083,-0.0013147105,-0.028565604,-0.022614032,0.035545453,-0.011481802,0.038050752,0.040785696,-0.00043951283,-0.014913962,-0.03738648,-0.018034993,-0.0056565003,0.024380801,-0.017138436,0.011363707,-0.005967623,-0.0216441,-0.020637052,-0.0238805,0.0016363608,0.01826453,0.03842315,-0.042283848,-0.0127087375,0.010889535,0.07570581,0.06186393,-0.06342744,-0.026216207,-0.03017903,-0.020270012,0.051843397,0.0045277392,0.024464207,-0.015477673,0.02548319,0.033732206,-0.04438591,-0.07663816,0.017953387,0.028558798,-0.041594118,-0.015532692,0.023106504,-0.007795807,0.010465272,0.01939734,0.0036330817,0.010169809,-0.0029281955,0.000116897856,-0.014514102,0.001776909,-0.006716659,0.019178519,-0.029921286,0.023358125,-0.013027563,-0.0397837,0.0049737673,0.0061611095,0.07493886,-0.036245596,0.0117453355,0.02933243,0.027174877,0.0041972147,0.0068788896,-0.036026157,0.036195993,0.023978375,-0.009861606,0.029026303,0.035719343,-0.008948521,-0.0031908732,-0.012539173,-0.018755898,0.036924236,-0.022459554,0.025652573,-0.018510083,-0.038483728,-0.057722356,-0.012219092,-0.021200133,-0.003883836,0.056966294,-0.036409304,-0.019198785,-0.007345068,-0.05866581,0.051007602,0.03148436,0.055728287,-0.049920652,0.063324265,-0.006695374,0.033737317,-6.525534e-33,-0.045509573,-0.044907458,-0.05651678,0.030752826,-0.043993298,0.010040993,0.018517988,0.021854974,0.0238898,0.011071361,0.050841022,0.032591127,0.013058848,0.02645567,-0.006312185,0.017710572,-0.0014196651,0.013311178,0.009167735,-0.043978427,-0.0108086215,-0.022817694,-0.035335828,-0.056543015,0.017539307,-0.018481571,0.009275043,0.027359592,-0.039395664,0.039452076,-0.03261277,-0.0441578,-0.007628614,0.043363046,0.0019150982,0.02236929,-0.0022844402,-0.067548305,0.014173297,-0.013267854,0.0537581,-0.00025355243,-0.054155044,0.00094381574,0.0055836933,-0.052305114,0.016234076,0.02501424,0.025609864,-0.015721913,-0.074015796,0.008649952,-0.0042496976,-0.041894052,-0.032408226,-0.019040694,0.033434756,0.03560412,-0.03596355,-0.064937524,-0.016803341,0.03828124,0.014902606,-0.008070339,-0.0366546,-0.013527102,0.024797823,0.015870648,-0.05730898,-0.072772466,-0.05858322,-0.009029103,-0.045220483,0.007856102,-0.044100862,-0.0104572745,-0.0073579215,-0.006896525,0.011041462,0.042744726,0.025981097,-0.011945141,-0.04005492,0.0024548727,0.08247522,0.020920226,-0.02716325,-0.054344296,-0.013270138,0.033265587,0.011471471,0.020631006,-0.038584467,0.029791802,0.03834298,-0.12612969,0.020226942,0.0041266717,-0.010348317,-0.007920812,0.020189442,0.01345858,0.0574771,-0.040632132,0.02751851,-0.04086342,-0.00071695226,0.082750246,0.031070389,0.013526667,0.028945828,-0.024688033,0.0044844924,-0.061823335,0.03682713,0.033264317,-0.023310212,0.064412706,-0.0012796373,-0.010075941,0.046338387,-0.0064441017,-0.002639551,-0.02748836,-0.068162575,0.003947394,0.02956054,-0.010491978,-0.0032987576,0.027760794,-0.021247137,0.0025046116,3.1335222e-07,0.0057616923,-0.025523264,0.04854589,0.05003388,-0.0027938713,-0.021380432,-0.0068590012,0.041874427,0.0061306464,0.037167665,0.018713843,-0.08810099,-0.013410902,-0.035213787,0.069736786,0.00316179,0.08541901,-0.009413877,-0.0445896,-0.056081366,0.0411706,-0.034342498,0.011633134,-0.011914978,0.012600266,-0.019135509,0.012746471,-0.019006738,-0.05698608,-0.065134935,0.09009366,-0.008319311,-0.015918262,0.023534896,0.0062346817,-0.012106805,0.046926964,0.009053118,-0.07006491,0.025712635,-0.01852783,-0.02136891,0.0033710129,-0.014563391,-0.008400871,-0.047205135,-0.031898692,0.07758923,-0.021147853,0.028882008,-0.045036,-0.027740417,0.06972795,-0.0066140178,-0.01900151,0.049664255,-0.006659449,0.002604196,0.029398201,0.07124856,0.026177883,-0.0037347681,0.057152703,-0.0641847,0.027694391,-0.027584968,-0.052160744,2.8290398e-34,-0.037210137,0.021431895,0.015873916,-0.055496227,0.019031841,-0.011925082,-0.0012079891,0.019935446,0.0252772,0.019158894,-0.013284692,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/Drone_data/ASRS Database Report Set - Unmanned Aircraft Systems (UAS) Reports.pdf', 'page': 100}","At XA:09 Day 0 was a near miss between a crewed aircraft and my sUAS I was Remote
Pilot In Command (RPIC) flying above myself and my visual observer and out at 350 ft.
AGL by around 500 ft. to the west. Upon hearing the engine of an aircraft from the north , I
began to bring my aircraft in to land as to give way for the crewed aircraft. My sUAS was
not descending as fast as normal (it may have only felt like it is descending slower). I did
hear the engine of the crewed aircraft change in pitch as well as saw a course change.
After landing and observing the flight path of the crewed aircraft which seemed to be en -
route to land at ZZZ, I powered down my equipment and started trying to find out how to
report the near miss. Could not find correct contact informat ion for ZZZ ATC to report. At
time of flight and near miss, no active TFR's or NOTAM's in place.
Callback: 1
The reporter learned during post flight review this wasn't a near miss. There was more
than 1000 feet of vertical and lateral separation between the UAS and the fixed wing
aircraft."
0.043143682,0.0037083782,0.00984609,-0.031054862,0.018371465,-0.062605605,-0.036540266,-0.0071436423,-0.04377074,-0.0090073785,0.038590178,0.011794543,-0.004194153,-0.0033279315,0.022293916,-0.0019618724,0.030173905,-0.021257536,0.03257297,-0.00090491073,0.019037062,0.008809481,0.0014139821,-0.0033490306,-0.0022138217,-0.0027705946,0.017538324,-0.009267353,-0.0016318493,-0.046648014,0.039211553,-0.034251828,0.07663999,0.002805921,2.2880806e-06,-0.0040286654,-0.021398403,0.029993944,-0.08958859,0.0058951937,-0.012239582,-0.033317186,-0.019052736,0.003561333,0.020547979,-0.12884128,-0.050240956,0.061063997,0.044597857,0.04596222,-0.0026927404,0.018541222,0.0308986,0.022262756,-0.002546717,-0.04406901,0.002754862,0.04067911,0.0055016275,0.03766366,-0.0056960937,-0.026818091,-0.019187694,0.003450771,-0.024959663,0.04054413,-0.0024138482,0.01666908,-0.027421823,-0.044427652,-0.0356648,0.018428424,-0.0067291427,0.015861994,-0.0085453605,-0.073073536,0.002562632,-0.045700856,0.002391057,0.014171299,0.0347135,0.024279736,-0.020318724,0.021657769,0.028059626,-0.06777068,-0.009718308,-0.030443275,-0.0069895587,0.027396396,0.03237898,-0.022863435,-0.02264441,-0.008571717,-0.030990483,0.009496985,-0.010195339,0.00068945315,0.024149273,0.0057621575,0.055170033,-0.024088964,0.002742419,-0.042209327,0.01987719,0.0007225488,-0.052882172,-0.043830957,0.03598081,0.033853296,0.05651728,0.011588115,-0.06359446,0.056162655,-0.045434956,0.033885647,0.08113398,-0.029015277,-0.047380425,0.013823395,-0.054729387,0.030852703,-0.020645315,0.006438099,0.04377965,-0.07648435,0.07831259,-0.015550538,-0.0052584847,-0.0014272315,0.0025408205,-0.00035467325,0.03329898,-0.039093647,-0.09520129,0.002410691,-0.004892078,-0.00029917216,0.026210751,-0.059769694,-0.027510643,0.046538755,0.0070725107,-0.0025353692,-0.06457855,-0.057233833,-0.024620254,0.017682565,-0.0033838265,0.01748176,-0.024402168,0.046680428,-0.0095816525,-0.054713838,-0.091153376,0.043914024,0.02927772,-0.05186478,-0.014733553,-0.014420452,0.033810932,0.011476634,0.04203649,0.003160975,0.023421979,-0.009453956,-0.026671907,0.010491904,-0.09062827,0.008725347,-0.008940777,0.013554892,0.018041223,0.022229746,0.01930967,0.009422499,-0.07541753,-0.031955592,-0.0018301032,0.02682279,-0.120890915,0.028738303,-0.029503433,-0.029853446,-0.11916227,-0.03900366,-0.009872358,0.016552083,0.012772193,-0.04733178,-0.042144135,-0.017393664,0.037173096,0.019592792,0.0215955,-0.04669625,0.0065028304,-0.021527892,-0.030438734,0.014911239,-0.030044105,0.0038824638,0.08092141,-0.027989572,0.017096676,-0.0029988918,-0.0038001966,-0.03920009,0.04990457,0.06681272,0.023883004,-0.005218947,0.011766895,0.011262091,-0.02014014,-0.009705379,0.04636747,0.019088581,-0.07011461,0.017233076,-0.019815791,0.028987553,-0.0437226,0.037069406,0.0016776695,0.020293215,0.032976456,0.034603037,0.06386416,0.03465008,0.03940886,0.0060966653,0.04986887,-0.021875989,0.050320726,-0.034921687,0.0918162,-0.04850471,0.023837619,-0.0069345683,0.019924833,0.07927263,0.01695449,0.008768764,0.06778599,-0.039481476,0.01618966,-0.0032850816,-0.045571476,0.0078081414,0.015233983,-0.0065154536,-0.04900331,0.0025541317,0.012259914,0.022009501,0.0069458415,0.04869446,0.040608753,0.0028084428,0.019866908,-0.00556484,0.031915262,0.021171289,0.039015345,-0.012965077,0.024475342,0.041091524,0.026716989,0.021147193,-0.054386154,0.0079994835,0.009426767,0.016664231,-0.020285353,0.020318748,-0.07411479,0.014841578,-0.018991495,-0.008592025,-0.012071111,-0.027481519,0.015597302,-0.027811622,-0.008713564,-0.021338204,-0.0033094345,-0.033476997,-0.020769754,-0.050895616,-0.08460932,0.022931986,-0.010633479,-0.01640541,0.024752682,-0.011651578,0.0010598297,0.04386843,0.047776856,0.08613679,0.05032752,0.060303364,-0.010371451,0.011529085,0.009835485,0.034178536,0.03200799,0.054446377,-0.034507945,0.01374733,-0.03532977,-0.02925517,-0.021860147,0.024263438,2.9016379e-05,-0.024483735,0.050915554,-0.037988238,-0.060191352,0.0647884,-0.0009356267,0.0044426825,-0.04241851,0.008194815,-0.022004958,0.03032309,-0.009100523,0.0150573505,-0.010178029,0.044412844,-0.029030008,-0.031352036,-0.027845884,0.022470003,-0.005962388,-0.07982803,-0.039023284,0.0019460383,-0.0312656,0.043616746,-0.03029968,-0.024843132,-0.008151558,0.046665397,0.027142476,0.025945146,-0.03391685,0.059701204,0.0032617375,0.008011546,-0.06174469,-0.02255683,0.03681222,-0.0057094772,-0.018456899,0.018791722,-0.0066208495,-0.041324332,0.07954602,0.04017766,-0.03432495,-0.017783726,-0.010609863,-0.008286139,-0.018424818,0.015909301,0.0015491057,0.0069092466,-0.017570017,0.0074709463,0.041640617,-0.004237114,-0.03623433,0.001961747,-0.020754613,-0.008134746,0.036831547,-0.006945088,-0.028058691,0.0045840642,0.01903611,0.015144333,0.010228853,-0.014606579,0.03440624,0.021618698,0.0014817496,-0.010732503,0.008923861,0.06312123,-0.00053291186,-0.038747396,-0.079819694,0.008152812,0.0487393,-0.01119169,0.09612351,0.03450909,0.015389118,0.02670136,-0.0005720872,-0.012075177,0.01789422,0.03207183,-0.037351117,0.007919184,0.02009476,-0.023772387,-0.01615584,0.05168111,-0.015594281,-0.041785438,-0.016414281,0.05453721,0.008775006,-0.029352054,0.03850946,-0.03916802,-0.01772442,-0.063571006,-0.023538,-0.012750024,0.05051063,-0.03404788,-0.0767872,-0.047806006,0.06689052,0.016221486,-0.0055348733,0.023721946,0.017552791,-0.031042827,0.0016488674,0.053772405,0.037387226,0.014105767,0.010062505,0.06296493,-0.086417116,-0.04803257,-0.07206354,-0.0012984968,0.09100442,-0.034398884,0.0885582,0.034236744,-0.0015690686,-0.0021214706,-0.019230185,0.029367901,0.01669654,-0.019473081,0.06780537,-0.008773177,-0.0026287744,-0.03533,0.110516034,-0.05841163,0.016763315,0.021099739,0.017894223,0.020628521,0.10294092,0.0065168743,0.052830126,-0.022019325,-0.060392205,0.034077156,0.01623935,-0.003223794,0.02155795,0.0025645334,0.0040720324,-0.0071477997,-0.05069844,0.010921399,0.016183876,-0.016869593,-0.062003404,-0.035165053,0.015157261,0.035287973,0.0075061186,-0.10209677,0.00827002,-0.05576095,0.035893403,0.013168667,-0.036211763,-0.007571502,-0.04155172,-0.039012987,0.034523338,-0.00088052236,-0.0066509712,0.0054588276,0.007423457,-0.041966956,-0.023252163,-0.04674842,0.013819901,0.031346627,0.03144566,0.0017478837,-0.027493382,0.024936492,-0.026152859,-0.06609302,-0.02433369,-0.0021155372,0.008282219,-0.009661296,-0.034941155,-0.019907327,0.037880078,-0.023447085,0.006075488,0.022905216,0.025045877,-0.011543964,0.03734274,-0.00706466,0.0010770828,-0.033412572,-0.040227395,0.05701474,0.010121978,0.031138401,0.018340949,0.044787597,0.0122355,0.03745631,0.006588722,0.051578272,-0.024601815,-0.026059031,0.09554068,0.06260678,-0.024297114,0.016161881,-0.009787081,-0.013252634,-0.05377014,-0.017318193,-0.024530845,-0.020423682,-0.02563971,-0.0036871969,0.034351867,-0.08378389,0.031667624,-0.054944236,0.035078358,-0.029778156,-0.006335125,-5.6953065e-33,-0.036149073,-0.054419767,0.009909083,-0.014170068,-0.035873316,0.054314338,0.022178957,-0.022021392,0.033000473,0.0119852815,0.044803303,-0.025202816,0.011609802,0.005059052,0.031162852,-0.030112892,0.018725572,0.0019414652,0.060063154,-0.010556794,-0.041763674,0.034468777,-0.0129493205,-0.018915072,0.0014130013,0.058430668,0.0031396053,0.02144961,-0.054689366,0.013895097,-0.013268221,-0.06526273,0.017252635,0.04796762,-0.050947882,-0.008495406,0.048688885,0.00723389,0.047669865,-0.026087154,0.022185024,-0.043067608,0.035377767,0.019379245,0.007386917,-0.05900485,0.0070973136,-0.0069420943,-0.04523171,0.006398359,-0.02146329,-0.015002641,-0.039188784,-0.085293375,0.019001076,-0.048123952,0.038007744,0.026500009,-0.02957395,0.010104326,-0.048018076,-0.008010478,0.007782064,0.0045241076,0.011530231,0.037407782,0.092420176,-0.032012288,-0.015178516,-0.015974604,0.01392403,-0.005609567,-0.0014227149,-0.06889709,0.0047288914,0.0051928833,-0.028910568,0.026217634,-0.04535727,0.09148718,-0.008488161,-0.019191554,-0.042873267,-0.00743777,0.07745465,-0.084271155,0.040687438,-0.018988788,-0.031366732,-0.0002380273,0.0012616944,0.029430153,0.007962436,0.0026556358,0.0066808145,-0.035927363,0.0045439834,0.0004053024,-0.013045386,0.004947437,0.009147409,0.05770309,0.044597432,-0.07889123,0.0035900595,0.038666703,-0.025945649,0.040038474,0.025633298,-0.017364565,-0.024588317,0.016585309,0.011781851,0.12048516,0.04854422,-0.00844392,0.016810903,-0.009453452,0.007901796,-0.02655422,0.016844686,0.045102224,-0.052817937,0.0033718399,-0.08358171,-0.010821545,-0.0015288644,0.02765141,-0.010316024,0.0036501158,-0.028791709,-0.035090286,2.8863764e-07,-0.02835277,0.006218125,0.044984426,0.037164304,0.0033722462,-0.03241371,-0.046022683,0.010731018,-0.032615945,0.023113297,0.034489974,-0.058656577,-0.033544805,-0.0139902355,0.026572783,-0.03414325,0.053389188,-0.04722056,-0.022513287,-0.0033480914,0.04607738,-0.027196717,-0.03368366,-0.024870925,0.036954302,0.053807717,-0.010636986,-0.048149873,-0.05401678,-0.0648718,0.045512088,0.050492298,0.014300349,-0.0142099075,-0.008093446,-0.024469675,-0.02096746,0.06290358,-0.052542556,0.026854886,-0.032793023,-0.014283585,0.01665895,-0.0072585787,-0.00019928438,0.07167955,0.0065504117,0.082093,-0.027097005,0.019443125,-0.039663043,-0.018054424,-0.021526994,-0.02223935,-0.012633065,0.0030410332,0.051209196,0.045562476,0.03822135,4.7874335e-05,0.007985729,0.028422698,0.02810823,0.004391633,-0.05794006,0.027581703,-0.06632657,2.6223582e-34,0.0057061696,-0.0020845628,0.014033616,-0.06007614,-0.012086798,-0.008408929,-0.013530772,-0.013941725,-0.0021194615,-0.026426176,-0.015092681,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/Drone_data/ASRS Database Report Set - Unmanned Aircraft Systems (UAS) Reports.pdf', 'page': 102}","While descending via the PHLBO 4 RNAV arrival, an object that appeared to be a drone
passed below our flight path. It appeared to be within three to five hundred feet below us
and directly on the centerline of the airway. Our position was approximately 2 D ME to
position DYLIN, and our altitude was 8,400 feet (Descending). We advised ATC of the
object. The rest of the flight was uneventful. Cause: Uncertain. Suggestions: Enforcement
of current air regulations."
0.00057489815,-0.012891656,0.028391315,-0.02242012,-0.006342533,0.005433864,-0.0044436217,-0.004282799,-0.031136757,0.0048558037,0.03959729,-0.028123349,0.028919304,0.02601867,0.015442322,0.09137845,0.011958993,-0.01381107,0.02470437,0.010568146,0.007511269,0.0034476453,-0.004931251,0.0010045104,0.04213165,0.006986614,-0.027075276,0.020262957,0.006466562,-0.020998487,-0.041837245,-0.016331391,0.066319995,-0.020473164,2.3087782e-06,-0.018510038,-0.02298279,0.020544479,-0.06980219,0.04345075,-0.045452252,-0.0110206725,-0.037442815,-0.00062106777,-0.009387485,0.013568518,-0.045160104,0.030423995,-0.0041530393,0.06748656,0.018546825,0.07564053,-0.03187103,-0.0071521904,0.015885437,-0.089497805,0.01279041,0.0362296,0.008596743,0.0011124675,0.046875104,-0.0098243905,-0.011417906,-0.026825698,-0.081326514,0.026849963,0.037298325,0.011958858,0.02930386,-0.036897123,-0.039307576,-0.01359013,0.025243249,0.0429072,0.004170889,-0.09100784,0.013671323,0.010845097,-0.032322235,-0.00047642682,0.07035712,-0.0051880116,0.010761739,-0.042982005,-0.006405784,0.014695352,-0.038413562,-0.06469555,-0.069668084,0.043219067,0.038981717,-0.015960261,0.00044997342,-0.0023654592,-0.034804475,0.016245833,0.019883635,0.01939929,0.007369848,-0.06447635,0.10219297,0.002238747,0.017808245,-0.024007024,-0.0058343573,0.038089905,-0.030065516,-0.013705652,0.0070401165,0.069639064,0.011306852,-0.030475076,-0.04358753,0.014863886,0.04892552,0.030559951,0.03706801,-0.014564728,-0.0054183905,0.06390786,-0.04737251,0.05523366,-0.050181113,-0.0090019265,0.010675775,-0.039993577,0.055348817,0.023633974,-0.0052358494,0.019424932,-0.024833912,-0.034083236,0.036596596,0.02209506,-0.058898196,0.012561703,-0.046628926,0.035194892,-0.06619652,-0.04170248,0.020896073,-0.0241066,-0.020696882,-0.02296081,-0.026061084,-0.015746698,-0.017352419,0.0080500245,-0.021466078,0.024441443,-0.0472725,0.0640646,0.013258801,-0.023534024,-0.03869656,0.054304138,0.044622533,-0.022165934,-0.0025259792,-0.012803224,0.059498604,-0.013769928,0.05833059,0.022516284,0.019269237,0.004597552,-0.040299892,0.015132093,-0.07388766,0.02814168,0.05639437,-0.025906863,0.011388922,0.02685889,-0.027948564,0.06611529,-0.025284342,-0.060349617,0.025719956,0.0067292647,-0.08153002,0.015839133,-0.06736055,-0.033939764,-0.09230932,-0.043045767,-0.019656662,0.004889316,-0.04066878,-0.02741212,-0.040454384,0.023222424,-0.03811883,-0.019752104,0.013406879,-0.02471708,0.02257336,-0.00017146286,-0.011765893,0.050560053,0.0126388,-0.010569229,-0.00096234004,0.046960264,-0.0075588454,0.025067413,0.034393936,-0.056439053,0.032942675,0.008566054,0.023031577,0.031189462,0.0097723855,0.021285726,-0.0020150277,0.041545413,0.003163167,0.020728882,-0.11823424,0.047721714,-0.052942846,0.033729676,-0.013032991,-0.01748936,-0.022380425,-0.025026917,-0.027203577,-0.0020238718,-0.016492875,0.022943525,0.014443468,-0.025045842,0.013930071,0.015099804,0.015592219,0.015998429,-0.034823757,-0.06689383,-0.023600454,-0.033403706,0.016794367,-0.017570496,-0.0015216364,-0.01408522,0.06574113,-0.028414391,-0.012203252,0.012550959,-0.0065693245,0.0020068435,-0.023912584,-0.02729728,0.0069758454,-0.020834524,0.027794372,0.029972237,0.045137733,0.068201005,-0.020039733,0.025282929,0.032877795,-0.024394408,-0.008779546,0.010207943,0.024724137,-0.008865548,-0.011333164,-0.0036614796,-0.025443459,0.009010217,-0.017973417,0.020068878,-0.0019415221,-0.03494474,0.00071325747,-0.009905501,-0.07427008,0.05057957,0.020695485,0.010830891,0.0114025725,-0.040384553,0.026871862,-0.02920172,0.018118603,-0.0032095236,0.018200394,-0.07767719,-0.07149664,0.082028516,-0.05712352,-0.020339258,-0.038842186,-0.031048037,0.038549885,-0.03598964,-0.10214994,0.050752506,0.029557323,0.104765974,0.005267621,0.027292963,-0.044036888,-0.03213103,0.022970496,0.049771596,0.007567767,0.048464127,-0.062449303,0.02964661,-0.021930315,0.016772438,0.034749858,-0.017517587,-0.04377144,-0.03610371,-0.035352897,0.01153119,-0.037563935,0.024645837,0.0011149483,-0.02832476,0.021862019,0.02592385,0.0063209706,0.040373325,-0.023062615,0.04422423,-0.017578188,0.030176476,-0.027520848,0.044015717,-0.07128966,0.043785464,0.0034351829,-0.024331678,-0.013182093,-0.042617884,-0.041708022,0.025082007,-0.007583525,-0.04759542,0.012560239,0.017568657,0.061162185,-0.0069054044,-0.049748033,-0.007378734,9.5166564e-05,-0.09859389,0.0012413763,-0.041548714,0.0074113915,-0.014375608,-0.0061010714,-0.021552987,0.022312526,0.021621365,0.01798006,0.0053578415,-0.029568058,0.004318717,0.061615307,-0.0007754322,0.03941485,0.069964856,-0.023203373,0.01789016,-0.011951094,0.0007631895,0.02015615,0.0065138694,-0.044648662,-0.009253597,0.009114451,-0.03323029,-0.023035232,-0.029650507,-0.056553084,-0.02409032,-0.0024540033,-0.019662457,0.06722287,-0.012882552,0.051513497,-0.043266367,-0.012404258,0.0020796587,-0.0753635,0.043744612,0.018532136,0.021531697,-0.030248227,-0.04394181,-0.0074447263,-0.011283886,0.014147248,0.028162666,0.003467489,0.035779234,-0.007838802,-0.0010356273,-0.009044925,0.06956257,0.021291086,0.05653002,-0.008896785,-0.055571314,-0.016700765,0.0072997496,-0.00025458357,-0.0006160768,0.0054996954,0.016243568,-0.050827652,0.0068541747,0.03154307,0.0050986223,0.015419568,-0.019839814,0.012090152,-0.017666237,-0.028281713,-0.051883504,0.0009573386,0.0065304195,0.07596417,0.008028494,-0.033997145,-0.026675243,-0.012034075,-0.06848987,0.01699813,0.0363477,-0.0337976,0.0030197639,0.008744138,0.06787362,0.05414562,-0.002519604,-0.057870515,0.005570305,0.10454181,-0.0035162421,0.0727117,-0.050139803,0.0292211,0.014843922,0.064867936,0.016692592,0.005350959,-0.014025091,0.111117154,-0.09002807,0.015340876,-0.0047842176,0.020943126,-0.026472751,-0.017406143,0.085151866,-0.001242611,0.047273252,0.056050666,0.01140248,-0.009884363,-0.019411882,-0.011250846,0.05862123,0.040449277,-0.033108626,0.01228117,-0.009423905,-0.013701977,0.0092930775,-0.025159659,0.0059995055,-0.02190873,-0.035569794,-0.048065677,-0.045936663,0.021274392,-0.020726053,0.043837514,-0.091794565,-0.019333586,-0.040512823,-0.026442152,-0.009801729,-0.024833862,0.053807013,-0.029120434,0.00010766027,0.038496483,-0.048001718,-0.031288374,-0.01333965,0.022222307,-0.0629837,0.0016616837,-0.022893248,0.01851576,0.018947776,0.04289738,0.054535784,0.028647512,0.048983015,-0.01252353,0.020743614,0.0023463096,0.012104875,-0.06523701,0.01282751,-0.036372725,0.004356082,0.030628186,0.034144513,0.050552063,0.056844216,-0.00294249,0.016495131,0.025378458,-0.0012235164,-0.010599099,0.030690398,-0.012961441,-0.00109567,0.017941715,0.00846965,0.05943661,0.007571248,0.04072563,0.014802269,-0.078204,0.0086515155,0.028434915,0.028405422,0.036423847,0.030062806,0.02011861,-0.09109792,-0.021268753,0.0037663137,0.0013188155,0.032381665,0.028748505,-0.027232619,-0.029118361,0.002197264,0.010741495,0.044331096,0.03167482,-0.04612293,0.067784384,-0.01611847,-0.0064646434,-5.8225725e-33,-0.040620264,-0.07154839,0.031488437,0.022075463,-0.05848801,0.039526664,0.0045829066,0.06354482,0.052075505,-0.027036544,0.020986313,-0.0007361776,0.018471522,0.022196969,-0.026924271,0.0024099369,-0.03541419,-0.0051786676,-0.010585194,-0.03319446,0.07700762,0.012603213,-0.063501805,-0.008589386,0.037744038,0.044626854,-0.019811757,0.002193501,-0.059596237,0.024290007,0.0018099454,-0.05970354,0.030269962,0.05281396,-0.008928393,0.021824546,-0.03563514,-0.044241127,0.03491155,-0.031820726,0.007315474,0.01957167,-0.0066666403,0.006498124,0.014138766,-0.03556727,-0.001046147,0.026644487,-0.025780594,0.023133432,-0.034166478,0.0020134284,0.002194844,-0.025298089,-0.024128214,-0.036655564,0.0018266191,-0.011610515,-0.039909724,-0.016058585,0.012142245,0.012496387,0.010710777,0.006151975,-0.024746658,0.036107294,0.014898188,0.05680295,-0.068468116,-0.062614106,-0.006634268,0.020763623,-0.048151013,-0.01746298,0.016816389,-0.021863395,-0.0024863458,0.009119679,0.003359088,0.031119382,0.019955114,0.014185389,-0.016070116,-0.018411042,0.033853747,0.028847797,-0.00077123474,-0.017553015,0.006102805,0.037199054,0.027151102,0.031011757,0.003633868,0.014395422,0.051430706,-0.054255154,0.011403614,0.010770208,-0.013679127,0.032906815,-0.03997336,0.034322344,0.028311828,-0.008908816,-0.0025947879,0.019585168,-0.025927441,0.0738466,0.049378257,0.007869882,-0.008626246,-0.026037365,0.0014087865,0.028835805,0.028158395,-0.024419913,0.0011814572,-0.010218737,0.01466484,-0.022810511,0.03708713,-0.024368951,-0.028808245,0.0053006024,-0.042516425,0.04180447,0.009018367,-0.0062311287,-0.04136988,-0.016440427,0.045933843,0.012336504,3.02232e-07,-0.01922219,-0.03060792,0.071748465,-0.0051682657,0.020459307,-0.035505462,-0.060789667,0.01825032,0.056388993,0.010533361,0.042249892,-0.06755649,-0.039402496,-0.0401191,0.06403768,0.008706582,0.11931872,-0.046305276,-0.009303569,-0.03388628,0.07028735,-0.078898735,-0.0554823,-0.03140728,0.0053674113,-0.05644982,0.00998778,-0.031691857,-0.08920164,-0.09857801,0.084287815,0.045099877,-0.016110284,0.0076377736,-0.020518992,-0.033386413,0.0037105158,0.024434896,-0.024614708,-0.008001931,-0.04423042,-0.12007528,0.00050992955,-0.01906067,-0.0019524905,-0.0228964,-0.010074639,0.085180536,-0.04282325,0.0064315624,-0.027107753,0.0038006764,0.029912636,0.024357136,-0.013030467,0.048640948,-0.023263048,0.008231099,-0.0031807453,0.044281162,0.01158134,-0.018709175,0.064410105,-0.019060422,-0.009797168,-0.015182204,-0.036276273,2.9340931e-34,-0.015267266,-0.052685678,0.023387644,-0.093137965,0.004873931,0.0016062073,0.004300622,0.022398872,0.042945806,-0.026494376,0.014933837,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/Drone_data/ASRS Database Report Set - Unmanned Aircraft Systems (UAS) Reports.pdf', 'page': 104}","At approximately XA:00 on Day 0 Aircraft X was performing a routine patrol over the lake
at FL210 in conjunction with the Public Official Agency. The pilot was flying while
monitoring an ADS -B display adjacent to the Pilot In Command (PIC) station. At
approximately XA:03 Aircraft X received a call for aerial support for a search for a missing
person. At this time the pilot was communicating with the ground units to move the
aircraft into position to effectuate the search. The point of search was within the current
clearance area for delay so no further communication with ATC was required. During this
time a point -and-click loiter (PCL) was initiated. This was done without double checking
the altitude settings. The PCL was set to 15,000 ft. MSL. As the aircra ft moved toward the
area to search for the missing person the aircraft initiated a descent towards 15,000 ft. As
comms slowed down with the ground agents, ZZZ Center called to verify Aircraft X's
altitude. At this point the PIC edited the PCL to climb from its current setting of 15,000 ft.
to the assigned altitude of FL210. Aircraft X's lowest altitude during this time was 16,000
ft. MSL."
-0.007869373,0.05857662,0.009206527,-0.03540297,0.014913673,0.0014708531,-0.037278265,-0.05274414,-0.042782854,-0.043724597,0.026624104,0.020819202,-0.011158991,0.02660305,-0.011014199,0.09360942,0.036996786,-0.039950572,0.023211211,-0.008904809,0.009192302,-0.005817846,-0.027548583,-0.025054414,-0.06518941,-0.021825125,0.023383563,0.04738504,0.01939833,-0.03412138,0.018567143,0.006584137,0.071191266,-0.049686957,2.5651502e-06,-0.030428724,-0.038478706,-0.016032416,-0.08952856,0.07180328,-0.035843078,0.0427528,-0.034936454,-0.012861667,-0.027109599,-0.0034465748,-0.024821054,0.06384522,0.022671778,0.06080664,-0.024682235,0.0312851,-0.03793622,0.017019693,-0.057831142,-0.08239559,0.022913128,0.07831083,0.0060702492,-0.028216403,0.00318814,-0.046912596,0.009372094,0.00067350327,-0.059444107,0.013202504,-0.06772118,-0.0020746656,-0.008218161,-0.037078526,-0.040823195,-0.026957402,-0.01748494,0.0438778,-0.020611567,-0.03841338,0.007995453,0.0025662235,0.0140430145,0.030709654,0.037806883,0.02993554,-0.023414718,0.0026416357,0.030541332,-0.04953584,-0.00664925,-0.034512587,-0.04241763,0.06284229,0.01080269,-0.027908089,-0.023996083,0.0060038962,-0.03667822,-0.008309474,0.027870517,-0.005908887,-0.008845192,0.023285668,0.016769908,-0.012902441,-0.03426278,-0.01616005,-0.06325233,0.066913,-0.023605518,0.08175802,0.019962462,0.033338506,0.027942296,-0.007151004,-0.02668013,0.06987644,0.013600945,0.03295991,0.010820717,-0.0097968085,-0.02233349,0.061376415,-0.024847832,0.047926076,-0.048269447,-0.0106854355,0.034471374,-0.1255796,0.07833039,-0.0010816705,0.014424275,-0.031077798,-0.0011728522,-0.042098787,0.022484696,0.02461179,-0.03111108,0.0625277,-0.006637231,-0.041426312,-0.04541373,-0.053777825,0.00366883,-0.007106804,-0.023197114,-0.019221788,-0.05827636,-0.03730237,-0.0049078264,0.032981373,0.011593813,-0.015750462,-0.053384427,0.046492584,-0.018418683,-0.039204385,-0.034952592,0.039990716,0.035238188,-0.020063244,-0.03502085,-0.017925402,0.07230953,0.041805107,0.10781307,-0.0076938546,-0.01795003,-0.017975919,-0.0028030872,0.032795,-0.002707036,-0.013616644,0.03223915,0.00466293,-0.014219927,0.06418168,-0.019024886,-0.00505597,-0.06957691,-0.07341917,-0.015081347,-0.004155575,-0.060001664,-0.008287623,-0.05020132,-0.035869487,-0.066002995,-0.035739716,-0.0045266054,0.079321735,-0.024497434,-0.006140525,-0.05053704,-0.037605096,0.0038791231,0.011206022,0.036680225,-0.011392563,0.02688204,-0.09121705,-0.007523523,-0.025733279,-0.030567467,-0.012697602,0.0639211,-0.0052616852,-0.013651269,-0.04290267,-0.01016809,-0.020624021,0.005395579,0.020007478,0.007102518,-0.028410055,0.03735792,0.0009875646,0.00962,0.0042579053,0.027603107,0.053572115,-0.035841875,0.029582206,-0.04276904,0.009731566,-0.10915861,0.004572215,0.01382542,-0.056778017,0.011805841,0.035708077,0.036991283,0.0071062357,0.01275668,-0.013689174,0.023085458,0.022912208,0.022262488,-0.028901326,0.03548868,-0.060834553,0.007012095,-0.046023127,-0.026495473,0.066233344,0.012728493,-0.023007246,0.021574263,0.029321661,-0.014140094,0.010267486,0.032615952,-0.0017083371,-0.0026968205,-0.0010994801,-0.020658297,0.028059196,-0.025961814,0.06515101,-0.03004833,0.062207002,0.048686493,-0.010561728,0.023193223,-0.07008183,0.004720887,-0.01960109,0.047698744,0.007150085,0.08121305,0.025241122,-0.0078012263,-0.006015966,-0.079658635,-0.022940682,-0.018166674,-0.026350435,0.0017230171,0.0023653326,-0.06662521,0.016423956,0.027238732,-0.017262757,-0.02081177,-0.030054532,0.022641735,-0.011687338,-0.0054702233,0.036442246,0.000674078,-0.016234139,0.021358985,0.048026126,-0.048547704,0.004975108,-0.036245275,-0.0665064,0.031337388,0.0026218928,-0.051466506,0.05140839,0.020029435,0.06988062,0.06302655,0.024795372,-0.028292501,-0.006454896,0.03625004,-0.0044562463,0.06803317,0.0628895,-0.046252135,0.0040925005,-0.015070939,-0.006682825,-0.008545419,-0.034383606,-0.06918005,-0.02972012,0.0043189623,-0.057872042,-0.029453183,0.071446605,0.023335874,-0.02144286,0.04023864,-0.01188164,-0.014041162,0.0131248105,-0.026286816,0.049642645,0.021014286,0.061792713,-0.011060988,-0.036049195,-0.044662755,-0.008029817,-0.038434993,-0.027144728,-0.028018294,-0.018111557,-0.06409131,0.030779101,-0.039950132,-0.021899432,0.012184723,0.042119067,0.026291747,0.030623589,-0.062285386,0.023662956,0.06979126,-0.03623818,0.008794193,0.01774844,0.010356744,-0.016853882,0.021435097,0.013874872,-0.012468071,-0.035212804,0.052948624,-0.016395511,-0.022023197,-0.053064153,0.052447025,0.01455603,-0.01114442,-0.014929523,0.0034289886,0.013890737,0.055234335,0.020024192,0.07643432,0.028782653,-0.046631508,-0.046352405,-0.024978548,-0.017382178,-0.0057868017,0.016582169,-0.110271364,-0.012621533,0.013200031,-0.017894182,0.045858458,-0.0057281256,0.017976556,-0.029788896,-0.009455175,0.026304683,-0.0041385097,0.069103755,0.0071828375,-0.05204162,-0.054645665,0.015941408,0.020393386,-0.024584522,0.035397127,0.0077874274,0.026661247,0.013082611,0.018785365,-0.035622694,-0.033016793,0.056888502,-0.04726707,0.009052054,0.042475354,-0.08601942,-0.0068858685,0.0158854,-0.01835054,-0.053087216,0.012637419,0.042856205,-0.016610729,-0.0436326,0.016815798,-0.0113927815,0.02061382,-0.028592024,-0.078801036,-0.0012457776,0.015661601,-0.07354727,-0.03139903,-0.018171065,0.020558765,0.049308494,-0.03168508,-0.009462818,0.031216288,-0.0293598,-0.017431356,0.005043565,-0.062634125,0.033471286,0.03484,0.05055238,-0.05172462,-0.0014393696,-0.02449649,0.012145399,0.08159999,-0.011027238,0.018169317,0.017010858,0.01919526,-0.021213569,-0.0048293388,-0.026422752,0.023299647,0.006038288,0.07872301,-0.040108208,-0.0012567838,-0.02103035,0.030252246,-0.0052430592,-0.020568483,0.10513982,0.054135963,0.030544026,0.04594126,0.02334386,0.01261362,0.04913858,0.029484095,-0.0031831642,0.04300478,-0.005252764,0.045345366,-0.036199342,-0.0071987403,-0.019742208,-0.024788419,0.04436015,-0.0019027805,0.0067039435,-0.0047442005,-0.010920753,0.01009245,0.0009155715,0.021583024,-0.037519008,0.0061721583,-0.058481757,0.0047102757,-0.020674713,-0.015458445,0.02687951,0.0037999437,-0.009082713,0.023620728,-0.071621,-0.023461035,0.017862445,0.049348928,-0.07675036,-4.7224967e-05,-0.012343984,0.04122976,0.014609941,0.032910924,0.022725025,0.0006331532,-0.005664819,-0.0067802905,0.018663673,0.023626097,0.023127029,-0.02761742,0.024017807,-0.014551512,-0.014499812,0.031042326,-0.015371244,0.011854305,0.014871961,0.009076524,-0.038826454,0.055336814,0.002703766,0.020140879,0.003507422,-0.044326853,0.09059068,0.0268632,-0.0016941043,0.041732397,0.044991076,-0.04303144,-0.0071687526,-0.046194978,0.03363558,-0.006068321,-0.008207782,0.056894884,0.0011079375,-0.016875608,-0.032046076,-0.021832969,0.020225896,-0.013385573,0.04069043,0.028912043,-0.039211378,-0.04293939,-0.009726281,0.024362868,0.00037207728,0.010489796,-0.058965836,-0.02504707,-0.040394355,0.026224554,-6.196445e-33,-0.048783667,-0.08380513,0.0047325385,0.005175017,-0.020676287,0.031200336,0.008485809,0.01560206,0.050202835,-0.0076502413,0.04744528,0.014964664,0.01957152,0.03373984,0.010091976,-0.007722207,-0.03783584,0.03840888,-0.015454903,-0.015762,-0.021821212,0.0077705793,-0.033812,-0.075257815,-0.009897362,0.06484727,-0.018853681,0.0016759933,-0.07169573,0.052401833,-0.008141143,-0.050565004,0.05188597,0.06428666,-0.0058321203,0.025477933,0.017845733,-0.021327592,0.018428799,-0.015723312,-0.03340531,-0.03715686,-0.011867743,-0.020261617,0.003218982,-0.048902195,0.006505576,0.04543646,-0.03607223,-0.018809173,-0.0331657,5.9003498e-05,-0.017267283,-0.059103947,-0.0703104,0.0015585752,0.004659981,-0.018215599,-0.060610045,0.0037809692,-0.040907074,-0.011735729,-0.0047651986,0.012026097,-0.025581643,0.03373448,-0.004865917,0.004234798,-0.04820199,-0.08624969,0.0031257342,0.013622839,-0.045840643,0.0036704198,0.00218093,-0.02874157,-0.007587932,0.029865975,-0.036896136,0.05373074,-0.00835774,-0.015497413,-0.013421147,-0.026521698,0.07290746,-0.035228446,-0.015422725,0.033992004,0.020853464,0.020794094,-0.036761846,0.034000967,-0.0008811464,0.0022988094,0.04055154,-0.06969032,0.023005862,0.011673839,-0.021509394,0.04099452,-0.023224205,0.033645067,0.036162216,-0.031586286,0.009000806,-0.0016869743,-4.880469e-05,0.10416749,0.041779086,0.02405485,0.04673577,0.011856928,0.02609982,0.06960637,0.02924877,0.03867828,0.018409302,-0.012970396,-0.01185207,-0.030895151,-0.0014253394,-0.012950016,0.012525984,-0.0055520437,-0.04894846,0.04019107,0.021317095,0.017591674,-0.0005793486,-0.013330488,0.032665882,0.018493693,3.2276878e-07,-0.018645678,-0.044157162,0.07084786,0.018284176,-0.0091627715,-0.024708616,-0.009281799,-0.0057310555,0.014357402,0.055563968,0.049739722,-0.046318896,0.0049503907,-0.022889927,0.06076206,-0.050827455,0.12661184,-0.0056519643,-0.017477678,-0.009394044,0.07116304,-0.032561716,-0.03804719,-0.05385393,-0.0018872251,0.018580792,0.0031134912,-0.010562494,-0.02670595,-0.07080123,0.019809471,0.04574116,0.004376298,0.07578612,-0.006003699,-0.011602971,0.01848943,0.04615716,-0.012806083,0.015732106,-0.05047796,-0.047911886,0.011461301,-0.003916559,-0.008446989,-0.00014584756,0.0058622505,0.08078631,-0.04312329,-0.012399945,-0.01727669,0.027625453,-0.0060498808,0.026198378,0.0002777799,0.06644429,0.004258516,0.0044341325,0.059915826,0.020558126,0.01163492,0.0009939326,0.06503623,-0.015367524,0.018983973,0.0008933239,-0.03839194,2.990223e-34,-0.0148690855,-0.025144244,0.047387056,-0.06616875,0.0077535645,0.002663355,-0.0030886936,-0.006724161,-0.025340155,-0.010523541,-0.0011043733,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/Drone_data/ASRS Database Report Set - Unmanned Aircraft Systems (UAS) Reports.pdf', 'page': 106}","As the Remote Pilot In Command (RPIC), I was operating a sUAS quadcopter to get photos
on an open piece of land off the side of the road. It was daytime about midday with clear
skies. My drone was flying in Class C Airspace without authorization which is a n FAA
violation. The UAS was about 100 ft up when I realized that the checking of where I was
and if airspace authorization (would typically use the B4UFLY and Aloft apps) was needed
was missed in my pre -flight checklist. Upon the realization this step was missed the drone
was brought down immediately. After bringing the drone down I checked both B4UFLY and
Aloft apps and turns out for a brief moment I was flying in class C without authorization. I
aborted the mission called the client and told them even wi th being able to get LAANC
auto authorization I would not be getting photos. It should be noted that no one and
nothing was harmed or involved. No planes were in sight nor were there people flown
over. After the incident I have reevaluated my pre -flight pl anning to involve a more
detailed look at the process and rearrange my steps in which I take pre -flight action. With
the small amount of flight time I have under my belt I am still getting used to everything I
am supposed to check before flight so to corre ct this I have also revisited my Part 107
course for a more in depth look at how to have better systems in place to avoid this in the
future.
Callback: 1
The reporter had no additional information to share."
-0.022200346,0.09349325,0.004151199,0.025533723,0.023564572,0.0026187892,-0.01372652,0.012866401,0.0032451153,0.03792982,0.012029801,-0.06557248,0.030601775,0.038947277,-0.003990579,0.015200931,-0.0038727713,-0.026017258,-0.0041159913,-0.008152376,-0.038076676,0.023935165,0.00037254015,-0.041707594,-0.015360486,-0.0036975706,0.03997412,-0.032943204,0.011278363,-0.10679934,-0.022636933,-0.043397017,0.035479747,-0.05291268,2.2714719e-06,-0.003413798,0.0077656433,0.011061078,-0.05593819,0.01678863,-0.026548175,-0.098000534,0.013770478,-0.013184972,-0.013760194,-0.027104925,-0.028779933,0.016776681,-0.030373292,-0.018898034,0.011840179,-0.03128813,-0.023704002,0.005303533,0.012229631,0.0057590683,-0.013367104,0.08680649,0.0327828,0.03981594,-0.038681302,0.0381487,0.05076158,0.0013671105,0.04848426,-0.009733812,0.029898498,0.03525117,0.0071857986,0.038430378,-0.0041650743,0.015268318,-0.014336679,-0.05048791,0.051384572,-0.0140353395,0.0049423836,-0.022172,-0.0033593224,-9.1790935e-05,-0.04309809,-0.045747444,-0.0012287227,0.020055203,-0.025981883,0.00955681,-0.026477542,-0.021072408,-0.061104268,0.034571752,0.0010238987,0.00090742594,0.010420391,0.019683462,-0.0033925206,0.030062418,0.051124223,0.03371307,0.019411111,-0.07708268,0.096871175,0.017452883,0.021718925,-0.013459399,-0.041087385,0.14063649,-0.03516235,0.0067272396,-0.019880863,0.03277514,0.10504888,-0.032567613,-0.026913019,-0.05319918,-0.03813889,0.07709764,0.0024386519,0.0025092606,-0.0017942524,0.098875836,0.009176684,0.0065411218,-0.023047457,-0.069368206,-0.006747568,-0.032025702,0.0014080716,0.04569961,0.027143115,0.0055558993,-0.040442187,-0.006870223,0.00875869,0.047796294,-0.009756562,-0.008460354,-0.0091923615,0.065455675,0.01378302,-0.034510896,-0.02088255,0.043950778,-0.019408738,-0.015374789,-0.022314118,-0.03917613,0.018949345,-0.0064972998,-0.033205695,-0.004419403,-0.042569876,0.059222355,-0.0476513,0.002491504,0.0034803327,0.0735978,-0.026759706,0.013076953,0.0029890533,0.0863775,0.022238512,0.029859085,0.024842942,-0.009232006,0.04057631,-0.0068103005,-0.04080884,0.0036534616,-0.022689426,0.0031893025,0.006750866,-0.006374157,-1.9633724e-05,0.021280065,0.020379577,0.07390931,0.009420254,-0.097904414,0.029600376,-0.004817027,-0.023699285,-0.0066842954,-0.050567314,-0.030354036,0.0008639824,0.018866569,-0.03766681,0.030119404,-0.034939982,-0.046939343,-0.06192725,-0.023464413,-0.055146884,-0.0027220005,0.006528413,0.029022235,0.056664087,-0.019425089,0.037507214,-0.018048674,0.028681569,-0.005092073,0.0033443286,0.033518758,0.03595544,0.047532864,0.057887435,0.005049642,-0.045657758,0.012791045,0.010775263,-0.049626395,-0.03461773,-0.021801429,-0.009409246,0.018473048,0.014968544,-0.0295146,-0.06232912,0.033413447,0.019069096,-0.086817,-0.029335352,0.0042794966,-0.016821485,-0.039678786,0.007282346,0.030500703,0.0032027946,0.0542612,0.024274113,-0.029533764,-0.022529228,0.0063732103,-0.024172701,-0.011636133,-0.021311741,0.0046473537,0.0462699,0.046030127,0.007448346,0.0070113963,0.0029791363,0.029777762,-0.0125655485,-0.01349173,-0.018623047,0.0052942885,0.011771872,0.00090139173,-0.0035982558,0.022110412,-0.014573706,-0.060318142,0.0032144405,0.09074281,0.009274098,-0.006154683,0.039401397,0.0046859607,0.046841245,0.05037051,0.016680235,-0.04306195,0.041147,0.010461844,0.029777156,0.002365349,-0.07226341,0.013238281,0.018889587,0.027943466,-0.023953477,0.0036832413,-0.026931675,-0.026513234,-0.06945132,0.042673122,0.009469277,-0.019134033,0.013374531,-0.025913514,0.002138873,-0.005660073,0.015248991,0.0022408261,0.017677262,0.047661558,-0.057187434,0.04841139,-0.050298426,-0.016756544,-0.0038310462,-0.028114045,0.015299215,-0.020262677,-0.04044534,-0.024050793,-0.010866806,0.07359095,0.01591152,0.0076513514,-0.052114088,-0.017125694,0.024607051,0.043479398,0.0057199975,0.017128762,-0.037274648,0.019698396,-0.030603627,0.015617773,0.028916188,-0.00072205724,-0.0424823,0.0010796079,-0.0022533208,0.047518402,-0.02649876,0.028777484,0.041047126,-0.015438609,-0.011324182,-0.017427817,-0.03366356,-0.03162764,-0.004409328,0.008984789,0.015586698,0.036440887,-0.03632143,-0.033629432,0.04219035,0.016680602,-0.0262094,-0.012277587,-0.027508277,0.06147374,-0.048941925,0.003411525,-0.025721136,-0.08209397,0.012600965,0.010959988,0.044364877,-0.006316296,-0.043666366,-0.036351163,0.085949205,-0.042570863,-0.036463752,-0.010947756,0.014707297,0.0028952705,-0.0018945021,0.016117595,0.010948578,0.029522194,0.006267513,-0.013469395,-0.0034835106,0.012781176,-0.000199472,0.010875827,0.007398968,0.025783835,0.0027829658,0.047516223,0.013953341,0.020726778,0.10797433,0.002268537,-0.00028922546,-0.026030453,-0.034337502,-0.013577671,-0.009299975,-0.0038892236,0.013573337,-0.030126866,-0.022283304,-0.0041022263,0.0823478,-0.006045811,0.057547845,-0.028340843,-0.0008426902,-0.016794488,-0.017875109,0.040726095,0.048713785,0.02210869,-0.08542362,-0.05014787,0.018515283,0.043677222,-0.0058692605,-0.008861905,-0.014684333,0.017755749,-0.0031072365,-0.024659587,0.01692435,-0.06230272,0.0027397424,0.085554995,-0.05999294,-0.042567648,0.025773685,-0.010746107,0.008410382,0.051242936,0.008518584,0.0287598,-0.04034734,0.054504376,-0.016897876,-0.030379288,0.018013328,-0.0317636,-0.002703839,-0.009780922,0.042142317,-0.049187638,0.07315258,-0.0118356375,0.06076072,0.03001009,-0.033056125,0.053846378,-0.01868213,-0.016941678,-0.060009994,0.020814864,-0.027162725,0.008850202,0.047916654,-0.0112254415,0.028748222,0.005358804,-0.091844134,-0.030450864,0.062042717,-0.011051279,0.02679922,-0.009566047,0.020779047,0.016530968,0.012925288,-0.033365443,0.011240174,0.05627102,0.07628613,-0.034747593,-0.020449564,0.015151472,0.020317221,-0.010952036,-0.011454795,0.036320027,0.019393047,0.019452957,0.00032982338,-0.014441912,0.004866096,0.035885304,-0.042080738,0.0030226272,0.012987763,-0.055985335,0.046120055,-0.015206577,0.0063522533,-0.009007134,0.03981617,0.023417644,0.04396649,-0.044743773,-0.044521216,-0.046990547,0.036615502,-0.028508252,0.041830175,0.017929165,-0.030590395,0.0008924865,-0.04303342,0.018582627,-9.382692e-05,-0.01307943,-0.027752398,-0.06260733,-0.024470942,0.023797927,0.012954113,0.088077486,-0.033240378,-0.035236247,-0.053509172,0.015588941,0.010935593,-0.009119715,0.007885429,0.01403249,0.003911399,0.016606877,0.07174422,-0.0037274943,0.013146537,-0.0072091497,-0.06407082,0.05404233,-0.007211024,-0.077359624,-0.009257066,-0.022939323,0.021941328,0.07634137,0.0023958366,0.03657622,0.0038879795,-0.005824944,-0.03467096,0.010367801,-0.016430477,0.015245814,-0.022310251,-0.002869946,-0.022786545,-0.013071287,-0.022887781,0.0075354865,-0.06309053,-0.020149082,0.025314957,-0.018385626,0.03707544,-0.07454557,-0.063174546,-0.060596913,-0.039332986,-0.02145977,-0.016382225,0.031223672,-0.015095055,-0.016826151,0.0091124,-0.002856069,-0.009140258,-0.048570648,0.03592937,-0.034783613,0.047206182,-0.014015413,-0.03431821,-6.4204355e-33,-0.014579247,-0.052494925,0.026344528,0.049080666,-0.039592262,0.04546877,0.054193836,0.028314384,0.0027200673,-0.0108982995,-0.007985748,0.044249266,0.011713388,-0.013567939,0.066034235,0.01786227,0.04620255,-0.014374815,-0.07493079,-0.038076896,-0.006349923,-0.010041494,-0.012044413,-0.1121393,0.035558842,0.05707559,0.025235109,-0.0041809073,-0.013121912,-0.005593823,0.0537585,0.00501115,0.074974336,-0.01715604,-0.057985038,0.005790666,-0.012318098,-0.0773376,-0.0107748695,0.026970353,-0.023845961,-0.002953831,-0.031182006,-0.0026678515,-0.05777832,-0.013553451,-0.045557965,-0.0069603156,0.0101328,0.07292078,0.077884726,0.0024570238,0.04119246,0.028922476,-0.012922317,0.016005762,0.012206157,-0.02527061,-0.088705875,-0.029917328,0.043377258,-0.030998394,0.022783587,0.034904014,-0.052220035,0.042754814,0.020417947,0.0056504793,-0.073509246,-0.05912383,-0.02599897,-0.03264261,-0.01093001,-0.045561306,0.020502843,-0.04255471,0.023496164,0.032832235,-0.044057973,0.08037687,-0.03673419,-0.025117582,-0.03312492,0.0043492974,0.02106247,0.03009862,0.021685287,-0.057402093,0.019343022,-4.9261045e-05,0.08610526,-0.017996453,0.011843674,-0.023501186,0.013940831,-0.04575235,0.04977298,0.016043248,0.018997215,-0.013190761,-0.01513083,0.012597964,0.014784585,0.0035374244,-0.0112578375,0.02553323,-0.007250156,0.020357953,0.030294565,0.04636162,0.003920634,-0.078606665,0.015251284,0.03440364,0.0036775984,-0.017132953,0.037438903,0.06784809,-0.037430987,-0.017574757,0.010661033,-0.015231471,-0.0124353,0.0019395176,-0.07007856,-0.009001375,-0.012346198,0.04203032,0.0017895964,-0.01204573,0.003429325,-0.012983593,3.0331196e-07,-0.008853374,-0.021462841,0.031851403,0.0414438,0.017647576,-0.027448524,-0.047638666,0.028552413,-0.081134,0.01093722,0.008638738,-0.048233323,-0.02189759,0.02814898,0.097222395,-0.037007574,0.06294179,-0.049682066,-0.023157226,-0.052448872,0.11843719,-0.069667265,-0.026885398,-0.033133626,-0.009483657,-0.03845612,-0.027129278,-0.019172028,-0.06815482,-0.0063868556,0.09302404,0.021444663,0.0084131,-0.041519217,-0.019593691,-0.008370222,-0.026255408,0.024398832,-0.048467297,0.061152767,-0.04858494,-0.07664354,-0.03825884,-0.03468562,-0.016099693,0.05569072,0.0149544,0.044065025,0.0480565,-0.011669886,0.0086409645,0.018080834,-0.01342417,-0.057005335,0.022551928,0.047253154,0.027325626,-0.0065173777,0.06873047,-0.014904098,0.021408884,0.014837285,0.046309415,-0.027135653,0.0030149466,-0.022223826,-0.048427366,2.6980764e-34,0.0008815297,-0.048849612,0.03240546,-0.034254584,0.0017909943,0.01394288,-0.022934811,0.012930398,-0.016682446,-0.027246704,-0.008440823,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/Drone_data/ASRS Database Report Set - Unmanned Aircraft Systems (UAS) Reports.pdf', 'page': 108}","On Day 0 at approximately XA:29 pilot climbed 48.2 m. to capture the exterior of a water
tower in Location A. Pilot applied for a LAANC approval and was approved to climb up to
100 ft. Pilot misinterpreted the LAANC approval to be measured in meters rather than feet
based on the FAA Visualize it website graphic. Recommendation for improvement or
prevention: it would be helpful if LAANC grids provided units adjacent to the absolute
altitudes rather than in popups that have to be clicked into."
-0.0003842149,-0.005134745,0.050293908,0.036357865,0.0291055,-0.013303488,-0.0029268174,0.0199546,-0.042134535,0.0028670793,0.03359944,-0.024685966,0.070924416,0.0052900524,0.040063284,-0.0046187486,-0.0042060334,-0.0021586611,-0.09207131,-0.005618943,-0.0074547986,-0.003774494,0.00999874,0.029577613,-0.045207053,0.023963924,-0.035110112,-0.009804909,0.008106383,0.024548626,0.04908461,-0.007981752,0.06289033,0.009160529,2.0278985e-06,0.032566532,0.019188497,-0.017421134,-0.059784062,0.041554134,0.049263507,0.03805734,-0.0017597781,0.019556185,0.004724874,-0.023339333,0.008298413,0.06649548,0.0063369507,0.041907113,0.013624923,0.00978579,0.033581696,-0.011727852,0.032653887,-0.0596903,0.0033863564,0.07384484,-0.041224673,-0.045115188,-0.056450818,-0.016266167,0.016117841,-0.03132343,-0.03674877,0.04922612,-0.0013313112,0.025910733,-0.04406254,-0.018324006,0.003111704,-0.017090324,0.006287284,0.022149056,-0.03476441,-0.04762115,0.035956543,-0.026174434,-0.04307665,-0.0049776183,0.029324725,-0.050752178,0.0075477143,7.0647104e-05,0.025773399,-0.02050425,-0.0407723,0.002401899,-0.065973446,-0.002301864,0.027728772,-0.05554856,-0.04013008,-0.0027954644,-0.011755407,0.0017212006,-0.0021616572,-0.041014723,0.0190008,-0.07386416,0.04351974,0.012401627,-0.0011752056,-0.015747303,-0.014346703,-0.017719103,-0.044664964,-0.0020001857,0.0034357267,0.08268862,-0.055690598,-0.055056382,-0.022688832,0.053363815,0.03336927,0.011741028,0.03139875,0.0021441376,0.002265864,-0.0007259607,-0.011855449,0.05656492,-0.034775637,-0.0067840065,0.03413938,-0.031493355,0.016089126,0.030094095,0.011716984,-0.04047179,-0.00043914357,-0.0030760132,-0.009454824,0.000503296,-0.06386822,0.12246489,-0.031780634,-0.020001212,-0.086919665,-0.018523756,-0.004726942,-0.021641286,-0.062339492,-0.029282775,-0.011346589,0.021218324,0.03803635,-0.0624104,0.031940363,-0.048104584,-0.008099111,0.053726584,-0.0022940363,0.0145690255,0.041754395,0.009634932,-0.005947057,0.009550079,0.015433119,-0.05576329,0.051045563,-0.0021508601,0.05561777,-0.031989276,0.005885023,0.06240571,-0.052369267,0.028036075,-0.06323183,0.03469425,0.037016194,-0.016528582,0.003775751,0.058894563,0.014362416,-0.05865621,-0.004072097,0.03322247,-0.022185061,0.05309553,-0.03371857,-0.009366826,0.00998211,-0.04687532,-0.08023901,-0.04041573,0.040800843,-6.97576e-05,-0.036323942,-0.017400911,0.0074240686,-0.034574647,0.07587161,-0.004139078,0.03746576,-0.025093913,-0.03693003,0.016580952,-0.0114382105,0.049371433,-0.010755523,0.0023447964,0.04726539,-0.032047696,-0.018024385,0.04615014,-0.012739417,-0.02684694,0.021007031,-0.027156947,-0.013443381,0.03830123,0.053770114,0.04266445,0.005532126,0.013307468,0.034001403,-0.021767223,-0.06510341,0.0067208437,-0.012768514,0.037253436,-0.061050024,-0.0072523155,0.039093107,0.022703253,-0.033932,-0.018879155,0.006333552,0.036176074,0.010831131,-0.014654868,-0.015358356,0.0072163823,-0.015194795,0.0041772607,0.07138687,0.047742117,-0.024727251,-0.06177792,0.015334663,0.09105807,0.014048518,-0.012959082,0.034375865,-0.053019945,-0.009685735,0.00011988217,0.017566683,0.02238794,-0.047678225,-0.008151408,0.014497659,0.00930086,-0.005324685,-0.022531733,-0.057553623,0.06505971,-0.030086255,0.012216813,0.09311989,-0.012843749,0.07060717,0.0025937757,-0.053285424,-0.017935123,-0.0014560048,0.020274024,-0.005216066,-0.012608885,-0.0029097386,0.031398322,0.021809837,-0.028350536,-0.0011405498,0.021173552,0.0130504165,0.0027966015,-0.019899294,0.03412152,-0.01724514,-0.008880294,-0.021690648,-0.039510187,0.026887706,0.03764764,0.009329496,-0.06681393,-0.11692526,0.05060626,-0.098781995,-0.023841137,0.023705209,-0.059054796,0.0008831419,0.004583644,-0.03087179,0.019496841,0.02387203,0.09983434,0.0017659091,0.022094337,-0.029642483,-0.010957647,0.01711281,-0.018797718,-0.022269802,0.033981163,-0.06985397,0.01477132,0.011054177,0.003722657,-0.0070888083,0.01564707,-0.02733518,-0.008445513,-0.01600916,-0.034583773,-0.015889712,0.06696901,0.0139408475,0.003412947,-0.025142193,0.033338748,-0.004265291,0.031802975,0.0029228467,0.027519168,-0.015388731,-0.030482637,-0.022595363,0.004132962,-0.028262965,0.0014375095,-0.03427358,-0.0260481,-0.0056269807,-0.05095713,-0.045012936,0.030562373,-0.018863559,-0.033424318,0.019238347,-0.015994865,-0.015119311,0.004960355,-0.027592553,-0.043260448,0.030941788,-0.0893589,0.0044304626,-0.008510743,0.008861638,0.0017034472,-0.035846315,0.032922816,0.00028882438,-0.048775762,0.078143984,-0.047523033,-0.017541448,-0.029809603,0.014020605,0.016981753,-0.02699425,-0.0049567637,-0.030135915,0.038153578,2.4925004e-07,-0.012516017,0.061399553,-0.013320321,-0.025761249,-0.059645995,0.005771486,0.018739909,0.010971369,0.011903969,-0.039891206,-0.030113252,0.042671636,-0.008133016,0.021528587,0.008064278,0.009120216,0.0012239281,0.0015591802,0.04102655,0.024142977,0.0014828214,-0.013154209,0.0065412577,-0.10997084,0.016720409,-0.048131406,-0.03012327,0.05542618,0.077852525,0.04228492,0.048761867,0.01980178,0.016682183,-0.053992763,0.027844593,-0.022395035,0.03588734,-0.022277044,-0.0061174766,-0.0014682604,0.03541887,-0.007679632,0.005646334,0.03217975,0.02909068,-0.022714425,0.019238975,0.031967457,0.023404308,-0.024797957,-0.0014608871,0.009329761,0.024012314,0.0076189865,-0.047474522,-0.017417835,-0.0029928451,-0.015679019,0.0226987,-0.037502334,0.038537845,-0.012344141,-0.08825004,-0.027953537,-0.0052568023,0.0042769536,-0.02847545,-0.035272367,0.081065856,-0.043928124,-0.042125434,-0.0075194812,0.057174496,0.030140793,-0.028169848,0.06540818,-0.087695725,-0.012729561,-0.0149959875,-0.009979031,0.035525303,0.011220893,-0.045915533,0.15009502,-0.016893543,-0.054819945,-0.011723547,-0.026533283,-0.030500764,-0.035594795,0.07955608,-0.032991227,0.033355903,0.03986302,0.017833702,-0.03761621,-0.07848118,0.022777883,0.00574119,0.011667185,-0.017624274,-0.036076557,0.004382214,0.020527402,-0.012744023,-0.07160086,0.007814642,-0.017724449,-0.032694474,0.0124017075,-0.013853674,0.015729062,-0.02034741,0.032627,-0.10391931,-0.0038695133,0.00022433145,0.0501261,0.020106718,-0.0031729112,0.05349587,-0.013410403,-0.016683117,0.018560871,-0.060990978,0.023029668,0.06371827,0.075916044,0.012163595,0.013651354,-0.07092105,0.020884443,0.05387257,0.036734324,-0.0020004713,-0.014483035,-0.00218851,0.021230284,-0.012477756,0.03472002,-0.0370475,0.021066407,-0.029098285,0.03603418,-0.009424928,-0.03092759,0.039089214,0.017881652,0.04093805,-0.039217897,-0.02102844,0.027246177,-0.022260634,-0.011240343,-0.0018649969,-0.007850675,0.04838459,0.038011707,0.022039114,0.018136373,0.0059819086,0.036270928,0.011792714,0.0234188,0.056556564,-0.0017434063,0.0856984,0.104552135,0.0071582235,0.020144869,-0.026780589,0.028759006,-0.027273588,0.026586918,0.04649871,0.013999231,-0.080969006,0.008512783,-0.024835104,0.07945063,0.031578828,0.032203864,-0.03532407,-0.011489829,0.03424151,0.02243604,-6.194176e-33,-0.00044105982,-0.067237936,-0.019875081,0.00022747829,-0.07190255,0.074294716,-0.011068592,0.040529124,0.012565436,0.014696952,0.03919172,0.019708239,0.017265927,0.012642723,0.042688068,-0.03811649,0.0038465047,0.027978757,0.02853272,-0.024317788,-0.011196783,0.03289333,-0.020843085,0.013687365,0.016289111,-0.028191255,-0.006330011,0.024887074,-0.008913612,0.013123832,-0.014557689,0.012108133,-0.004263282,0.023293415,-0.03050687,-0.002448167,0.02211172,-0.024261935,0.015627211,0.001567043,-0.016642742,-0.0452467,0.0072791735,-0.020919152,0.023909235,-0.05800538,-0.02074345,0.008741298,-0.002026097,0.01889578,-0.0032701546,0.020817688,-0.027000396,-0.08138846,0.03571323,-0.015633218,-0.013034528,0.017351039,0.021359801,-0.04137411,-0.05028695,0.05629894,-0.018199785,-0.06310562,-0.05824259,0.008633045,0.007694357,0.005532258,-0.08066394,-0.11196504,-0.042097908,0.034837473,0.013820585,-0.0099276975,0.006124531,-0.01286845,0.0058241403,-0.023159489,0.019145,0.037914965,0.022523364,0.013539928,-0.011160716,0.0034249749,-0.018768968,0.02495861,-0.030965753,-0.06153114,-0.022413658,0.029989013,0.051889952,0.055942036,-0.0010987157,0.039946016,0.052354455,-0.021991374,0.013143667,0.01225955,0.018506926,-0.017498598,0.019330977,0.06839446,-0.025015714,-0.014343036,0.004374671,-0.0070322566,-0.057130795,0.024024159,0.04898982,-0.019839955,0.022211919,-0.048599754,0.011293312,-0.026960662,0.0145542845,0.049821496,0.004110339,-0.033267297,0.02991769,-0.033436228,0.025682682,0.025314149,-0.07362785,0.041739475,-0.07289765,-0.007031689,-0.008227746,0.013473132,0.014330517,-0.031619918,-0.05443356,-0.03913062,2.7329125e-07,0.022710795,0.030803282,0.037833616,0.020012736,0.0034769103,-0.016867882,-0.016707856,0.030518543,0.023144709,0.04589924,0.003310753,-0.031272795,0.007045002,-0.009195941,0.03630047,0.06131235,-0.029903831,0.018302666,-0.018186567,-0.02195059,0.00012415195,-0.04338329,-0.013275944,0.040892348,-0.032676972,0.043469667,-0.0031900234,-0.03879047,-0.038663954,-0.05839979,0.00520816,0.05953113,-0.016651621,0.06171627,-0.024332648,-0.059757646,0.035034575,-0.018825984,0.0028049368,0.06376867,-0.01142399,-0.03171279,-0.021828152,0.036898293,0.011354024,-0.07885831,-0.030265646,0.08869194,-0.070492074,0.03093734,-7.327224e-05,-0.012957944,0.08102259,-0.03671203,-0.033916228,0.045934718,0.011911888,0.027267437,-0.0011182958,0.0807542,-0.015296043,0.007824807,-0.009251083,-0.06498025,0.02085339,-0.05187992,-0.049239263,1.806998e-34,-0.002430549,-0.0046323542,-0.019135583,0.011109098,-0.010663169,-0.070991665,0.06992272,-0.029419519,0.012213227,-0.015514599,-0.013944763,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/pdfs/Brian_Taylor_AT6_UAS_reg_NA_11-21.pdf', 'page': 0}","A large model aircraft was being flown at a club site when communication between the
pilot and with the aircraft was lost. The aircraft struck the side of a parked lorry trailer in a
distribution park. The cause of the communication loss could not be determined."
-0.023206115,-0.0040869336,0.03888344,-0.04322677,0.0084473025,-0.023508294,0.056662265,-0.017182706,0.020339873,-0.028400619,0.05112796,-0.00044213777,0.02959427,-0.020144444,0.070741646,0.030281499,0.051477913,-0.06053729,-0.011027255,0.016102726,-0.0033815578,-0.018224156,-0.024823619,0.018860344,-0.055559635,-0.012679781,0.015492424,0.0055446276,0.06811859,0.019830573,0.024910772,-0.018066699,0.091566734,-0.0019766921,2.1482022e-06,-0.029373344,0.0046242853,-0.020512285,0.0029646794,0.023606969,0.029247276,0.033264752,-0.03787042,0.02828042,0.019121002,0.023382058,-0.02502218,-0.000122065896,0.01991588,0.033548094,-0.026865046,-0.0017146281,-0.024797343,-0.003629044,-0.0609347,-0.04163187,0.008204614,0.024822345,0.040072188,-0.047699835,-0.029327966,0.013385873,0.0005227619,-0.02950906,-0.035553295,0.057675626,-0.095166855,-0.03745847,-0.015708834,-0.006006643,0.011864541,-0.002440725,-0.013275283,0.0011782903,-0.02046217,-0.010900328,0.013690382,0.0021100438,-0.015394749,-0.024534216,0.0062185195,0.023842044,0.0019138238,0.00284037,0.016266355,-0.078366555,0.014588643,-0.0008286672,-0.011695264,-0.0052045337,0.054579988,-0.015457579,0.019589018,0.004866985,-0.0020408044,-0.009608089,-0.033556767,-0.03544281,0.013134692,-0.07805515,0.0052962755,-0.04201142,-0.05160849,-0.015585437,0.0014293458,-0.0065916274,-0.08492505,0.06567978,0.03798576,0.09274253,-0.0055987514,-0.007778701,-0.0026710827,0.0048770434,-0.008868363,0.0214501,0.030510824,0.0053075417,-0.020861994,0.0288033,-0.009005899,0.051598903,-0.03495358,-0.0064723836,0.072691895,-0.042939406,0.036612436,0.054118324,-0.013408717,-0.0035378933,0.0006210695,0.023727268,0.038673285,0.023981396,-0.0711874,0.09799881,-0.006239874,-0.033220988,0.032173477,-0.00071310025,-0.009779057,0.013704422,-0.012466578,0.019399434,0.01929475,-0.054662198,0.0014683829,-0.03432482,0.013399845,0.012981081,-0.010192711,0.028183749,-0.0064323074,0.014141968,-0.015911601,0.038426343,-0.0300885,-0.045026116,0.030051397,0.0046796477,0.052778807,0.034574773,0.07601088,0.0036798348,-0.0443931,0.023836192,-0.04081734,0.036113795,-0.031489417,0.00190882,0.0032601887,0.010869865,-0.00614158,0.005906711,0.00014109601,-0.08477861,-0.06351918,-0.053883813,-0.003150122,0.024957567,-0.00020582236,-0.038850926,0.027153036,-0.05654596,-0.027215794,-0.07228054,-0.0026864323,0.037601553,-0.027968995,0.0050779157,0.012432174,-0.03881169,0.016144719,0.008432503,0.013051898,-0.038369562,0.0135892,-0.068883166,-0.02177107,0.008603836,0.008993766,0.0036165162,0.028350744,0.011640085,-0.028159125,0.0034934483,-0.01920931,-0.06599108,0.008837177,0.014334187,-0.034614418,-0.04908227,0.078581735,0.05632593,0.03684856,-0.0061882217,0.011595608,0.032604907,-0.066505805,0.012203552,-0.01694698,-0.006229944,-0.0753603,-0.0022732578,0.010136732,-0.024794728,-0.018049007,0.016878312,0.038917746,0.049553428,-0.029659908,0.013898678,0.06464547,0.017541412,0.046361703,-0.0033654827,0.10286333,0.041135844,0.005608226,-0.062260218,-0.042151812,0.10070405,0.004461125,-0.010173846,-0.02734654,0.030500477,-0.027931899,0.029184695,-0.004462842,0.022793652,-0.024641404,0.019457495,-0.046425562,0.018915724,-0.067976184,0.012943882,-0.05530946,0.05931411,-0.00063114404,-0.016804947,0.062785864,-0.006629764,0.028319722,-0.006408813,0.046970006,0.00399239,0.03448389,0.0018992649,-0.0061720833,-0.00065906363,-0.043297112,-0.016140897,-0.019151324,-0.028979331,-0.025739074,0.04267972,-0.055478547,-0.04313775,-0.048265897,-0.0160835,-0.013181951,-0.07110491,-0.011724217,-0.03959096,-0.009551325,0.009099647,0.055595476,-0.010859986,-0.0015344241,-0.00025635175,-0.068126075,0.003314769,-0.030072259,-0.0023843376,0.038411703,0.012754713,-0.0499241,0.03834333,0.04751093,0.047189895,0.07667062,0.041823808,-0.00850586,0.021705506,0.018273093,-0.049435914,-0.0016458022,0.085496545,-0.028683886,-0.06260442,-0.050239068,0.013579683,-0.0636765,-0.0049617537,-0.034281015,-0.031174593,-0.014665489,-0.03221918,-0.045864053,0.077447996,0.030359522,-0.0210986,-0.027171332,-0.047936697,0.005994355,0.030520502,0.024577778,0.006621111,0.019898698,0.020024752,-0.0050603687,0.030366639,0.019497989,0.01812887,0.012557428,-0.027677916,-0.022512835,-0.049570527,-0.01904035,0.042348612,-0.02936984,-0.013656539,-0.0031297111,-0.026106013,0.015413042,0.02656342,-0.08961806,-0.006631175,0.072769284,-0.043167494,0.033304837,-0.0077050338,0.02633821,0.0026125773,-0.03301114,0.010907783,0.03441399,-0.034295894,0.01260102,0.03384566,-0.010839166,-0.033795398,0.001270177,-0.0135539565,-0.02577051,0.02945812,-0.044290155,0.027070442,0.029745057,0.0028039913,0.09112099,0.027465139,-0.00096818944,-0.036793016,-0.014132726,0.0092942,0.0140126925,0.01686986,-0.0791541,0.0026887443,0.021039043,0.020312233,0.05128558,-0.04080213,0.028815681,0.0037581786,0.002966587,0.0271443,0.065084554,0.101524785,0.0053865043,-0.04068611,-0.0806052,0.014935872,0.054539926,-0.053524457,0.083787285,0.038752448,-0.008949171,0.03268221,0.048456546,0.008329441,-0.03060495,-0.016110841,-0.044586565,0.035097037,0.02114125,-0.0377849,-0.030696321,0.042199958,-0.058724985,-0.028587084,0.030812804,0.040158898,-0.05926698,-0.024889428,0.018505795,0.023828592,-0.026714386,0.006987064,-0.056271892,0.04228877,0.083669685,-0.035339158,-0.012415919,-0.044365466,0.01171516,-0.007922448,-0.013836038,0.026212152,0.016972862,-0.03084579,0.00538831,-0.021619346,-0.02783812,0.009785744,-0.002123666,0.04540058,-0.13903557,-0.043154888,-0.06847112,0.056106728,0.05111483,-0.018790983,0.035565406,0.025316887,0.024696019,0.00033753228,-0.026504518,-0.012091969,0.008615663,0.015033192,0.10778283,0.0009272014,0.03808803,-0.0040941886,-0.015652385,0.048012655,-0.060109593,0.08401022,0.023757963,0.02553446,0.021032544,0.034323078,0.013853439,-0.027942063,-0.0125771435,0.030850478,0.0368727,0.012771046,0.0067354054,-0.056509186,0.010403361,-0.016757188,-0.0501487,-0.0059252977,-0.012960144,-0.03953318,-0.037594292,-0.025298826,0.021393536,-0.029753137,-0.01760032,0.028523669,-0.0017472616,-0.019754367,0.01674004,0.020579418,0.016101385,-0.0024100905,-0.06543542,-0.02160201,-0.010170433,-0.00091666455,-0.029916259,0.06807158,-0.00088803103,0.006650448,-0.011818659,-0.03516145,-0.032031525,0.021388307,0.018274149,-0.006322619,-0.025455799,-0.008479188,0.0005389976,-0.027967012,0.013629038,0.009284164,-0.0037547164,0.022681806,0.038321245,-0.07000972,0.04835839,0.0121728545,-0.016852695,0.03282638,-0.019737279,-0.04215223,0.033450466,-0.019645577,-0.031221295,-0.032791987,-0.03636729,0.076975964,0.0005005492,0.011233802,0.01973853,0.04124574,0.035958357,0.009356532,0.00236926,0.06458729,-0.018032832,-0.045356285,0.05444262,-0.032538053,0.008461128,0.020879792,-0.021681618,-0.0001681111,-0.04259613,0.006340108,0.007340581,-0.06382355,-0.037586413,-0.039168566,0.08131216,-0.06792554,0.028451871,-0.053439032,-0.0017035924,-0.016272943,-0.003719573,-6.49245e-33,-0.011358876,0.026210388,0.0072784876,-0.012863096,-0.057952043,0.014999142,0.025429022,0.021878833,0.0030919348,-0.013538078,0.043521643,0.02683656,0.011911433,-0.02338411,0.022053435,-0.083641306,0.0027917933,0.011396147,0.018566793,0.0001969931,-0.04402548,0.009383192,-0.059342396,-0.046136558,0.013250238,0.027825484,-0.05273246,0.0365254,-0.014754869,-0.004104544,0.012346029,0.0037333232,0.031556815,0.056260273,-0.017326836,0.05501395,0.046947673,-0.02160997,-0.0034712718,-0.011998787,-0.00870229,-0.05714867,0.025412602,-0.027993549,0.0034336026,-0.052131414,-0.032321054,0.0128162345,-0.00030269887,-0.04070509,-0.029237365,0.0069231405,-0.007832707,-0.011665222,-0.016541407,-0.025881503,0.00026923112,0.060862552,-0.039758068,-0.015606258,-0.056608975,0.037051924,0.0055266935,-0.066999316,-0.029299,0.019699099,-0.023893498,-0.03677254,-0.06807453,-0.04050931,-0.03522484,0.06383556,-0.014760727,-0.0026109216,-0.02487709,-0.0058822464,-0.055887606,0.052503265,-0.013449032,0.1005708,0.015184188,0.017474392,-0.022432074,-0.008795225,0.046481267,-0.04199025,0.0028490485,-0.044092987,0.022199424,0.030435845,-0.029774744,0.0077890405,-0.03361025,0.019501463,0.084998265,-0.0638171,0.013612319,0.030743256,0.0071780314,0.008153283,-0.0038338497,0.022047756,0.06289989,-0.048869733,0.049197037,-0.027500628,-0.043608177,0.07011964,0.013262532,0.010464982,0.03946873,-0.0026633127,-0.004854078,0.03213929,0.06312529,0.048820343,0.036861163,-0.048854552,0.018874703,-0.048244044,0.02787034,-0.0013196052,-0.08857326,0.04007669,-0.043121915,0.01789615,0.029669946,0.029167598,0.031330112,-0.042833127,-0.015235347,-0.038593933,2.9261466e-07,-0.03144988,-0.010186181,0.07537455,-0.025323067,0.028257992,0.018054735,0.013115186,0.052075706,0.005742676,-0.015180995,0.029559841,-0.062140383,-0.048217278,-0.02654669,0.06202882,-0.011265273,0.06298246,0.015011212,-0.0045748404,-0.011451661,0.05627736,-0.050131757,-0.026291635,-0.013099177,-0.0092273,-0.022456057,-0.012174343,-0.053428862,-0.018289333,-0.071585484,0.03717777,0.063925415,0.014531753,0.042492304,0.005217812,0.009854209,0.0022333465,0.047386125,-0.022515738,0.104005866,-0.03730968,-0.049765628,-0.009634742,0.01977654,0.023597954,0.021023564,-0.012187798,0.044306505,-0.0013375449,0.032705314,-0.0010419631,0.014151309,0.05384815,-0.066437915,0.0035655284,0.018148012,0.00715341,-0.018264344,0.037840035,0.029517023,-0.004678779,0.035131436,0.052307364,-0.02321316,-0.0254935,-0.031057207,-0.023008965,2.32407e-34,-0.011158003,-0.01903456,-0.011660068,-0.028974751,-0.026642224,0.010316589,-0.030892482,-0.019057572,0.004719352,-0.024100404,-0.00059582025,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/pdfs/DJI_Inspire_2_UAS_registration_n-a_03-23.pdf', 'page': 0}","During a film shoot involving a large group of actors performing in close proximity to an
Unmanned Aircraft (UA), an actor deviated from the briefed path and ran into one of the
UA’s propellers. The propeller struck him on the back of the neck, but the injuries were
superficial.
The CAA’s CAP722 document provides guidance for operating Unmanned Aircraft Systems
(UAS) in UK airspace but is ambiguous about the UAS operator gaining explicit consent
from involved third parties for operating in close proximity to a UA. The CAA has taken
action to review and amend the guidance.
The UAS operator and film director have put additional safety measures in place to prevent
a recurrence."
-0.005486358,-0.0064553707,0.042089988,-0.07633601,-0.0036872085,-0.0019856934,-0.033213265,-0.022357235,-0.032820836,-0.04204591,0.060201127,-0.027473949,0.0033028487,-0.014691943,0.029037422,0.042049065,0.031326864,-0.039516576,-0.023193179,-0.0062242933,-0.015398869,0.0023640122,0.02347745,0.008567336,0.015510073,-0.016492113,0.0046021445,0.02897212,0.027395932,-0.027642826,0.038606595,-0.046003588,0.05331361,0.010817122,2.2542686e-06,-0.003225663,-0.02359748,-0.01565504,-0.058481436,-0.029220808,0.028204696,0.053401947,-0.017290754,0.034527954,-0.030022506,0.009503717,-0.01737897,0.06615144,-0.049601868,0.08410399,-0.009871652,0.006858103,-0.0031810468,-0.02296125,0.043976575,-0.009363424,-0.002713823,0.05289849,-0.032858685,-0.040210884,0.014737873,0.0022435414,0.012346272,0.01662566,-0.073608726,0.04489252,-0.04431446,0.011379343,-0.031102194,-0.03286228,-0.030174833,-0.000121376215,0.02478932,0.04116378,-0.034773044,-0.027004274,0.014315918,-0.033970747,-0.042204615,0.02681048,0.011355499,-0.004578646,0.026213374,-0.02381608,-0.014968475,-0.014086695,-0.013888666,0.01119143,-0.057122458,0.017683644,0.031009752,0.004353499,0.026461257,-0.032109763,0.012848355,-0.0067213015,-0.0051643453,-0.032079145,-0.008512169,-0.041824732,0.08006398,-0.02866842,-0.047493946,-0.023679493,-0.056856018,0.0048381807,-0.06676691,-0.0012274277,0.01705179,0.016007349,-0.03831516,-0.0028975848,-0.02556807,0.05901354,0.062353585,0.03673779,0.057764594,-0.022055734,0.018239161,0.0034359982,-0.040200636,0.08149846,-0.08780176,0.015433703,0.03617314,-0.041939855,0.0388942,-0.00017696778,0.030585265,-0.008747976,0.014516256,-0.013940207,0.00595902,0.010285302,-0.07137664,0.031426534,-0.0017067862,-0.044725563,-0.08002137,0.004828829,-0.02986455,-0.031343438,0.029052826,-0.047692277,-0.04377713,0.016853977,0.010649227,-0.030408261,0.019921137,-0.01195237,-0.021208039,0.006967006,-0.018408662,-0.011366827,-0.01624356,-0.004148052,0.015124426,-0.04388144,-0.010725921,0.0004890187,0.05768625,0.0070824386,0.069023825,-0.035095148,0.023553671,0.0624384,-0.035924036,0.042136826,-0.031266008,0.019871308,0.035786055,-0.017226888,0.012803165,0.08047663,-0.035419762,0.027699552,-0.014983201,0.005488487,0.0019004646,0.010782715,-0.061653208,0.0046445797,-0.05864301,-0.041244946,-0.08780729,-0.027108146,0.020604894,0.03135103,-0.032540787,-0.0444172,-0.0054829856,-0.005750082,0.00914121,0.0072066174,0.052375972,-0.004826464,0.032668926,-0.055863056,0.016666114,0.034017004,-0.0039658886,0.008870758,0.034634054,0.013167412,0.0037623672,-0.0051027625,0.037195537,-0.034351222,0.011630208,-0.004148726,-0.011490725,0.053846076,0.0178309,0.028272947,-0.006142872,0.061314575,0.006654312,0.03647383,-0.08239452,0.06511209,-0.030578984,-0.046875235,-0.025022596,-0.010881466,0.008418608,0.0077855387,-0.01286872,0.024885295,-0.030551499,0.014703015,0.012397719,-0.0028550632,0.02573418,-0.0024102216,-0.01079487,0.02291756,0.027722428,-0.027703023,-0.043391388,-0.024840334,-0.046488687,0.13442533,0.034772497,-0.039767344,0.0029784178,-0.023321616,-0.024175575,-0.015863348,0.0046382057,0.04455514,-0.0016656589,-0.0037145684,0.0066348026,0.017706476,0.011209759,-0.06469157,-0.043707978,0.045682516,-0.011653446,0.0052422355,0.025074854,-0.00025007813,0.022705581,-0.0022715912,0.0031675592,-0.015111331,0.010918463,0.038588274,0.0052124914,-0.01062722,0.059036788,0.0025832553,-0.022656923,-0.026091032,-0.041616127,0.0062411795,-0.051878046,0.044891648,-0.00688641,0.01208764,-0.018934278,-0.040584862,0.0053786105,-0.048135765,0.014927299,0.036270306,0.009544842,-0.024875792,-0.048117395,-0.018402906,-0.07132438,-0.016730806,0.01383066,-0.026923208,0.016227208,0.008092164,-0.046911675,-0.002717812,0.0020918963,0.045206193,0.040462475,0.011559944,0.011599543,0.0007794407,-0.03281685,-0.01029784,0.032344386,0.059152912,-0.08678075,-0.032280277,-0.0022980638,-0.0014300346,0.024871053,-0.043048717,-0.00075764704,-0.0042206123,-0.025563579,0.009179079,-0.023151394,0.039201844,0.012029368,-0.028771363,-0.023579039,0.007822278,0.016322495,0.013293896,0.023629615,0.028257694,-0.042366922,0.017522698,-0.028399993,0.03193771,-0.016061058,0.050216135,-0.04296791,-0.059276912,-0.014506398,-0.024607537,-0.007998262,0.029364435,0.0009128501,-0.021216027,0.02895931,0.021557525,0.06212681,0.015850214,-0.049371492,0.014217079,0.024215497,-0.09337904,0.03284078,-0.015655413,0.023577325,-0.035047587,0.0055473936,0.0377211,0.026354631,-0.06529167,0.02894145,0.0050511393,-0.042121977,-0.036084644,0.07623127,0.041682433,-0.009761904,0.031511966,-0.011855322,0.012249404,0.007310112,0.008706072,0.03702002,0.030221809,-0.07402501,-0.04086892,-0.015584345,3.2680193e-05,-0.016978158,-0.042233482,-0.009062255,-0.0019447439,-0.001655135,0.06347909,0.05778653,-0.03095753,0.03346747,0.0066432096,-0.011940284,0.09323164,0.003196226,0.05406895,0.032566585,-0.046033088,-0.06430109,-0.0056763166,0.021194002,0.016569288,0.00870753,0.025849191,-0.027921451,0.030023132,0.023889903,-0.036501434,-0.003888453,0.037533067,-0.02093875,0.031357937,0.054645855,-0.04176474,-0.011612939,-0.008330805,-0.009524193,0.031483807,0.037274763,0.05109781,-0.024339512,-0.02456583,0.014577188,-0.010041039,-0.042254508,-0.060622036,0.010779499,-0.021906843,0.01621941,-0.08061888,0.008515542,-0.009442942,-0.045293093,0.021311503,-0.050759897,-0.008036299,-0.02114989,-0.10544945,0.00316171,0.070110686,-0.004427623,-0.011214077,0.017513352,0.04186922,-0.05225018,-0.04292337,-0.06362422,0.025242208,0.08552246,-0.00027897645,0.06172801,-4.876224e-05,0.04706861,-0.034529004,0.027132647,-0.013716734,-0.031209068,-0.011559163,0.13970286,-0.063151225,-0.03793703,-0.016755506,0.0140371,-0.018447043,0.006604374,0.09914806,-0.008748827,0.03368089,0.035482388,0.020379137,0.027940748,-0.054940138,-0.048682623,0.05538995,0.042671125,0.02232556,0.05978256,-0.031707298,0.008006124,-0.02815558,-0.07151146,-0.0066662687,0.029203508,0.01064925,0.051993176,-0.03695238,-0.026838195,0.0779898,0.048596054,-0.009114351,0.0023343235,-0.04765168,0.009247298,0.0122753475,-0.009855153,0.10525287,0.002553137,0.008766354,0.026542714,-0.025611913,-0.0035094607,-0.015999394,0.0012157768,-0.048776776,0.014144946,0.036710385,-0.010560344,0.023775365,0.01819598,0.020568619,0.0043326723,-0.010539874,0.0127877295,0.03519607,0.029141642,-0.022697851,-0.013870265,-0.01748466,0.018300802,-0.017680176,-0.00096230616,0.023281548,0.041297317,0.074878916,-0.01971247,0.015072061,-0.015779966,-0.008709717,-0.013448433,0.038991943,0.004577279,-0.010390426,0.025732001,-0.0038274592,0.06840065,0.012116041,0.024836183,0.012924226,-0.027493741,0.037947666,0.037820764,-0.0073585585,0.033838063,-0.041545905,0.022341255,-0.035557155,0.037203614,-0.016444992,-0.0029845454,0.02061487,-0.026735604,-0.06630869,-0.00658844,-0.0040111016,0.018407572,-0.006601393,0.014983311,-0.010549254,-0.0048500067,0.04468462,-0.026036048,-6.1555298e-33,-0.017397527,-0.09934697,-0.027299596,-0.013404011,-0.03259914,0.018055558,0.0037776507,0.058373503,0.019864844,-0.025292903,0.04701183,0.011641507,0.031863216,0.03091955,-0.016741276,0.009640755,-0.0045359703,0.025382197,-0.0103970505,-0.032955598,0.06164453,0.01840725,-0.04390251,-0.033133052,0.011270219,-0.012909363,-0.04702352,0.046817116,-0.050721847,0.0009131811,-0.017047483,-0.019494211,0.0023007134,0.02629194,-0.031326257,0.023749556,-0.023890687,-0.025909368,-0.002861865,-0.06215362,-0.07446275,-0.004762119,-0.0052122707,-0.002802134,0.028956776,0.0010601659,-0.009718691,0.015853263,-0.04604599,0.0052154786,-0.0010709872,0.01645668,-0.011980787,-0.05869445,-0.023503402,0.025992893,-0.019820021,0.005584832,-0.06820729,-0.050899547,-0.009939394,0.040422156,-0.033504117,-0.047282696,-0.0039676577,0.04072364,0.04442932,0.033519045,-0.08198598,-0.0864406,-0.036813855,-0.016908199,-0.012653043,-0.022034578,0.01288033,-0.049258467,0.012635551,0.008094204,-0.08609805,0.050077114,0.032416567,0.0200548,-0.06956446,0.024301704,0.05226313,-0.021450348,-0.00788816,-0.051639494,0.025399935,0.02931437,-0.0023059994,0.007999,-0.045170505,0.033717,0.08711606,-0.01589767,0.014518291,0.010756829,-0.014048022,-0.014413187,0.021832211,0.029522784,0.017350376,-0.004716484,-0.024396297,-0.03377965,-0.00039503115,0.069715455,-0.007460787,0.011329909,0.021052256,-0.00600394,0.0073847813,0.013676247,0.038248338,0.033902396,0.0384573,0.045488123,-0.012119494,-0.040428083,0.011640157,0.027212154,-0.04788795,0.019740505,-0.06593344,0.03579613,-0.010594198,0.09003155,-0.0124857,0.0067945896,0.0051936386,0.011715461,2.9762504e-07,0.014157547,0.0016248465,0.105234146,-0.031879116,-0.01469565,-0.012345733,0.0009252268,-0.014734237,0.037175868,0.02622012,0.0357982,-0.048085213,0.0057416568,-0.025472242,0.05372904,-0.0011486083,0.05985516,0.03614504,0.025796851,-0.017796595,0.06495038,-0.059442278,-0.058147877,0.00017251002,-0.028932478,0.0060874247,0.0014962541,-0.026182938,-0.0478138,-0.0982343,0.012368907,0.091299504,-0.02058979,-0.04586148,0.013690098,-0.03206927,0.055815104,0.026717521,-0.060087994,-0.056926858,-0.05652339,-0.041956056,-0.006641316,-0.017288363,-0.01736953,-0.04293724,0.022172205,0.123677894,-0.029066095,0.051632278,-0.026560947,0.03344747,0.04555812,-0.027575001,-0.029438062,0.07296047,-0.021626487,0.009320979,-0.0021065443,0.102721594,0.010818262,0.010641268,0.05727611,0.010100012,0.017358951,-0.06405128,-0.05555273,2.421702e-34,0.008209989,-0.030457625,-0.025000773,-0.081012405,0.010813192,-0.010717467,-0.034188636,-0.047458813,0.030104274,-0.009374446,0.0021449283,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/pdfs/Parrot_Anafi_USA__UAS_registration_n_a__12-21.pdf', 'page': 0}","While conducting a flight in support of police search operations, the pilot became concerned
about losing visual line of sight with the unmanned aircraft (UA) and attempted to activate
the return-to-home (RTH) function. The UA had not acquired a GPS signal prior to the flight
and therefore did not record its takeoff point, rendering the RTH function ineffective. The
UA lost connection with the controller and drifted in the wind. It was located undamaged the
next day approximately 5 km away, having performed an automatic landing."
-0.0060339523,-0.022015007,0.05477541,-0.005792904,0.027266068,0.038883798,-0.012021085,-0.0037478,-0.045575764,-0.013282336,0.052281026,0.012910908,0.027314303,0.030367972,0.037501525,0.04181587,0.04330067,-0.036897466,-0.045376044,-0.006409316,-0.006087827,0.016053833,-0.012856402,0.0038980388,-0.016257005,0.026987491,0.009816605,0.021482728,0.008174941,0.02405714,0.027786572,-0.05408554,0.06835811,-0.024926225,1.8741523e-06,-0.03626737,0.0009596894,0.01580753,-0.072792135,0.02507797,0.008978154,0.11622563,-0.039212205,0.004990006,0.02429704,0.023564598,-0.002326072,0.027315386,-0.015568578,0.06901683,-0.002194541,-0.0030840866,0.000811738,0.036241394,0.025463581,-0.06199074,0.00035512645,0.03522429,0.052225936,-0.024012128,-0.024619149,0.014858297,0.008268205,-0.02058254,-0.104957245,0.031033197,-0.030292418,-0.075870834,-0.029847002,-0.060566448,0.04067693,-0.024736764,0.030774757,0.057453517,-0.049764592,-0.045068283,0.034618344,-0.04494788,-0.04710597,0.028803023,0.02753835,0.048938416,0.0122195,0.00020339536,0.011132504,0.014409785,-0.043622736,-0.0051181028,-0.0020257488,0.0003570428,0.03352092,0.034230564,-0.0126941195,0.018039392,-0.008090163,-0.010169162,-0.013779325,-0.049332585,0.004940593,-0.09274028,-0.007275468,-0.029475912,-0.010248214,0.015450735,0.025784073,0.040839188,0.008496225,-0.025002403,0.013515505,0.087579034,-0.013241886,-0.009776407,-0.05297459,0.087346904,0.11359349,0.02268131,0.06671663,-0.021691607,0.0028328726,0.07043569,-0.0043000095,0.059881784,-0.04454244,0.046888944,0.029797822,-0.06569106,0.03403002,-0.025637427,0.015563266,-0.04395105,-0.0049652955,-4.7954287e-05,0.043862518,0.013600959,-0.049994506,0.069057114,-0.035868783,-0.0028806222,-0.08347965,0.009292385,0.006988845,-0.052333612,-0.03543853,0.016943075,-0.01733661,0.04137481,0.001731545,-0.013571678,0.017185053,-0.022826064,-0.011068498,-0.0075907093,-0.017287694,0.019451503,-0.011192822,-0.0019033202,-0.0039578457,0.005919383,0.012020595,-0.036004614,0.023332192,0.017982373,0.07057784,-0.00038624406,0.014271694,0.007606598,-0.059003036,0.048075546,-0.055829782,0.029976789,0.072691716,-0.012737658,0.010373708,0.0386323,-0.028511683,-0.07358511,-0.006428367,0.032078408,0.02274228,0.043970656,-0.0012691093,-0.04281976,-0.035583284,-0.07349201,-0.053667855,6.7935776e-05,0.015648128,0.02839014,-0.035644412,0.0032785523,0.00082729926,-0.021728555,0.039531033,0.03638758,0.03540941,-0.0007588028,-0.006165595,0.021968205,0.026312415,0.023532512,0.01650589,-0.034743205,0.08597102,0.017763056,0.005939252,0.0060334816,0.024059417,-0.05066253,-0.0056177424,-0.017549997,-0.01597617,0.0072721816,0.051444717,0.035746425,-0.02201685,0.01814922,0.00832273,0.020220974,-0.068400145,0.057780027,-0.06416452,0.019469252,-0.08367725,-0.027164944,-0.042021498,-0.051587515,-0.043280702,0.0015694178,0.006548637,0.047364686,-0.01741883,0.0002940143,-0.0054177395,0.015744079,0.02558062,-0.05032813,-0.011919455,-0.025278099,-0.012960182,-0.05356186,-0.025897473,0.09396789,0.01681221,-0.011575069,-0.002836074,-0.016351828,-0.0427579,0.00087572914,0.0061452216,0.033156987,-0.018137665,-0.0031480624,0.034569014,0.014461051,0.016312102,-0.07532789,-0.052524846,0.04605244,-0.020125574,0.0019411532,0.021779995,-0.035017785,0.060114685,-0.019980721,-0.011409707,-0.025418768,0.059280373,0.029845726,-0.016844535,-0.0041403067,-0.021015354,0.0033051372,0.0049924124,-0.0078138495,-0.016059408,-0.0149781,0.004668449,0.015121868,-0.03385818,-0.00536566,0.013800996,-0.014588323,-0.024342548,0.0061013154,0.023845932,0.046528928,0.04185369,0.011521371,-0.10103125,0.08045325,-0.0863244,-0.013826446,0.011451985,-0.035066955,0.004352576,0.02620767,-0.057845727,0.028607218,0.033521134,0.09702341,-0.013576025,0.04256328,-0.030784635,0.031387947,-0.043398894,0.013269988,0.02904107,0.062916346,-0.089688264,-0.033051707,-0.025882442,-0.007854922,0.0005971772,-0.011073988,0.014814357,0.024635343,-0.03311512,-0.06818429,-0.039850354,0.050942946,-0.003372513,-0.045763027,-0.04864941,-0.00042736658,-0.019632364,-0.047056574,0.025232617,0.025975777,0.038048774,-0.0035039487,-0.015806986,0.0012550976,0.012349058,0.028748205,-0.018418945,-0.047156963,-0.044484865,-0.0404521,-0.00121903,0.040077582,-0.04310025,0.016405407,0.033976708,-0.004416029,-0.03504298,-0.002360535,-0.01236806,0.031879432,-0.025818333,-0.049803656,0.075077526,-0.018305607,-0.0018995978,-0.02067342,-0.018078474,-0.035624076,-0.049655125,-0.07308876,0.058534484,0.018850673,0.02875015,-0.047087334,-0.015559685,-0.0006281605,0.03421312,-0.019417541,-0.00987865,0.0012660482,0.052642424,0.0049786265,0.063679256,0.029414311,-0.05519957,-0.019915173,0.0028345005,-0.008965165,0.0070151933,0.00968569,-0.005665399,0.027833905,-0.002073167,0.032832656,0.049192987,-0.0052910456,-0.009530487,0.031609297,0.012411637,0.053201012,0.054495513,0.0060579916,0.008659633,-0.07829654,-0.041304864,0.04554388,-0.014620852,-0.06552031,0.07823799,0.044855967,-0.022764025,0.035134286,0.040298708,-0.015223131,-0.06444675,0.03342963,-0.03451934,0.03558215,0.018728323,-0.020024529,0.0061176517,0.021108098,-0.0006605202,-0.005640429,0.05211534,0.013987916,0.027690757,-0.008869545,0.014767697,0.036053676,-0.006922428,-0.009799256,0.0282721,-0.00017054749,-0.023292447,-0.0618746,-0.041652005,-0.0249005,-0.029487837,0.06701244,-0.004360237,0.009580673,-0.0008321547,-0.06304074,-0.02553435,0.022979919,-0.019162284,-0.04260109,0.017886879,0.08518626,-0.09733791,0.007543927,-0.04086114,0.046166454,0.023821708,-0.071031965,-0.019387979,-0.023801558,0.0027167215,-0.019144483,0.012852728,0.022057928,0.023889521,-0.036407072,0.07831434,-0.017912185,-0.013320964,-0.017666299,-0.015821423,-0.023033319,-0.026577411,0.11072839,0.02153285,0.02729546,0.0098575065,0.0027024413,0.0063929274,-0.050090436,-0.028248053,0.016429968,0.0057459977,-0.02785134,0.060598426,-0.025228325,0.02412618,-0.014759552,-0.07343259,-0.031073393,-0.00430922,0.031469338,0.0047378335,-0.032138772,-0.016017158,-0.006186746,0.019982649,-0.01587316,0.029625205,-0.019894803,-0.01650914,0.030097904,0.028978258,0.060445342,-0.020944372,0.013464987,0.0024780019,-0.06482096,0.016549896,0.012980459,0.06611392,0.015233113,0.053509492,-0.02247984,0.0115528675,0.042542554,0.026272347,0.03317974,0.0065890215,-0.047478456,-0.017264424,0.006877961,0.022970194,0.026031649,0.040701978,-0.024045965,0.033731796,0.0018269065,0.035849154,-0.04254931,-0.016732283,0.02443923,-0.010421939,0.03653572,0.0342999,-0.0022133791,-0.020989036,-0.021908883,-0.028630555,-0.00078857184,0.011355521,-0.0077818856,0.030914634,0.02727473,0.05651767,-0.0008236593,0.036145158,0.072989985,-0.024396712,0.037334703,0.07437154,-0.024450645,-0.0014302031,-0.017495817,0.0010576223,0.006474806,0.025005609,0.012998832,0.0024953675,-0.06572371,0.036711305,-0.035079073,0.055345938,-0.01809794,0.04187979,-0.05693469,-0.031879667,-0.01207652,0.00025548792,-5.9074858e-33,0.008704747,-0.054487925,-0.023261499,-0.0028193337,0.0045532333,-0.024531534,0.004589006,0.025998414,-0.018363314,-0.02692927,0.03387735,0.012365735,0.022229517,0.015642412,0.0229246,-0.015930492,0.0063491925,-0.0006481695,0.01786939,0.019210584,-0.022563152,0.010165044,-0.03039283,0.006714765,-0.0047825193,-0.019920882,-0.025127606,0.036735106,-0.016878093,-0.00874223,-0.0064408295,-0.04022957,0.008745756,0.06580598,-0.018456522,-0.0015367429,0.0066303774,-0.045949228,0.051494267,-0.038815893,-0.007266728,-0.046270516,0.015509507,-0.050653294,0.008276718,-0.053519532,-0.012970313,0.015901098,-0.03192923,-0.06368911,-0.033177245,-0.0064323074,-0.029082857,-0.025632776,0.0037696264,-0.03130669,-0.01434435,-0.0041606934,0.0243099,-0.051939238,-0.028251862,0.0028944234,-0.03253404,-0.057815276,-0.026591485,0.025070293,0.019876478,-0.0061855703,-0.087477475,-0.029422915,-0.0027215865,0.021705179,0.020236373,0.0016434322,-0.07106489,-0.061267313,-0.034632646,0.04770463,-0.006952316,0.04663858,0.012341304,0.0031695417,-0.059333384,-0.0057499507,0.015228573,0.056431845,-0.031340465,-0.042880096,-0.0007296953,0.042527724,-0.022914728,0.06330757,-0.0394563,0.027417993,-0.0039333985,-0.047558054,0.05921043,-0.0068384456,0.022222852,-0.05580093,-0.015406585,0.07001611,0.007972035,0.04342904,-0.0067895893,-0.016342942,-0.0042280694,0.108701386,0.018576536,-0.006838761,0.03095511,-0.0048947143,-0.01588103,-0.014517613,0.008451619,0.04879747,0.03679839,-0.039262306,-0.005859643,-0.036724895,0.00042306533,-0.013895281,-0.06498107,0.048746414,-0.06492884,0.011284822,-0.01735229,0.07178506,-0.0077218465,0.0126346825,0.0033589005,0.023046209,2.5126414e-07,-0.013291285,-0.013484131,0.084291294,-0.005343439,0.0044114124,-0.05911571,-0.007937121,-0.009356278,-0.0033114797,0.026014578,0.0351391,-0.03712676,-0.03321415,-0.023113288,0.04365066,-0.032574046,0.036636967,-0.0029025741,-0.022817623,-0.04318039,0.13115291,-0.0075391564,-0.041032843,0.0038165518,0.004074574,-0.0072760917,-0.020839786,-0.047262862,-0.030748462,-0.0907892,-0.0193885,0.10701448,0.019856274,-0.02345401,0.0030517234,-0.023256801,0.007480904,-0.002683699,-0.021324351,0.048722092,-0.028591812,-0.063332014,0.007715284,-0.025140109,0.017722704,-0.032678697,-0.009786029,0.10966532,-0.042475376,0.05125315,-0.019193837,0.013455399,0.018895674,-0.008792346,-0.015842935,0.017873125,-0.008755968,-0.01619552,0.014708324,0.0782942,-0.007475282,-0.007847164,0.03800172,-0.010107853,-0.0057491926,-0.0446256,-0.03762983,1.7922506e-34,0.0009259718,-0.05004308,0.01758895,-0.03831217,-0.006555093,-0.03194423,0.01564138,-0.02234086,0.0025073318,0.018705156,-0.025463367,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/pdfs/Believer_UAS_registration_na_10-20.pdf', 'page': 0}","The flight was part of a test programme prior to the start of commercial operations to the
Isle of Wight.
The accident UAS was considerably smaller than the production aircraft but it was
representative in terms of the avionics and communications. It crashed shortly after taking
off because the safety pilot switched the radio control transmitter off before the automatic
flight control system was engaged. Several safety actions have been undertaken by the
operator because of this accident."
-0.0067442623,-0.05671331,0.030016456,-0.02872177,0.0715268,0.034150727,-0.057954006,0.012461142,-0.020611461,0.01648807,0.09705623,0.0090931365,0.04691066,0.038915664,0.06264402,0.058123842,0.022440312,-0.037450347,0.036956433,0.009788826,-0.024084952,0.012222207,0.031230416,-0.0066887466,-0.0019696336,0.0020447217,0.0063072643,0.0152996965,0.012821267,0.0074913125,0.02717363,-0.059091583,0.027322466,-0.0050357105,2.2544232e-06,-0.008514837,-0.03083457,-0.020968888,-0.08406409,0.019101445,-0.01757057,0.014409411,-0.027042568,-0.011970491,-0.00084501086,0.00063921965,-0.017447062,0.07805566,-0.019247416,0.037378997,0.0055559673,0.021906856,0.0053644227,-0.0027833297,-0.03338404,0.016997663,-0.004964299,0.025390074,0.018598516,-0.053637505,-0.006713163,-0.013089192,0.0078011947,-0.048011873,-0.09714684,0.042783767,-0.008671183,0.008458841,-0.018267246,-0.05208265,-0.034956455,-0.009052435,0.018507503,0.019625241,-0.026188044,0.038585503,0.022557126,-0.022996293,-0.041573398,-0.00088516047,-0.008267983,0.01689271,0.0150808245,0.0017642429,0.014672331,-0.05681854,-0.046251733,-0.030051991,-0.043142434,0.04063294,0.05452459,-0.0035929081,0.0017266439,-0.020715548,-0.0066634263,-0.0038313721,0.047784127,-0.06675249,0.003120711,-0.09683268,0.037261516,-0.025510151,-0.026508726,-0.009491649,-0.023361119,0.040421974,-0.03942032,-0.0014777101,-0.0057712556,0.056704503,-0.0052075433,-0.016163057,-0.05035419,0.07312748,0.06437388,0.051245645,0.053003285,-0.036807325,0.020427784,0.036474872,-0.04432063,0.076785296,-0.043163054,0.037315156,0.03234271,0.0022528914,0.035831835,-0.013167601,0.027128795,-0.07319623,-0.020663569,-0.021166967,-0.011387719,0.032767035,-0.052951433,0.03199889,-0.004160388,-0.03441604,-0.11266058,-0.010934444,-0.06838368,-0.032783475,-0.02076742,0.007050309,0.010606607,0.062186543,0.036861848,-0.01700398,0.030567922,-0.047015056,0.003350614,0.0314544,-0.023823945,-0.005205823,0.00914111,-0.013557863,-0.06855611,0.024970641,0.008023881,0.0049448917,0.04133294,0.035273924,0.08644051,-0.018478649,-0.010753634,0.059476912,-0.069931775,0.022518668,-0.018104186,0.032500766,0.05822245,-0.014571091,-0.0006447799,0.041687444,0.025222741,0.004344698,-0.08079529,-0.012772858,0.023273492,0.01569294,-0.028900221,0.01282471,-0.017707072,-0.072277114,-0.062770456,-0.028912975,0.035589073,-0.018605625,-0.045298785,-0.018380085,-0.03968248,-0.022385716,-0.005976046,0.009875229,0.06293682,-0.012654149,0.01523306,0.040261604,0.036044043,-0.031936362,0.0019181188,-0.0087792305,0.04920242,0.02987176,0.013444334,0.045896426,-0.013652759,-0.044466864,-0.00879893,-0.033022247,-0.031788,0.019678,0.06611997,0.04220863,0.0043481155,0.0039757746,0.0017617765,0.030930314,-0.15942034,0.04190975,-0.04751219,-0.045294706,-0.065300226,-0.00055887323,-0.033272635,0.0026836542,-0.028278181,-0.0102065345,0.0006646132,0.04360385,0.023991734,-0.01997673,0.012122924,0.0006608409,-0.009393658,-0.020562822,-0.0029000384,-0.04602685,0.0063367677,-0.048210576,-0.04847595,0.10349597,0.0071862116,-0.03493861,0.011549669,-0.044450294,-0.01730531,-0.0097212475,0.010755082,0.04292202,-0.0037353155,0.01609334,0.033721074,0.017843777,0.03297368,0.007177526,-0.023262687,0.03336388,-0.017091688,0.041494187,0.030552426,-0.02314567,0.010418576,-0.049670655,-0.021148838,-0.013102614,0.06628444,0.019434115,-0.028968388,0.01611758,-0.03913596,-0.013139951,0.013520749,-0.03233101,-0.039069932,0.015729519,-0.063835986,0.02475919,-0.036173604,-0.013546599,-0.015066714,0.0026043807,0.004286408,0.011959197,-0.010442891,0.06450521,0.048005477,-0.05377426,-0.05440239,0.041568384,-0.04233353,-0.025782228,0.009949423,-0.026342424,-0.0014193327,-0.011604954,-0.035570115,0.019399863,0.01842505,0.13154708,0.014578161,0.05439176,0.0051601217,-0.0140639525,-0.0016560869,0.016148714,-0.004809703,0.1056124,-0.027765311,0.0032252038,0.014421956,-0.027765157,-0.009741263,-0.057670824,-0.018614773,-0.032468967,-0.011289332,-0.029934004,-0.044848997,0.032327615,0.01855864,-0.010626852,-0.041064832,-0.026373208,-0.034007024,0.015235985,-0.0009213565,0.011979567,-0.025292968,-0.020326085,-0.029039178,0.0063090506,-0.00027910716,0.018337455,-0.029684141,-0.057151325,-0.02046332,-0.03159402,-0.03817696,0.074369885,-0.02203651,-0.025579238,0.04112718,0.025822965,-0.012135245,0.048936807,-0.012559951,-0.012235749,-0.008964221,-0.059912186,0.035687942,0.0038480274,8.604055e-05,-0.0343878,0.0037534887,0.005003283,-0.03462924,-0.055256873,0.031675834,-0.074504904,0.03060443,0.028990924,0.04540703,0.017839666,-0.03034919,-0.012737328,-0.0052352604,-0.018902585,0.046145726,-0.033144847,0.029186875,0.014355901,-0.0337966,-0.00908058,-0.0040361877,-0.00866793,-0.0026557918,-0.04448746,-0.0654512,-0.0036494657,-0.005318601,0.04287683,0.041644346,0.0070006773,0.060957808,0.033912234,0.026994593,0.04156251,0.036213122,0.011611669,-0.0035327289,-0.044635877,-0.06571073,0.0010323899,0.0072430805,-0.056011353,0.039201535,0.026431084,-0.0025934656,0.04453461,0.035553142,0.01142119,-0.02043571,0.040395703,-0.04294907,-0.002412078,0.0064353794,-0.016746959,0.010263251,0.031027528,-0.032386273,-0.012595222,0.019252794,-0.00659844,-0.023623956,-0.022208266,0.014528126,0.009348372,-0.018193208,-0.0036231244,0.031170359,0.014842743,-0.0026108217,-0.08514223,-0.040232107,-0.026714353,-0.02400546,0.019659152,-0.02130614,0.019888159,-0.025453534,-0.066829,-0.0066701956,0.04582371,-0.015340654,-0.023784727,0.0009852203,0.10558672,-0.064284556,-0.022738801,-0.054537106,0.009152942,0.022391543,-0.011515532,0.051774498,0.03779788,0.01578995,-0.020301547,0.01953864,0.025890304,0.010936938,0.0007814837,0.053457726,-0.03827981,-0.017425584,-0.018985791,-0.00873048,0.031365365,-0.018435178,0.084785804,-0.005862982,0.012538637,-0.024531545,-0.0021540977,-0.021557875,0.028281974,-0.028542308,-0.0023673323,0.015059184,0.003285354,0.07697407,-0.03689668,0.008599016,0.0025782804,-0.05993724,-0.010378332,0.002808082,0.009834328,-0.009937028,-0.008910424,-0.023132004,0.06005168,-0.009629542,-0.0415589,0.034901027,-0.027209423,0.0021324148,0.016860217,-0.00542353,0.07238308,-0.018243816,-0.026621431,0.02868279,-0.049843878,0.015164605,-0.031635847,0.019684631,-0.01753472,0.0030389163,-0.045551933,0.015736558,0.011279192,0.0674273,0.02797307,-0.015856627,-0.036366567,-0.002691519,0.051748607,0.0147704845,0.016494123,0.074927546,0.014903751,0.028253326,-0.042178284,0.0230099,-0.029180419,0.0024502235,0.039184522,-0.006845549,0.038036183,0.010511218,-0.05166902,-0.023333257,-0.005486394,0.025573907,0.03695994,0.027527679,-0.016341614,0.04857417,0.022374757,0.025999801,0.011366068,-0.037033744,0.052413136,0.028775368,0.0028500906,0.06528692,-0.0552265,0.007931762,-0.041088797,0.013688786,0.010789817,0.0062087225,0.012142101,-0.009014386,-0.031333227,0.042974465,-0.00027798561,0.042040933,0.013835666,-0.0013515152,-0.032126896,0.033031974,0.017651157,-0.0148292715,-6.202293e-33,0.020011341,-0.09179094,-0.044777036,-0.020268854,0.023140188,0.015744848,0.0013598426,0.06359973,0.018762529,-0.014394239,0.04142371,0.0367645,0.017697448,0.028909538,0.032363947,-0.021384878,0.02026194,0.029457735,0.0029360966,-5.490887e-06,0.05645592,0.018099746,-0.01462309,-0.03321534,0.012390787,0.0073222728,0.004940544,0.01252287,-0.011084715,0.0141848205,-0.006267076,-0.02104969,0.009944022,-0.031123282,-0.02605617,0.02104025,0.052917503,-0.05214889,0.033541933,-0.01973269,-0.045109898,-0.04072052,-0.00020626005,0.0019608045,0.046203863,-0.06601979,0.0030617877,0.022461481,0.010220004,-0.045268234,0.015133526,0.044800922,-0.03914188,-0.0491214,-0.02713356,0.053585604,-0.04556629,0.0065762275,0.024805957,-0.0095216995,-0.021807145,0.011876255,-0.01690312,-0.08089138,-0.07316045,0.04331071,0.017783957,-0.0066225207,-0.10423219,-0.09255109,-0.054172825,0.015213504,0.029607665,-0.045709323,-0.066686824,-0.028970387,0.035321,0.035825413,-0.045964576,0.05905232,0.033937406,0.012582148,-0.068912044,-0.007959126,0.046490252,0.035312396,-0.008277392,-0.03747125,0.015238898,0.014149169,-0.01484378,0.0240473,-0.01856482,0.0030382038,0.05777346,-0.025316453,0.037028182,-0.0071371617,0.019276902,-0.025098264,-0.015792992,0.033113312,0.009652532,0.031012496,-0.028502418,-0.05621654,-0.0007802243,0.04910098,0.044837937,-0.000112967624,0.05675222,-0.03366781,-0.019131286,-0.009252159,0.049636643,0.06719985,0.028523019,-0.02132481,0.007217993,-0.041194256,0.0066714133,-0.025538972,-0.03602748,0.03996286,-0.08459806,0.016828375,-0.05256223,0.05949371,-0.023510767,0.004178645,0.0008704795,0.0053692833,3.0259923e-07,0.01893441,-0.016211659,0.06368767,-0.011683085,-0.00018749027,-0.006999033,0.003137837,0.0081041735,-0.0001852587,0.014445224,0.029457232,-0.020403692,0.010343525,-0.03428797,0.08262903,-0.019918066,0.038421106,0.041621644,0.007690996,-0.021783806,0.09625868,-0.07101798,-0.027937602,0.0033416282,-0.007574169,0.011237988,0.011823551,-0.020736348,-0.030987535,-0.116833106,0.013993996,0.08867486,-0.037545405,0.0048981644,0.007738717,-0.027004512,0.037215505,-0.0024275687,-0.046359442,0.039289057,-0.0105791865,-0.03168506,-0.016264904,-0.0051746825,0.031772558,-0.04017141,-0.027441997,0.075368084,-0.026135596,0.08487729,-0.034496162,0.03253946,0.020668173,0.011148054,-0.02744112,0.047702096,-0.017527802,0.005902037,0.03397767,0.10673672,0.021619761,-0.020254048,0.019223208,-0.031400934,0.01906849,-0.018121101,-0.07397542,1.8571185e-34,-0.0254396,-0.060040176,0.013836776,-0.04792033,-0.01093647,-0.05041414,0.0022118504,-0.029896697,-0.0053469404,0.012972604,-0.007980317,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/pdfs/Velos_Single_Rotor__UAS_registration_na__04-20.pdf', 'page': 0}","The single rotor UAS was being flown back to its landing site when it pitched up,
uncommanded, and lost control. Assessment of the UAS flight data identified that an ESC
fault caused one of the UAS’s motors to run down. The increased load required to maintain
the aircraft in flight depleted the battery power rapidly, resulting in the loss of control. The
telemetry screen, that would have alerted the pilot of the ESC failure, was not in the pilot’s
field of view."
-0.04882505,0.023945212,0.020039381,-0.043338217,0.012388783,0.0019484906,-0.019742796,-0.016399926,-0.088088304,-0.021720102,0.08654224,0.033236388,0.028371958,0.020980645,0.015984904,0.036456224,0.0231907,-0.071988806,-0.0053693657,0.001973887,-0.044445954,-0.03579793,-0.017082704,-0.03872156,-0.024717638,-0.0009897031,-0.038932815,0.029570647,0.030964933,0.0074647875,0.024257978,-0.011707847,0.04846084,0.021106688,2.0182051e-06,-0.022138271,-0.05347672,-0.013248614,-0.051027976,0.044311393,0.011451676,0.029302489,-0.05743278,0.037916467,-0.0028080181,-0.022416897,-0.023200786,0.054995023,-0.009406744,0.075440586,0.011687312,-0.012865179,-0.003138893,0.00042957047,-0.030836748,-0.048759904,0.0024687897,0.049371995,0.0044708466,0.012991052,-0.010735523,-0.045895282,0.023878781,-0.024621671,-0.090608194,0.040393732,-0.018159237,0.013948939,-0.044009287,-0.017321303,-0.014640828,-0.014572604,-0.003101348,-0.0056427293,-0.037902314,-0.012799936,0.027252164,-0.00943549,-0.0492691,-0.0019772775,-0.008124331,0.008292393,-0.0031014949,-0.009539811,-0.015834283,-0.031931583,-0.02903394,-0.01590934,-0.024941666,0.0223054,0.09742561,-0.03989291,0.0030090774,0.0095395725,-0.017058104,-0.006451436,0.008889103,-0.01122125,0.030020848,-0.0014220814,0.042984772,-0.015235496,-0.011296222,0.014203723,-0.026717883,0.012518659,-0.060619675,-0.015672902,0.015422644,0.08161059,0.039106444,0.0035817144,-0.022894477,0.034669437,0.05206598,0.053572174,0.08348193,-0.0029815172,0.014623696,0.01852039,-0.033049047,0.056884248,-0.0273239,0.0054169563,0.031202568,-0.064596765,0.019763617,0.024009008,0.011011265,-0.024680957,0.017634999,0.013299301,0.02467953,0.014183828,-0.05472317,0.09301213,-0.007137013,-0.018382661,-0.036735706,-0.048030782,0.009439969,-0.0056152754,-0.031577587,-0.043597326,-0.0093184365,0.0043975026,-0.023298355,0.015929257,0.03014897,-0.0028975792,0.004173082,0.033899102,0.010964189,0.0071113026,0.0012532785,0.031177033,-0.016001878,-0.007630583,0.012212168,0.054645736,0.012729179,-0.0016239315,0.06517595,-0.005259128,-0.021518381,0.03412594,-0.03361771,0.038402345,0.0099142855,0.06698185,0.04600258,0.0018184355,0.011038596,0.06680113,0.018119225,-0.0676069,-0.05046832,0.015174624,0.014070937,0.024802541,-0.016279947,-0.02438327,-0.023499683,-0.055338737,-0.09746026,-0.031357806,-0.014120452,0.046777256,-0.018682336,-0.053635325,-0.043640684,-0.043865185,-0.019507675,0.017966136,0.012605542,-0.0016188157,-0.016479898,-0.0974697,-0.012809403,0.011345142,-0.016099153,0.025974287,0.04462847,0.0077649355,0.011954064,0.0010662192,0.0018150245,-0.050083824,-0.05468516,-0.013081429,0.0035724104,0.027479164,0.04095235,0.036715902,0.010034898,0.0030456365,0.018375587,0.009864936,-0.07113961,0.032011263,-0.031508815,-0.0012593803,-0.06445583,0.0010342009,0.029771777,-0.036173917,-0.02133619,-0.01079458,0.007255984,0.037334483,-0.013166577,-0.022759123,0.019518266,0.009640034,-0.057579305,0.009139977,0.038418338,0.008386444,-0.0038523637,-0.062409613,-0.03258498,0.07183041,-0.006996289,-0.048235416,0.024490971,-0.008329879,-0.010830405,0.022441437,0.036028676,0.039574526,-0.020779489,-0.021080354,0.034068074,0.011600135,-0.01215818,-0.020516487,-0.065450236,0.019223487,0.004239585,0.0147238765,0.07187004,-0.029534966,0.00689646,-0.0075120744,0.029498253,0.026862225,-0.011387886,-0.0023902734,-0.027237818,-0.00048759233,-0.020888401,0.0132828895,-0.0024645189,-0.05070621,-0.004755466,0.026538178,-0.004877019,-0.025821324,-0.039255533,0.0042552482,-0.03503712,-0.004288964,0.009382103,-0.024749473,-0.0308253,0.03005457,0.055716667,-0.07455801,-0.07175727,0.056148104,-0.052950274,-0.056722723,-0.0070644147,-0.026388675,0.010046104,0.022813316,0.0045078187,0.034022115,0.017726546,0.08565496,0.017926656,0.036514394,-0.021648265,0.014494848,0.012506463,-0.04148039,0.03565981,0.05998824,-0.062454976,-0.032789554,-0.032914605,-0.009202092,0.0669906,0.021576324,-0.021927496,-0.031615157,0.034617003,-0.03785095,-0.024956726,0.03812722,0.019038592,-0.017841905,-0.028191213,-0.013415206,0.010178693,-0.0023183518,0.033067334,0.029219072,-0.0068294466,0.022971341,-0.020255422,-0.022734405,0.012306693,0.021161446,-0.000422255,-0.022643557,-0.022790747,-0.05274146,-0.04480315,0.053940278,-0.02336264,-0.030194746,0.00399146,0.017771836,0.0037556654,0.022944614,-0.05262357,-0.022127403,0.09935446,-0.074538246,0.009932073,-0.015177961,-0.005390799,-0.015052777,-0.009772864,-0.008177018,0.0063456874,0.0119692525,0.06366036,0.026616575,-0.021482376,-0.02832265,0.019821618,-0.010316651,-0.031640068,-0.014559758,-0.019050576,-0.013870777,0.011076108,-0.0051898053,0.069738396,0.012202063,-0.020261707,-0.07425735,0.0021772443,0.008174369,0.00092343945,-0.023590932,-0.045986056,-0.002465426,0.013387763,0.020927923,0.023093933,0.00076087087,0.027551081,0.043239024,0.0037404436,0.061727468,-0.007231542,0.024324832,0.029940046,-0.017585574,0.00029087396,-0.037875935,0.0015343874,-0.024791367,0.027224844,0.040426105,0.035765816,0.055704497,0.024573429,0.038794022,-0.048566207,0.011861323,-0.04905711,0.029740155,0.020541921,-0.031875223,-0.032226365,0.050534848,0.030627867,-0.012876142,0.08621056,0.010381775,-0.055022072,0.02210898,0.042055417,-0.009538731,-0.048756436,-0.05946579,-0.016535884,0.006376473,0.01444672,-0.07824689,-0.00484762,-0.02880051,-0.04726924,0.0035933075,-0.06315202,0.00011087182,0.0041148206,-0.113565296,-0.015657766,0.016937802,-0.023538807,0.033825323,0.0005663798,0.072346084,-0.083858274,-0.048395354,-0.09159617,0.04112498,0.04339834,-0.00690953,0.022563664,0.011396388,0.028548498,-0.07159072,-0.0043475265,0.070139885,0.04694923,0.021708105,0.095714055,0.010251062,-0.03758972,-0.008925152,-0.017655786,0.020436643,-0.0360697,0.13319363,0.06639574,0.02668196,0.012443247,-0.005363481,0.024470663,-0.046841916,-0.00932724,0.0070966827,0.017768495,0.0028051422,0.053949565,-0.008301922,-0.015421815,-0.023792649,-0.03720454,0.010934766,0.002221033,-0.040577907,-0.027518896,-0.030104818,0.047166813,0.07625455,0.041583523,-0.01853464,0.0072296634,0.0058295582,0.02717744,-0.0058438526,0.03433609,0.06933472,-0.030976178,-0.015432428,0.010589674,-0.0036164096,0.015595872,-0.024830252,0.06165808,-0.012817031,-0.0015135162,-0.013013163,-0.040112317,0.017484732,0.016961154,0.047445502,0.0109362705,-0.0020574813,0.016640516,-0.010113463,-0.0016694021,-0.001969577,-0.016204925,-0.015562213,0.022799553,-0.08766198,-0.0073755705,-0.034974236,0.004015787,0.06528509,-0.024974251,-0.0004175206,0.03656496,-0.032221794,-0.05072794,-0.026851699,-0.010690413,0.04293016,0.018572712,0.0015107259,-0.00024327,0.030159822,-0.0026823413,0.034522336,-0.0024122675,0.05806178,0.015035882,-0.0022872451,0.11155837,-0.009181771,0.0014609781,-0.05159178,0.015112869,0.0109903645,-0.034334134,0.040182807,0.045083165,-0.07031998,-0.019907637,-0.023036785,0.0494664,0.019238561,0.025225857,-0.018003495,0.027216807,0.050616708,-0.0040102312,-5.84857e-33,-0.012672799,-0.061158825,0.010148125,-0.043663092,-0.031298406,0.0015632258,0.03597437,0.05743456,0.0035632632,-0.026180008,-0.015097125,0.03868382,0.014110409,-0.012586392,0.04166002,-0.013589753,0.0030045598,0.021675477,-0.013134171,-0.032323387,-0.008468719,0.010869534,0.010794303,-0.06057342,-0.022468792,-0.0071233916,0.0003391684,0.028543727,-0.03989373,0.019199202,0.0096798735,-0.027500754,0.011638122,0.042050816,-0.049633473,-0.03341876,-0.03252359,-0.084162764,-0.020373564,0.032461904,-0.0106371315,-0.07176352,0.038680978,-0.0049084374,-0.021447426,-0.0671681,-0.005294443,0.04373072,-0.0059709963,-0.02493688,-0.037976798,0.018245753,-0.0033718408,-0.052795723,-0.03256639,-0.0045439885,-0.0072606704,-0.019808222,-0.023286404,-0.044438682,-0.01992433,0.010779236,0.021311041,-0.08966941,-0.0051670577,0.034543622,0.003282497,0.011124987,-0.06818008,-0.10385885,-0.02099105,-0.021454763,0.0047412524,0.021307178,0.052367125,-0.028776586,0.017851133,0.0120531935,-0.0076302155,0.07548337,0.004450677,0.023123257,-0.04700154,-0.019605001,0.050046027,-0.020183532,0.0103362445,-0.014320933,-0.00084168016,0.03179941,-0.019089013,0.01558076,-0.032303013,0.023403049,0.08989909,-0.031185843,0.0034406863,-0.020700485,0.012505681,-0.0012709623,0.015003662,0.0038344916,0.0065040006,-0.044111054,0.032062657,-0.009151415,-0.056037188,0.08833196,0.0186563,0.007414354,0.007519871,-0.05331133,0.008759152,-0.031816144,0.06492042,0.027079714,0.020347115,-0.031713396,0.03176003,-0.028655123,-0.008572068,0.0048522665,-0.01926188,0.02868843,-0.021061629,0.00090016174,0.05277599,0.010334023,-0.052095864,-0.0428176,-0.046068624,0.060052916,2.8098364e-07,-0.002129864,0.05345821,0.080207385,0.020412331,0.04800219,-0.0030733233,-0.0097229695,0.009700027,-0.011872025,0.038543634,0.060191475,-0.045949742,-0.031068383,-0.008069148,0.08086871,-0.0035612273,0.092257,0.011278974,-0.031053446,-0.07692381,0.09178849,-0.037818853,-0.042215303,0.0064824196,-0.008943391,0.010665918,-0.021524735,-0.037869968,0.017343093,-0.0917999,-0.02780251,0.048472993,-0.018093271,-0.014177868,0.000564327,-0.048199583,0.06853558,0.026298221,-0.049294475,0.04638158,-0.00081605575,-0.07504699,0.002470936,-0.01286926,0.009237537,-0.012101087,0.010429863,0.059337188,-0.039181203,0.018819025,0.018535793,0.05510271,0.07504024,-0.0028561463,0.0007562539,0.06573848,-0.013646778,0.026280914,0.03729092,0.11323964,-0.010138079,-0.003279426,0.049919453,-0.000526771,0.013573692,-0.044001933,-0.056999713,2.046547e-34,-0.012837828,-0.049253102,-0.008171911,-0.0405929,-0.03153479,-0.0073000193,0.025626753,-0.032508247,0.021404782,0.025604594,-0.028193764,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/pdfs/Quest_Q-200_UAS_None_12-17.pdf', 'page': 0}","The unmanned aircraft (UA) was surveying a foreshore close to a construction site using a
flight plan of pre-programmed waypoints.
During the flight the UA was affected by a change in the wind that resulted in it flying larger
than normal turns. This caused the UA to overshoot its downwind waypoints and fly over the construction site. During one such overshoot the UA began to descend, as programmed, and collided with a crane on the construction site about 250 m inland.
As a result of this accident the operator made several changes to its procedures."
-0.0043220227,-0.011957566,0.045261968,0.013487719,0.067352705,-0.00034621998,-0.050835397,-0.023101464,-0.073380224,-0.006406233,0.037122037,0.026344212,0.079961956,-0.006601022,0.037146304,0.004973372,0.05206805,0.00016737262,-0.016094081,-0.001651575,0.001589114,-0.012509504,0.012590904,0.01283442,-0.025820062,0.03757066,0.006950281,0.0031772181,0.059701372,0.009849405,0.045284655,-0.016309228,0.018879337,0.050586727,1.7450685e-06,-0.009607337,-0.006210152,-0.0013924929,-0.058176942,0.0018120693,0.010403324,0.07046878,-0.00030417228,0.018809212,0.011184844,0.0103693465,-0.005944634,0.018816644,-0.017377285,0.068145804,0.0064803855,-0.02517402,0.030938298,0.011114513,0.023199193,0.026198827,-0.024714855,0.04712049,-0.05137052,-0.09933629,-0.03047888,-0.04528997,0.014893028,-0.040712852,-0.07976018,0.03582477,-0.05550645,0.055827357,-0.04534413,-0.07313232,-0.032837525,-0.036094613,0.0027828924,0.008258474,-0.046757393,0.003746662,0.035623256,0.022724114,-0.081186235,0.01330175,-0.0018945262,0.021158211,0.03444451,-0.00950139,-0.0025094976,0.039253905,-0.035693273,0.0008387627,0.01717624,-0.019243907,0.017679617,-0.029115241,0.020957751,-0.025198206,0.00029991067,0.02801098,-0.02622203,-0.068940416,-0.0017840499,-0.090286896,0.0042254645,-0.040031746,0.05393226,-0.007778418,-0.01756909,0.003181673,-0.0023538535,-0.024715392,-0.026511084,0.020628527,-0.011741839,-0.05385839,-0.0059105423,0.033377487,-0.008137935,0.035352122,0.028879356,-0.03609298,-0.030506434,-0.009364106,-0.045737036,0.06606191,-0.051450804,0.0010189059,0.015630648,0.0074807033,0.05150353,0.023679994,0.011740056,-0.06377398,0.030184453,-0.0026040077,-0.02645694,-0.0057712505,-0.07572328,0.076945424,0.020150073,-0.01732679,-0.11227358,-0.0078706965,-0.00903405,-0.006015743,-0.034485307,-0.0120918825,0.0070889257,0.040486716,0.035278026,-0.025776735,0.0336803,0.020795831,0.026414009,0.044149455,-0.015317572,0.021762969,-0.024265751,-0.015594766,-0.074244104,-0.0002503585,0.024993442,0.02493446,0.024414659,-0.013835947,0.07540459,-0.018552793,0.018917724,0.03146772,-0.009372206,-0.0074120755,-0.05170938,0.0072831293,0.011171863,-0.030194445,0.022119882,0.09288029,0.007476591,-0.070393495,-0.043894444,0.04222426,-0.033188816,-0.0051724496,0.021103745,-0.031466894,-0.019500874,-0.06415907,-0.08146932,-0.029627629,0.040172752,0.018252717,0.002643621,-0.040949307,-0.02206,-0.048818517,0.04274913,0.022663793,0.001675735,0.010437829,0.031839248,0.028667683,0.0413319,-0.0015863281,-0.0119536845,0.015250056,0.05988357,-0.037304696,0.010837329,0.015179299,-0.013867245,-0.018583758,0.02106085,-0.060626026,-0.047255978,-0.012857052,0.05243916,0.019783232,-0.0027391163,-0.03408047,0.0077638333,0.031413678,-0.14001586,0.05878815,0.006081909,-0.016687816,-0.04452174,-0.008072573,0.014720433,0.046544727,-0.021040643,-0.004877847,0.011905099,0.050266515,0.013937812,-0.026955137,-0.0038344518,-0.030416137,-0.020609437,-0.050754867,0.028214008,0.029397007,-0.0033514749,0.002757572,0.011494958,0.08141903,0.020528901,-0.040003438,-0.008408084,-0.021417346,-0.0007542867,-0.032454055,0.005679319,0.042279284,0.0031686588,-0.0289655,0.016544294,0.028308898,0.0012299966,-0.00015625796,0.025912067,0.052894697,0.01423258,-0.0017048786,0.104747064,-0.034940254,0.0040222905,-0.01340793,-0.054251228,0.01580873,0.08446556,-0.026328154,-0.017917115,0.019216549,-0.020651517,-0.004230402,0.06681165,-0.023645809,-0.011607815,-0.006853613,-0.03364718,0.0013262971,-0.052449446,-0.010522449,-0.038539123,-0.00767713,0.010840381,0.022124043,0.00068430294,0.04302197,0.030788442,-0.0021477304,-0.07591905,0.05975831,-0.08601584,-0.035063084,0.012395123,-0.029396776,-0.009107486,0.003018791,0.02440858,0.024300376,0.06610508,0.077577375,0.033258572,0.039347943,-0.023801941,0.0052947416,0.038723513,0.0020223886,-0.0031749306,0.07133204,-0.032514844,-0.018288365,0.011301753,0.006922819,0.00022609571,0.007898645,-0.020519191,-0.017422039,0.036126215,-0.013877053,-0.01829398,0.076843426,-0.00663974,0.007136859,-0.024281079,-0.026519429,-0.010158001,0.0056405542,-0.00659751,0.012552696,0.024911394,0.010590881,-0.005642068,-0.021693563,0.05773285,0.014720185,-0.019019721,-0.066988364,0.040825985,-0.05330704,0.016030502,0.059087347,-0.026783444,-0.0045479885,0.009825343,0.01026135,-0.018742207,0.019892517,-0.014981404,-0.075076565,0.024658294,-0.098544896,0.036927477,-0.011753552,-0.0015763226,0.0041661607,-0.025459522,0.01753561,-0.018110622,-0.06208612,0.05500705,-0.011145109,0.025097646,-0.015155977,-0.018749794,0.00036090004,-0.051865503,-0.040651966,-0.06862722,-0.01821493,0.039368898,-0.050155904,0.013786937,0.007445812,0.0004714998,-0.031793848,-0.006956057,-0.0021811707,0.02578535,-0.03591846,-0.045961708,-0.026073415,0.048717923,0.019630168,0.028415078,0.009792912,0.057793636,0.034088295,0.057625446,0.037588242,0.0029751358,-0.029693479,-0.013293522,-0.0011289507,-0.0692928,-0.02287447,-0.011373548,-0.063337915,0.044840544,0.0658547,0.025795063,0.07884595,0.052022528,0.003743521,-0.018126361,0.0077635236,-0.065782815,-0.010622941,0.0703228,-0.012186401,-0.02820498,0.032272305,-0.02495609,0.026212433,-0.01915522,-0.02566788,-0.059445567,-0.004045673,0.03650113,0.027499354,-0.024671631,-0.004744913,-0.017499866,0.019396586,0.015527829,-0.07730533,-0.045823008,-0.03819316,-0.09995737,0.0376775,-0.017571364,0.003197043,0.025370093,-0.037733372,0.015783243,-0.002671752,-0.020575732,0.023655253,0.018205823,0.12576412,-0.028158825,-0.02479078,-0.03949286,0.0121646,0.006357998,0.021613194,0.07437937,-0.006577972,0.04817348,-0.040083528,-0.009176076,0.06037277,0.016022574,-0.021357682,0.032359045,-0.0050941473,-0.027841603,-0.0042631775,-0.02304017,-0.00085254025,-0.013371437,0.11032584,0.03940554,0.009532653,-0.00078169693,0.008610957,-0.007601964,-0.009572932,-0.032904483,0.0022142387,-0.0036844932,-0.023153279,0.057331797,-0.010793307,0.008040029,0.01517116,-0.052139156,-0.0066009443,-0.009469892,0.014682772,-0.021743769,-0.03084667,0.012276708,0.018855955,0.00805645,-0.052100815,-0.007835212,-0.02418671,0.038411763,-0.00031501538,-0.043220468,0.014573808,-0.03028741,-0.0022953807,0.00691523,-0.03346927,0.058050707,-0.03767484,0.052384637,-0.010889117,0.026450168,0.019370904,-0.025042493,0.0018495714,0.03812413,-0.010077244,-0.011423651,-0.024298318,-0.033206772,-0.03701111,0.02645218,-0.035695616,-0.012081517,0.035664346,0.037707113,-0.025995277,-0.015433198,0.0025090857,-0.029953929,0.038492765,-0.033344515,-0.019695302,0.025985435,-0.051341016,-0.054460306,-0.0074637416,0.03642382,0.08576332,0.028594887,-0.0067950226,0.079663225,-0.0020679613,0.036061507,0.008540028,0.00786649,0.07018895,0.04786899,0.06714555,0.047256526,-0.012380301,0.020461079,-0.059265397,0.011283108,-0.017393721,0.041029003,0.0103184655,0.0024227994,-0.05335129,0.03660254,-0.012307411,0.07993001,0.01846043,0.0069154124,-0.02730692,-0.026622444,0.037878413,-0.036043677,-4.7746994e-33,0.0018363593,-0.058861736,-0.02505385,0.027427351,-0.057228494,-0.010958389,-0.012887644,0.06715247,0.04256635,-0.0018944038,0.039906166,-0.006889024,0.0018565325,0.0035375392,0.014341025,-0.008427055,0.0470942,0.023409687,0.0037982708,-0.033300966,0.029701281,0.039380666,-0.01845151,-0.003991328,0.015997922,-0.030207029,-0.015104744,0.018085849,-0.044282053,-0.0018689847,-0.0260235,0.008572419,0.008987527,0.007908788,-0.047668803,-0.011827791,0.051067337,-0.04703948,-0.028029501,-0.0014237062,-0.029875731,-0.035304807,0.026637992,-0.024876313,0.013613783,-0.0109172035,0.0045431475,0.026435547,-0.02120744,-0.059985455,0.017827699,0.020887705,0.0039812024,-0.068715066,-0.010754257,-0.02539132,-0.022059841,-0.0034330187,0.08719895,-0.06102977,-0.032812692,0.020318674,0.017420292,-0.034757078,-0.04728196,0.05957787,0.021163965,0.019590693,-0.10611635,-0.009844474,-0.016199403,-0.010543249,0.027436303,-0.023086054,-0.0057762736,-0.0056008566,0.017767541,0.008973621,-0.040045615,0.10406403,-0.02264824,0.025182007,-0.016799325,0.0029553538,0.045552034,-0.019583508,0.0063861734,-0.083971925,0.0008971178,0.0021733246,-0.044070426,0.013617628,-0.026158467,0.006588357,0.07071738,0.034454245,0.053123593,-0.039880805,0.012831367,-0.013141917,0.024866823,0.040773872,-0.042680763,0.0045827045,-0.018724373,-0.014348201,-0.066205084,0.014088491,0.09086132,0.013334585,0.043648366,-0.02639625,-0.058282677,0.04529558,0.022495544,0.06516909,0.028935371,0.009380196,-0.004976661,-0.06255438,-0.026692064,-0.012205862,-0.022831922,0.042256724,-0.05153671,-0.046263434,-0.03503274,0.026928341,-0.08048705,0.0016234578,-0.047044147,-0.0007714294,2.610713e-07,-0.01305358,-0.028253822,0.014896991,-0.03447124,-0.004131026,-0.02322416,-0.027108064,0.0048348606,-0.038775384,0.02514607,0.010457592,-0.048965517,0.029006174,0.0054146363,0.04226966,0.0049938564,0.006572545,0.061520696,-0.009721906,-0.03830285,0.02096502,-0.032475077,-0.010393577,0.022555713,0.02038649,-0.0110877585,0.008114015,-0.017368667,-0.030198656,-0.07108524,-0.0348073,0.11011977,0.0041271774,-0.022027003,0.018752167,-0.010281645,0.052139785,-0.007983008,-0.0002986682,0.0016327961,-0.018946204,0.034093488,0.008552709,0.030796992,0.02204178,0.027380684,-0.0023917612,0.05964079,-0.011457391,0.0642094,-0.023019008,0.012727082,0.043792605,-0.044236958,-0.04990339,0.036052737,-0.032343958,-0.0011030807,-0.007019425,0.05740963,-0.012669677,0.009270899,0.0052556084,0.014571844,0.016971279,0.042574577,-0.0267635,1.3807203e-34,-0.042309422,-0.09646545,-0.00022444992,0.010593468,-0.027666686,-0.026686562,0.04417676,-0.027892398,-0.028022304,0.023476945,-0.020952716,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/pdfs/Yuneec_H520__reg_na__09-20.pdf', 'page': 0}","The aircraft dropped to the ground from a height of 15 m when power was lost to the electric
motors even though the battery’s energy level (State of Charge) was 97.7%. The wind
conditions were turbulent and an investigation by the Unmanned Aircraft System’s (UAS)
manufacturer concluded that the probable cause for the power loss was that the battery had
become loose in flight."
-0.018019225,0.046989884,0.014843743,-0.023575768,-0.011634804,0.0012052666,-0.0011578014,-0.024787107,-0.071873516,-0.004836963,0.073917925,0.055974595,-0.003018543,0.02618019,0.0031561726,0.06828042,0.042032313,-0.031321276,-0.0031428575,-0.0042001964,-0.0686084,-0.016385047,-0.030616337,-0.0344578,-0.049711436,5.7356556e-05,-0.04626806,0.015258587,0.022619508,0.017470242,-0.00064763846,0.013009787,0.037272003,0.04086871,1.8558519e-06,-0.03194301,-0.045086414,-0.0060638133,-0.04197759,0.028106254,0.0149045745,0.06299479,-0.034765054,0.025920384,-0.008627813,-0.07023701,-0.013458178,0.047368348,-0.04706792,0.079089805,0.008911224,0.030081844,-0.02465085,-0.033337273,-0.03876534,-0.02189509,0.018836347,0.034508307,-0.0044798665,0.007337597,-0.012494902,0.01511326,0.02978398,-0.017929943,-0.045877557,0.05481252,0.0072393743,0.002962001,-0.03016048,-0.042908322,0.011195525,-0.016653735,0.034515418,0.0046771276,-0.03606772,-0.030805858,0.02471554,-0.005961133,-0.036301993,-0.018080177,0.025912222,0.011710206,-0.014559717,-0.01638757,0.016864501,-0.03536615,-0.019540949,-0.00027151644,-0.058784552,0.03761218,0.115352325,-0.036183123,-0.0028099716,0.027807292,-0.019710487,-0.009037366,-0.006346438,-0.005131722,0.015467211,0.009704672,0.016481604,-0.0037978445,-0.04914221,0.020183675,-0.034007195,-0.0020382716,-0.033314243,-0.006415824,-0.010293493,0.09500229,-0.0069915713,-0.008520072,-0.03592007,0.046643797,0.03931556,0.030009612,0.09733383,0.036863293,0.003599088,0.014384071,-0.052859347,0.027443908,-0.046964273,0.032739893,0.0423133,-0.0849917,0.022144293,0.040785063,0.008023354,-0.021419356,-0.0029685844,-0.0012264703,0.050351813,0.02558866,-0.059927538,0.13743638,-0.0073034037,-0.04467366,-0.010828281,-0.05530042,0.01731932,-0.00066335185,-0.03862709,-0.024298515,0.015992083,0.020171598,-0.010056279,0.019046897,0.003332154,0.011034375,0.0042865966,0.032661796,-0.018810123,0.0111040175,-0.007691918,0.008669236,0.017995207,0.04442025,-0.008981223,0.004372278,0.04961598,0.037060257,0.03728201,-0.018935261,-0.02407262,0.03167203,-0.034802277,0.026698561,-0.03514427,0.02136673,0.03079148,-0.046371136,0.016853984,0.075778805,0.020022534,-0.042567592,-0.05465983,0.034281783,0.014584899,-0.012467944,-0.04044547,-0.003857999,-0.019252932,-0.04524099,-0.096597604,-0.029076463,-0.03658809,0.031109935,-0.01925015,-0.043644592,-0.009667526,-0.022451486,0.009932985,0.015291039,0.026662156,-0.009322606,0.009582386,-0.084212676,-0.02673161,0.025321966,0.0023870664,0.031952385,0.04370062,-0.018019633,0.017089948,-0.0070435926,0.03179575,-0.04524259,-0.027038382,0.013676409,0.032637257,0.013446185,0.048533797,0.05527717,-0.03781176,-0.02667994,0.020120341,-0.0074148346,-0.07087128,0.031149292,-0.041921597,-0.0041959984,-0.030104706,0.016099066,0.0095480075,-0.051539186,-0.022026949,-0.0022748096,-0.0067336643,0.020122133,-0.017954383,-0.029214872,0.02961848,0.021112878,-0.030016871,0.017348303,0.020878788,-0.019646632,-0.020937512,-0.08935646,-0.030652462,0.0656144,0.00808126,-0.04194399,0.036575954,-0.05359233,-0.0077867834,0.02212425,0.0297306,-0.0023681074,-0.029436678,-0.029814066,0.02776196,0.00042631745,-0.00433152,8.7941306e-05,-0.07788506,0.033139948,0.031830322,-0.020252718,0.11850562,-0.028908003,0.0093304785,0.004504437,0.03428364,0.004627276,0.014213286,-0.009060735,-0.037180215,0.0060173264,-0.044420786,0.023286557,0.011712527,-0.033471934,0.00025075406,0.042020336,0.011032503,-0.041737027,-0.030075684,0.012450203,-0.015092534,-0.00025031745,-0.0041194013,-0.011843781,-0.019490084,0.016270464,0.06211773,-0.029993845,-0.07974922,0.068364106,-0.07251772,-0.031714395,0.015033941,-0.039581396,0.013029898,0.011762953,-0.019853389,0.067304306,0.0067263055,0.07073595,0.02818355,0.015083515,-0.011810012,0.0006806303,-0.024290545,-0.011825636,0.03897229,0.059390977,-0.044666648,-0.010546027,-0.0078432765,-0.0053555304,0.007381858,-0.028368983,-0.03911117,-0.049275324,0.030318175,-0.02254917,-0.05035483,0.038739607,0.005865781,-0.016599556,-0.018339248,0.01704534,0.0077824597,0.007381224,0.038536314,0.02435731,0.032223586,0.03464225,-0.00837691,0.005329683,0.002048337,-0.020736735,0.03843666,-0.025190441,-0.033069186,-0.021316491,-0.053198233,0.043091454,0.00082925067,-0.03605473,0.00227194,-0.007741029,-0.021810984,0.028547158,-0.043615196,-0.04368076,0.04944906,-0.067981414,0.037106823,0.027164457,-0.015049364,-0.024694324,-0.034339342,0.024594633,0.03458646,0.00013842466,0.040067006,0.010331876,0.009244567,-0.0041177254,0.046789613,0.01856068,-0.020073865,0.018779797,-0.026071211,0.024129543,0.021090262,-0.015327923,0.06639352,0.031099785,-0.020974237,-0.07912741,-0.0030489669,0.039071046,0.018597636,-0.019784905,-0.076004505,0.028957756,0.010158044,-0.021373075,0.002634427,0.0046838466,-0.008924275,0.00640716,-0.009764561,0.029485537,-0.00057687075,0.0351489,0.0007488149,-0.049998302,0.012345214,-0.034130543,0.010866162,-0.042708475,-0.05287661,0.04822706,-0.008325659,0.063092306,0.033673022,0.07911964,-0.07328862,-0.026292471,-0.0099989,0.040235907,-0.002336324,-0.033522468,-0.04973673,0.0978559,-0.019955123,-0.017124074,0.060616385,0.009483437,-0.0028483388,0.017438369,0.024607219,-0.0038192736,-0.060456984,-0.056475352,-0.022282517,0.011387535,0.038268603,-0.038695738,-0.000547067,-0.028790584,-0.028090632,-0.012982528,-0.0378665,0.020228956,0.00046847636,-0.0761635,-0.017305935,0.003122694,-0.041096315,0.02096193,0.010777044,0.007908086,-0.13010755,-0.049922958,-0.09366693,0.07616456,0.027716158,-0.023429994,0.029929109,-0.033994883,0.04073662,-0.096109524,-0.014315401,0.03822883,0.012950669,0.00020528899,0.09919096,-0.005934121,-0.03907069,-0.031361718,-0.0042813374,-0.004194401,-0.04194091,0.11120517,0.031156953,0.0376669,0.026261514,-0.00453796,0.044912275,-0.01675102,0.016346563,0.0009865592,0.054263245,-0.0027356695,0.005548426,-0.01420729,-0.011113523,-0.03727146,-0.05293975,0.019595481,-0.0047151353,-0.055446796,-0.05729836,-0.031264797,0.04259352,0.046548508,0.026698,0.013202179,0.0011532543,-0.017439907,0.04116212,0.016892172,0.02629372,0.03380307,-0.059868954,0.020899765,0.008268701,-0.0037957602,0.004744804,0.008280953,0.052696314,-0.03716639,-0.009521629,-0.012821509,-0.03934927,0.061241332,0.020102106,0.052613232,0.01936893,0.003882667,0.010939685,-0.0220157,0.015266588,-0.0135133555,-0.008357598,-0.022535227,-0.012847277,-0.076407075,0.009879665,-0.048218254,0.013584943,0.0070646456,-0.006463176,0.016715793,0.039349325,-0.0280885,-0.06212485,-0.018276783,-0.026353866,0.016067354,0.009967827,0.014843912,-0.001299419,0.06153956,0.016965041,0.026947213,-0.03371307,0.08971365,-0.026556429,0.018734451,0.126961,-0.007587404,-0.0031357326,-0.035408247,0.028275207,0.0043996414,-0.018952983,0.026499417,0.055740215,-0.07674574,0.0021865128,-0.009652233,0.037862908,-0.0026496574,0.010119449,-0.0133067975,0.04579061,0.04236839,0.028638469,-5.9137615e-33,0.013660278,-0.062054314,-0.010455159,0.0013222883,-0.03496866,0.051573996,0.013539436,0.035003915,-0.011899561,-0.021258002,0.03449531,0.0117079755,0.0052210786,-0.010543113,0.07549257,-0.038072195,0.01601678,0.019780478,0.009276383,-0.009454204,-0.022041477,0.011512643,0.0033659667,-0.030987417,0.0018201368,-0.017532578,-0.020854142,0.0060702176,-0.018876825,0.012960371,0.0047080955,0.005727859,-0.0028241992,0.041234724,-0.044395335,-0.037903592,-0.01252586,-0.08979259,0.02408272,0.024126433,-0.06264793,-0.04702805,-0.014600097,0.012464085,-0.0115734665,-0.07002918,0.020761395,0.017269569,0.0083108,-0.02567229,-0.024839114,0.0016034245,-0.012070071,-0.035877,-0.016076436,0.0035759395,-0.004447958,0.031142436,0.0035265752,-0.008791155,-0.03829303,0.0038323128,0.006237034,-0.07487498,-0.016507918,0.05111778,0.04002137,-0.02323743,-0.039394304,-0.08804538,-0.015729714,0.021457179,0.00677445,0.03957001,-0.016402338,-0.010661328,-0.008763773,0.009482005,0.0033422266,0.07208548,0.040864393,0.020842873,-0.042288557,0.0005434091,0.019050263,-0.061099138,0.0018808445,-0.00795181,-0.018900199,0.057692662,-0.015323985,0.012874059,-0.026763624,0.014363435,0.09498322,-0.0136327045,-0.02512853,0.00166729,-0.0032040325,-0.008887424,0.01739663,0.03928978,0.023895182,-0.0413223,0.039710134,-0.015306649,-0.045278445,0.09032232,-0.0076621803,-0.009115738,0.0120714335,-0.044306602,0.013135193,-0.018186819,0.04782088,0.01255827,0.016269842,-0.032769587,0.043409884,-0.028302632,-0.01155542,-0.0027540857,-0.06103904,0.05328417,-0.027512623,-0.0017726249,0.032476667,-0.010777144,-0.024753993,-0.057880573,-0.03138987,0.031675942,2.600739e-07,-0.01969215,0.0154026225,0.05127036,-0.037645977,0.052486144,0.026332388,-0.037346803,0.053808894,0.018775342,0.047453873,0.03959507,-0.039135724,-0.020070054,-0.04048627,0.064938344,0.012859851,0.045935694,0.005910762,-0.02923014,-0.04223435,0.07461822,-0.048424486,-0.015214742,0.03339853,-0.01802944,-0.034642454,-0.030327734,-0.070413895,-0.017300814,-0.08952609,-0.04188981,0.07503459,-0.017710973,0.03398693,-0.037847146,-0.02253672,0.041251834,0.034961857,-0.019547518,0.07442331,0.021844396,-0.06755791,0.004709771,0.0050363718,0.002903897,-0.02423583,0.0068226336,0.067775674,-0.030196251,0.01715193,0.014695336,0.049863055,0.05683927,-0.0032961469,0.00023052284,0.06412525,-0.0059679667,0.011907381,0.042969987,0.093645275,-0.039799318,-0.003718293,0.03321969,-0.03299992,0.033107374,-0.017467145,-0.053860772,1.9167444e-34,-0.0029163107,-0.009223864,-0.0016986801,-0.034905005,-0.02251693,-0.018669786,-0.002740756,-0.011580187,0.025430383,0.0012479551,-0.03353287,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/pdfs/3DR_Solo_UAS_None_01-18.pdf', 'page': 0}","The unmanned aircraft struck a crane during an autonomous flight to survey a construction
site. The pilot, who had previously flown the pre-programmed mission at the site, had not
taken into account the addition of a new crane."
-0.047273815,0.03146408,0.015349594,-0.051970895,0.009587145,0.017105298,-0.007087154,-0.016268084,0.020042066,-0.010448376,0.05602751,-0.011688834,0.013465185,0.008291328,0.043136653,0.055021543,0.06586316,-0.065311745,-0.002612953,0.020154167,0.011647681,-0.012969521,0.0021713811,-0.0022472688,-0.018349828,-0.0071601365,0.014856491,-0.007221069,0.040316273,0.034256145,0.019147761,-0.039419033,0.052936472,-0.0041646142,2.4058365e-06,-0.012423734,0.0068273926,-0.014995954,-0.017095352,0.004985639,0.004294736,0.052570928,-0.04512625,0.042035285,-0.0198507,0.017433204,-0.016259829,0.04060415,-0.019962357,0.08630684,-0.0046915347,-0.008993305,0.012502797,-0.016202135,-0.01391302,-0.06711654,0.023348663,0.035098772,-0.034630083,-0.03702263,-0.025224382,0.008830247,-0.0060049715,-0.029995788,-0.078809574,0.0477139,-0.012613281,-0.0012539964,-0.037832707,-0.04288267,-0.03048151,-0.011582921,0.00083543337,0.012280845,-0.044370275,0.009953905,0.010830285,0.006771875,-0.037743043,0.009196495,0.021843145,0.007757903,0.014663067,-0.00073590095,-0.010022911,-0.06255449,-0.020956216,-0.015143171,-0.0053830934,0.02099716,0.072878085,-0.01790411,-0.00875601,0.0068012085,-0.024168298,-0.012096488,0.0054422114,-0.018474223,0.011857809,-0.060924046,0.04468426,-0.028408784,-0.02419715,-0.00951362,-0.034245893,0.017533211,-0.058558356,0.06977913,-0.014168413,0.08521633,-0.012531113,0.023091573,-0.00046817327,0.020165326,0.016318642,0.0332715,0.03739366,-0.03129407,-0.029965546,0.045136977,-0.05569459,0.060194053,-0.050521575,-0.009193021,0.054762155,-0.08476485,0.024234895,0.02876204,0.0018956165,-0.025166973,0.030784335,0.0036373632,0.012514504,0.044997282,-0.057769775,0.06505693,-0.025832165,-0.034949612,-0.06450654,-0.007817252,-0.018036209,0.0050444775,0.0020646604,0.017374896,-0.044996005,-0.02198968,-0.008760821,-0.025148079,0.031444516,-0.0191001,-0.017250571,0.027972026,-0.021441154,-0.0071069137,0.008076949,0.026318807,0.007602491,-0.02017716,0.0164995,-0.022624215,0.035316575,0.04411078,0.13017602,-0.023525044,-0.023391977,0.070871405,-0.045478355,0.03794809,-0.034995176,0.03399977,0.053798664,0.007567631,-0.00529424,0.051419187,-0.0132106,-0.05520171,-0.030685892,0.012089922,-0.005380714,0.008648137,-0.020740094,-0.027194824,0.00025323682,-0.07128081,-0.066248916,-0.01553643,-0.017782165,0.038889956,-0.023415266,-0.014587655,0.00804693,-0.050869927,0.030813426,0.019500127,0.06054825,-0.016309002,0.022940995,-0.09540911,-8.962989e-05,-0.0037021623,-0.008606605,-0.0050185733,0.0057353764,0.010166393,-0.0077002575,-0.0044779237,0.022164691,-0.052581083,-0.00040021102,-0.007054509,-0.005168989,0.005298241,0.062143832,0.021091683,-0.023763575,-0.020979082,0.007835797,0.034359813,-0.09498651,0.018778734,-0.016275218,0.011655823,-0.062132128,0.008534622,-0.010066024,-0.035279,-0.02463633,7.174817e-05,-0.013651365,0.02799713,0.006846946,0.014636983,0.04901506,0.015973775,0.029689679,0.0043658195,0.011910305,0.010459395,-0.008139867,-0.051965255,-0.043854672,0.100721836,0.0032889482,-0.022237971,-0.033073843,-0.009858243,-0.0054011573,0.01619865,-0.007410047,0.035503365,-0.05752316,-0.002376275,-0.0020075226,0.0178829,-0.010052218,-0.054879665,-0.05255479,0.058127332,0.0058081886,0.00645381,0.009856349,-0.03091127,0.033394672,-0.030581083,0.048777908,-0.0027497795,0.06196405,0.0146474335,-0.02625653,0.014269101,-0.018924816,-0.0034332965,-0.025662098,-0.032289732,-0.025921818,0.0046728915,-0.016092012,-0.009739989,-0.008767011,-0.0030916315,-0.012918614,-0.03205273,-0.008356409,-0.042572528,0.0025371248,0.028948015,0.050233103,-0.011435186,-0.0037732448,0.024039483,-0.035983708,0.004976374,-0.017892713,-0.027758365,0.02772977,0.018241875,-0.027011428,0.002249806,0.014159207,0.06425424,0.048845563,0.024714846,0.007744972,-0.016626367,8.136705e-05,-0.03852111,0.025504032,0.083819166,-0.035131045,-0.038110495,-0.02452759,-0.007214128,-0.021559041,-0.023593975,-0.049467497,-0.044827767,-0.02271747,-0.05340325,-0.050930716,0.06336469,0.03719583,-0.045730267,-0.039830938,-0.014294234,0.012344364,0.020306796,0.025017263,0.012188419,-0.01349487,0.007914443,-0.025352534,0.015963634,-0.0021665136,0.0051670065,-0.04217245,-0.03757143,-0.03192054,-0.024109965,-0.05156923,0.022391768,-0.014946681,-0.037516788,0.036630798,0.009724971,0.006854387,0.024048813,-0.06271353,0.0059893555,0.024293583,-0.07696755,0.028051753,0.0075995023,0.022090442,-0.029284563,0.0115074795,-0.011163445,0.023830948,-0.05277403,0.026112923,-0.045422066,-0.04847439,-0.006145743,0.081764355,0.036881752,-0.01643274,-0.00485413,-0.015472355,0.022492392,0.017892009,0.011235108,0.04571572,0.0013757887,-0.05793938,-0.048129052,-0.006966956,-0.024365494,0.0013737795,-0.03404906,-0.094647594,-0.00024098982,-0.02773669,-0.0166103,0.07084974,-0.0074969716,0.050420474,0.0057504126,0.011913357,0.09289495,0.055142574,0.06935964,0.03855754,-0.042070195,-0.057757623,0.06551405,0.030162627,-0.033882223,0.034956552,0.01844309,-0.0032857573,0.031430673,0.040316556,0.0039551053,-0.041287117,0.02360721,-0.047201037,0.06509955,0.065287076,-0.059024118,0.008400355,0.001442085,-0.0029792262,-0.02661655,0.026772536,0.036062784,-0.031771805,-0.035900272,0.019337777,-0.0029353108,-0.006475886,-0.024343947,-0.030732742,0.02841377,0.03330742,-0.08756979,-0.031134844,-0.024638329,-0.038596418,0.027583638,-0.03960699,-0.0041522365,0.023286255,-0.069468096,-0.014254577,0.032813687,-0.003490815,-0.018366776,0.02450736,0.0719684,-0.095083326,-0.03434102,-0.06773549,0.053457536,0.054715987,-0.021839079,0.01155618,0.01214979,0.017152945,-0.0029321872,0.0029503666,0.015962036,0.031553056,-0.0068128076,0.14056328,-0.025735656,-0.0035834867,-0.019787796,-0.08546134,0.015709672,-0.02575011,0.1275569,0.040438354,0.032750014,0.014225241,0.03029177,0.0025199351,-0.049680986,-0.025509683,0.018001402,0.034572296,-0.00569721,0.04214981,-0.050891794,0.008645693,-0.0075566964,-0.06974427,-0.009139562,0.011264827,0.006917908,-0.00011499923,-0.026493654,-0.023924043,0.042591877,0.030698242,-0.004459213,0.011771287,-0.04676014,0.019521777,0.023594303,0.02448443,0.05514738,-0.006261074,0.001160737,0.022072583,-0.031839762,-0.007624659,0.013324272,-0.0026030154,-0.009303801,0.015442915,-0.007974043,0.0072104526,0.0045675132,0.030615015,0.018690867,0.0013814382,-0.028080871,0.004948014,0.027708424,0.037181433,0.0012908832,-0.0081783645,-0.01663885,0.03295193,-0.094427176,-0.005184645,0.041491188,-0.0069405143,0.055990536,-0.02742434,0.019994497,0.035445575,-0.027822146,-0.019626854,0.0061544436,-0.023231488,0.027642012,-0.0025916696,-0.004245062,0.012198865,0.047758725,0.03197657,-0.0049905987,-0.017007766,0.050493807,0.013826167,-0.031011883,0.046356097,-0.022175381,0.010707157,-0.040834025,-0.014409966,0.017498285,-0.020290392,0.040684313,-0.018596131,-0.06843635,-0.022131402,-0.005229472,0.06244961,-0.01584424,0.029554587,-0.005396852,0.0022092764,0.019376801,-0.017877135,-6.593298e-33,0.014731836,-0.052681852,0.0012492954,-0.027309898,-0.047274504,-0.0029523904,0.005854288,0.02956157,-0.009615968,-0.02309256,0.04627398,0.037239995,0.018849755,0.028154992,0.05885921,-0.02650331,-0.026968505,0.018847143,0.024718536,-0.023212703,-0.03562133,-0.004238602,-0.04080733,-0.06705079,0.025779892,0.046964366,-0.035641678,-0.0051536486,-0.0529887,0.015041731,0.00092024007,-0.0070945476,0.033923503,0.06709364,-0.021322228,0.06369953,0.016798332,-0.0272256,-0.010957582,-0.04670505,-0.0633566,-0.042506043,0.019275138,0.006220296,0.02887898,-0.06334339,-0.02240503,0.01419203,-0.020212606,-0.04092088,-0.038154636,0.015125568,-0.022558777,-0.028979894,-0.04153285,0.013723987,-0.0027596117,0.020573199,-0.06309853,-0.030174345,-0.0345289,0.025401708,-0.019110207,-0.016369184,-0.030005844,0.01817858,0.010188489,-0.002264854,-0.1119262,-0.111735396,-0.007979,0.023791019,-0.009412507,0.02775347,-0.008449741,-0.01898552,-0.022726664,0.04076483,-0.041108675,0.12516257,-0.0072476543,0.046511017,-0.07425948,0.007289764,0.04109281,0.010273896,-0.029202938,0.0012940519,0.009854642,0.03655283,-0.013247883,0.03359106,-0.07532499,0.046346463,0.066555746,-0.086330995,0.017690696,0.0078306645,-0.014434336,0.01425494,-0.035625756,0.008964608,0.03303214,-0.0012353165,0.0037065106,-0.013091784,-0.045871392,0.08582785,-0.005316322,-0.0016593565,0.03258149,-0.020301579,0.0007938869,0.028169582,0.0654846,0.034380864,0.03174834,-0.009602368,-0.033825472,-0.046837207,0.022881366,0.0074543618,-0.06131764,0.008068627,-0.03481998,0.041975934,0.0047694985,0.009202689,0.016994571,-0.034404993,-0.0015788502,0.0011773116,3.1115846e-07,0.020328173,0.015110062,0.061834734,-0.00929519,-0.0009490984,0.024285942,-0.002899667,0.047077797,0.047007702,0.084078185,0.060028195,-0.086712524,-0.013662466,-0.026688667,0.092861466,0.037627947,0.03963391,0.042203,-0.019521374,-0.013601155,0.07028502,-0.04553608,-0.04715342,-0.0005295588,0.014247278,-0.01603582,-0.007037741,-0.044739276,0.0053345477,-0.11552122,0.026899053,0.06375695,0.0042046215,0.009901357,-0.015154869,-0.04779372,0.00732496,0.06375282,-0.033484563,0.054796785,0.010601318,-0.06606306,0.0061669545,-0.026081566,0.023515485,-0.022078672,0.011946183,0.09119713,-0.017488066,0.052308828,-0.0013604976,0.04723322,0.007965473,-0.059892133,-0.014437592,0.07015423,0.0028000798,-0.006688627,0.03427089,0.080771275,0.0116592385,0.03131136,0.019189911,0.002621726,-0.0058570234,-0.048650693,-0.047476977,2.516479e-34,-0.028533315,-0.023160506,-0.014877902,-0.050141934,-0.006031166,-0.0079848515,-0.023924032,-8.727162e-05,0.016205346,0.02730643,0.0013723837,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/pdfs/DJI_M600_Pro_UAS_reg_na_07-20.pdf', 'page': 0}","The UAS, a DJI M600 Pro, was being operated in an automated flight mode to survey a
construction site when a GPS-compass error caused the aircraft to revert to a flight mode
that required manual control. By the time that the pilot and observer realised that it was
not responding to the return-to-home (RTH) function, visual line of sight was lost when the
aircraft drifted with the wind beyond a line of trees. It subsequently collided with the roof of
a house before falling into the property’s rear garden. No persons were injured.
The pilot, and the observer who was also a pilot, had operated UASs since 2018 and had
the required permissions from the UK CAA. Both pilots had relied predominantly on the
automated flight capability of their aircraft and had not, nor were required to have, practised
for emergencies since completing their flying training in 2018. One Safety Recommendation
is made to the UK CAA."
-0.014438936,0.0065565202,0.040895883,-0.044379592,0.059710052,-0.00012676418,-0.0574303,-0.049973827,-0.04376851,-0.032400586,0.04440569,0.009594476,0.059256162,0.003565179,0.057432085,-0.008082066,0.018451737,-0.04488234,-0.011018836,-0.012928318,0.001605546,0.0021214623,0.009749331,-0.028103355,-0.037148483,-0.0011373032,-0.01270229,0.013887752,0.019405328,0.013012663,0.027427679,-0.046819426,0.045903824,0.03345421,2.2288564e-06,0.011207118,-0.015333523,-0.0040042396,-0.07195719,0.0041865176,0.039807726,0.06650346,-0.049011476,0.045333892,0.0022867962,-0.0029065725,-0.025949245,0.0820787,-0.016748657,0.0886299,0.0010828885,-0.017085025,0.057755217,0.004798465,0.015015957,-0.02471028,0.0018230944,0.058490165,-0.00692255,-0.04339149,-0.017992165,-0.03746527,0.04401243,-0.022320941,-0.08941363,0.057162326,-0.05634748,0.0114858635,-0.08042271,-0.04412259,-0.029923176,-0.009714087,0.008238902,0.012308825,-0.030789807,-0.03612624,0.03312854,-0.03245435,-0.061587542,-0.0050631086,-0.0031582154,0.0057318876,0.02948128,-0.015389395,-0.026480608,0.0008992177,-0.0222591,-0.0117329955,0.005518388,-0.005068166,0.022631863,-0.015013516,-0.016649235,-0.028638827,-0.01914102,0.007233595,-0.03676756,-0.027991228,-0.003578625,-0.05834319,0.04482724,-0.04830322,0.013731717,-0.0020424533,-0.013894946,0.008626153,-0.033717535,-0.011742402,0.0031722514,0.050355338,0.017047467,-0.024310764,-0.021263508,0.053691033,0.04119673,0.045952924,0.076727115,-0.018862227,-0.0041569704,-0.0017985719,-0.036776844,0.07382998,-0.04243714,0.0040163603,0.039453678,-0.048160147,0.03920206,0.035150312,0.022543646,-0.062390715,0.026356047,0.020161476,0.009066238,0.01755095,-0.072972275,0.039072603,-0.024042603,-0.007861735,-0.030484108,-0.023139134,-0.04007121,-0.0044918507,-0.029680965,-0.028723303,-0.02092844,0.012728342,0.017622525,-0.026898853,0.048637874,-0.017907996,0.0113222,0.037280843,-0.019641228,0.014607792,0.0063859457,0.015039496,-0.024114642,0.0024082332,-0.0022956617,0.03784766,0.041713357,0.0149933295,0.07368167,-0.030244734,-0.004614918,0.057500403,-0.035153016,0.0222343,-0.018588489,0.03171897,0.028338637,-0.0334402,0.022446204,0.063504055,0.023356255,-0.041482624,-0.051427796,0.007262896,-0.00057626294,0.03833924,-0.020553548,-0.008191104,-0.046160065,-0.07051717,-0.12591404,-0.034927648,-0.008129395,0.044654295,-0.030116342,-0.053732682,-0.018996153,-0.034591544,0.0068494347,0.017177165,0.022130813,-0.016270254,0.009630961,-0.025096929,0.022977589,0.03974292,-0.03461384,0.038035825,0.04326847,-0.010007879,0.0074600396,0.012125079,0.03824842,-0.040282957,0.010063702,-0.014564913,-0.03169459,0.029754402,0.023759171,0.054762717,0.014035988,0.012384058,0.032482106,0.04048922,-0.1137142,0.046665512,-0.053413462,0.012077612,-0.063156955,-0.0019872612,0.012389175,0.0058243168,-0.03925531,-0.006887128,-0.0019094262,0.050637793,0.021373391,-0.013698155,0.014481119,0.015903898,-0.05402175,0.005025179,0.0077546923,0.022651637,-0.018718038,-0.03235787,-0.039305747,0.10206525,0.008880685,-0.043501645,0.018065475,-0.044581413,-0.01623484,9.669356e-05,0.007639291,0.044095732,-0.024269732,0.010405741,0.023691818,-0.004154244,-0.008744286,-0.030207396,-0.016829507,0.036335714,0.0035194042,0.01576396,0.054978736,-0.025609177,0.0260787,-0.019804006,0.008999931,0.00825443,0.021240484,0.007908456,-0.015209994,0.0038930504,0.0038364038,0.026526086,0.016690165,-0.042137366,-0.004581711,0.02535735,-0.005741116,-0.013353553,-0.04693387,-0.008678633,-0.059349544,-0.035059847,0.0069697904,-0.031181356,-0.005674219,0.03413817,0.031974696,-0.08876964,-0.072773345,0.02909314,-0.08625679,0.0031351831,-0.0007268944,-0.0073063197,0.014959446,0.01398392,0.00783413,-0.0017730952,0.018703334,0.10408293,0.032074902,0.04909201,0.005343107,0.016663577,0.028053418,-0.010500533,-0.009469124,0.07692913,-0.047805183,-0.029274898,-0.017904215,0.0016466253,0.057654105,0.013273955,-0.029415134,-0.010084516,-0.006228034,-0.03411201,-0.0185273,0.05492308,0.012014739,-0.027992576,-0.045555424,-0.007221077,0.013379792,-0.019748187,0.030312702,0.034377467,-0.011917826,0.0110470895,-0.018486155,0.0049199746,0.017876955,0.028041672,-0.032934446,-0.056210767,-0.0058020544,-0.05292366,-0.03055058,0.052428912,-0.016179925,-0.020395445,0.030943869,0.036862113,-0.0023360439,0.015821217,-0.034346752,-0.003078342,0.045700412,-0.09018045,-0.002043838,-0.015301738,0.011617832,0.0028967906,-0.023567501,0.018859908,0.003866523,-0.04852063,0.053851474,-0.007892481,-0.0068385876,-0.044360258,0.025227224,0.0066314833,-0.017493209,-0.011557864,-0.030636733,0.00576685,0.0030525976,-0.028225254,0.06592502,0.007420359,-0.022678657,-0.046153173,0.026489612,0.011625485,-0.012352116,-0.05719099,-0.037730955,-0.010849278,0.008249655,0.041104726,0.02482229,-0.025029857,0.027994698,0.06651208,0.044054043,0.08569276,-0.0083499625,-0.0128196515,0.010434988,-0.034999654,-0.07953116,-0.029377181,-0.022420738,-0.02370206,0.07918923,0.04712385,0.008101084,0.05520028,0.020782234,-0.0068472135,-0.06109341,0.023377826,-0.05018617,0.029887393,0.06237294,-0.02377793,-0.030764908,0.009719422,0.00051372533,0.013681221,0.0389438,0.040167727,-0.066410646,0.018213073,0.05883104,-0.0024896183,-0.051422127,-0.028882891,-0.0060719606,0.021130309,0.008907099,-0.06665766,-0.03697663,-0.008151499,-0.0353806,0.013693127,-0.034134056,0.026591403,-0.0060722055,-0.108200595,-0.008402777,0.035385866,0.013446416,-0.0052412967,0.024631912,0.095196664,-0.07701888,-0.055429727,-0.07463879,0.041188627,0.014753305,-0.009073,0.06648729,0.010134492,0.014542018,-0.020259479,-0.008610126,0.068543404,0.015090901,0.0034621619,0.12724794,-0.012664971,-0.023343474,-0.00037348195,0.005989166,0.018026512,0.008035468,0.11626292,0.022940008,0.020868286,0.027194938,-0.0067141536,0.020779768,-0.062295333,-0.018127838,0.002939253,0.03329798,0.0020554129,0.022492625,-0.014363826,0.015987692,-0.029357234,-0.036815166,-0.011879642,-0.00074342027,-0.005098219,0.022018548,-0.01822164,-0.002897101,0.012536184,0.037156045,-0.036987007,0.0073079257,-0.0124889,0.028480936,-0.014463148,0.028233195,0.07813695,-0.028400498,-0.0008448591,0.037259273,-0.041350376,0.031567115,-0.02247493,0.023775144,-0.04034607,0.021072544,0.013058091,-0.027106445,-0.008508629,0.026443034,0.02383422,0.0017179167,-0.026933195,-0.004189303,-0.008446196,0.018401615,-0.029086903,0.011544505,-0.031763673,0.036715,-0.059768885,-0.00495699,0.020659225,0.024080748,0.08766645,-0.0115643125,-0.011180856,0.007605952,-0.029926602,-0.08724212,0.021811195,-0.0073918044,0.05356607,0.02495689,-0.0016271747,0.05885292,0.02149039,0.0035096947,0.032768685,0.014498175,0.064539865,0.039470837,0.009696491,0.06882108,-0.011833181,-0.0062806085,-0.043072734,0.0236297,0.010322567,-0.0004929937,0.02123475,0.01671197,-0.07635484,-0.0062156525,-0.018536815,0.05725822,0.013855134,0.037008453,-0.03929862,-0.0027311936,0.042520616,-0.006351673,-5.81011e-33,-0.04974147,-0.077113785,-0.022438517,-0.021121781,-0.040854763,0.018827377,0.024865143,0.051143736,0.02651074,0.006728065,0.027760334,0.017684888,0.008460666,0.0016702699,0.037209906,0.0066379276,0.025529986,0.010616344,0.009433392,-0.029653113,0.012921823,0.01233181,-0.062420927,-0.038134884,-0.0077338526,-0.0112154465,-0.027499745,0.002758016,-0.05242953,0.0064248154,-0.01770242,-0.008984282,0.0034694516,0.025124386,-0.05677235,0.010527563,-0.016072765,-0.06377127,-0.009376123,-0.012538837,-0.03836625,-0.02703649,0.0063111796,-0.010236804,0.029787797,-0.040589932,0.0074233715,0.029346634,-0.024505513,-0.03888858,-0.008049518,0.023872413,-0.0049883476,-0.055567797,-0.04178748,-0.014674,-0.025056792,0.009751265,-0.012202932,-0.058049306,-0.004205811,0.037169524,-0.0026036194,-0.06991917,-0.028532093,0.038315337,0.026475372,-0.01784353,-0.10907396,-0.10948118,-0.035766058,-0.017546546,0.02601746,-0.004724582,0.025343563,-0.010205927,-0.00031824582,0.015342211,-0.033000343,0.093279056,-0.0011172054,0.029309724,-0.033904012,-0.008106435,0.079051025,-0.0062825824,-0.008204451,-0.07167124,0.0149281705,0.025411831,-0.012401942,0.028646804,-0.056246504,0.022950478,0.03966907,-0.013244546,0.027424978,-0.0030732076,-0.0012602462,-0.005323137,0.015370486,0.036697444,0.018528624,-0.0019210881,-0.011909717,0.0023318008,-0.025795719,0.07754262,0.03652579,-0.014027873,0.03941864,-0.038976517,-0.005574853,0.013864526,0.06768499,0.046676863,0.044173036,0.0082092825,0.0065666237,-0.044154193,-0.0008791898,-0.031426564,-0.06179146,0.02829393,-0.060230423,0.0019453745,-0.028545031,0.005252768,-0.051982746,-0.0109324055,-0.034232114,0.021002876,2.9605945e-07,0.009301703,0.021507032,0.09083878,0.0022804267,0.016856365,-0.03221567,-0.02248916,0.010317555,-0.010512697,0.03150242,0.01861751,-0.066093035,-0.0020622162,-0.020565746,0.047025118,0.057560485,0.008958317,0.027547553,-0.023597216,-0.0708543,0.0621874,-0.048355963,-0.053929746,0.024866076,-0.009780646,0.025322318,-0.014267814,-0.04081168,-0.020150764,-0.11278917,0.00944159,0.072416276,-0.032408454,-0.011414124,0.004588701,-0.04318426,0.06334785,0.026712185,-0.049386512,0.04191259,-0.0037356105,-0.033566374,-0.002060293,-0.0008050778,0.032307677,-0.032855902,-0.019382618,0.090223804,-0.024846103,0.052024893,-0.023786556,0.038442478,0.06470109,-0.037625913,-0.024986312,0.057804927,-0.010205158,0.010033779,0.024510276,0.10194052,0.022383858,0.011950875,0.030451482,0.009665363,0.016002206,-0.028900614,-0.0619775,2.176096e-34,-0.0063649374,-0.050307993,-0.027054982,-0.043882508,-0.0089422185,-0.02309089,0.0033089488,-0.027095359,0.00017007296,0.028879693,-0.0007402264,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/pdfs/Aeryon_Skyranger_R60__UAS__SR9112798_01-19.pdf', 'page': 0}","After takeoff the unmanned aircraft (UA) experienced winds exceeding the manufacturer’s
stated limitations and was unable to hold its position position. A culmination of the
subsequent position warning and automatic attempt to return “home” and land triggered
a software error, commanding the UA to land while not over its home position. As the UA
descended there was a loss of link with the ground control unit and the UA collided with a
tree. The loss of signal was probably caused by the loss of radio line of sight between the
UA and ground control unit when it drifted in the high wind over a five-storey building."
-0.02846648,0.017605515,0.020457365,-0.030414075,0.033349946,0.00035193833,-0.021983888,0.030315692,-0.014273548,-0.04050532,0.054681405,0.0021283356,-0.0087078195,0.08316874,0.057032526,-0.0024540701,0.037638694,-0.038542625,0.013452296,-0.014641911,-0.0033485813,0.002110848,-0.0015753846,0.028250962,0.0030243078,0.0014022046,0.019155465,-0.008448051,0.03275292,-0.0018413236,0.010264553,-0.031049088,0.067481495,0.015613566,2.2961858e-06,0.017441541,-0.031704713,-0.012394849,-0.07422396,-0.033480655,-0.0035158584,0.070802405,-0.013860921,0.025201557,-0.025227884,-0.001379285,-0.00086679653,0.04779985,0.020860776,0.034692183,0.0028480762,-0.028831637,-0.014569374,-0.016414646,-0.042244233,-0.066189565,-0.00045104983,0.060035855,0.0023261136,-0.04325343,-0.046175312,0.0015337161,0.035758015,-0.034135852,-0.021100039,0.0420098,-0.020195218,-0.023135431,-0.029093571,-0.03197398,-0.04293798,-0.027739286,0.016181678,0.030124756,0.0014341878,-0.042286355,0.024703728,-0.0106604975,-0.04736935,-4.141487e-05,0.0138305705,0.028587926,-0.02114098,-0.034390558,0.033798404,0.00052118517,-0.048460875,-0.04153909,0.004401555,0.011534654,0.019462189,0.018259924,-0.012592673,-0.0067354077,-0.027085755,0.0066843573,-0.009911573,-0.009908321,0.018809067,-0.06367056,0.058266517,-0.008029689,0.06581436,-0.046725266,-0.0139920255,0.030132271,-0.009181013,-0.02616432,0.0046363063,0.11188499,-0.048293114,0.0116288215,-0.056443907,-0.0085575115,0.08575832,0.054872636,0.009970735,-0.0049559316,-0.009098845,0.06345889,-0.07196977,0.08734779,-0.049208798,-0.0033207308,0.013289678,-0.039131787,0.05016115,0.032693412,0.011517223,-0.0024610437,0.030281113,-0.011902965,0.009881426,0.036846884,-0.044476803,0.08066533,-0.008150718,0.011338024,-0.06861008,-0.032460053,0.035857096,0.0133150155,-0.017120507,0.0030010897,-0.025204957,0.01776378,0.0069576185,-0.029175196,-0.007187137,0.0023663675,-0.02494011,0.025834579,0.010477688,0.030998686,0.02747497,0.003596936,-0.036721833,-0.025840184,-0.008967306,-0.005970576,0.051134482,-0.0053274003,0.05431513,-0.011465995,0.044182472,0.052645653,-0.04657199,-0.016542409,-0.048794333,0.037673846,0.027342534,-0.0077265156,0.013542552,0.07449466,0.0030107498,-0.06252804,-0.02801387,0.04518136,0.0016030942,-0.05600575,-0.010485729,0.0039182086,-0.055689197,-0.07826626,-9.757333e-05,-0.002013741,0.032730293,0.03268356,-0.05332725,-0.042380143,-0.030587511,0.014818017,0.022613516,0.04046614,0.029112034,0.0068041016,-0.007701012,-0.017899035,0.019113919,0.028355436,0.014824035,-0.0060291714,-0.014508261,0.0038150528,0.004641228,-0.0027059133,-0.004101987,-0.07086587,-0.013216052,-0.058348376,-0.041994486,0.031892408,0.031626925,0.027372353,0.012480109,1.9877003e-05,-0.002354202,0.030684726,-0.0829074,0.028835708,-0.02608967,0.077799685,-0.10736577,-0.024638468,-0.07083475,-0.03384711,-0.036120802,0.0046668597,-0.028266035,0.022615215,-0.022931881,-0.0064588506,0.008433417,0.0049852557,-0.05897952,-0.033684395,-0.013758393,-0.012769025,0.015980303,-0.06305416,-0.0263434,0.001229374,0.016754463,-0.049267985,-0.02532153,-0.02453668,-0.027664652,0.025993817,-0.004186156,0.056250148,-0.0033812183,-0.017749785,-0.02683856,0.024240147,-0.04454837,-0.032458134,-0.055617392,0.03472168,-0.046685357,-0.016293192,0.04682143,-0.015216023,0.039200645,0.008693981,0.007925369,0.0004915017,0.07231523,-0.031571005,-0.03302547,0.018231353,-0.028240042,-0.020810667,0.032545216,-0.032125857,-0.030680828,-0.04431529,-0.06938407,-0.014738949,-0.0026839883,0.008882093,-0.015781699,-0.006860481,0.050578877,0.00019468325,-0.00085006026,0.035805427,0.027547095,0.0003924231,-0.043346833,0.091193885,-0.043093577,0.023146907,-0.0030229185,-0.045200173,-0.018670589,0.03780693,-0.0062397085,0.06910269,0.01840591,0.08504215,0.034340743,0.050591916,-0.004526955,0.0009781881,-0.010657664,-0.035465054,0.05561841,0.06276509,-0.0704284,0.0010188647,-0.020196414,-0.012882732,0.008379979,-0.033986684,-0.0592109,-0.006722249,-0.013088263,-0.038090378,-0.043643218,0.03294194,0.024716195,-0.008677932,-0.0002296513,0.036654186,-0.005766904,0.015957873,-0.023007307,0.037496593,-0.0005802655,-0.011615625,-0.040451378,0.049282517,0.026951544,0.030212384,0.015346689,-0.025176663,-0.0050272252,-0.027598424,0.0036294796,0.073832765,-0.011930083,-0.017470565,-0.0032863703,-0.008769387,0.024991948,-0.010551466,-0.014062803,-0.02340762,0.014870418,-0.0884368,0.02344686,-0.011581047,-0.022311786,-0.013410589,0.031136543,-0.060004406,0.023180107,-0.03195602,0.036082834,-0.025492927,0.06644562,-0.0049030683,0.088025495,-0.047074843,-0.016996067,-0.009167913,-0.032160457,-0.0045774677,0.008455099,-0.0054988503,0.0072027813,0.021935841,-0.046358872,-0.020712519,-0.030717691,-0.020135257,0.00012723562,-0.042808775,-0.0068188035,-0.044829216,0.03888237,-0.013473706,0.06160242,-0.006531393,0.022158269,-0.009611025,0.029804273,0.0554715,0.005649606,0.030843679,0.021258228,-0.028890863,-0.065149516,-0.013230317,-0.024759706,-0.025168838,0.06453762,0.022965515,-0.029408216,0.04329123,0.043295987,0.014136003,-0.053194247,0.03930518,-0.0371005,-0.0058331783,0.014725873,-0.02580124,-0.01651243,0.0406125,0.015389537,0.08056379,0.034203272,-0.006251194,-0.041546803,-0.039321046,0.017121976,0.02478777,0.025128022,-0.0046945573,0.0032502706,0.029101085,0.009329943,-0.071457595,-0.0070852446,-0.052040502,-0.017524911,0.014737467,-0.044831824,0.04033665,0.0003242352,-0.052619632,-0.02294259,0.014496891,-0.04163695,-0.029376194,-0.015811954,0.02733921,-0.019853974,0.004192342,-0.051844057,-0.017794497,0.066666886,0.011422354,0.045176238,0.01676843,0.063238725,0.015102917,-0.016304692,0.028163956,0.024129858,-0.051389992,0.032796618,-0.037044216,0.01713343,-0.00044557347,-0.0053721215,0.08042669,-0.01948574,0.11729968,0.019953756,0.026215186,0.019255374,0.019455004,-0.03284775,-0.010023767,-0.0131770065,-0.01588783,0.045062274,-0.011274641,0.034276318,-0.012849082,0.021984326,-0.004641269,-0.042542536,-0.00874495,-0.02268977,-0.002976731,-0.022985965,-0.0489731,0.015902521,0.006935458,-0.024131415,-0.021130065,-0.016422825,-0.038472388,0.026862187,-0.027657634,-0.035026107,0.11358191,0.011929691,-0.021345597,0.028121928,-0.09350607,-0.0073196474,-0.030671578,-0.028967207,0.029086657,-0.030906409,0.025632305,-0.012325342,0.030414684,0.01201404,0.006517774,0.023475036,-0.029982405,-0.0040814565,0.017660012,0.02184229,-0.009637844,-0.039379712,0.05462829,0.008257179,0.013439732,0.012917956,-0.028471358,0.015300459,0.026717504,-0.031512786,0.007469835,0.0184781,-0.008622922,-0.044751335,0.0035344788,0.021941084,0.026255453,-0.0031291817,0.018531986,0.0057076267,0.06280234,0.12565137,0.040998302,-0.023387302,0.03997993,0.0003520745,-0.0012053964,0.10062055,-0.0088689085,0.031407088,-0.055855885,0.0008021268,-0.0107138315,-0.03983742,0.0031013663,0.014039289,-0.03651296,0.036034692,-0.026770974,0.045185596,0.02935855,0.008576308,-0.021972395,0.030221066,0.007441452,-0.042737532,-5.6411357e-33,-0.011453699,-0.047807213,-0.01567913,0.02365487,-0.052207343,0.0035002518,0.020733593,0.06651107,0.028211566,0.0045964266,0.022103043,-0.008556022,0.011022214,-0.022486947,0.048243884,-0.026519148,-0.03312507,0.011285254,-0.010637768,0.022114847,0.012031912,0.03690994,-0.016572604,-0.031334966,0.008304672,0.01420674,-0.015283883,0.014958263,-0.05029534,0.0090385,0.010325915,0.0081766015,-0.0070688655,-0.035810687,-0.02976376,-0.02155279,0.02091792,-0.04914751,-0.0011658779,-0.05602998,-0.03463183,-0.045668818,0.0657075,0.004854904,-0.017728109,-0.06071661,-0.001674394,0.03485286,-0.0036432943,-0.03239591,-0.009412969,0.015029519,0.036643848,-0.07083104,-0.031763095,0.019443344,-0.0046245856,-0.04057397,0.029304901,-0.04328649,-0.027910968,0.018414913,-0.035552673,-0.00921103,-0.030264081,0.020426635,-0.04027642,0.039352145,-0.10376498,-0.019698782,0.0023874603,0.0071595213,-0.018241778,-0.023411239,-0.028199475,-0.05411259,0.022656903,0.04483001,-0.03299245,0.06655788,-0.041274585,0.01472492,-0.06454937,-0.024842577,0.030990783,0.0026972184,-0.004437067,-0.00511284,0.0049260473,0.0017395795,0.012927682,0.036848288,0.0034242822,0.009111126,0.0849846,-0.035775285,0.061990574,-0.02351689,0.010778564,0.008171748,0.004443563,0.024036534,-0.02442244,0.025240641,-0.015398516,-0.052042764,-0.054731637,0.08344571,0.06980683,0.006310315,0.02393344,-0.071367934,0.034614734,0.023497436,-0.0020921547,0.05865156,0.043365337,0.02845962,0.021578023,-0.08091762,-0.011901349,-0.00579095,0.005379176,0.011453397,-0.04151487,0.0017426477,0.0064413045,0.02303465,-0.04968337,-0.035493795,0.008418901,-0.008490169,3.1215168e-07,-0.022314226,0.05501633,0.0687201,-0.08779741,0.039525133,0.03069742,-0.016683903,0.02385637,-0.047760736,0.07043199,0.03990599,-0.032492366,-0.014029526,-0.025625437,0.11256386,0.01554609,0.0077737425,0.051199906,-0.02659392,-0.049131215,0.093688756,-0.017138228,-0.018832976,0.011143397,0.011533138,-0.0010514167,0.03498227,0.00060299144,-0.03228992,-0.0821849,-0.012332464,0.15934905,-0.013993604,-0.010992067,-0.019079104,-0.028415577,0.033924583,0.0294771,-0.050794758,0.014002001,0.01212434,-0.02668639,0.004889753,-0.055302083,0.012371867,-0.015877457,0.017076291,0.06887519,-0.016020298,0.04999524,0.015853746,0.02747641,0.03881475,0.037072483,-0.03749703,0.031784777,-0.040365517,0.023687642,0.023923459,0.019524144,-0.027865818,-0.000744616,0.015801307,-0.009878191,-0.024079898,-0.0098878965,-0.058656763,2.6474415e-34,-0.06777325,-0.108375594,-0.022902826,-0.042686358,0.03185369,-0.039243814,0.05256337,0.021772774,-0.015728563,0.02741191,-0.017005248,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/pdfs/Prion_Mk_3__UAS_registration_n_a__12-21.pdf', 'page': 0}","During a training flight at a height of 400 ft agl the engine lost some power and the aircraft
started to descend. The operator sent a command to limit the throttle but this did not
resolve the issue. The autopilot was in a mode whereby the throttle was used to control
airspeed and elevator used to control altitude. The loss of altitude caused the autopilot to
pitch the unmanned aircraft nose-up until it stalled, entered a spin, and then hit the ground.
Following this accident the engine has been modified and the operator has changed their
training and operational procedures to help mitigate the risk of recurrence."
-0.020851279,-0.011855278,0.023424005,-0.045583807,0.055985093,0.010426589,-0.032276217,-0.028758213,-0.041855652,0.012120398,0.092416584,-0.001974864,0.027540667,-0.0018368282,0.049030945,0.059190538,0.072447486,-0.022825196,0.037046183,0.0018304425,0.003208587,-0.013301561,0.021836294,0.010497933,-0.04352547,0.032618035,0.019985126,0.012168209,0.022070622,-0.023932097,0.03971861,-0.024995258,0.020630345,0.015932074,2.2199501e-06,-0.020754747,-0.0006594685,-0.0071589136,-0.06859888,0.0062964535,0.006472921,0.0651886,-0.009944883,0.04092501,0.006740928,0.02577796,0.0011748365,0.046076663,-0.022681158,0.039264847,-0.0064314976,0.009080796,-0.009790553,-0.00960442,0.023871476,0.03255856,-0.010907353,0.05318168,0.007529158,-0.11255439,-0.02109223,-0.06913343,0.011321142,-0.037333827,-0.077364095,0.028229197,-0.037790008,0.01915084,-0.032145523,-0.051344365,-0.026272649,-0.026627092,0.018865,0.010670246,-0.05618279,-0.034779303,0.026847057,-0.021318898,-0.081758514,0.0025074442,-0.0032083534,0.048056457,0.032556277,0.004496228,-0.024445806,0.006080066,-0.030010594,-0.02486137,-0.0062330463,0.008605749,0.03196701,-0.017287448,-0.016322106,-0.009079797,-0.049956616,-0.0067963963,-0.028443204,-0.04154362,0.026211884,-0.022524182,0.035193004,-0.04261338,0.0006935954,-0.0011785496,-0.012748778,0.043022517,-0.012072361,-0.029116834,-0.0129597755,0.04514651,0.010805682,0.0035991909,-0.025669452,0.018513586,0.040940233,0.03177716,0.02833239,-0.035206936,-0.045079187,0.019353623,-0.07269836,0.08822694,-0.046020582,0.03127788,0.054779984,-0.036887463,0.0073426166,0.014685639,0.007715615,-0.042422436,0.013250986,-0.023357995,-0.0027488868,0.011605098,-0.081477724,0.11024519,0.011549389,-0.031890053,-0.11639358,-0.025836708,-0.012241994,-0.0055321157,-0.005962479,-0.0007111056,0.005991181,-0.0023955621,-0.002991458,-0.017249154,0.023526603,-0.0021128217,0.03891912,0.039532125,-0.006715375,-0.0060115326,-0.039840028,-0.019646209,-0.04772674,0.014084039,0.02840185,0.010721718,0.03242672,0.017268194,0.10647955,-0.026058374,0.035805203,0.065210365,-0.0073937476,0.0031651747,-0.06327093,0.009272283,0.049087007,-0.000702034,0.010205181,0.067948066,-0.025220135,-0.026089566,-0.04483265,0.042117383,0.013619615,-0.004447605,-0.029193684,0.010326946,-0.0329933,-0.04317017,-0.079505496,-0.027321259,0.058355242,0.0066592614,-0.022188786,-0.047607876,-0.023476241,-0.032835983,0.04514681,0.041786354,0.018638678,-0.008724259,0.07136022,0.007891517,0.02400094,0.014846822,-0.02206808,0.005452752,0.04958707,-0.00651598,-0.019388245,-2.8095608e-05,0.014775631,-0.05543013,0.0073333858,-0.06512811,-0.035824716,-0.0047240495,0.053978883,0.022423774,0.01211886,-0.015326593,0.013474424,0.040902965,-0.11202728,0.07297561,-0.014098594,-0.007587047,-0.07071549,-0.00219944,-0.01592801,-0.022478258,-0.0008546044,0.010281107,0.03247462,0.05304369,-0.007077165,-0.011725776,0.006320382,-0.020983286,-0.018458726,-0.023433605,0.036187887,-0.01896713,0.0040468783,0.007170359,-0.038916714,0.0662805,0.022572948,-0.055212896,-0.022793086,-0.050406307,0.0071415883,-0.019204846,-0.008236085,0.050593995,0.010932847,-0.030282045,0.010727102,0.030639878,0.004451701,-0.010313155,-0.012527004,0.03864897,-0.0035454344,-0.028430328,0.04325153,-0.052421536,-0.005576922,0.011879825,-0.043719742,-0.0010583203,0.09548451,0.010288797,-0.009547037,0.025115492,-0.02275995,-0.03493161,0.054474603,-0.01432969,-0.008664701,0.006011723,-0.077905096,0.02111355,-0.0077824513,-0.030188272,-0.0031637822,0.008247547,0.0029023157,-0.0028869295,-0.0077974545,0.016989324,0.053539213,-0.03218779,-0.05569509,0.0566693,-0.06705879,-0.018149132,0.00018688236,-0.06187321,0.010397727,0.004909023,-0.03202675,0.06712861,0.06399812,0.09859026,0.03298509,0.0411,0.0076820673,0.0063425982,0.033214528,0.011310165,0.07843165,0.053297583,-0.01926728,-0.007985978,0.005158752,-0.004513831,0.018022226,-0.021617657,-0.03682888,-0.0640418,0.036129657,-0.022025742,-0.03697284,0.07049167,0.016001249,-0.016607974,-0.0012205496,-0.028026368,-0.019249886,0.027885184,-0.029672619,0.024104094,-0.010079599,0.017502211,-0.027201049,-0.011664742,0.032623265,0.030994121,-0.048302032,-0.046729434,0.0023872866,-0.025080942,-0.021853397,0.06555888,-0.0037752576,-0.011115368,0.027145391,-0.01946264,0.019711977,0.004514538,-0.061543114,-0.03162489,-0.0055406634,-0.04965531,0.036817376,-0.014008259,-0.014633208,-0.020503951,0.013833066,0.0042633153,0.00094164297,-0.05365524,0.053404544,-0.01948324,-0.006275519,0.0052236337,-0.015626397,0.017138012,-0.035927046,0.012260185,-0.042196028,-0.013628891,0.02779571,-0.0060921516,0.008160925,0.016967356,-0.009643191,-0.0065519293,-0.0065110796,-0.048692074,0.0146430405,-0.04844349,-0.064613216,-0.018715588,0.011795416,-0.008647733,0.04363318,0.010472965,0.05714716,0.013994183,0.023045216,0.052064218,0.015528683,0.0028348602,0.003270496,-0.03316156,-0.034234844,0.014566453,0.039087974,-0.07283432,0.048752222,0.025281634,0.0057155853,0.055435188,0.055914678,-0.039788965,-0.023818322,0.018137263,-0.075793654,-0.00063150295,0.08122634,-0.023199748,-0.019051904,0.0795219,-0.03109161,0.0007498149,0.018406479,0.0019238784,-0.046227586,-0.004886308,0.026094975,-0.0025610419,0.023408582,-0.02007505,-0.0069826827,0.0054729693,0.025580466,-0.09903005,-0.03865118,-0.04675487,-0.064734556,0.05765124,-0.013485907,0.008209576,0.003769575,-0.085404165,0.013096767,0.019119108,-0.037800353,0.004970744,0.027520316,0.1068879,-0.07315531,-0.035958074,-0.06681814,0.0024422372,0.056906886,0.0110427,0.05051861,-0.027845383,0.047991704,-0.02627733,0.014805637,0.072285846,0.017932422,-0.017234843,0.06628464,-0.05358264,0.004302087,-0.029163694,-0.024645379,-0.0009664872,-0.02268727,0.11764601,0.03664217,0.020979133,0.024052866,0.0033266097,-0.00020991763,-0.027335588,-0.059209112,0.033661965,0.024326619,-0.014943179,0.070887916,-0.023877341,0.012751699,0.01633666,-0.035826325,-0.03010805,0.021422686,-0.02330606,-0.007050615,-0.033280313,0.008818307,0.014190963,-0.0075721904,-0.060267452,0.008474297,-0.021273853,0.035598192,0.016190149,-0.031877395,0.002717518,-0.049024772,-0.0008453424,0.0059451833,-0.061184924,0.004948269,-0.053256955,0.009089755,0.0005050097,0.021792939,-0.01633795,-0.0030471464,0.025387747,0.03262732,-0.015334482,-0.015541538,-0.020220175,-0.0023109405,-0.025140334,0.01104939,-0.0007652305,-0.011832399,0.0034952033,0.033900104,-0.03493795,0.0018212623,-0.03484761,-0.046204034,0.027773784,-0.036923412,-0.0033463894,0.030435743,-0.04000816,-0.031496264,-0.035582818,0.03193037,0.065693855,0.043379594,0.0028936695,0.03797796,0.013271083,0.049793668,0.0025835172,-0.04139163,0.0459245,0.016071687,0.026425958,0.013215117,-0.01827802,0.023535036,-0.08122719,-0.010450795,-0.0059342803,0.015362313,0.008346792,0.0078114816,-0.023600338,0.0059147743,-0.013245469,0.05909596,-0.010033279,0.026570737,-0.021052642,-0.0061925147,0.009591648,-0.05617972,-5.876723e-33,0.022455227,-0.07213211,-0.01598988,-0.012635017,-0.031510923,0.0019234701,-0.0077135595,0.054659415,0.03325355,-0.009895979,0.042172387,0.010234537,0.020735582,-0.0058877375,0.038438626,-0.008971707,0.027009277,0.027665319,0.0032724414,-0.0011205344,0.027893983,0.03986405,-0.04851138,-0.013018433,-0.00544992,0.027201753,0.011196282,-0.0023263448,-0.044804513,0.019817263,-0.022437595,-0.027792009,0.005582668,0.028104508,-0.0338745,0.016549835,0.02640355,-0.041073076,0.0012107613,-0.02844395,0.006584968,-0.054683886,0.00087891985,-0.030590164,0.039367177,-0.024428464,-0.0037833967,0.001991266,-0.011047657,-0.06029503,-0.003211478,0.024318384,-0.013689483,-0.04195956,-0.03529246,0.000819442,-0.03753916,0.03487413,0.07232617,-0.031122124,-0.024693951,0.025343828,-0.00018733017,-0.048640348,-0.014492961,0.039305564,0.026260644,0.014441014,-0.09423099,-0.06432266,-0.037219867,0.0033003842,0.021957789,0.002459135,0.0016028445,-0.014112233,0.0067004007,0.024718966,0.013237688,0.106521256,-0.008633444,0.044521883,-0.021364553,-0.021198973,0.0865614,0.028490756,-0.014642768,-0.058018807,-0.015050372,0.01648205,-0.044410434,0.027606225,-0.010614598,0.030614093,0.100022435,-0.009457889,0.058045425,0.008624721,0.01332452,-0.035149273,-0.0110199815,0.03729425,0.013008166,-0.0175965,0.002331425,-0.015730048,-0.05242394,0.036430683,0.0692612,0.0010801782,0.03111082,-0.03337995,-0.028994987,0.002775841,0.060193818,0.071152635,0.035066057,0.0034169904,-0.002996315,-0.067904934,-0.014671841,0.01813513,-0.03823797,0.046230245,-0.068595774,-0.015842134,-0.015983986,0.025641294,-0.08716407,-0.012449913,-0.00012465175,0.017217139,2.9559868e-07,-0.046435732,-0.021945827,0.042725578,-0.03228383,0.022657676,-0.031152401,-0.01722599,-0.0027988506,-0.004242654,0.02945225,0.060644075,-0.0948794,0.002329191,0.010814342,0.041086253,0.0034788183,0.03152866,0.048451014,0.0126864845,-0.053613037,0.0383191,-0.058258865,-0.04067929,-0.033429436,0.025720406,-0.03899373,-0.0029530397,-0.0015739744,-0.027335381,-0.12115775,-0.017380673,0.093628936,0.0031873123,0.0092181945,-0.0071712728,-0.040670652,0.024154803,-0.01318727,-0.03655073,-0.01837209,-0.01245009,0.022378111,0.026255764,0.027172264,0.040297687,0.02021205,0.005126243,0.09914237,-0.020886837,0.054466635,-0.015586839,0.011961278,0.030863399,-0.010086971,-0.03941105,0.060563166,-0.011289888,0.03275771,0.038328737,0.083487734,0.02104637,-0.029864727,-0.0017878596,0.013925336,-0.009158041,-0.011461609,-0.05223941,2.1331864e-34,-0.031509865,-0.05394486,-0.006597825,-0.054859158,-0.021949144,-0.01006319,-0.012926041,-0.00014565837,0.008337614,0.0033018414,-0.01360483,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/pdfs/DJI_Mavic_2_Enterprise_Zoom_n-a_06-23.pdf', 'page': 0}","During an aerial survey flight, the UAS detected a rapid loss of battery power and initiated
an immediate automatic landing. Whilst descending, its flight behaviour became erratic,
control was lost to the remote pilot, and the UA struck an uninvolved person before hitting
the ground. It was not possible to determine a cause for the loss of battery power or the flight
behaviour. There may have been an opportunity during flight control checks to consider
unexpected battery discharge rate as a reason to abort the flight."
-0.014158794,-0.016346937,0.042478573,-0.04196215,0.072024845,0.027688727,-0.0059488295,-0.0002714503,-0.038523838,0.0020497623,0.027392674,0.032683566,0.0637564,-0.009241585,0.07978836,0.04428186,0.077053346,-0.028209802,-0.06152217,0.014981346,0.026036749,0.00397906,0.035728965,0.01831642,-0.060924362,0.049629416,0.015357996,0.0017399233,0.058440723,-0.036397334,0.048294723,-0.0017676096,0.030371202,0.025757423,2.3812054e-06,0.0055710203,-0.0053129913,-0.014742591,-0.050647695,0.002110177,-0.0120477,0.026627012,-0.028754517,0.02755344,0.007033901,-0.05243872,0.016945375,0.037653062,-0.0038599623,0.06464803,0.008845513,-0.051263597,0.06498042,0.0021768059,0.0399596,0.009268438,-0.03526786,0.097227246,-0.01721574,-0.10988912,-0.0155631285,-0.0448968,-0.0074810036,-0.008964882,-0.049025614,0.027731959,-0.0005913819,0.033896446,-0.023785949,-0.051737335,-0.031534947,-0.042889766,0.038847417,0.022199934,-0.034163177,-0.05799257,0.0438825,0.011326884,-0.07906977,0.044674363,-0.004637858,0.032922942,0.029623717,-0.015003972,-0.03021442,0.016035695,-0.03850776,-0.023119781,-0.0038223716,0.026091244,0.03799695,-0.013961306,-0.014065584,-0.016928256,-0.025534065,0.011584301,-0.034299597,-0.08444971,0.025364684,-0.07145854,0.029486315,-0.019362595,0.05535414,-0.006430602,-0.043914545,-0.0002979427,-0.015738944,-0.0402033,-0.04220024,0.032176662,0.004163024,-0.024315398,-0.009747923,0.012020388,0.0064671864,0.031047525,0.025517203,-0.032444973,-0.023232225,0.03607136,-0.03425693,0.061016496,-0.06283319,0.022335825,0.07091192,-0.036692064,0.04351192,-0.024142005,0.026416918,-0.035958,0.027669618,0.017462801,0.0006903608,0.0046689208,-0.08801977,0.074580155,-0.021447536,-0.02182707,-0.05973793,-0.025843164,0.012743972,0.029807216,0.016886152,-0.004563873,-0.01766781,0.022881689,0.031767692,-0.05360357,0.008898976,0.0037525466,0.00453876,0.029632969,-0.06216012,-0.0037755258,-0.036457293,-0.009133516,-0.039130148,-0.009620009,0.037310593,-0.01769392,0.02511508,0.008240148,0.108566485,-0.0103087025,0.019662278,0.035110574,-0.03255228,-0.0079721715,-0.069099076,0.016822105,0.007306723,-0.0530669,0.017011853,0.09898227,-0.02508385,-0.08463071,-0.12289801,0.040980197,-0.00802614,-0.03167724,0.0044614426,-0.03543037,-0.021112254,-0.042785596,-0.037401177,-0.013129419,0.041511156,0.030345999,0.0038208964,-0.050635725,-0.032264426,-0.02725699,0.0838319,-0.0010306364,0.024329035,-0.008273889,0.023591429,0.064880066,0.032785673,-0.007142368,-0.038988695,-0.020694733,0.048496015,-0.038125217,0.00091846916,-0.012443016,-0.0133544635,-0.028521072,-0.0013631833,-0.05641011,-0.027709315,0.015214654,0.016822042,0.008535543,0.009383799,-0.036982235,0.054076,0.02430983,-0.09542541,0.07260976,0.0003067398,0.0057970094,-0.033868067,-0.024844494,0.022436146,0.017744921,-0.024655195,0.033232056,0.0010895565,0.033921834,-0.011152118,-0.023123445,0.003144715,-0.005688416,0.009210144,-0.0123323705,0.0052093533,-0.001861435,-0.0036680105,-0.0007439692,-0.034791347,0.096950896,0.035904415,-0.023351891,-0.0141771585,-0.021981822,-0.022213323,-0.020502621,-0.02186446,0.05772616,-0.0051980303,-0.033152655,0.036830634,0.04635757,-0.033926163,-0.027473198,0.0024988956,0.05193386,0.032613475,-0.025414977,0.045312162,-0.042547643,0.010881751,-0.054288305,-0.028247409,0.00024215727,0.09568532,-0.02443118,-0.022521973,0.0053678784,-0.043643393,-0.0035245637,0.040048268,-0.0042410754,-0.011328859,-0.013659817,-0.042194124,0.025636459,-0.027330313,-0.0131270345,-0.00543908,-0.0009946018,0.03793411,0.0075124837,-0.012036077,0.03902872,0.03517167,-0.020845104,-0.070888475,0.046333753,-0.066022255,-0.04887233,-0.0043308563,-0.046308875,0.017099416,0.010099532,0.021396156,0.051426437,0.04033875,0.1056572,0.020567741,0.033982918,0.015310036,0.007420492,0.060022734,-0.0045510526,0.011519186,0.028118752,-0.050641943,0.019191537,-0.026449028,0.038017616,-0.00093778956,-0.033419497,-0.03745318,-0.028757108,0.038469203,-0.019515255,-0.05101058,0.08460821,0.033926535,0.016026307,-0.031186825,-0.005514451,-0.027309187,0.011172064,-0.013656881,0.014254671,-0.0030070695,-0.0032067639,0.019208543,-0.0066731693,0.04420166,0.048992194,-0.08616706,-0.050748818,0.04027072,-0.047183946,0.006038014,0.034577373,-0.045192324,-0.035518527,0.042673625,-0.03368588,-0.023470044,0.0027023475,-0.058144785,-0.044422768,0.01576966,-0.060207386,0.005086064,-0.003747623,-0.03051242,-0.0088005345,-0.02006199,0.027749715,-0.0035361361,-0.05599691,0.081435636,0.01017234,-0.0013413318,0.0053222547,0.021265857,0.009698776,-0.044335194,-0.008961934,-0.041176666,0.0020756996,0.031438857,-0.03938824,0.024468647,0.010518432,-0.05733468,-0.04257351,-0.039016597,-0.036754988,0.021480588,-0.017887425,-0.04245962,-0.019214211,0.028180901,-0.0011991541,0.025158282,0.011601909,0.045560133,0.029434035,0.0141355945,0.038746696,0.028503444,0.019852571,0.008974237,-0.05113405,-0.043851104,0.0032009606,0.006623713,-0.02158738,0.053791266,0.058803633,0.0038539846,0.04526504,0.028561685,-0.025941754,-0.003972765,0.017382257,-0.030184494,0.008243557,0.056263134,-0.049578518,-0.016931495,0.094588354,0.022738928,0.036216073,-0.004098825,0.0032807656,-0.072726876,0.0037323486,0.004006676,0.009553951,-0.004572573,-0.0063460544,-0.037943207,-0.03415349,0.055370376,-0.071745984,-0.023533694,-0.03851828,-0.06576845,0.04912252,-0.023377726,0.012796977,0.020561302,-0.06194765,0.043285545,0.006471602,-0.021327857,0.004923635,-0.012789423,0.105466455,-0.04220522,-0.0029053716,-0.06745402,-0.00913206,0.035817355,0.0020856685,0.025958372,-0.033884745,0.050668836,-0.023280252,0.011250604,0.03949988,0.01938757,-0.036219236,0.07072883,-0.01651276,-0.04671661,-0.04457614,-0.07204494,-0.010415574,-0.013336165,0.09157134,0.03701993,0.01828023,-0.0030124318,0.025075007,-0.001053116,-0.029722925,-0.026890496,0.018691028,0.007937185,-0.022988874,0.036146943,-0.024235338,0.0072794897,-0.004189743,-0.03273051,-0.006745909,-0.007827094,-0.024570256,-0.004647846,-0.03670129,0.0039831614,0.067272216,-0.009449252,-0.038092542,0.02561259,-0.031033007,0.053957935,0.008671325,-0.03269549,0.017553018,0.01525751,-0.015482833,-0.007140597,0.022166919,0.055589262,-0.0010365023,0.00077311316,-0.03349702,0.0044620074,-0.028269462,0.018849319,0.009876597,0.009791007,-0.025163209,-0.024205906,-0.015663669,-0.0023340965,-0.034328233,0.013059876,-0.021501698,-0.045678917,0.031007154,0.022238974,-0.02007842,0.027723681,0.024222776,0.007941069,0.04433967,0.010064492,-0.01917749,0.028511439,-0.017653625,-0.019963987,-0.024945136,0.020651573,0.02333307,0.0063779303,-0.016180247,0.059396647,0.0033138872,0.06359087,0.008531996,-0.013695667,0.052996427,0.030697394,0.04333372,0.024170408,-0.03903627,0.013702015,-0.09969854,-0.0039570876,-0.033451933,0.010600046,0.018542606,-0.056711175,-0.039441615,-0.009144797,-0.0017834777,0.084615625,0.0023808533,0.01785163,-0.008085053,-0.02232772,0.0011424292,-0.026156323,-6.544973e-33,0.01750804,-0.03169121,-0.027425509,0.020635765,-0.07076307,0.008858718,-0.016236514,0.05051132,0.05633619,-0.016403921,0.02266632,-0.028125588,0.020379337,-0.012040813,0.018602803,-0.0028745944,0.01159098,0.010349297,-0.017317086,-0.025931064,0.046118498,0.036460012,-0.01142662,-0.023711128,-0.013977842,-0.0053941323,-0.023025008,0.0094904145,-0.060169782,0.029592939,0.0067297434,-0.019320697,0.015744297,0.018093256,-0.042995553,0.011186076,0.0009177836,0.028394792,-0.007252919,-0.0071145827,0.0065260283,-0.051701814,0.032112673,-0.05067499,-0.012657662,-0.0002463817,-0.0129573345,0.012907058,-0.0023825702,-0.088030756,0.0014801766,0.005252801,-0.0019384946,-0.0544061,-0.0555142,-0.045318276,-0.0023553865,0.04067362,0.04694292,-0.060780026,-0.058560975,0.035874225,0.00850493,-0.018266661,-0.013355851,0.0392212,0.03502884,0.04938809,-0.05985773,-0.045242257,-0.024105478,0.0072929272,0.011545898,0.028516646,0.025850335,-0.020239672,-0.0075269383,0.03975694,0.02221343,0.09410167,-0.0061035757,0.0026615032,-0.016438432,0.006459849,0.06624854,0.046633508,0.0037484898,-0.05139994,-0.024547616,0.024503613,-0.047997124,0.08170538,-0.009917922,0.013271849,0.063320495,0.010499031,0.06313333,-0.002340101,0.00081760413,-0.008656476,0.024061315,0.051289544,-0.045446124,-0.020677386,-0.015894592,0.019553173,-0.04705301,0.024592739,0.07992426,-0.00039990045,0.02874904,-0.035273496,-0.03923445,0.033074558,0.028665084,0.04816101,0.048785668,-0.025004977,0.016008444,-0.024273358,0.009373978,-0.020574717,-0.06731764,0.051102426,-0.023341918,-0.0037876428,-0.035696153,-0.013051682,-0.0613176,0.0031916073,-0.0069711665,0.047678597,3.3045717e-07,-0.06730725,-0.011051469,-0.010401034,-0.07658043,0.0063380473,-0.0016151726,-0.05271136,0.012433458,-0.0074667498,0.008421847,0.01379476,-0.054228075,0.043685216,-0.012187015,0.017140392,0.0020849223,-0.0065012844,0.070046715,-0.014560711,-0.046391916,0.0061084726,-0.055948365,-0.046723228,0.008857684,0.041878317,-0.007743317,0.042709522,-0.029657405,-0.02276815,-0.07985725,-0.015751515,0.06582611,0.0046773045,-0.02142158,0.012214453,-0.037811913,0.021542696,0.03626255,0.014546652,0.015252001,-0.024195317,-0.026161069,0.036200933,-0.0003955424,0.032992925,0.033498906,0.01770196,0.05794563,-0.04938048,0.07545271,-0.008912347,0.00087983673,0.023487967,-0.030683238,-0.049394388,0.06192306,0.0027950532,0.034697518,0.009653703,0.04390768,-0.013772958,-0.009911582,0.018580116,0.008423068,-0.008411115,0.019024335,-0.049810782,2.6758914e-34,-0.05288009,-0.06568885,0.018151434,-0.032289654,0.002728016,-0.040302247,0.006755903,-0.007235239,-0.046766765,-0.026087306,-4.1909323e-05,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/pdfs/DJI_Matrice_210_RTK_UAS_201018_11-19.pdf', 'page': 0}","The operator deployed the DJI Matrice 210 RTK unmanned aircraft system in the City
Centre of Manchester. Whilst the aircraft was in a static hover at 260 ft above the takeoff
point with an estimated remaining flight time of 12 minutes and 9 seconds displayed on the
controller, the aircraft suddenly descended and slewed sideways uncontrollably. It hit the
ground causing extensive damage to the airframe, batteries and cameras. No persons or
other property were hit by the aircraft.
Analysis confirmed that one of the batteries was indicating an erroneously high state of
charge (SOC) and the aircraft had initiated automatic landing due to critically low battery
voltage. It subsequently lost all power less than 2.5 seconds later, which resulted in an
uncontrolled descent followed by impact with the ground.
The cause of the erroneously high SOC is discussed in the report on the accident to DJI
Matrice 210 on 4 September 2018 (ref EW/G2018/09/04, AAIB Bulletin 11/2019)."
-0.047970667,0.04016412,0.015107141,-0.035287123,0.013191442,-0.011552187,0.014029241,-0.028342243,-0.059798423,-0.025942968,0.046771724,0.025331173,0.037498742,-0.009011416,0.050078817,0.014201573,0.08125443,-0.09791732,-0.05181707,0.030095331,0.014127628,-7.9815574e-05,-0.005699747,0.007440511,-0.04682198,0.020176485,0.007843629,-0.0112363,0.04588908,0.037715826,0.029523062,-0.01988457,0.06804285,0.015530884,2.4021979e-06,0.00392078,-0.010216066,0.012601793,-0.036735374,-0.0146548,0.010567805,0.04941649,-0.053061135,0.003706224,0.014793748,-0.01242208,-0.056186948,0.07129564,-0.005886315,0.07473459,0.0004884327,-0.031480074,0.026399985,0.014374064,-0.020320388,-0.01238807,0.0047375206,0.012914768,0.0027844645,-0.027849343,-0.015307589,-0.010731216,0.0023360054,-0.02690752,-0.08656737,0.045568734,-0.045383353,-0.03852856,-0.032264877,0.00981023,-0.0005265003,0.0065551647,0.017476618,0.015375693,-0.03594257,0.011962827,0.02350362,0.016890595,-0.025788533,-0.011716818,-0.003339204,0.0320907,-0.00039620764,0.0048121857,0.015010892,-0.046648793,-0.013493888,-0.0044318307,0.023653414,-0.008690947,0.06189808,-0.0018197596,-0.021310689,-0.028014751,-0.021278415,-0.010416713,-0.020448053,-0.03396572,0.05118726,-0.07785156,0.010618831,-0.012379561,-0.049305048,0.0006443887,-0.011234284,-0.010505389,-0.06394184,0.030755896,0.0035640108,0.08072633,-0.029554589,0.017991407,0.01857117,0.05736568,-0.028455405,0.051213436,0.036848854,-0.033901036,-0.0044748704,0.021291632,-0.027509816,0.025713332,-0.044111103,0.026445448,0.085424535,-0.039114837,0.017501883,0.03537961,-0.00854184,-0.018749459,0.021091102,0.04425107,0.029609717,0.010734927,-0.099383846,0.06021075,-0.015404921,-0.005208189,-0.011638173,-0.030517321,-0.016032822,-0.0032366235,-0.0077159572,-0.0012691291,-0.006238047,-0.040022258,-0.0077707083,-0.05551909,0.024130682,0.002736763,0.00076875155,0.022419479,-0.011917219,-0.008265466,0.013286457,0.0127973575,-0.036575943,-0.0010596475,0.0045968243,-0.015029,0.028114812,0.021460013,0.09588917,-0.0039244,-0.03355997,0.017241128,-0.05599789,0.019053727,-0.030976435,0.007265837,0.020192754,0.0049654883,0.010991982,0.028092006,0.01634388,-0.07343836,-0.08058621,0.019748973,0.020902373,0.011546189,-0.022893436,-0.063729614,-0.021245748,-0.088434,-0.042343926,-0.028897472,-0.030314649,0.024243444,0.0041463496,-0.022130068,-0.0016035673,-0.05888242,0.083978325,0.00502835,0.04962382,-0.041167527,0.013119662,-0.036647383,0.019885432,-0.011607039,-0.044247437,0.013191233,0.024992038,-0.010107958,-0.0018565628,-0.018089948,-0.0047684317,-0.062261153,0.027131757,-0.0020099783,-0.029499333,0.017194426,0.100171715,0.061350573,-0.008386,-0.023991449,0.037842773,0.019023921,-0.059436403,0.0328517,0.0006929583,-0.06361643,-0.061985243,0.018197302,-0.0067545306,0.028547378,-0.010353831,-0.0006912686,-0.01256002,0.065859176,-0.0015054166,0.017101852,0.012753039,0.012076446,0.03841313,-0.033092268,0.07615071,0.033761702,0.0025998282,-0.027344335,-0.043651547,0.11630304,0.015557981,-0.0057476223,-0.01468345,0.0021644633,-0.0419929,-0.0023318443,-0.0037343423,0.038985364,-0.012133509,0.0020077007,0.001026055,0.03163272,-0.047834463,-0.04364833,-0.031244751,0.046469778,0.0001884019,-0.0066938912,0.025459174,-0.03365562,0.033339,-0.01762454,0.027207734,-0.018508988,0.07153429,-0.027713066,-0.0034711417,0.00090480485,-0.03439727,-0.029631954,0.012116569,-0.027745143,-0.029096007,0.04165259,-0.024222787,-0.03253072,-0.03255281,-0.019260986,-0.042183314,-0.019414708,-0.017858423,-0.012523255,-0.0024875083,0.023094803,0.043023553,-0.02669972,0.004495802,-0.0017134373,-0.08386446,-0.014852289,0.004122851,-0.03227012,0.024502387,0.012488033,-0.010238179,-0.013154522,0.019095395,0.093343295,0.046068497,0.0486424,-0.019114448,0.019440917,0.011091878,-0.010754716,0.052086774,0.13536635,-0.025903478,-0.03241206,-0.04153357,0.0083524855,-0.029894868,-0.0024846753,-0.049837887,-0.026846372,-0.005280232,-0.03230899,-0.05612666,0.055692963,0.048551824,-0.0307983,-0.047368716,-0.005896704,0.008299599,0.022271557,0.026909227,-0.0034921388,-0.011020638,0.004459484,-0.016581124,0.01411492,0.05732371,0.031057455,-0.029471617,-0.058803625,-0.0172498,-0.049014244,-0.06785667,0.052922282,-0.032140713,-0.046790566,0.01767486,-0.030178463,-0.024011826,0.015873812,-0.0964039,-0.0059831883,0.051061284,-0.07210561,0.02766213,-0.0047482336,-0.0033618342,0.0077419104,-0.020531928,0.009734679,0.012260436,-0.08231629,0.015944313,-0.0076154284,-0.004072672,0.0067383074,0.015562816,0.0320545,-0.033405688,-0.0023425545,-0.061144628,0.03507219,0.026850425,-0.0181702,0.040368743,0.015012276,-0.019911563,-0.028542878,-0.022821225,-0.0053384574,0.037093192,0.0065222257,-0.054538336,-0.025504602,-0.004305256,0.00932759,0.036244303,-0.0131545765,0.033687994,0.044635158,0.011662962,0.07321596,0.07117408,0.049575824,-0.011091926,-0.06825418,-0.068687476,-0.0021912018,0.060850333,-0.0447504,0.070364065,0.040687207,0.026723532,0.050981827,0.023365034,-0.0239059,-0.07320501,-0.0065020486,-0.058728974,0.02677832,0.03956177,-0.0075807106,-0.025103532,0.031205686,-0.0003350992,-0.02176684,0.024491979,0.018228786,-0.0071101664,-0.01351341,0.054690115,-0.020237196,-0.028514145,-0.034588065,-0.0445684,0.041479442,0.026833318,-0.06504591,-0.059641715,-0.059749745,0.0073518837,0.01107092,-0.010059521,-0.007395502,0.007445873,-0.03523026,-0.017259736,0.034614038,-0.017569944,-0.023394857,0.018103873,0.039887927,-0.09919162,-0.05688635,-0.030575132,0.04625261,0.017538885,-0.04386258,0.040397607,0.010664367,0.048883267,-0.0069033736,0.012805812,0.026103664,0.036320113,-0.011385225,0.1387125,0.020750003,0.020491956,-0.005826325,-0.019335173,-0.015843527,-0.044127937,0.1006679,0.059816763,0.014145351,0.012488896,0.030130427,0.040210877,-0.025687044,-0.065541156,-0.0038768176,0.007190905,0.00011014496,0.02565943,-0.04399463,-0.0018101247,-0.024785457,-0.045964938,0.0143541405,-0.019096164,-0.014062538,0.0021136766,-0.029557077,0.016182398,0.031137116,0.0052970788,-0.0010933634,0.021326816,-0.03037038,0.024214191,0.010628256,0.038837288,0.03205721,-0.037248977,-0.017991714,0.0012107944,0.0054986966,0.05831207,0.03503053,0.019629935,-0.031345915,-0.021030828,-0.055221457,-0.015278701,0.008392412,0.0059647234,-0.010186542,-0.022671402,-0.002918628,-0.006120005,-0.029465683,0.02077336,-0.0029454445,0.0048783715,0.0027267449,0.08550434,-0.065431,0.0034948064,-0.019046882,-0.049852204,0.07201624,-0.013431339,-0.010112166,0.039254893,-0.05057087,-0.030022763,-0.03369416,0.027026488,0.02344507,-0.009706108,-0.019156158,0.03262223,0.03626332,0.0854256,-0.013143801,0.034487523,0.052653294,-0.016643032,0.023967477,0.02635329,0.015779234,0.021158755,-0.014354898,-0.014778982,0.007646618,-0.040669404,-0.005743415,-0.034710165,-0.048303075,-0.011941386,-0.033483718,0.07727277,-0.05312318,0.025284061,-0.061615344,0.01475213,0.017105423,-0.0052220067,-6.596761e-33,0.018728686,-0.0069256634,-0.0324546,-0.044412497,-0.064046055,0.00699544,0.017737435,0.019915001,0.0129320845,0.0037686557,0.046564773,0.015176162,0.012053989,0.009062303,0.044516478,-0.036060236,0.031135768,0.008162776,0.003198033,-0.00055485964,-0.031780493,-0.003434121,-0.009154383,-0.04249974,0.011619057,0.028241541,-0.015848434,0.019660328,-0.014356377,0.00993182,-0.005318083,0.0070191217,0.016353093,0.02426871,-0.03259339,0.0716405,0.013809654,-0.056951035,-0.019161362,-0.023151215,-0.0069404943,-0.08117349,0.010236863,-0.002622068,0.0129098855,-0.08396399,-0.030578751,0.027470477,-0.0099720685,-0.05942269,-0.029931452,0.020744981,-0.019403262,-0.04656779,-0.00324467,0.016151963,-0.008797315,0.011958538,-0.017761534,-0.042406403,-0.056556374,0.018540384,-0.007250982,-0.033748467,-0.019938532,0.032801032,-0.004937875,0.0034005374,-0.09047034,-0.06549148,-0.018576913,0.05789242,-0.0140450215,0.0049689086,-0.0046728044,0.029935211,-0.037160866,0.03980203,-0.051148552,0.109120436,0.01957936,0.02266867,-0.06393604,-0.013860666,0.08415513,0.011435462,0.025665194,-0.032318894,0.0036610023,0.031040423,-0.050770596,-0.009259865,-0.051248766,0.039066914,0.058098987,-0.01580185,0.0348263,0.010243332,0.011346686,-0.022580622,0.01040467,0.04545971,0.01851247,-0.029149069,0.033273846,-0.009216212,-0.07221469,0.049998764,0.028466558,0.011586147,0.044224698,0.0156074725,-0.021775708,0.06379431,0.06441697,0.035876326,0.035408195,-0.033340298,0.023572251,-0.010476904,0.006865646,0.012472143,-0.07550183,0.03170428,-0.028081868,-0.025531592,0.020266736,0.013101285,0.014825533,-0.06394876,-0.027680632,-0.012800711,3.1253512e-07,-0.0070850994,0.0045632403,0.057576265,-0.031826325,0.02345478,0.023194252,0.011253997,0.04932831,0.015149944,0.025920708,0.04013683,-0.07193013,-0.0060231066,-0.012469282,0.048414495,0.021013625,0.038224827,0.04367261,-0.04223909,-0.011137028,0.014413093,-0.013730105,-0.020886905,0.0071885833,0.008339932,0.030286433,-0.03458625,-0.071836986,-0.0315181,-0.108583026,0.009318146,0.06724752,0.010715722,0.0033018906,-0.00427318,0.0069282227,0.047092643,0.059667476,-0.034835055,0.07958534,-0.008836768,-0.054844875,0.002086894,-0.0058174334,0.057241127,-0.02146052,0.006904729,0.071951136,-0.019017601,0.048265312,0.028982332,0.02047944,0.018799033,-0.050567407,-0.005542344,0.046681665,-0.017607823,0.00773975,0.03152609,0.059218932,-0.019813763,0.0014300199,0.021328438,-0.0010545804,-0.05092863,-0.025678683,-0.025715819,2.3189503e-34,-0.023104098,-0.0154096,-0.04093469,-0.024545737,0.0029202465,-0.0075301854,-0.01552655,-0.01864119,-0.0033125717,0.015684392,0.0090604,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/pdfs/DJI_Phantom_4_RTK_UAS_reg_N-A_06-21.pdf', 'page': 0}","The UAS, a DJI Phantom 4 RTK, was being operated in an automated flight mode to survey
a railway track and surrounding infrastructure when one of the four propellers detached
whilst in-flight. The aircraft rapidly descended from a height of 70 m (230 ft) where it struck
the ground in the rear garden of a house. No persons were injured.
This investigation has reviewed the new UAS regulations introduced on 31 December 2020
concerning the safe overflight of people and data available to assist in risk assessments.
Two Safety Recommendations are made to the UK CAA."
-0.014053693,0.040016443,0.03944035,0.012196179,0.020777822,-0.0016364361,0.008149978,-0.016005443,-0.033789713,-0.007908542,0.03585599,0.025363036,0.0416585,0.029641034,0.038026735,0.0046637314,0.019974312,-0.076878265,-0.009441024,-0.01781295,-0.0024709457,0.021007052,-0.009246758,0.01824896,-0.011387554,0.010010643,-0.0009810415,-0.010908258,0.009332007,0.014815455,0.023179134,-0.019638665,0.04719724,0.011088327,2.0999696e-06,0.002150468,0.002014762,0.013593635,-0.03235344,0.039899666,0.05860741,0.08034107,-0.07685484,0.029400898,0.0060365875,-0.0058761192,-0.04220529,0.03200477,-0.012768755,0.034278948,0.005411712,-0.018636921,0.023487192,0.010005069,0.008367319,-0.05868757,-0.01903514,0.021522697,0.0017083811,-0.017902639,-0.04092394,-0.008099173,0.019764742,-0.03035116,-0.073154464,0.072522596,-0.040490966,-0.04540688,-0.01996204,-0.031550057,-0.01292302,-0.017930388,0.0015222301,0.04865163,-0.033503562,-0.01768443,0.03439739,-0.013412389,-0.012280841,0.022481564,0.0060986606,0.026693743,-0.01235222,-0.00062901224,-0.036155958,-0.031678278,-0.030601617,-0.01968996,-0.0138965165,0.0231219,0.024438506,0.010657101,-0.023383826,0.002095239,0.017727397,-0.02947589,-0.017454177,-0.042528905,0.0152628515,-0.055602487,0.020803032,-0.020709809,-0.036777884,-0.008890975,0.004941285,0.012055704,-0.021709604,-0.05134006,0.0054868655,0.05501442,-0.026340768,-0.017337315,0.008797813,0.052050438,0.04557679,0.01569643,0.06393908,-0.029085822,-0.013715664,0.044979278,-0.043543294,0.077313736,-0.047760937,0.05038431,0.050148986,-0.04173018,0.0109077925,-0.0040225866,0.033455983,-0.038216274,0.009122102,0.012930248,0.018158764,-0.020993484,-0.07296374,0.059779264,-0.037848495,-0.047362458,-0.031871032,-0.03548818,-0.0558866,-0.0049565807,-0.020945186,0.0051263184,0.0088551175,0.026228223,-0.004893178,-0.09662576,0.014354828,-0.052530743,-0.027053962,0.03851098,-0.017599126,0.0045982343,0.01441114,-0.029931847,0.0011098891,-0.007424715,-0.01110685,0.0044307555,0.046959266,0.022571256,0.059208937,-0.03684928,0.022390345,0.04625463,-0.057911407,0.033537287,-0.05839381,0.047011837,0.06489611,-0.0025993083,0.026907887,0.05526633,0.0022076827,-0.064821914,-0.08083317,0.010584993,-0.029304612,0.07396561,-0.023963727,-0.049739446,-0.034865882,-0.09915998,-0.09693458,-0.0032128347,0.056488924,0.043320395,-0.030001767,-0.02612122,0.0014032815,-0.02033965,0.054082774,0.0148297595,0.060817007,-0.00036616068,0.017774975,-0.020991975,0.019624738,0.030508408,-0.032536235,-0.00030120913,0.07631175,0.013123842,0.012725629,0.023536451,0.0070851925,-0.028368792,-0.03815766,-0.03575209,-0.031970803,0.011064544,0.033653677,0.0563046,-0.00014278728,-0.02559745,0.049764063,-0.018364944,-0.082730524,0.024260886,-0.030628208,-0.019041294,-0.04308251,-0.00070878415,-0.02200005,0.045482274,-0.008514308,0.0020466023,0.004241885,0.03467944,-0.007854415,0.011411446,0.01119695,0.026031943,0.025760774,-0.032917127,0.06952573,-0.008945812,0.017615587,-0.0607738,-0.013870011,0.109944664,0.022706008,-0.010703134,-0.0017875032,-0.016330479,-0.034718663,-0.0062755095,0.03237811,0.029899416,-0.0050111273,0.009347479,0.026320003,-0.0039311126,-0.052483324,-0.036826737,-0.02378203,0.016770521,0.022084357,0.011587484,0.016603164,-0.0032931678,0.021454688,-0.056514148,-0.048867602,-0.0074915946,0.027172845,0.060156275,0.00816082,-0.006637634,-0.03202148,-0.009704612,0.035587694,-0.007680954,-0.015699014,0.014403546,-0.03243104,-0.020525012,-0.033728823,0.018765934,-0.01789319,-0.002895401,0.0009991323,-0.027957035,0.013642871,0.03737425,-0.0030824752,-0.017553808,-0.069643006,0.033208817,-0.07594036,-0.011441756,-0.016478792,-0.036413062,0.02573378,0.0076977783,0.016588673,0.035770457,0.031665407,0.10080253,0.022489106,0.07088544,0.0103315255,0.016477918,0.012394132,-0.018294945,0.05520407,0.07773107,-0.0742801,-0.0220635,-0.031739805,-0.0014945039,-0.0107530225,0.01426244,-0.020203,0.0056148837,-0.020741522,-0.066127315,-0.0082206335,0.054534502,0.0072895326,-0.030016938,-0.052029237,-0.022400731,0.022750944,0.037697427,0.03635408,0.0030038909,-0.02532635,0.012466947,-0.036523428,-0.006157706,0.036432486,0.03363051,0.025141127,-0.084886186,-0.021606982,-0.003166732,-0.032857787,0.034967136,-0.036645602,-0.060949787,0.032793082,-0.00736309,-0.019522037,0.053510115,-0.07039606,-0.0021370142,0.02277246,-0.048255906,0.0002166923,0.01679667,-0.006690904,-0.0010921141,-0.025839655,-0.0025322132,-0.0017017699,-0.05597362,0.05207052,-0.015067589,-0.011036083,-0.021839153,0.027926862,0.018639456,-0.032298062,-0.03373085,-0.024145473,0.0071251076,0.01918164,-0.025732765,0.03392754,0.0092548225,-0.08319458,-0.004737991,0.005172573,-0.009972656,0.03913711,0.021958057,0.020705186,0.005547038,0.027127445,-0.026048109,0.0050639785,-0.032605566,0.01920973,0.078832015,-0.0013579739,0.08914378,0.045294214,0.005526675,0.00087052246,-0.015324505,-0.05127257,0.040925194,0.010010129,-0.06762676,0.107509255,0.07924395,0.01517203,0.056562267,0.004136995,0.0067092096,-0.08527753,0.018031161,-0.046627425,-0.0057652835,0.01816479,-0.021100022,-0.035746504,0.031298958,0.040062573,0.022434622,0.041321028,0.02160401,0.010431011,-0.014737671,0.028208012,0.024919428,-0.02315936,-0.022830643,-0.028321734,0.0061906963,0.023373796,-0.07681212,-0.04154367,-0.037598733,-0.062140163,-0.021391936,-0.004864496,0.023013871,0.0005326102,-0.09449367,-0.012912155,0.029654909,0.01795064,-0.0560583,0.014519239,0.101705596,-0.10727119,-0.040518258,-0.025117336,0.082292445,0.02431875,-0.078029685,0.00095791346,-0.014380013,-0.010118798,-0.02738196,0.017228918,0.016822925,0.047876954,-0.005842201,0.10358557,-0.0054281172,-0.009168888,-0.019664273,0.023983648,0.01070189,-0.025627967,0.1402141,0.0085930545,0.023511963,0.048266683,-0.0044086063,-0.02190484,-0.00089953915,-0.07229371,0.02627469,0.02644236,-0.026730454,0.016465887,-0.0065256786,0.005848606,-0.021464199,-0.052575454,-0.014583447,-0.020274544,-0.00886841,0.02481029,-0.031447135,-0.02160692,0.03776124,0.0005957436,-0.02143894,0.009225262,0.019723542,0.0769203,0.0071338974,0.034496207,0.0672324,-0.005941796,-0.0128730545,-0.009203027,-0.04241472,0.049656454,0.029904105,-0.018605812,-0.027381213,0.050346345,-0.010431323,0.028465858,0.015774019,0.018962404,0.03035365,-0.03269383,-0.0026121186,-0.013211459,-0.0059979334,0.020419788,0.014430072,0.036800895,0.0015220296,0.03430321,0.03083887,-0.017596008,-0.019852078,-0.031675782,0.04978705,-0.011718759,0.004491225,0.038268384,-0.03443798,-0.03807873,-0.023380779,-0.051100533,0.05146295,-0.010099008,0.008934289,0.029542744,0.03161106,0.029289285,0.0074077263,0.027118947,0.084457405,-0.03195717,0.010288038,0.08302675,-0.0058460427,0.026102765,-0.06948504,0.022575093,-0.008882675,-0.053362455,0.022746136,-0.0415082,-0.07695207,0.0061153728,-0.036419515,0.07890769,-0.04272364,0.023639958,-0.055525895,-0.019188011,0.005290886,0.012462525,-6.704629e-33,0.008299217,-0.05060442,-0.04175998,-0.05056071,-0.043507513,0.025133526,0.014780627,0.030355196,-0.0063144695,-0.008571723,0.039575275,-0.001667502,0.024394616,0.02261023,0.06472939,-0.013993445,0.01035086,0.010984815,0.0063720713,0.018411579,-0.014894797,0.03646644,-0.033594865,0.020640297,-0.0027837055,-0.035792645,-0.037798125,0.057237893,0.0066863867,0.033873428,-0.01603194,-0.015903536,-0.012110346,0.06989518,-0.032890093,-0.0016552323,0.03807692,-0.04224966,0.00885999,-0.041195296,-0.03665331,-0.07380408,0.025814185,-0.021935334,0.012152595,-0.06556036,-0.02419904,0.0013425982,-0.008407321,-0.055876784,-0.042782027,0.013359292,-0.013194021,-0.026765613,-0.0030602848,-0.030120917,-0.0035503472,0.05642497,-0.004015583,-0.09006523,0.0057168575,0.053132296,0.003364478,-0.07275897,-0.0075159427,0.0055428282,0.034801163,0.03149327,-0.07058943,-0.062186982,-0.01563507,0.037749514,0.012056792,-0.05138174,-0.019015197,-0.01329872,-0.015792387,0.030631615,-0.025670057,0.029451651,0.0036090547,-0.0014977852,-0.063949086,-0.0065842513,0.022379851,0.020875676,-0.028658746,-0.024077894,0.010161245,0.058394954,0.0033719076,0.04076526,-0.07009383,0.03990802,0.02027254,-0.047288436,-0.0036948826,0.029527836,-0.002222586,-0.0074528987,0.00631835,0.05326315,-0.00481062,-0.024810243,-0.012945501,0.01232925,-0.024788754,0.043782596,0.014139775,-0.026086042,0.004423495,-0.022111738,-0.016327493,-0.008062925,0.01520082,0.047943365,0.02820936,-0.08052343,0.025160473,0.01550325,-0.001275865,0.07481088,-0.04681669,0.021278018,-0.041084643,-0.02324582,0.022756882,0.03239534,-0.018754212,-0.04168091,-0.020043973,0.010299306,2.747774e-07,0.034390498,0.036655392,0.054241836,-0.028630821,-0.0011313917,-0.016851414,-0.04638703,0.016403787,-0.0009121204,0.060321208,0.0260109,-0.012608947,0.004049856,-0.0044072424,0.017148213,0.0628764,0.038695782,0.026536157,-0.06997287,-0.021752175,0.007230571,-0.003209846,-0.071430184,-0.004687979,-0.0057336367,0.04441282,-0.0025658722,-0.04271953,-0.05594124,-0.112102404,-0.046344027,0.07453169,0.0057754563,-0.044792406,0.0021755772,-0.008714631,0.01318449,0.036981307,-0.04191903,0.017447187,0.014233423,-0.06929908,0.010143236,0.00046345565,0.055216186,0.008581547,0.010393747,0.058308803,-0.03969929,0.059909586,0.018648366,0.022798726,0.04795233,0.024899622,-0.006067262,0.03183527,-0.014700548,0.01030136,0.0493508,0.06662311,-0.02603882,0.01934749,0.0027116376,0.003522876,-0.013014532,0.0020810664,-0.043074396,2.2889534e-34,-0.02238984,-0.027559362,-0.001604659,0.0061556725,-0.007547086,-0.022634324,0.02446858,-0.004703538,0.0035812666,-0.0013385614,-0.01338729,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/pdfs/DJI_Inspire_2_UAS_registration_na_290620_11-20.pdf', 'page': 0}","The UA was being flown near Eton Wick, Windsor, in a semi-rural area when, without
warning, it descended out of control and hit a car parked on a private residential driveway.
The car bodywork was damaged and the UA disintegrated on impact. The cause of the
accident is not known."
-0.026619982,-0.013215632,0.043667223,-0.00032974238,0.025208768,0.013790869,-0.026784318,-0.019497016,-0.070863076,-0.029565912,0.031026017,0.012836924,0.090384796,-0.009597524,0.057406224,-0.0010713282,0.033039972,-0.028898532,-0.038291473,-0.00785266,-0.0059867227,0.018075408,7.0300935e-05,0.021494305,0.0039574676,-0.0018899165,0.011741645,-0.015298837,0.0075442963,0.053978108,0.022488397,-0.014492794,0.041986987,0.02977343,2.32875e-06,-0.020203196,-0.015487304,0.0022996718,-0.071144134,0.013154745,0.03692786,0.06775313,-0.00909425,0.026256887,0.00077910116,-0.024640342,-0.057495914,0.03391989,-0.002110594,0.021769945,-0.009061547,-0.02165484,0.048911273,0.018284285,-0.008178643,-0.02878108,-0.016006118,0.009550465,0.018655028,-0.015553035,-0.03978295,-0.014461584,0.005341822,-0.028581355,-0.08736363,0.02057304,-0.048533633,-0.038535133,-0.0070848656,-0.019481273,-0.022848895,-0.0019036139,0.009196787,0.035371676,0.0054387087,0.011938249,0.025683736,0.005273217,-0.03252102,0.00022296948,0.037801422,0.0028458515,0.022710653,-0.030252954,0.032266963,-0.038817827,-0.06529049,0.006998385,0.020634571,-0.03542622,0.06619344,-0.0041860817,-0.039039418,0.0006824313,0.0047302484,0.027255952,-0.031181488,-0.07864512,0.008168046,-0.06018823,0.027467713,-0.032613024,-0.02656896,0.008547176,-0.03584192,-0.014009405,-0.022336371,-0.04402502,0.022145867,0.083589666,-0.026389407,-0.028173992,0.008887793,0.066718146,0.04953762,0.025877945,0.030079415,-0.039391633,-0.001851287,0.067868166,-0.05179389,0.053229555,-0.043536212,0.0019272654,0.038600378,0.004020659,0.05289668,0.009793266,0.02150632,-0.053736772,0.010922424,0.043601047,0.026405284,0.011919254,-0.08719312,0.0894182,-0.035419762,0.001886892,-0.048132926,-0.014501892,-0.027313897,0.009580626,-0.017151533,0.010439266,0.0060289456,0.02041721,0.034309655,-0.06945753,0.023060778,-0.028593468,-0.03647868,0.048458293,-0.0042378926,0.018735763,-0.02236718,-0.017678186,-0.06931242,-0.039198484,-0.013057529,0.0031797972,0.042238463,-0.0033757617,0.06898583,-0.03620766,0.0011961965,0.027546965,-0.045723636,0.011408234,-0.07618042,-0.0018952906,0.021952337,-0.0012923506,0.032299735,0.027068898,0.02240137,-0.042956457,-0.06647441,0.035481583,0.015906127,0.012309427,0.00286272,-0.03512025,-0.016690213,-0.112751774,-0.064736895,-0.012474571,-0.008235917,0.0057771076,-0.0291603,-0.044551086,-0.03968338,-0.010240003,-0.023559999,0.0345059,0.041375715,0.03180666,-0.001092684,-0.022616584,0.0055390983,0.037233226,-0.024578895,-0.0131222475,0.09037141,-0.026149254,0.017700182,-0.006376996,0.0064327377,-0.063893646,0.011219544,-0.0031461285,-0.046981204,0.0019163283,0.04883504,0.06270824,0.030239454,0.010655817,-0.0017284001,0.019633494,-0.10381462,-0.002137061,-0.03237343,-0.060416594,-0.04667157,-0.030773645,0.0007870938,0.022718867,-0.020426258,-0.037986483,0.006406203,0.038600508,0.03175249,-0.021875722,0.0016003356,0.018581204,-0.01609938,0.008345817,0.052794416,0.006357714,0.012484326,0.0076482724,-0.054129176,0.055807233,0.022882907,-0.027131485,0.035307284,-0.013166791,-0.037876792,-0.00060547446,0.025840465,0.03800306,-0.014972333,0.0019236044,0.014575442,0.012124171,-0.032501545,-0.037622232,0.007848051,0.0013450674,-0.023580497,-0.022169974,0.055245876,-0.017807333,0.03639952,-0.022247612,-1.6924198e-05,-0.011489605,0.04515409,0.008901843,-0.0012250385,0.023040213,-0.017777475,-0.031237701,0.037125878,-0.041572977,-0.05007391,-0.0068107345,-0.036098637,-0.012401713,-0.043179788,0.019785332,-0.024793835,-0.008175865,-0.028814048,-0.005439465,0.027314851,0.048214365,0.015678843,-0.027258277,-0.07010767,0.04816018,-0.07863044,-0.04386804,0.0057913307,-0.030804122,-0.010903174,0.020491196,0.030829828,-0.0056189615,0.003814885,0.1671963,0.005702179,0.09193784,0.014539418,0.0054604397,-0.002904579,-0.019244544,0.013768871,0.11470239,-0.030385865,-0.016908664,-0.003913977,-0.017025158,0.01738956,0.020470817,-0.015953891,0.00045284475,-0.03151773,-0.042869873,-0.013656638,0.027324168,0.013838034,-0.028545955,-0.055809904,0.0056979507,0.01140593,0.04169213,0.002898983,0.0066768527,-0.012916985,0.009281182,-0.039891537,0.0146539835,-0.003591067,0.03882451,0.01920128,-0.037423253,-0.019040126,-0.03231797,-0.01891056,0.080978565,-0.02020101,-0.04225022,-0.009976812,0.04524827,-0.008949044,0.04951814,-0.028089475,0.0009811068,0.02174486,-0.082377955,0.035552096,-0.016675824,0.0011977549,-0.015118475,-0.045263905,0.03296451,-0.009559316,-0.05531862,0.017680278,0.004442346,-0.006488253,-0.02825583,0.03777174,-0.022494398,-0.04264911,-0.02410682,-0.03055939,-0.0018693983,0.04689172,-0.0497079,0.019339086,0.029913329,-0.032190043,-0.03264132,4.7442005e-05,0.011203595,0.013991351,0.010229416,-0.008148424,-0.028381573,0.0246624,0.023414124,0.004764788,-0.013110283,0.044072684,0.08993885,0.057620876,0.08394334,0.027307764,0.02433784,0.010405704,-0.058217302,-0.10458959,0.0038435624,0.033165228,-0.046404544,0.0935558,0.07245164,0.02172886,0.079634376,0.0037494223,0.0042296406,-0.11376983,0.018433299,-0.009581283,-0.038664848,0.024490241,-0.009459559,-0.044680975,0.048165582,0.024537424,-0.020784402,0.037386592,0.00043789903,-0.027388059,0.006207739,0.025274632,0.008915663,-0.044404034,-0.034974027,-0.0073721563,0.009377442,-0.019183474,-0.056125026,-0.044048563,-0.00905966,-0.079639815,-0.039938796,-0.027085762,0.041846767,-0.016695485,-0.024803989,0.004703558,0.0057353373,0.0014464201,-0.015323334,-0.033383448,0.08331154,0.00038978434,-0.078169756,-0.015003221,0.023786236,0.025328016,-0.02098272,0.058432307,-0.0016507133,0.020243991,-0.043863356,0.0023665677,0.0010718177,0.017395731,0.0069837365,0.07346669,-0.016654482,0.017029738,-0.013847579,0.021302717,0.01968321,-0.03951559,0.06802846,0.028620766,0.021845253,0.011678056,0.00036741944,0.023804998,-0.028550342,-0.048016414,0.046083353,0.02305349,-0.015931806,0.025201695,-0.0077513,-0.0032476133,-0.013460844,-0.0706122,0.0065189973,-0.03122402,0.04791329,-0.0024808603,-0.026024483,0.016685484,-0.015424214,-0.01028238,-0.045845438,0.0062450157,-0.026938593,0.0633074,0.0050680614,0.0027274864,0.06702161,0.019421436,-0.043203253,0.0051964507,-0.023206552,0.038565252,0.043010384,-0.0038578508,-0.02080789,-0.02437424,-0.030474622,-0.013615023,0.025317727,0.030037157,0.000326273,-0.015713654,-0.0016493723,-0.0117453635,-0.03160289,0.025200937,-0.0040959585,0.045601986,0.0028854148,0.062293146,-0.028925037,0.007644276,-0.0751241,-0.022732455,0.026782276,0.012922879,-0.00499795,0.014702193,-0.051399156,-0.018324224,-0.04622609,0.009241471,0.050972834,0.02099105,0.018043369,0.058151573,0.042276036,0.024765164,-0.011995,-0.00039572667,0.0827621,-0.01838821,0.059950367,0.04936123,0.006874848,0.03424143,-0.05067995,-0.00078807987,-0.03954641,-0.050188027,-0.0015003645,0.02647208,-0.041218214,0.027876189,-0.004304114,0.06002712,0.010908554,-0.016585601,-0.037877265,-0.0026792388,0.019818481,-0.011411413,-6.0572254e-33,0.0034449673,-0.048589833,-0.03881872,-0.027599469,-0.049428973,0.012441239,0.0010599919,0.04238981,0.0044485503,0.0074285027,0.07152082,0.022380883,0.00085473305,0.016121075,0.019440718,-0.028672388,0.027659511,0.0032394174,0.003119985,-0.015073719,0.0017617538,0.021791775,-0.01536369,-0.0291271,0.018085781,-0.017056549,-0.018482577,0.036208864,0.027727991,-0.0013659198,-0.01698188,0.011938909,0.0019212023,0.044427756,-0.052381482,-0.04530059,0.013786674,-0.041906275,0.01927508,-0.04017862,-0.019699963,-0.0231869,0.034897435,-0.0072619086,0.042031907,-0.079929456,-0.025328184,0.03579277,-0.022393081,-0.06603466,-0.022765778,0.029878186,-6.376461e-05,-0.0838892,-0.0153873665,-0.020504324,-0.024284378,0.06757808,0.031913105,-0.026531043,-0.031960957,0.04914942,0.0043029715,-0.06768299,-0.029572157,0.025333153,0.009383789,0.022674466,-0.04790724,-0.023776209,-0.017930435,0.013967874,0.035351105,-0.037010424,0.022503885,-0.004691861,0.014651722,0.012791178,-0.016094146,0.07558019,-0.030784875,0.04421796,-0.038421027,-0.029037911,0.036167856,-0.021444257,-0.0139468415,-0.059159983,0.03780818,0.019210516,0.031589642,0.05220579,-0.04307453,0.027811982,0.059132226,-0.006814489,0.03035139,0.02440537,0.014117023,-0.037513167,0.060727846,0.056461852,-0.0028988216,-0.0071503827,-0.0029087167,-0.015326208,-0.024499394,0.041153822,0.026494456,0.0007392073,0.031509444,-0.048129406,-0.0019184126,-0.006045468,0.026668672,0.051571917,0.020267017,-0.013168681,0.025106367,-0.0066276356,-0.0050106794,0.007749191,-0.08313613,0.053464767,-0.055847514,-0.02639252,0.02421217,0.092242055,-0.053666662,-0.05361129,-0.027457703,-0.013166004,3.058556e-07,-0.01160824,0.011036442,0.064081654,-0.04941664,0.047658093,-0.024426458,-0.02606137,-0.021241186,-0.0061537633,-0.015235105,0.017167412,-0.03769604,0.01273453,0.015537505,0.035046514,0.016680455,0.06516199,0.034302272,-0.03821305,-0.03589906,0.04959599,-0.04402213,-0.03792977,0.046145793,-0.012385787,0.006464453,0.004803547,-0.021099847,-0.045435973,-0.11837777,-0.0007028929,0.08189167,-0.008182575,-0.032944277,-0.0012891813,0.021012632,0.054113943,-0.018941253,-0.041780334,0.052675877,-0.007201379,0.032489322,0.02396425,-0.009836986,0.035199616,-0.030125385,-0.023051212,0.08501196,-0.032312952,0.08265616,0.006603806,0.021563787,0.022565626,0.021765402,0.0029001287,0.049492236,-0.040513016,-0.009624402,-0.0031680278,0.103658505,-0.03160534,-0.006074461,0.047387864,-0.05569967,-0.017517019,-0.016197726,-0.076859444,2.4125251e-34,-0.0027920457,-0.05559812,0.0068355035,0.020537166,-0.033656497,-0.04534957,0.010047117,0.022180788,-0.0019942538,0.00836171,-0.0052585895,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/pdfs/Avy_Aera_1.5_UAS_registration_N-A_12-22.pdf', 'page': 0}","The UA was hovering at between 50 m to 65 m agl during a demonstration flight, when a
rhythmic, lower than normal sound was heard emanating from the UAS. It then dipped
and spiralled downwards during which control could not be re-established. The UA hit the
ground and was severely damaged. A fatigue failure of a blade attachment bolt caused one
of the lift propeller blades to detach in flight."
-0.019054983,-0.024080599,0.0371325,-0.04944872,0.09324865,0.037287336,-0.0060710497,-0.0030230905,-0.0461574,0.016919764,0.032264195,0.016922243,0.067325294,0.00401361,0.047093887,0.083452776,0.07911817,-0.009181861,-0.029849222,0.00042272647,0.01820472,0.034777917,0.028283754,0.0006123337,-0.051390603,0.043545682,0.02571861,-0.012995578,0.003919045,-0.020026043,0.034806035,-0.025403077,0.055566266,-0.02094423,2.2235738e-06,-0.02847835,-0.020029936,0.0076718824,-0.0704369,0.0030878712,-0.00787551,0.030663628,0.0045610047,0.01585029,0.0115232365,-0.04462678,0.019694721,0.060300514,-0.0052022585,0.047239207,0.018963216,-0.048088938,0.065214135,0.006491762,0.052527484,0.0010460512,-0.038704112,0.091379784,-0.02359394,-0.12105559,-0.019550284,-0.042427737,-0.0095179835,-0.006347564,-0.041041665,0.029888174,0.016387241,0.018444799,0.0023472686,-0.08298775,0.0014612417,-0.042677023,0.03032437,0.017854776,-0.027445791,-0.04581291,0.042377684,0.022707898,-0.07043926,0.06296696,0.044431932,0.059997447,0.016013829,-0.0102685895,-0.040123627,0.030383606,-0.05023168,-0.020509904,-0.0030527338,0.021800408,0.043941937,-0.001234654,-0.00109218,-0.019053439,-0.03345878,0.020109503,-0.021985414,-0.10015764,0.010754093,-0.06553036,0.04182496,-0.002082631,0.07588696,-0.016489731,-0.031106787,0.016578697,-0.006701206,-0.038654715,-0.0077017914,0.019353317,0.024180995,-0.020956924,-0.022049047,0.047881722,0.012032393,0.02165385,0.04876083,-0.056089688,-0.046042204,0.031262502,-0.04637123,0.06428752,-0.06153608,0.030665757,0.04092613,-0.0151292095,0.02812112,-0.041165866,0.015988637,-0.003207234,0.03141635,-0.004674977,0.027209193,-0.018127419,-0.05257698,0.073811084,-0.011909924,-0.009243167,-0.05551071,-0.010840906,0.016345894,0.021164931,0.008261512,0.008062017,0.021419616,0.05264312,0.027835933,-0.044029992,0.0038380153,0.005158203,0.00039109914,0.035368986,-0.05224249,-0.0062953024,-0.030801581,-0.024227927,-0.04086929,-0.014574277,0.029585566,-0.02314846,0.026014866,0.027158566,0.08378481,-0.005920022,0.055569418,0.025774654,-0.029027386,-0.012424545,-0.07778672,0.02873195,0.007328648,-0.032097865,0.018703125,0.070699826,-0.032846533,-0.051303063,-0.121665426,0.04927868,0.011961364,-0.056049358,-0.0055536483,0.021053925,-0.039974857,-0.04150933,-0.03949594,-0.0034251113,0.0935804,0.021214249,0.010834922,-0.059538983,-0.021089388,-0.011562057,0.07722671,1.8242512e-06,0.0023190833,-0.013241401,0.033439085,0.06497269,0.035421267,-0.038158413,-0.017215837,-0.03733643,0.067785606,-0.04026726,0.03154237,-0.0015434087,-0.038681053,-0.021661395,-0.0151908025,-0.060818356,-0.054045536,0.0012969935,0.0009393119,-0.014197971,0.025260072,-0.048479684,0.032561682,0.0047686948,-0.1324417,0.06759228,-0.023115333,-0.0063972874,-0.05941618,-0.021710247,-0.013268666,0.011441678,-0.024452392,0.011269393,0.004491776,0.032185484,-8.159247e-05,-0.017766455,-0.016898591,-0.0056901104,0.02178545,-0.037288435,-0.01849621,-0.026265679,0.0001484686,0.024269275,-0.025013257,0.07540727,0.035666633,-0.033774626,0.005882738,-0.024431882,-0.025061503,-0.030049998,-0.029761037,0.042807534,0.029738199,-0.042323526,0.0125736,0.018817386,-0.011631468,-0.021505544,0.014840336,0.06013371,0.027064458,0.00085408543,0.04863983,-0.04174767,0.033584677,-0.036000073,-0.012177621,0.003565676,0.103547975,-0.019658051,-0.0314265,0.013605234,-0.050848946,0.00041815056,0.03211296,-0.0037667856,-0.006922453,-0.04247727,-0.0493411,0.03038911,-0.017768633,-0.010385777,0.017434794,0.015650952,0.043584358,0.024937885,-0.02570667,0.05070172,0.055406816,-0.030270724,-0.07073672,0.041050572,-0.09669483,-0.020027261,0.0067364005,-0.023775257,0.028056309,0.012028601,0.02537377,0.06126107,0.03609177,0.15118015,0.009270971,0.04928378,0.0002571163,0.0028069317,0.043156546,0.021360207,0.0071308715,0.02519512,-0.019202815,0.016525537,-0.009274083,-0.0006207662,-0.013996124,-0.009145596,0.00022020412,-0.032316793,0.057976183,-0.019064825,-0.064943224,0.07777699,0.018680884,0.016562836,-0.04101071,-0.009670368,-0.036551643,-0.011339476,-0.026731655,0.009981769,-0.016994704,-0.007901148,0.0147683155,-0.019539604,0.03233397,0.030938629,-0.050882846,-0.0530614,0.046605565,-0.040334247,0.025995148,0.047214746,-0.04038932,-0.0048883925,0.04043567,-0.013063954,-0.01565401,0.020654999,-0.04556967,-0.0536998,0.0021840471,-0.07441643,-0.020525863,-0.011601632,-0.038190614,-0.011190552,-0.024478918,0.011529531,-0.014862507,-0.05468761,0.061059065,-0.008186238,0.018342009,0.0057475227,0.00017138573,-0.0024402614,-0.042422667,-0.00971645,-0.02065024,-0.014354535,0.02404704,-0.030286651,-0.0034772637,0.025029715,-0.059225883,-0.008491418,-0.021405756,-0.06084727,0.010597872,-0.043254975,-0.014209063,-0.009192839,0.016370831,-0.00694454,0.01536469,0.025299182,0.032263063,0.027107267,0.016418848,0.010782862,0.007502692,0.0015849501,-0.01583801,-0.0659701,-0.05299277,0.018898927,-7.96716e-05,-0.011311196,0.061632376,0.024417307,0.0059882742,0.06275974,0.03585453,0.011938786,-0.002189641,0.027046453,-0.018625278,0.015377038,0.049535178,-0.031563573,-0.0073382105,0.072432026,0.039393682,0.03793089,-0.024064455,-0.018736418,-0.03287235,-0.01803049,0.0030428458,0.029158974,-0.00801138,-0.015402613,-0.020341149,-0.03861084,0.047617126,-0.0849776,-0.064471506,-0.05340149,-0.031899113,0.033118274,-0.015187702,0.022775246,0.010011256,-0.031683866,0.02854647,0.033983395,0.013607606,0.025944727,-0.004735565,0.10707844,-0.02701181,0.014159096,-0.063963085,-0.00014806354,0.013607352,-0.00092049874,0.038453076,-0.03068986,0.048538268,-0.019255484,0.018599411,0.035810076,0.030662114,-0.07119322,0.034420382,-0.021679044,-0.05621286,-0.05274011,-0.05733272,-0.021034312,0.0013443488,0.06945567,0.0070788367,0.019547772,0.005462727,0.017360559,-0.031016443,-0.057470612,0.0012618891,0.017272683,0.012286534,-0.017204905,0.03373104,-0.02023264,-0.003916108,0.01941024,-0.043927405,-0.01597461,-0.010102526,0.0037285057,-0.014397207,-0.029200412,0.024513848,0.022645978,-0.008500664,-0.056926806,0.0003971308,-0.05359034,0.028937878,0.018256202,-0.04210043,0.015587809,0.026660897,0.02606864,-0.0034275064,0.012400463,0.082766786,-0.012839144,0.03389342,-0.0450925,-0.017420363,-0.02802285,0.030057508,0.017830428,0.024665944,-0.044949565,-0.014874852,-0.018325066,-0.0202387,-0.00667232,0.0061032167,-0.016279425,-0.03196565,0.020002957,0.012075387,-0.00038059542,0.033420417,0.023213223,0.00010621507,0.021415815,-0.0036955676,-0.0016497738,0.027209744,0.00044579673,-0.0023348492,-0.017440867,0.027307043,0.016972115,-0.0045473427,-0.019709717,0.049538337,-0.0015773248,0.07892907,0.021401659,-0.014857921,0.049831536,0.053650167,0.038773023,0.032197002,-0.036078244,0.010758048,-0.061822228,-0.0037240488,-0.03719548,0.017023541,0.01145053,-0.06667699,-0.051380944,-0.009951893,-0.011545646,0.054662332,0.027028108,0.018167641,-0.013461475,-0.019453185,0.012264195,-0.025706414,-6.002881e-33,0.01284125,-0.07044929,-0.009100766,0.0184453,-0.050268445,-0.009424044,-0.013035121,0.036378294,0.06037354,-0.0020546091,0.038844876,-0.030142762,0.02751353,0.0064377487,0.0070182714,0.0051902803,0.01080227,0.0004968001,0.0003024131,-0.0099874865,0.033087783,0.057963017,-0.005596405,-0.011046625,-0.013629127,-0.02097887,-0.021574993,-0.0049331915,-0.09334894,0.018641563,0.009066042,-0.039959613,0.00980986,0.01922593,-0.041594964,-0.012066663,0.013381029,0.013546044,0.037616495,-0.012791434,0.017479518,-0.039009836,0.00542324,-0.04082208,-0.01530391,-0.01146963,4.5927896e-05,-0.0069538383,-0.016957346,-0.097083546,0.016888572,0.01209418,0.006802948,-0.046813138,-0.05169109,-0.034404647,0.0046876892,0.0668773,0.07084942,-0.044830628,-0.03117112,0.01597675,-0.0070544435,-0.03588998,-0.022717975,0.040269956,0.060540207,0.033993915,-0.05834491,-0.028709061,-0.012288022,-0.0037114208,0.011141783,0.024912426,0.022535179,-0.0005557408,0.018104076,0.04549523,-0.0052052317,0.06690437,0.011615868,-0.005593979,-0.030938707,-0.008242297,0.043447997,0.03363867,0.0012747389,-0.033527017,-0.02990227,0.023260996,-0.01744609,0.07822525,-0.0022308573,0.0026286065,0.024373963,0.049826745,0.044330485,-0.014598119,0.012176266,-0.040513378,0.022648275,0.032440715,-0.04578976,-0.008857663,-0.015394681,0.017314121,-0.026453981,0.02200875,0.09150927,-0.011795555,0.020048533,-0.034260586,-0.046132497,0.027374942,0.00045637143,0.056447994,0.03333112,-0.011907016,0.016838536,0.009508645,0.0074645123,-0.030808931,-0.055552166,0.044154216,-0.026743792,-0.007603018,-0.055742823,-0.010173721,-0.07791858,0.019779474,-0.006730669,0.015968544,3.175092e-07,-0.05267913,-0.006987976,-0.018983433,-0.083726436,-0.0004987789,-0.010958159,-0.083596975,-0.018090283,-0.014544301,0.01208404,0.044577803,-0.041303832,0.014072694,-0.03459563,0.03855483,-0.010173244,-0.00989295,0.04072018,-0.030303817,-0.03774028,-0.0076358295,-0.06056154,-0.060477816,0.004637164,0.041885305,-0.013300174,0.035313405,-0.0093843425,-0.052562904,-0.07205928,0.0044610477,0.051648833,-0.012220726,-0.033013605,0.0037351819,-0.012262774,0.03276055,0.013125735,0.01771835,0.0069280374,-0.009944903,-0.006960445,0.022740163,0.005628387,0.017807862,0.04393078,-0.0039969953,0.011400373,-0.010778368,0.09543158,-0.018815175,-0.012294707,0.018894335,-0.015215389,-0.0611268,0.044651315,0.016738515,0.024555169,0.015482997,0.050092038,-0.009820708,-0.02060437,0.01177604,-0.001557893,-0.009404632,0.03421529,-0.04772238,2.5366204e-34,-0.047983725,-0.055435635,0.04186933,-0.020327015,0.0122476285,-0.07978845,0.026655214,0.005853846,-0.049329147,-0.0015100852,-0.010610623,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/pdfs/DJI_Matrice_210_RTK_UAS_180718_11-19.pdf', 'page': 0}","After about five minutes into the flight, a battery low voltage condition was detected
by the UAS causing it to go into an automatic landing mode. Seventeen seconds
later, while the aircraft was 25 m above the ground, it powered down and the electric
motors stopped, causing it to fall to the ground. The batteries’ State of Charge (SOC)
was indicating that an erroneously high amount charge remained. The cause of the
erroneously high SOC is discussed in the report on the accident to DJI Matrice 210 on
4 September 2018 (see EW/G2018/09/04, AAIB Bulletin 11/2019)."
-0.03231709,-0.007588244,0.010832749,-0.0023089873,0.022105055,-0.021940988,0.022380078,-0.032249406,-0.028358934,-0.015045428,0.031723212,-0.016855162,0.03613699,0.02285884,0.03375249,-0.05717836,0.03526758,-0.06352257,-0.034439765,0.015801428,-0.028605707,-0.02308951,-0.020854108,-0.012652234,-0.024684144,-0.02793177,-0.028282864,0.003631097,0.09316715,-0.002300356,0.033411305,-0.022015607,0.06873658,0.031910304,2.1573126e-06,-0.008879003,-0.019038677,0.0072034546,-0.03353364,0.012588326,0.016786203,0.047511708,-0.044631563,0.042302165,-0.020856129,-0.013788246,-0.02924313,0.016301218,0.024291288,0.045015942,0.013839142,0.028031455,-0.015098008,-0.014016733,-0.037155695,-0.031866472,0.0072549805,0.023950905,0.0049111224,-0.065509446,-0.036216732,-0.04381245,0.027855642,-0.014556733,-0.07581009,0.0385243,-0.08984917,-0.02226319,-0.09829098,-0.020867981,-0.014199294,0.00991104,0.0101334145,-0.013194338,-0.016658064,0.012205786,0.019154934,-0.00485713,-0.046611823,-0.021579206,-0.037407283,0.07842789,0.0218281,-0.029811751,-0.009326078,-0.0016462834,-0.017792622,-0.025951127,-0.021634012,0.0051564565,0.0067959735,-0.047013763,0.008692307,-0.021125916,-0.01749468,-0.006447171,-0.031990055,-0.091791585,-0.002968442,-0.031071363,0.0032379508,-0.05180991,0.0306687,-0.00060251064,-0.01772058,0.02564574,-0.05141202,0.010912271,0.013917044,0.08220489,0.0062249955,0.0041514384,0.012651358,0.012488395,-0.005618202,0.024674198,0.05831207,-0.013139872,-0.04475413,0.0330457,-0.04631958,0.06864754,-0.014553155,0.0085331015,0.05602138,-0.045797978,0.047077436,0.021688469,-0.003815967,-0.06178601,0.029084602,-0.00054148823,0.00817644,0.024067206,-0.08909397,0.058482755,-0.014816755,-0.015089908,-0.011881328,-0.027535828,0.006917137,0.010945492,-0.008626366,0.004569226,0.017004369,0.004994682,0.015756473,-0.001883325,0.033138752,-0.033334706,-0.0018529878,0.045897976,-0.040628526,0.018330464,-0.025772275,0.02514921,-0.0046894248,-0.022577843,0.027441904,0.011682222,0.055310164,0.0061556175,0.045002665,-0.021020588,-0.024865074,0.057237603,-0.013285729,0.022792894,0.014176846,0.037087586,0.008423412,-0.018002857,0.015105377,0.058163792,0.030919468,-0.07456218,-0.05787181,0.009628992,-0.009154951,0.012470398,0.0031392644,-0.021260329,-0.028843625,-0.04526647,-0.024273157,-0.024295794,0.01686318,0.06307485,-0.012432933,-0.02301993,-0.032028027,-0.040063724,0.052088425,0.0259054,-0.024562864,-0.024425121,0.0019042174,-0.023405265,-0.0014365099,0.015673295,0.0073394864,0.01844414,0.039020784,0.025365321,-0.004273897,0.020263752,-0.034053847,-0.06609442,0.020154603,-0.020813415,0.006035381,0.0041608284,0.03317203,0.032662697,0.012202605,-0.02771603,0.022466151,0.0142430505,-0.07973964,0.053276353,-0.029046379,0.054609936,-0.06125487,0.013189295,-0.008941722,0.032057203,-0.039351907,-0.0069972915,0.020500986,0.03959116,-0.016260248,-0.017932914,0.021016365,0.0313498,0.016745508,0.009951195,0.05217194,0.043963537,0.02245868,-0.02744673,-0.026830196,0.07626085,-0.02586953,-0.011211982,0.02127374,0.03171489,-0.036694594,0.030797258,0.016681388,0.048858594,-0.0226706,0.025169369,-0.009422481,-0.006526366,-0.021829585,-0.008084394,0.003197075,0.05890787,-0.01736955,0.0049904203,0.048641782,-0.019122235,0.028685996,-0.027459096,0.0031919654,0.012716909,0.037454877,-0.008998414,-0.018209698,0.00039518185,-0.003458567,0.023677316,-0.029069293,-0.049109977,-0.016640272,0.03665166,-0.0094357245,-0.021559376,-0.060441475,0.0069946125,-0.041467763,-0.083995156,0.023363154,-0.0033120888,0.0038533213,0.025690628,0.07164053,-0.047642387,-0.08128694,0.00016360411,-0.09271584,0.010552088,0.026017476,-0.009435798,0.025297787,0.042228866,-0.030095588,0.035842597,0.040971152,0.119909585,0.010887711,0.04917891,0.0009943146,0.025566285,0.003702765,-0.0137757575,-0.0034058597,0.08138716,-0.019169431,-0.016302228,-0.034510937,-0.008424399,0.015510805,0.00693476,-0.0238934,-0.017697047,0.004908201,-0.056100596,-0.046354856,0.059082735,0.01498526,-0.02682812,-0.027254865,-0.010712747,0.025824426,-0.003244049,0.0069501842,0.013363263,-0.022614429,-0.02861263,-0.004949156,-0.014448974,0.01661698,-0.0024695597,-0.042158816,-0.063908175,-0.009780538,-0.06694154,-0.022403017,0.022628482,-0.037520714,-0.05480694,0.013912722,-0.018686298,-0.010001064,0.020265358,-0.012131929,-0.046636548,0.058080073,-0.08673757,0.009896195,-0.039824184,0.008411653,0.009203327,-0.02555218,0.020928135,0.012636179,-0.00652184,0.039272025,-0.04472426,-0.061027177,-0.022184778,0.059326764,0.009881171,-0.052171044,-0.027575064,-0.029369002,0.0057142363,0.025986379,-0.031614315,0.055844963,0.023859793,0.01516087,-0.037733305,-0.005614096,0.0449793,0.009313423,-0.025165323,-0.03804612,-0.034320742,0.0071720923,0.051731758,0.037315946,-0.025876269,0.036454853,0.053647004,0.015922926,0.058901284,0.016412757,-0.012248965,8.252555e-05,-0.025067408,-0.06747147,0.021038452,0.013064636,-0.040892314,0.09645827,0.04900891,0.022746455,0.05789105,0.04312307,0.018625814,-0.06697481,-0.00793832,-0.07175546,0.045080863,0.05238488,-0.01883627,-0.050821714,-0.029851941,-0.029363658,0.02010849,0.055850033,0.0037593478,-0.06594383,-0.008299339,0.014870871,0.000518097,-0.052015193,0.013171052,-0.03297892,0.047335908,0.008402683,-0.037887316,-0.050470535,-0.038180552,-0.03799339,0.014234423,-0.05546292,-0.004834956,-0.010868954,-0.04408203,0.0126169985,0.024096996,-0.016834801,0.02314451,-0.03412758,0.08417418,-0.10285214,-0.05334081,-0.05085002,0.029344566,0.03913712,-0.0024295652,0.01830029,0.030411938,0.03666032,-0.023881441,0.014501238,0.04104753,0.020391535,-0.004308409,0.12896492,-0.046400797,-0.004890625,-0.0051089325,0.0031022455,-0.019854615,-0.039921712,0.13765019,0.08388503,0.026196284,-0.012089568,0.011429324,0.033415366,-0.03250905,-0.0143688535,0.015908886,0.03223434,-0.029472664,-0.009880831,-0.018582854,0.0018109784,0.0010264142,-0.063551,0.018385148,-0.028060425,-0.024959072,-0.021589804,-0.04962939,-0.007447382,0.041913055,-0.0073452718,-0.02756796,-0.0021674188,-0.012030023,0.062290054,-0.0070856563,0.02748329,0.048792746,-0.038636927,-0.020291898,0.006475451,0.021267846,0.050721005,-0.0003057281,0.045236688,-0.028079664,0.0016300704,-0.012594556,-0.039761763,0.023013398,0.0390256,0.058538098,-0.0077536046,-0.02083148,0.009855231,0.0043153483,0.05071445,-0.0063210493,-0.0029331776,0.030442404,0.034620304,-0.04617101,-0.012452711,0.0015800856,0.005699081,0.089806624,0.0060308105,-0.016109852,0.024563525,-0.017422222,-0.04867273,-0.010824788,-0.0041475035,0.062327165,0.008003614,-0.014363186,0.026852366,0.03718878,-0.01283962,-0.012979268,0.02255227,0.081192635,0.014446641,0.05148621,0.080550075,-0.014993762,0.014567954,-0.047334056,-0.022778237,0.0008634094,0.029335072,0.018385388,-0.002025214,-0.06175482,0.008704635,-0.044260938,0.06984954,0.027831871,0.04629731,-0.06157434,0.0034445794,0.009910154,-0.021983387,-6.160869e-33,-0.03152,-0.06137258,-0.020702977,-0.05375948,-0.07461203,-0.011352937,0.03866806,0.013230469,-0.006482568,-0.018325277,0.02544557,0.03918094,0.005781801,-0.036566906,0.031502843,-0.060786683,0.031098988,0.014656111,-0.0081405975,-0.0234827,0.019929813,0.014956023,-0.06201715,-0.052981135,0.005013569,-0.023666034,-0.023568125,-0.00038852866,-0.056634866,-0.023678543,-0.003628638,-0.021347284,0.0003410378,0.033889998,-0.048868783,0.04934763,0.04021965,-0.04483821,-0.010651994,-0.0022524702,-0.01263702,-0.03353162,0.030463712,-0.002761967,0.011264756,-0.055930603,-0.017133115,0.060333133,0.0013574464,-0.016005259,0.012807268,-0.0053567896,0.0035022807,-0.054711517,-0.0063301073,-0.04106394,-0.0062401644,-0.0044704387,-0.017278017,-0.029298548,-0.009434628,0.018530473,0.029171739,-0.048947003,-0.0040336587,0.043592967,-0.041356917,0.005338643,-0.070956096,-0.025087133,-0.04581874,0.029010614,0.037105102,-0.0016621371,0.013569791,-0.01466412,0.0056138225,0.013602248,-0.05909638,0.07604652,-0.02740214,0.008865488,-0.021129327,-0.014088145,0.08853944,0.018964278,0.0072373245,-0.041238178,0.021249214,0.034351528,-0.02987118,0.025721028,-0.041707154,0.031324767,0.023789443,-0.0060839145,0.056358576,-0.004422952,0.014563568,-0.008234413,-0.0023752633,0.010316359,0.005812859,0.013974445,-0.0032235903,-0.010948362,-0.054938648,0.05040241,0.029135752,0.03141339,0.058600046,0.0030385966,-0.011356559,-0.021356784,0.079158075,0.034158163,0.038420655,-0.04026578,0.036214415,-0.062346738,0.014647215,0.025653679,-0.08291895,0.04649735,0.01632155,0.012550894,-0.0011705768,0.04604969,-0.06468375,-0.03402245,-0.043669555,0.0059061036,2.8838076e-07,-0.0020675792,0.025676638,0.07978852,-0.00044220316,0.040553946,-0.003468854,-0.056046683,0.0449786,-0.0059713,0.046181504,-0.0023895965,-0.03843713,-0.004785569,0.002182348,0.04781444,0.035635374,0.00062984915,0.058335762,-0.039849058,-0.03546805,0.060491674,-0.07618312,-0.032824405,0.048792854,0.015354158,-0.026104758,-0.007970141,-0.0056200936,-0.011134917,-0.07510851,-0.026966052,0.084619,-0.043094732,-0.029927058,0.010052596,0.0020902264,0.042467225,0.009527066,-0.003558007,0.09142838,-0.032186568,-0.061219502,-0.002786302,0.014431503,0.026399639,-0.03494736,0.021343507,0.09983316,-0.039362185,0.040851757,0.018226972,0.021331593,0.06447364,-0.023493843,-0.013813044,0.046031285,-0.015501569,0.030313155,0.018725261,0.0461203,-0.021427812,-0.021000259,0.03494446,0.025666557,-0.031190341,0.009138129,-0.07199972,1.9486948e-34,-0.023374736,-0.06260535,-0.023599276,-0.049713586,-0.02791872,-0.023446806,-0.013620891,-0.03423271,0.016460057,0.060666956,0.0018081886,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/pdfs/UVify_IFO_1_and_UVify_IFO_2_UAS_reg_n-a_04-23.pdf', 'page': 0}","During a public display of 400 synchronised unmanned aircraft (UA), several were seen
to deviate briefly from their pre-programmed position. Shortly afterwards, two UA fell to
the ground and sustained damage. It is likely the deviation was caused by a gust of wind
resulting in two UA colliding and losing control. The safety zone put in place on the ground
by the operator and organiser mitigated any risk to the public."
-0.007575516,0.00065904047,0.055553906,-0.019475887,0.025573231,-0.057718914,-0.017681789,-0.009087061,-0.014545111,-0.023457697,-0.015668064,0.038761422,0.027518682,0.012683691,0.060129974,-0.039468795,0.04538564,-0.045397926,-0.056806795,-0.003903755,0.028369684,-0.005435641,-0.027438452,0.031630866,-0.027041888,0.03236959,0.0040153335,0.013329097,-0.0034444705,0.029795548,0.050741535,-0.031525698,0.051765013,0.07213198,1.8817773e-06,0.02117986,0.032601457,0.043437313,-0.02890802,0.0003401035,0.044357643,0.07504679,-0.059469152,0.020496497,0.01959428,-0.016165154,-0.070764616,0.029814899,0.024563385,0.04097063,-0.01179096,0.0015816372,0.080549106,0.011398117,0.06379252,0.0064505357,0.002239119,0.14478368,-0.004874928,-0.037096277,-0.026234463,-0.021061186,0.015322453,-0.04308048,-0.08571059,0.03226387,0.0055782585,0.011042662,-0.04881176,-0.012113828,-0.04334349,0.009844408,0.015223433,0.018160313,-0.029241746,0.021429168,0.055139963,-0.0037771321,-0.03807863,0.010207465,-0.012780903,-0.03391462,0.013460694,-0.021800956,-0.029586392,-0.032333154,-0.005537971,-0.03174328,-0.0035406318,-0.008774572,0.04381371,-0.0554217,-0.045068208,-0.005500327,-0.023561912,0.0024904124,-0.06830178,-0.03964635,-0.0075274063,-0.045913324,0.07336821,-0.026315136,0.019041263,0.003907949,-0.02783119,-0.0319923,-0.033490624,0.011340827,0.036563437,0.037252594,-0.011746192,-0.019574245,-0.010376992,0.025393875,-0.014395107,0.030581376,0.07887788,-0.04362908,-0.007539337,0.07069718,0.011257317,0.0029402103,-0.022522591,0.004998099,0.0075310795,-0.13593943,0.019010538,0.03836438,0.012955008,-0.014515684,0.032420896,0.041909102,-0.01735615,-0.0084776,-0.08942105,0.07281388,-0.038285296,-0.0023397473,-0.007403617,-0.04909538,0.0068289805,-0.004168104,-0.038889963,-0.026442733,-0.018255567,-0.018603822,0.016879883,-0.063943915,0.030057484,-0.015479688,0.0054179635,0.03712565,0.0060724523,0.017115183,-0.03017763,0.002392898,-0.090084516,0.01014003,-0.0040828674,-0.014772373,0.05506649,0.001941294,0.06785615,-0.043616414,0.0112016965,0.034155607,-0.091752484,0.027703341,0.00537275,0.0139302695,0.034248617,-0.038929664,0.008255258,0.0218906,0.020609109,0.0059513687,-0.069447435,0.08533687,0.010994593,0.057342917,0.009137646,-0.020733172,-0.021926755,-0.065010905,-0.07008854,-0.033400435,0.008531261,0.03689367,-0.02104739,-0.01789674,-0.016586035,-0.049731478,0.036518734,0.014108635,0.029580144,-0.041235752,-0.007814342,-0.012289205,-0.016180815,0.014374846,-0.05675265,0.035967015,0.034662094,-0.03539453,0.0012531579,-0.0027022266,0.017528696,-0.014730055,0.0017004743,-0.012464787,0.01659751,-0.0034898988,0.012200727,0.048534635,0.036643438,-0.020082487,0.015808277,0.015099019,0.003234898,0.025013989,-0.0163269,0.045506958,-0.06802892,0.01030659,-0.008742249,0.029142374,-0.039160952,-0.051123455,0.0252317,-0.012829895,-0.0044606985,-0.022493891,-0.014331768,0.049795125,-0.03628827,-0.0010205929,0.065891385,-0.042341348,-0.022727514,-0.06298693,-0.019958599,0.045423925,0.013323473,0.013491686,-0.03987857,-0.04936206,0.037963107,0.025056727,-0.015838863,0.00880077,-0.0634511,0.016904538,-0.031355355,0.009229184,0.0016045554,-0.049053486,-0.061782934,0.011175905,0.014578879,-0.03355753,0.03166751,0.0135213565,0.022781719,-0.026954869,-0.022836082,-0.0010563687,-0.0045719366,0.051604483,-0.0062041786,0.018758222,-0.020153327,0.008466612,-0.0037494253,0.0005626533,0.032548707,0.018587153,-0.0031189932,-0.03000466,-0.038560506,0.0015887553,-0.027981527,0.006229874,0.015322096,-0.023897951,0.0028200378,0.047024798,-0.0008427286,-0.060747154,-0.05279995,0.07047053,-0.08725668,0.011321182,-0.019753918,-0.044463012,0.017085072,0.0013691705,0.014292443,0.01749247,-0.022151744,0.11810902,0.03271488,0.0471659,-0.024010703,0.0043072146,0.042709712,-0.09352658,-0.00015205337,0.041961916,-0.03818198,0.00406154,-0.03731919,-0.0033077856,0.005677119,0.004942591,-0.079112805,-0.020498483,0.002444635,-0.012099431,-0.024114577,0.033208285,0.0017074366,-0.008995346,-0.00328649,0.023530709,-0.012300671,0.029445954,0.026738731,0.04328253,-0.03113447,0.0029175584,-0.027149113,-0.05227946,0.021182673,0.016934166,-0.068986766,-0.047761194,-0.036342576,-0.029864056,-0.06335125,0.039663855,-0.04296067,-0.015969113,0.0016223971,-0.06123735,0.00722392,0.019746613,-0.08128617,-0.026953649,-0.0008567093,-0.04704079,0.0075057773,-0.032106645,-0.016405338,0.016284754,-0.024249954,0.03714653,0.014606268,-0.09684531,0.043380547,-0.01554525,-0.016240546,-0.028445972,0.0016426276,0.021749659,0.0068484675,-0.0489794,-0.023838302,0.020884426,0.048412483,0.003216002,0.07495017,0.033649623,-0.0029621392,-0.02009621,-0.011165113,-0.0053055137,-0.0038355116,-0.054038007,-0.028261144,0.017322514,0.040329847,0.033937033,0.04113033,-0.01330759,-0.032507446,0.040404372,0.014584982,0.040204424,-0.022700747,0.004138808,0.037465803,0.013645548,-0.037882198,-0.0044588707,0.024691574,0.0011947062,0.028575948,0.06521348,0.010895776,0.024731932,-0.007785838,0.021661147,-0.064563274,0.006376325,-0.0627882,0.002369786,-0.021019679,-0.03773195,-0.042925462,0.06823404,0.022950655,0.039103497,0.038810465,0.062350836,-0.056302574,0.014123011,0.047047496,0.0061513623,-0.064329386,-0.0035446468,-0.04801609,0.016698895,0.03436915,-0.031175815,0.0043074354,-0.010984417,-0.06554256,0.029097676,0.026712153,0.07934892,-0.008612743,-0.0886581,-0.0030980678,-0.03165321,-0.005058769,-0.031007318,0.02037577,0.06496082,-0.049319614,-0.07524384,-0.029294493,0.05233853,0.008806935,-0.058942523,0.01591676,-0.052492294,0.024955653,-0.021311847,0.029403538,0.018564781,-0.013695431,-0.06357295,0.11535626,0.04346888,-0.0073140254,-0.024082985,-0.0047012125,0.035101123,-0.014456886,0.05708023,-0.008091809,0.012532354,0.040953614,-0.0024007044,0.021097954,-0.057070073,0.0044194697,0.053238876,0.017843194,0.017814396,0.001338593,0.005669905,0.0067464006,-0.012934472,-0.0765053,-0.008636138,-0.023063244,-0.008803617,-0.043666184,-0.040345035,-0.0085857,0.03822704,0.025256159,0.016518228,0.016484179,-0.002824548,0.02873823,0.0016950594,0.006301107,0.003901065,-0.008282891,-0.013937706,0.007177884,0.018921673,0.015291711,0.08436163,-0.0054906188,-0.016200237,-0.06253652,-0.0033751014,-0.002771608,0.03154974,-0.020012766,-0.016180487,-0.014053146,-0.008279372,-0.009411808,-0.035398375,0.010519702,-0.004076614,0.012308846,-0.042035587,0.048630837,0.011565309,-0.023361195,0.062245272,0.04109558,0.07399776,-0.018325025,-0.012274705,0.002531213,-0.020032097,-0.06734325,-0.02901757,-0.014803747,0.070840344,0.028548058,0.000515645,0.0037110245,0.031477634,0.023546765,-0.008963976,0.048929546,0.06286595,0.0069572674,0.018459376,0.06511324,-0.070908144,0.037613086,-0.05057932,0.045616243,-0.026591588,0.012405553,0.045694716,-0.043416064,-0.04072324,0.007438099,-0.020621203,0.090358295,0.0026806206,0.037813433,0.027945597,0.0034196305,-0.015371352,0.013632996,-5.5724953e-33,-0.0038143916,-0.008334776,-0.021594984,-0.032183237,-0.052631844,0.031020798,-0.009970235,0.0015106391,0.019698054,0.027236765,0.03714363,0.010765508,0.006701753,-0.0032034947,0.0076674717,-0.035099313,0.0063307937,0.016510291,0.031346884,-0.011376899,-0.042750023,0.007860628,-0.0742202,-0.01455809,0.0038129583,-0.022954777,0.0031891281,0.011493583,-0.03077142,0.046443745,-0.0082606645,-0.017917693,-0.00863985,0.078746505,-0.068036065,-0.025927598,0.01947273,-0.038978413,-0.023994913,-0.020092692,-0.023471732,-0.045488052,-0.017081674,-0.014044759,0.021752035,-0.0591337,-0.03171929,0.026023136,-0.026826493,0.011574823,0.009613507,0.015534427,0.012610622,-0.048047703,0.043128427,-0.05952711,0.04591261,0.038397968,0.050835524,-0.03638747,-0.05384143,0.05914585,0.010996375,-0.025040636,0.004679679,0.039239876,-0.016571712,0.027544053,-0.08917482,-0.084728956,-0.03654559,0.013644266,0.0029149035,0.023038447,0.0019901423,0.011177908,-0.021830304,0.0080001,-0.02320867,0.060286064,0.017149601,0.036452662,-0.019100592,0.005148477,0.030001223,-0.007270883,-0.0028318723,-0.025819238,-0.0107328845,0.0030388413,0.031753473,0.03579763,-0.03804433,0.053727925,0.07551781,-0.024042815,0.017368207,0.036899798,-0.0069132755,0.015621257,0.057598896,0.03149596,0.007190575,-0.016606534,0.0053875996,0.011492324,-0.074688174,0.045163788,0.029535808,-0.0073041143,0.008721321,-0.048503596,0.0009550311,0.045161877,0.053983223,0.056124803,0.023909163,0.01616234,0.0062841172,-0.06211275,0.011965362,0.06270646,-0.08113714,0.036655225,-0.055877022,-0.009746644,-0.015550073,0.026783181,0.00966586,-0.006887713,-0.028414175,0.007553239,2.576175e-07,-0.010924427,0.023639105,0.03816984,0.023251992,0.017964415,-0.0258312,-0.01492816,0.013840198,-0.023929501,0.003635218,0.026987301,-0.025526604,0.013718259,0.012689809,0.04335921,0.08465622,-0.018209739,0.010877651,-0.023321956,-0.021743422,0.061941344,-0.078476176,-0.0036095444,0.056468975,-0.015504521,-0.0241765,-0.0018171549,-0.039331783,-0.024936654,-0.064868934,-0.067887336,0.09122358,7.564581e-05,0.015773723,0.022298591,-0.018118262,0.0052810265,0.064422324,-0.019611359,0.077837504,-0.020649921,-0.014432028,-0.019056793,0.0022768653,0.021851562,-0.038606167,0.037035435,0.04778014,-0.047424737,0.021671303,0.002257043,-0.0067005246,0.04694995,-0.020023838,-0.005233513,0.054728962,-0.0033097635,-0.0021303138,0.014405886,0.08162804,-0.031536993,0.018658813,0.019466732,0.039181706,0.0010900124,-0.05657707,-0.017214263,1.7440753e-34,-0.00995789,-0.006460884,-0.017317653,-0.042736974,0.0092534935,-0.004260162,-0.017905448,-0.019453913,0.012667525,0.009299066,0.011317152,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/pdfs/Pioneer_300_G-OPFA_and_Valenta_Ray_X_S037996_10-15.pdf', 'page': 0}","While flying in uncontrolled airspace and in good visibility a remotely piloted model glider
and a light aircraft collided at a height of approximately 630 ft. The glider sustained serious
damage before crashing into a field. The aircraft sustained minor damage and landed
uneventfully. There were no injuries."
-0.020143785,0.023437236,0.049727052,-0.008307629,0.014469195,-0.00015669415,-0.004516613,-0.0049005104,-0.03666059,-0.024537418,0.050151624,-0.011574409,0.06925928,0.011247926,0.059089504,0.014242534,0.015959127,-0.046834573,-0.03423805,-0.0011316384,-0.02729547,-0.011386129,0.0054489602,-0.016637295,0.019928876,0.01215249,-0.018699184,-0.0013250221,0.023007093,0.036775384,0.019204024,-0.034622625,0.041225888,0.006975634,2.0712855e-06,0.0015243086,-0.007630263,-0.023921745,-0.03182956,0.025897004,0.0024536545,0.05083988,-0.04320536,0.03104243,-0.013932266,0.006690613,-0.0289925,0.05477807,-0.006274955,0.057920337,-0.0033200798,-0.017390182,0.027473388,-0.01587775,0.0018218908,-0.07208358,-0.015705617,0.035737734,0.030252008,0.022522775,-0.012746993,-0.0009909323,0.013936221,-0.016251981,-0.08359243,0.045143083,-0.03052787,-0.011721806,-0.025274234,-0.05438542,-0.038114905,-0.0024119022,0.020671424,0.05635165,-0.015781086,0.014366217,0.019732112,0.0038118707,-0.0564758,0.014342073,-0.010228502,0.009402753,0.036691632,0.020441653,-0.01887748,-0.047603425,-0.023043072,0.022438027,-0.008323077,0.0066022803,0.051201597,-0.0033568917,-0.00595707,0.016411649,-0.009151056,-0.0012529938,-0.027957426,-0.030823138,0.009119381,-0.0623854,0.036259744,-0.02381376,-0.002635495,0.040535174,0.0031603007,0.02756205,-0.08375868,-0.019762801,0.0050479094,0.086875245,0.0022978568,-0.012997515,-0.0113888495,0.06691818,0.04592353,0.027175609,0.06927976,-0.026391583,0.0037925888,0.05309864,-0.077346854,0.07281622,-0.023601532,0.014328086,0.05424432,-0.03618054,0.057444263,-0.011373997,0.03639478,-0.027964005,0.0024966397,-0.007235335,0.026416538,0.004355421,-0.07210647,0.076993376,-0.02974205,-0.007646904,-0.066364266,-0.00068301253,0.0018469383,-0.013716463,-0.012749025,-0.0068538305,0.003861168,-0.0064867595,-0.0064159106,-0.029299822,0.03515217,-0.014237028,-0.017019937,0.07383785,-0.009390397,-0.006820197,0.02743521,0.0216487,-0.02928923,0.014886121,-0.02684402,0.03530297,0.035575338,0.03171333,0.13871779,-0.0028550478,0.020399028,0.03977101,-0.03994581,0.011922618,-0.054853927,0.032522496,0.048142273,-0.016021552,0.03560885,0.03856854,0.010963485,-0.08549879,-0.06009996,-0.030716518,0.028736629,0.039892204,-0.028963272,-0.016472919,-0.021971567,-0.04999093,-0.08553425,-0.0035760854,-0.013138567,0.0056695906,-0.03785045,-0.04226168,-0.028113846,-0.021851169,-0.014464817,0.0384568,0.057222966,-0.008345524,-0.02077283,-0.046971586,-0.01391297,0.0326839,0.016679415,0.016084807,0.05390902,-0.016378647,-0.0071657463,0.042279422,0.043342456,-0.052591942,0.00704093,0.0016317253,-0.02154019,0.022054965,0.063805215,0.03323329,0.006307026,0.006550105,0.017120516,0.03973384,-0.15113027,0.04462051,-0.046122767,0.0110406475,-0.07309083,-0.008465526,0.0068832976,-0.020261513,-0.040771477,0.02694136,0.0018935964,0.068086006,-0.015742647,-0.006561723,0.0242898,-0.0056249565,-0.031992953,-0.05418322,0.028158614,-0.016656611,-0.023741659,-0.06300914,-0.031963132,0.08647018,-0.0056621823,-0.028946409,0.02090028,-0.0311652,0.01191849,-0.008117863,0.021474918,0.06447224,-0.02116602,-0.010505603,0.052452438,-0.007089345,0.0063118166,-0.020872446,-0.0013744187,0.048740808,-0.016486323,0.0015717767,0.032539472,-0.0036607136,0.04044342,0.014938085,0.02292589,0.0215534,0.060088627,0.034142733,-0.030528542,-0.0011918481,-0.024827257,-0.0011523042,0.02079716,-0.021247651,-0.024423867,0.020549245,-0.09250823,-0.01489508,-0.039893117,0.011003072,-0.0019444525,-0.029707316,-0.018536983,-0.02308525,0.025734553,0.019821735,0.018169798,-0.026637344,-0.05899658,0.040866192,-0.057193946,-0.02691314,-0.024340183,-0.067933194,-0.00023501799,0.021470023,-0.05508573,0.030035391,0.011491614,0.099035315,0.022572668,0.05226926,0.003413475,0.016295005,-0.01101277,-0.009819055,0.023423266,0.08830467,-0.04592097,-0.0075259334,-0.012643858,0.009187772,-0.00065140304,0.0006629127,-0.0047220797,-0.018560492,-0.04819917,-0.026091708,-0.017656839,0.08063448,0.010734599,-0.026157007,-0.058399808,-0.039527193,0.009185477,0.040981308,0.02171626,0.0059543117,0.017971452,0.009855397,-0.031847507,-0.009459909,-0.013402939,0.039944056,-0.011231388,-0.04244084,-0.003030528,-0.065459885,-0.04632514,0.0372278,0.0015072733,-0.033268172,0.03338141,0.06572393,0.0024611466,0.019749897,-0.05372081,0.010885095,0.008002764,-0.05943829,0.001998217,-0.013027093,0.010996363,-0.011888314,-0.034608494,0.00029062797,0.00052284624,-0.021483367,0.045449264,-0.016130352,-0.036081247,-0.045186527,-0.011856765,0.028737355,0.0061463066,0.029340027,-0.03972911,0.01080943,0.020699834,-0.041186698,0.04544734,0.011229584,-0.031994972,-0.043539837,0.01248069,-0.043317493,-0.013516526,-0.007743728,-0.056083485,-0.0035584052,-0.0024427278,0.042704973,0.04692156,-0.010896512,0.04853908,0.020321382,-0.010638136,0.05697158,0.010637458,0.028436838,0.019291766,-0.023624765,-0.06469026,-0.007595933,0.0121632535,-0.042364202,0.05687562,0.018725874,0.008708826,0.058230393,0.016688995,-0.002908201,-0.061386697,0.019247452,-0.034095667,-0.0020812054,0.025081674,0.0010599459,-0.00630614,0.02816152,-0.0042513027,-0.030802822,0.06102484,0.0064389175,-0.028038671,-0.0063673556,0.027241776,0.03063339,-0.017684968,-0.042346377,0.016704444,0.017209146,0.008909418,-0.074687876,-0.0003930752,-0.030129768,-0.0291968,0.022403395,-0.02636309,0.0128056295,-0.012953606,-0.09030669,0.0027720644,0.028311048,-4.4225795e-05,0.01026033,0.021146,0.068401486,-0.021800252,-0.047934644,-0.068534195,0.05141972,0.07454085,-0.0278036,0.029208012,-0.007414012,0.011382354,-0.01714648,-0.017111864,0.04266612,0.013436811,-0.028654167,0.124557585,-0.035496715,-0.03764998,-0.009324982,-0.020798974,-0.007465316,-0.019017342,0.07979915,0.024190264,0.031768937,0.013690901,0.026210159,0.031030929,-0.053276934,-0.051222708,-0.0042433054,0.019587113,-0.018605305,0.045877393,-0.046963196,0.0015607703,-0.045425463,-0.045651197,-0.019639969,0.0018416239,0.02116105,0.07700632,-0.0087862415,-0.025075043,-0.0022977649,0.012220949,-0.043778613,0.04186224,0.0025441318,0.014397799,0.027553506,0.010015701,0.031787664,-0.023241716,0.0076771853,0.024686005,-0.042926595,0.0037016491,0.015649403,0.016020877,-0.041362062,-0.011633566,-0.040573973,-0.024372904,0.015770396,0.034792565,0.030535622,-0.00406352,-0.0039317883,0.012829137,-0.018645165,0.03896397,0.025601076,-0.004757243,-0.01954916,0.028971046,-0.054390673,0.023058396,-0.035894524,0.0005091517,0.0409266,-0.024221852,0.006988386,0.028308231,-0.02587592,-0.052266076,-0.006771836,-0.015394359,0.060062237,0.014836753,0.02403806,0.06799992,0.011826222,0.04967817,-0.012600617,-0.015035791,0.07703017,-0.006943405,0.03240861,0.0637074,-0.012187069,0.017975232,-0.042780895,-0.002519916,-0.00075298676,-0.020828659,-0.006026578,-0.0065539554,-0.0583868,0.008685407,-0.0084134275,0.06647455,-0.020558061,0.023689857,-0.07403404,0.0131438365,0.016644744,-0.029892232,-6.38922e-33,-0.01896762,-0.09245387,0.007650702,0.0059759202,-0.03706008,0.0242961,0.027289983,0.02581174,-0.008555309,-0.023257658,0.020706916,0.027003122,0.0055042584,0.016952438,0.030728599,-0.014338605,0.011026459,0.023620445,-0.004092311,-0.0029200376,-0.0003997092,0.034650646,-0.048679654,-0.047114488,-0.009899893,0.004952647,-0.017965589,0.039030682,0.010484298,0.0052453773,-0.016714668,-0.022593532,0.018187873,0.05218783,-0.015895195,0.008512274,0.0060980073,-0.04542142,0.017017305,-0.0053516794,-0.01599938,-0.06561873,-0.0041030142,-0.04010326,0.026461368,-0.07382823,-0.0068861824,0.032238603,-0.0063293,-0.040414333,-0.044825554,0.02759968,-0.018259428,-0.04604205,-0.032279905,-0.012804873,-0.038897764,0.023084054,0.011015043,-0.07365704,-0.018495861,0.03704714,0.018631158,-0.06345698,-0.03997422,0.047663465,0.015099114,0.008592589,-0.10067743,-0.0718251,-0.033196744,0.03336547,0.008980916,-0.045014948,-0.0063617937,-0.015401573,0.010290071,0.0039471234,0.0035891887,0.100857705,-0.020193666,-0.0012462434,-0.010438887,-0.0039102514,0.058143027,0.004744063,-0.014557274,-0.06659124,0.026206888,0.038865212,0.004916763,0.048824772,-0.032988712,0.020738441,0.016479963,-0.06604452,0.04033972,0.025520599,0.019606952,-0.012813298,0.008479569,0.04244668,0.0047961883,0.0010881487,-0.014532002,-0.014504268,-0.040498026,0.087675825,0.038547117,-0.013515932,0.022833638,-0.025897134,0.0013540437,-0.015672462,0.03822374,0.03833185,0.03813099,-0.0034166158,0.011744938,-0.02290023,0.041535567,0.03823337,-0.06563185,0.053241126,-0.080818936,-0.015821623,-0.0072658192,0.031385202,-0.04231481,-0.06270256,-0.018139284,0.017705718,2.786928e-07,-0.0033111717,-0.007582027,0.07564989,0.0150847845,-0.01877204,-0.033968203,-0.0097259395,0.017548189,-0.03078029,0.013681056,0.022047658,-0.08486481,-0.019295197,-0.020480499,0.072481476,0.034941845,0.045000397,-0.0028710668,-0.028285295,-0.06958939,0.05911166,-0.043111004,-0.056317855,-0.003654425,8.042275e-05,-0.009952201,0.00314541,-0.017919391,-0.046047203,-0.10619962,-2.0059168e-05,0.10517069,-0.022670683,-0.01564797,0.0058074393,-0.04125485,0.059746075,-0.030289361,-0.028616818,0.04642808,-0.029927086,-0.056095805,0.011025765,-0.0019395099,0.029127268,-0.0039752526,-0.022627182,0.12230765,-0.047486063,0.061345577,-0.008009458,0.021519225,0.055632263,-0.012658054,-0.0021245938,0.0600836,-0.017577345,0.009320411,0.055161525,0.09397179,0.009337632,0.026861709,0.015240817,-0.024669908,-0.0037154206,-0.0544683,-0.086534336,2.2467263e-34,-0.002875588,-0.059027806,-0.014098559,-0.016336605,-0.03768236,-0.032825552,-0.011997205,-0.00065755943,-0.016987234,0.013004556,0.02571406,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/pdfs/DJI_Inspire_2_UAS_registration_N_A_01-22.pdf', 'page': 0}","The UA was being flown under contract to carry out aerial camera work around a tall tower
structure of a seaside tourist attraction in Brighton. The UA had flown several times around
and over the top of the tower up to approximately 600 ft agl. It had completed a shot directly
above the tower when contact with the controller was lost. It then descended and hit the top
of the tower. Its descent appeared to be under control, but the UA failed to respond to any
flight commands. The flight data recorded a loss of link, but the technical cause of the loss
of control of the UA could not be determined."
0.043948505,-0.017526656,-0.012296208,-0.019658389,0.001976009,-0.0077669416,0.046276443,0.010427554,-0.048912354,-0.04678523,0.017427938,-0.017008688,0.04463984,-0.032958657,0.020351276,0.009633937,0.06228828,-0.01999604,-0.007954663,0.0077069546,-0.003889397,0.0055355295,0.009083944,0.021924958,-0.019850636,0.012589666,0.029139422,0.015111201,0.08317828,0.020467324,0.03506217,-0.05294904,0.041474495,0.012320862,1.902947e-06,0.010149974,-0.012949836,0.012047513,-0.016792972,0.039479088,0.08164812,-0.016926715,-0.05103511,0.036282793,0.0035188934,-0.03463669,-0.005658015,0.090660065,0.02149594,0.008420628,-0.0118611045,0.025811594,-0.030401548,0.010664481,0.009049469,-0.004862223,-0.0066192006,0.020492524,-0.023286551,-0.09646704,-0.0064690346,0.0010879821,-0.01358366,-0.017878646,-0.0185148,0.01631394,-0.04407056,-0.0013103734,-0.0013570812,-0.042849526,-0.04950826,0.026032,-0.010485234,0.008587303,-0.03599606,0.028458249,0.013609452,-0.028264435,-0.02259028,0.0015659431,-0.015727181,0.047846265,-0.013422338,-0.01910183,0.06639552,0.0014794639,-0.044322703,-0.009088027,-0.017137634,0.010599788,0.051716387,-0.023677863,0.0017396858,0.004908065,0.019386102,-0.0017959249,-0.0145487515,-0.01002677,0.018327134,-0.07677365,0.0783003,-0.01833764,-0.021895517,-0.012089521,-0.033855684,-0.04007187,-0.051386084,-0.015375458,-0.019904302,0.091358684,0.013829862,0.007966194,-0.002937492,0.01985368,-0.0014240802,0.039295904,0.01556895,-0.025954373,-0.02073968,0.036655374,-0.05314273,0.047766842,-0.05104983,0.024072763,0.029511781,-0.0023835693,0.035337724,0.020595891,-0.02755158,-0.029933363,0.010374563,-0.015476492,0.041088957,0.008299754,-0.08608152,0.09237224,-0.013721306,0.0018662367,-0.025065098,-0.011773382,0.00085080793,-0.002459857,0.014916865,0.004793479,-0.02641394,0.009682976,0.006916649,-0.053261798,0.020079538,-0.040934324,-0.03144445,0.021992834,-0.015164586,0.009298449,-0.008102264,0.028781824,-0.037141442,1.9007168e-05,0.03548345,-0.03979161,0.03993645,-0.009993009,0.053009417,-0.007655194,0.0080679525,0.021194492,0.005087704,0.032824382,-0.10366479,0.012321482,0.012366665,0.0015585925,0.0038351412,0.080395006,-0.0055888155,0.0241839,-0.13166992,0.03303355,-0.0486035,0.0052394904,-0.026425505,0.002705269,0.018778747,-0.039496377,-0.000781526,-0.03179047,-0.009652819,0.060775436,-0.009391261,0.017278222,-0.042732645,-0.003219395,0.055650685,0.017140944,0.024580888,-0.027768051,0.04822036,-0.013218785,0.01950134,-0.025837122,-0.003243869,0.024379646,0.029338457,0.010516295,-0.03909373,0.008358149,0.040114287,-0.06356747,-0.0073869242,-0.0012208177,0.04647164,-0.006515769,0.021046322,0.0582094,0.003070357,-0.007543932,0.02346631,0.03653256,-0.078243405,0.03425802,0.010345611,0.05213858,-0.035689857,-0.006373695,-0.0018576072,0.013040704,-0.019630449,-0.0029721097,0.037865724,0.012619475,-0.029589232,-0.03552265,0.019072419,0.015468617,0.01774755,-0.030364586,0.016879693,-0.010687638,-0.021314027,-0.09669962,-0.037277,0.019455394,0.0048382096,0.008594151,0.022237228,8.2358056e-05,0.014494504,0.01068635,-0.007861731,-0.037776295,-0.066508636,0.021974953,-0.030160576,0.018710418,-0.009704917,-0.023551106,-0.030657902,0.005765275,0.019052142,-0.051830653,0.049381506,-0.008672246,0.042977944,-0.03441089,0.027464692,-0.00708523,0.08253195,-0.023585547,-0.034106277,0.0048564686,-0.04948107,-0.047977563,0.020118272,-0.0068770787,-0.012892426,0.041799787,-0.018136285,0.010954917,-0.024244709,-0.03159583,0.006212884,-0.037190378,-0.016387891,-0.016251864,-0.027189719,0.03787872,0.06865556,-0.011619935,-0.018602496,0.011728167,-0.12373327,0.039355766,-0.009292105,-0.015858172,0.03689071,0.0019922997,-0.05015819,0.06198497,0.013559557,0.09667911,0.04322064,0.025957981,-0.002852739,0.007615004,0.027421325,-0.065688185,0.03282462,0.064001605,-0.04776239,-0.0025796455,-0.008310462,-0.0045690364,-0.044514056,0.01120051,-0.059180558,-0.03923625,-0.014471735,-0.07935988,-0.037878577,0.078203835,0.05622358,-0.02889825,0.007948012,0.031438865,0.013410218,0.050186675,0.024978718,0.04679462,0.08790781,-0.022814443,-0.024361607,0.034033522,0.038275115,-0.0008355139,0.008079331,-0.023404872,-0.040632818,-0.033225276,-0.037287988,0.011753644,-0.039860554,-0.05162154,0.013796058,-0.012586902,-0.066465035,-0.00044680398,-0.07877204,-0.026457183,-0.0042452365,-0.08249239,0.024582522,-0.023318676,-0.01510785,-0.0016119377,0.018417502,-0.03138811,0.027756972,-0.071494594,0.037569232,0.024934717,-0.016108941,0.036684092,0.072560586,0.0018149213,0.028833412,0.017161716,0.018920895,0.03244785,0.019514007,-0.019059818,0.08373121,0.039764978,-0.024309872,-0.052603144,-0.028917897,0.039416842,0.030654557,-0.053703323,-0.054066006,-0.013500448,0.002604039,-0.023909781,0.0126975635,-0.019741476,0.017460935,-0.006141757,0.018117275,0.050923403,-0.021862116,0.029464798,-0.014136523,-0.023504041,-0.06491009,0.017652238,0.0157274,-0.00042797832,0.07315893,0.063806474,-0.01855765,0.045374356,0.025828961,0.05412455,-0.062221237,0.03523079,-0.011090935,-0.011070417,0.0007612247,-0.039531212,-0.04125726,0.0061610793,-0.052859828,-0.01908356,0.003039045,0.018199503,-0.04925697,-0.06562249,0.019507023,-0.020239497,-0.018400516,-0.0011545157,-0.004284816,0.045209575,0.02307189,-0.033034705,-0.04923237,-0.017385505,-0.06628847,0.013209845,-0.0017728925,0.022073245,-0.022952532,-0.0062301224,-0.0088803945,-0.030127497,-0.0363523,-0.040472515,-0.03655163,0.10298678,-0.05123141,-0.057160687,-0.016603526,0.029645804,-0.0013645428,0.0067123184,0.0029740122,0.021138433,0.05198864,-0.024301065,0.007940941,0.0201529,0.004158412,0.009686271,0.11935117,-0.0043161353,0.023114787,-0.028481573,-0.0025456462,-0.014047673,-0.039921626,0.07735625,0.062337767,0.029233562,0.008981047,0.048886523,0.016813017,0.0028938176,-0.019841485,-0.04000534,0.00012660706,-0.011922391,0.005628579,-0.0064774095,-0.004328949,-0.028170604,-0.055145297,0.024953157,-0.0321517,-0.03410509,-0.022792151,-0.067226596,-0.04520615,0.036507767,-0.035144694,-0.070600554,0.012160324,0.0016803329,0.036602873,-0.019331614,-0.011772436,0.013824341,-0.0219961,0.0143738,0.004709396,-0.068502694,-0.029000053,0.034946688,0.003325249,0.0649665,-0.010881561,-0.02290602,0.0038560624,0.04161269,-0.006930259,-0.04043978,-0.00031523366,-0.0068647396,-0.00087123114,0.009223499,0.042106654,0.005277136,0.03316714,0.0023615176,0.022417732,-0.04547553,0.019022895,-0.017910862,-0.0070036813,0.007013241,0.043420743,-0.012844013,0.030192165,-0.008943086,-0.01107591,-0.069370136,-0.04970294,0.07053972,0.0018384537,0.017175797,0.04265544,0.045424104,-0.012810799,0.006797548,-0.01933741,0.07517627,-0.014890535,0.031222166,0.10819614,-0.0069943154,0.0013560575,-0.020590015,-0.032048438,-0.002926857,-0.04855816,0.03388573,0.008654009,-0.06225223,-0.008437907,-0.01765924,0.060065567,-0.033592857,0.024902733,-0.028753214,-0.0058731497,-0.013880129,-0.054217894,-6.0092278e-33,0.025588952,-0.029609893,-0.0711602,0.020416122,-0.052838825,0.008469375,-0.003276755,0.04456274,-0.026526947,-0.025416521,0.03234681,0.0004506518,0.017636405,0.020660961,0.07757605,-0.07650878,0.008528049,0.0126384515,0.028146755,-0.018745324,-0.042698167,-0.016112076,-0.0022733712,-0.043494776,0.04287599,-0.029131664,-0.027652496,0.0075937035,0.012368505,0.011921953,0.0068918695,0.032436505,-0.006840978,0.039700888,0.01536604,0.050503813,0.037104513,-0.007843192,0.04482177,-0.03267253,-0.017780129,-0.013064569,-0.0022767473,0.031627893,0.014696254,-0.082638234,0.0045234347,0.054909337,0.008041778,-0.08115388,-0.034882214,-0.010374185,-0.02123735,-0.062423144,-0.03354036,0.019565606,0.017914137,0.02066352,-0.04673098,-0.02451455,-0.0013718273,0.0030177184,-0.034992274,-0.018352082,-0.012858466,0.028714323,0.029451039,0.036518328,-0.05445994,-0.04293805,-0.006805741,0.01769575,0.010287025,0.015865365,0.014279909,-0.0339654,-0.0052832933,0.0056099226,-0.013000572,0.12008437,-0.0031336048,-0.00063535495,-0.031491753,-0.014457653,0.046229113,-0.027581805,0.01863743,-0.035484426,0.003154233,0.014598898,0.018066827,0.05588258,0.0059931423,0.03803977,0.06151841,-0.0718147,0.052426454,0.042249013,-0.01801765,0.0012425901,-0.004652621,0.011443841,-0.023521926,-0.023640707,0.018187279,0.004969382,0.014217891,0.007326514,-0.015186583,0.02945045,0.036973745,0.017035313,-0.010639405,0.025266957,0.026882613,0.030697076,0.020136146,-0.06959941,0.0030312245,-0.023818264,-0.03251598,0.0047303555,-0.09348211,0.034089252,-0.065913126,0.011686263,0.040101446,0.061691545,-0.034630448,-0.030805122,-0.018364744,-0.0342354,2.6035468e-07,-0.0616982,0.028335897,0.04987169,-0.068369135,0.048689153,0.028838223,-0.011069922,0.04352487,0.041210335,0.033855706,0.038214855,-0.048613008,0.005043499,-0.010588091,0.023448804,0.02993972,0.0020461066,0.019409359,0.027843934,-0.008705912,0.069116324,-0.042949103,-0.021511314,0.009383866,-0.0024797951,0.03432149,-0.031587135,-0.08768156,0.042032983,-0.07530796,-0.02753745,0.06914453,-0.02781328,0.0027221572,0.015668169,-0.040688768,0.008066606,0.032608856,-0.0070376904,0.06459174,-0.033877738,-0.042936917,-0.0009898995,-0.0670158,0.023930535,-0.015795574,0.01932424,0.109013334,-0.03578052,0.042875655,0.004280552,0.026925262,-0.008196086,-0.00459569,-0.012185408,0.03498564,-0.0010785972,0.014641822,0.0061971853,0.078088626,-0.008035484,-0.0031300734,0.067203015,-0.041987095,-0.03011788,0.020096293,-0.021935603,1.3009314e-34,0.0025979583,-0.03682849,0.017103042,-0.08117539,0.023203744,-0.012399713,-0.032464754,-0.048682615,0.008755539,0.074975476,-0.025438333,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/pdfs/DJI_Air_2S_UAS_reg_n-a_08-22.pdf', 'page': 0}","While a DJI Air 2S (Air2S) unmanned aircraft (UA) was being flown in a low hover over a
group of children one of them attempted to grab it and their hand touched the rotor blades.
The aircraft became destabilised, briefly lost height and injured the child. The pilot reflected
that he should not have been flying his aircraft so close to the children."
-0.00337902,-0.049507033,0.01857922,0.02619355,0.044222392,0.025931872,-0.023964513,-0.0027998658,-0.026347717,-0.008847012,0.05303229,0.03988887,0.08507817,0.0021497507,0.048366427,0.0177937,-0.0038352977,-0.010541659,0.0117993,0.00999284,-0.018250838,-0.008341231,0.031920508,0.0037940138,0.018474389,0.008237947,0.006395848,-0.0148508595,0.037402947,0.026457569,0.08352213,0.008761525,0.02773406,0.02835948,1.8782458e-06,-0.0018701357,-0.030538112,-0.014894401,-0.008722428,0.07069784,0.06345879,0.00803948,-0.012942655,-0.025009755,0.015974779,-0.034305952,-0.02155897,0.07264117,-0.02309993,0.016728314,-0.0012156288,-0.0047974777,0.01876823,0.03747127,-0.0055986694,-0.022618467,-0.0028935296,-0.03589924,0.029548138,-0.015110161,-0.03323963,0.020056173,-0.0019869925,-0.06429498,-0.053651597,0.0077514215,-0.035882127,0.005971681,-0.04891572,-0.005305599,-0.029901933,0.011746383,0.012328681,0.025117036,-0.02572601,0.010919241,0.0026524279,-0.046095863,-0.016599411,-0.02597175,0.011231393,-0.0327426,-0.0059355316,-0.03187749,0.053101376,0.025843868,-0.019045822,-0.0046474407,0.026016312,-0.03327807,0.05664986,-0.018817442,0.039359875,0.0033406042,0.022327982,-0.013373312,0.017625334,-0.038380932,0.018021705,-0.059330136,0.0695779,-0.034337927,-0.009187848,-0.009190266,-0.04242239,0.006951579,-0.057901196,0.03380778,-0.0021161106,0.04082363,-0.010752748,-0.04738071,-0.01160138,0.01968425,0.029589184,0.069415696,-0.030813,0.012847393,0.013853625,-0.015092487,0.024323566,0.05545437,-0.008415738,-0.005809395,0.014074345,0.022457577,0.06507748,-0.03300492,0.026470086,-0.012377794,0.0074189934,0.037383787,0.0007586285,-0.005137249,-0.041406646,0.058549467,0.021850495,-0.023645997,-0.06671971,0.03142372,-0.027499102,-0.018025855,0.0027576904,0.037487693,-0.012021355,-0.021936966,0.027150074,-0.042914465,0.0031158119,-0.02782337,-0.0010453801,0.036788046,0.03169154,0.01625127,0.0067952173,-0.011130626,-0.06742325,-0.0013302484,-0.0009721739,0.007127225,0.033983774,0.02259412,0.046082806,0.024531296,-0.04029081,0.044287995,-0.091220126,0.0071909847,0.0044798497,0.02427013,0.012754515,0.006171511,0.009531894,0.018686874,0.043300264,-0.093167335,-0.044241305,0.0039009303,0.007233562,0.016170258,0.028955454,-0.040145088,0.029465329,-0.059569117,-0.028018592,-0.04064184,1.6938488e-05,-0.036218986,-0.052173764,-0.032782115,-0.037062727,-0.064678214,-0.018456077,0.015100571,0.034996957,0.018493189,-0.017041184,-0.049563102,-0.020063074,-0.029195832,0.014753554,-0.00976521,0.028953237,0.034231186,0.023691926,0.009571221,-0.08527141,-0.03224213,-0.039114077,-0.020353017,-0.0006564957,0.002275868,0.07031936,0.048476174,0.021727702,-0.026922485,-0.014531002,0.019086512,-0.07959669,-0.0081574535,0.008444764,-0.073652945,-0.05738624,-0.030801795,0.0011465143,0.05272275,-0.03952581,-0.0022988582,-0.03438792,0.041764498,0.008962097,-0.032397974,-0.008530195,-0.008924201,-0.028250197,-0.011160107,0.06494397,-0.021809978,0.050843183,-0.059156746,-0.08025154,0.088801436,0.016839681,-0.021972058,-0.018919287,0.005865754,-0.052811146,-0.019267963,0.043529224,0.018017458,-0.002069428,0.054848198,0.027241567,0.013403903,-0.008803234,0.06409873,-0.04734392,0.046001866,-0.036178667,-0.017464641,0.07023271,0.037488297,-0.008345362,-0.0011487502,-0.0069704223,0.004178355,0.012854506,0.008966518,0.04306907,0.026084322,-0.019929687,0.01803382,0.011534897,-0.024535201,0.012660064,-0.026558006,-0.043348867,-0.04493072,-0.08510621,-0.0114158485,-0.055486966,-0.06663632,0.017079325,0.042539943,-0.015375193,0.04311159,0.023173084,0.012946653,-0.07026836,0.01602839,-0.04825299,-0.014480848,0.01967257,-0.021440873,-0.0692806,-0.011733161,-0.008002228,-0.0018475708,0.024881504,0.07650048,-0.011512437,-0.0026833792,-0.022551544,0.0029020095,-0.0025612966,0.007534799,-0.00011932905,0.108430244,-0.036795888,-0.028423922,-0.046321146,-0.023282513,-0.004257475,-0.017244957,0.0015365091,-0.015874106,-0.022386476,-0.013921261,-0.0045027505,0.06141533,0.0020635538,-0.035047065,-0.022153512,0.0068876175,-0.012442385,-0.0064763,-0.028236434,-0.006203005,-0.030171547,-0.0055174697,-0.022410575,0.051951803,0.010341191,0.033535384,0.035225824,-0.044457033,0.0047210776,-0.09369418,0.0069881543,0.06871651,-0.012153775,-0.0029667686,0.021244679,0.0122557,0.01507116,0.02211122,-0.008743939,-0.010545105,0.014603703,-0.062042173,0.05135073,0.0032691148,0.0061523337,-0.007948655,-0.037999116,0.017590512,-0.0010989002,-0.07945869,0.017380308,-0.043340016,0.04975141,-0.021437075,0.04944858,-0.06588305,-0.08499709,-0.0051780585,-0.008590691,0.0005847816,0.0108160805,-0.04395047,-0.013330116,0.017666424,0.01661919,-0.03628472,-0.013033689,0.008932912,-0.016587742,0.024921507,0.017030133,-0.044134475,0.010140743,0.074767545,0.060036812,0.019914594,0.059637323,-0.035018448,0.027198441,0.03921524,0.012766514,-0.0073121884,0.00036671106,-0.06726392,-0.0681136,-0.003456283,-0.0039548595,-0.00908144,0.050565947,0.040413845,0.020626267,0.026412925,0.022893893,-0.003090551,-0.03622906,0.01881574,-0.03707023,-0.027078217,0.026188826,0.02759349,0.006481722,0.019682312,-0.002119889,-0.007739495,-0.013654124,-0.03610094,-0.048061963,-0.009126009,0.023309324,0.044245124,0.00980788,-0.0075809485,0.008027361,0.024044156,0.013144671,-0.06079228,2.0342233e-05,-0.024032567,-0.068578325,0.010180181,-0.022584097,0.018400826,-0.016874926,-0.045711584,-0.022203464,-0.04869233,-0.029047558,-0.013187555,-0.042442244,0.054600965,-0.047737043,-0.045484032,-0.007718926,-0.0112438565,-0.004400106,0.00021283832,0.07153601,0.021752644,0.0076501984,-0.003901973,-0.04419345,0.017214242,0.0154521065,0.019687556,0.041589737,0.048955567,0.029221807,0.042512514,-0.018414447,0.12937939,-0.083082385,0.053458933,0.061806127,0.009212129,-0.028601237,-0.011580548,-0.061713554,-0.022197867,-0.02389477,0.0426192,-0.023075333,-0.00021618357,0.06590966,-0.019168632,0.02945424,0.011265644,-0.026869152,0.005462236,-0.01192854,0.09453477,-0.07756602,0.017877648,0.028370922,-0.022932779,-0.021122796,-0.006011543,0.02406646,-0.009618248,-0.010803777,-0.012254479,-0.00054139737,0.06522132,-0.032285824,-0.06467572,-0.03387011,-0.0009689214,0.019772993,-0.022477288,-0.011227988,0.05741152,-0.075627185,-0.009868475,-0.046607584,-0.020407643,0.07324871,0.0343618,0.0019010494,-0.023062097,-0.009882564,-0.050191112,0.034669887,-0.023383116,0.0073302523,0.033030204,0.013033404,-0.032681357,0.0065983185,-0.009525597,0.036627013,0.05295964,0.017651398,0.0029611755,-0.0026908994,-0.06919395,-0.013362371,-0.023295105,0.034228425,0.028715575,0.0032766687,0.02382077,0.045899075,-0.027730018,0.06966241,0.002702376,0.013266028,0.022953039,0.037979946,0.05808643,0.01138313,-0.09820233,0.01691364,-0.020439422,0.019593474,-0.053403396,0.010586403,0.014998725,0.06333174,-0.07806674,0.057942174,-0.027991533,0.024877077,0.008968722,0.04010948,-0.0625919,0.01085928,0.035642914,-0.024439046,-4.609345e-33,0.06288487,-0.017312504,-0.036303435,-0.003743909,-0.034859776,-0.032326747,0.016287291,0.041167036,0.03786548,-0.04300455,0.02480073,0.009961453,5.4801305e-05,0.017149463,-0.024296524,-0.027298756,0.02491133,-0.0070927534,-0.026334431,-0.028725041,0.024548294,0.027554912,0.017656034,-0.06597719,0.01767638,-0.010331194,0.0069072004,0.0885108,0.0292318,-0.025432786,0.027544925,0.038483467,-0.002544571,0.009390726,-0.041942902,0.03517665,0.015011897,-0.059122723,-0.040848732,0.0018243821,-0.0015282425,-0.09960527,0.05489836,0.008618575,-0.00040722016,-0.039224558,-0.009936976,0.05991501,0.014189569,-0.016830571,0.0006972076,0.045088492,-0.02862227,-0.055481546,0.0089781955,0.031665597,-0.025441628,0.0051009576,0.04836846,-0.015186754,-0.029700348,-0.0013277879,0.02143313,-0.05023955,-0.018562376,0.017146656,-0.044456255,0.050498486,-0.06956378,-0.056182742,-0.041889742,0.051214904,0.027054219,-0.088009425,-0.006034978,-0.040711693,0.047064193,0.036679924,-0.03796364,0.062523715,-0.007778448,-0.009019377,-0.019305607,-0.028576996,-0.004464529,0.02408201,-0.0012693765,-0.03716975,0.065217204,-0.018131556,-0.039113846,-0.037468053,-0.043808546,0.0023693496,0.09436251,-0.00061794894,0.024294611,-0.0046712374,0.023294333,0.009825876,0.027170517,0.002937024,-0.04940808,0.032794632,-0.036254175,-0.043318324,-0.025692753,0.036429584,0.042950638,0.039478358,0.047793627,-0.073279865,-0.033357132,-0.018821366,-0.0036274032,0.061505992,0.033331875,-0.055834856,0.025425937,-0.028840622,-0.014428056,-0.01064552,0.0129469475,0.059387237,-0.021641487,0.0143221645,0.036816463,0.039167732,-0.022746457,-0.007054173,-0.024057444,0.015023883,2.647198e-07,0.001089479,0.016503096,0.07827965,-0.042808346,-0.007102917,-0.030121597,0.012842008,-0.0023474,-0.026045164,0.0014840895,-0.031029815,0.0027264718,0.030570338,-0.027308285,0.08604986,-0.018990995,0.06732763,0.10910106,0.016880581,-0.02352582,0.069612205,-0.05030099,0.056027494,0.056247346,-0.040573202,0.06607632,0.03559907,-0.027382765,0.005424075,-0.0537772,-0.00083706016,0.09372576,-0.03690474,-0.0003272121,-0.0033123703,0.05676173,0.025029913,-0.030462194,0.012170991,0.045671802,0.036633745,-0.00904204,-0.04578092,0.008593862,0.0365408,-0.048255846,-0.043625873,0.008702517,-0.018859614,0.02843683,0.0037780555,0.02240479,0.03391061,0.006784816,-0.0330587,-0.0005997418,-0.024475673,0.012179327,0.011078096,0.059728436,-0.004286418,-0.013116431,0.04570148,-0.0008088151,0.02770504,-0.00841204,-0.0401487,1.7484533e-34,-0.008115264,-0.11767808,-0.012079232,0.013075963,-0.012133744,-0.026510637,0.029492076,-0.03372465,-0.011386084,-0.021621307,-0.0023059808,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/pdfs/Wingcopter_178_Heavylift_registration_na_01-21.pdf', 'page': 0}","Whilst the unmanned aircraft (UA) was climbing, in hover mode, one of the rear electronic
speed controllers (ECSs) overheated causing a loss of control of its associated motor and
propeller. Control of the aircraft was lost and it fell into a crop field, damaging it beyond
economical repair. The manufacturer is looking to re-design the rear propellers to reduce
the likelihood of the ESCs overheating."
0.005990384,-0.0037681428,0.04211897,-0.007910315,0.0149620855,-0.035135694,-0.04500836,0.003591524,-0.08136412,-0.023959681,0.054936357,0.032218564,0.027107546,0.00023872936,0.054071527,0.018074038,0.061360814,-0.057570163,-0.027803516,0.03227147,0.015341444,0.019026302,-0.012968546,0.048491813,-0.013410119,0.012842169,0.015314931,-0.006334224,0.04078261,0.031888068,0.048665334,-0.023583364,0.033733655,0.034124933,2.01097e-06,-0.013820301,-0.0046927556,-0.009491885,-0.052883707,-0.0022195454,0.025421107,0.002875556,-0.012671369,0.0027779802,0.03136539,-0.006443784,-0.04504077,0.08414615,0.004048375,0.038845573,0.0022467538,-0.034018125,0.061241575,0.015890948,0.014333207,0.038517788,-0.0011816163,-0.061120242,-0.0111649325,-0.078146756,-0.013932383,-0.055620708,-0.0011816069,-0.034170017,-0.040343408,0.03333062,-0.018509824,-0.030952318,-0.027155751,-0.033040352,-0.04194113,-0.037539423,0.045275893,0.00726985,-0.017608656,0.046641774,0.02051449,0.014270042,-0.036674097,0.0113004,0.056987036,0.025585659,-0.008446211,-0.0392773,-0.0051859934,-0.015812911,-0.04027136,0.011555625,0.0031896674,-0.024129929,0.051294185,-0.01588756,-0.02354889,0.0210644,-0.028102735,0.02011806,-0.018054236,-0.054310013,0.0116772475,-0.07735958,-0.011902016,-0.030199492,0.036014117,0.032955755,0.0067969137,-0.014772339,-0.045135632,0.04582703,0.007447376,0.05902934,-0.03952792,0.01605574,0.004204792,0.053602535,0.047865793,0.013300598,0.062447656,-0.056510646,-0.021340396,0.056339353,-0.026131783,0.041632175,-0.046659235,0.012846797,0.051336877,-0.025335893,0.04935624,0.008797686,0.030438654,-0.0071790344,0.014928716,0.051179785,-0.000285921,-0.02015324,-0.10891212,0.103407785,-0.03265774,-0.023003198,-0.05718679,-0.030590568,0.008934559,0.035278153,0.028733302,-0.0031975014,-0.008243011,0.01908776,0.019154312,-0.07732296,0.013293617,-0.0008213242,-0.0340423,0.020887682,-0.0256622,-0.012902018,-0.042397458,0.025603062,-0.011102785,-0.0124881845,-0.014481938,-0.0027471913,0.03699012,0.0150278825,0.11231204,-0.0011806488,0.026573682,0.04650077,-0.061019205,0.008281822,-0.00072267477,-0.030476185,0.025875237,0.015110907,0.015525434,0.07368385,-0.010478744,-0.029316712,-0.0759518,0.019605765,-0.002518702,-0.0149720805,-0.05038394,0.0027812743,-0.008113467,-0.06802443,-0.032596365,-0.0286522,-0.05202999,0.009499476,-0.024365257,-0.015083405,-0.022243632,-0.016718647,0.046943754,0.009908494,0.019791804,0.0038183222,0.023123652,0.030606216,0.01526875,0.03812246,-0.025516693,0.016458696,0.09174278,-0.030282658,-0.002295052,-0.004285939,0.0019730409,-0.044168845,0.04815391,-0.033251807,-0.019691482,0.0068371184,0.047788832,0.07032144,0.010181338,0.015607108,0.0062524914,0.039306637,-0.0898917,0.05166016,-0.03812366,0.013114533,0.0035973713,0.0031598636,-0.011639444,0.01318921,-0.016843544,-0.020825358,-0.01618276,0.029028313,0.026307987,-0.008528707,0.015223832,-0.0065637585,-0.023587544,-0.0044089677,0.07494294,0.021451177,0.008642004,-0.008921527,-0.042081,0.046523634,0.021087017,-0.037413873,0.019644931,-0.020766174,-0.016622923,0.021115193,0.0038253088,0.028365484,0.0046627666,-0.0055989516,-0.013097397,0.01299495,-0.020261226,-0.06002224,-0.045533415,0.032037973,0.027837832,-0.039879628,0.09939785,-0.0274606,0.06503463,-0.0074034673,0.0068270084,-0.008007843,0.035983592,0.069127224,-0.00505174,0.013092635,-0.018549658,-0.043438688,0.029595451,-0.029839547,-0.016039973,0.030534923,-0.041666064,-0.004758563,-0.045606215,-0.002419872,-0.0024307077,-0.0052775457,-0.006788485,0.0026012657,0.005061947,0.031698007,0.01642885,-0.021221077,-0.022721484,0.009199689,-0.09241967,-0.041234866,0.017272986,-0.029961094,-0.013199662,-0.009302087,-0.009755561,0.01856189,0.002332227,0.13735062,0.01573608,0.049350627,-0.005438979,-0.005913307,0.016459253,-0.0058463514,0.033956986,0.10577259,0.0111986175,-0.056069028,-0.017824098,-0.0064263144,-0.012684195,-0.0038831609,-0.03770794,-0.01447419,-0.011745854,-0.039972994,-0.053478293,0.0848869,0.0023860028,0.0062377932,-0.041047458,0.018593045,0.002394849,0.095392786,-0.02341886,-0.003442964,-0.018989408,0.00467872,-0.032136988,0.0048651067,0.0024624297,0.0183029,0.00015803422,-0.052934665,-0.038760398,-0.084383346,-0.0057529225,0.039722156,-0.040763464,-0.01776668,0.010991531,0.008830291,-0.009557408,0.01906816,-0.029402265,-0.0020976898,0.024727562,-0.08401885,0.01686309,-0.03027989,0.01716998,0.02255078,-0.013509371,-0.003660914,0.017820336,-0.054814745,0.024953427,-0.03430337,0.0340242,0.01748832,0.056278247,-0.027864017,-0.03532633,-0.029290548,-0.010671311,-0.0006185968,0.016434496,-0.04501322,0.025686882,0.039967064,-0.047328163,-0.005184828,-0.0066641653,-0.04116192,0.013524815,-0.012009334,-0.031260952,-0.016550552,0.012944673,0.006313192,0.033130173,-0.008402235,0.019820575,0.06956418,0.02806669,0.057701416,0.02711554,0.031614263,-0.0029292437,-0.055167057,-0.076406114,0.011352993,0.027009176,-0.045995798,0.043623734,0.04244173,0.005184888,0.07489889,0.011592347,0.049320202,-0.032951016,0.0019795112,-0.032446414,-0.030395433,0.012115037,-0.046959203,-0.051953796,0.057944957,0.012310056,-0.03951962,0.020194389,0.0074546277,-0.045667164,-0.031581454,0.03811887,-0.011088116,-0.024812242,-0.020043109,-0.047431845,0.023181865,0.035963193,-0.06669497,-0.040398933,-0.05950362,-0.075201795,-0.015646424,-0.023800086,0.052872438,-0.038350444,-0.03100784,0.026539262,-0.0019726001,0.033320345,-0.024095194,-0.041992288,0.08896463,-0.055523485,-0.06692662,-0.039885428,0.009646953,0.043803446,0.0035000944,0.074660994,-0.025685454,0.013781759,-0.037387796,-0.03569794,0.039523654,0.025674013,-0.009873688,0.15109645,-0.038983356,0.009203588,-0.022081472,0.01868651,0.013979954,-0.056480106,0.058931015,0.040839545,0.021735754,0.016430397,0.016335102,0.008238355,-0.023289325,-0.055610247,0.03356367,0.0046450035,-0.026592257,0.025100194,0.00041175744,8.057032e-05,-0.020639997,-0.09052946,0.0071084974,-0.028848799,0.0011826695,-0.036699425,-0.03750356,-0.0037023502,0.032079592,-0.010663709,-0.0143055525,0.0042835483,-0.03235185,0.086613834,-0.009269157,0.0059741004,0.06773191,-0.016032934,-0.032538008,-0.009893689,-0.023265213,0.080388725,0.0099524055,-0.03798742,-0.022363102,-0.020900024,-0.021295946,-0.047379952,0.018076938,0.06090628,-0.024320519,-0.013480713,-0.020151334,-0.00981006,-0.0060764775,0.0067424816,0.0024392253,0.043027338,-0.010593033,0.045764968,-0.05269046,0.03390833,0.023953844,0.016895536,0.017473,-0.015796028,-0.009053026,0.026015723,-0.048766494,-0.009223011,-0.04712136,0.0009246201,0.062369123,-0.0038163736,0.017996272,-0.0006225128,0.012744155,0.032529242,-0.014150705,0.0043645552,0.07817852,-0.029203711,0.059874713,0.064966716,0.0009327672,0.031421445,-0.03017958,0.015724486,-0.04500636,-0.06482666,0.012191579,-0.020090295,-0.042596135,0.029467829,-0.010526209,0.058230676,-0.026964061,-0.0007099531,-0.07334495,-0.02534705,0.007941663,-0.014926756,-5.9733337e-33,0.011865697,-0.029508723,-0.014317814,0.012685766,-0.030319521,-0.015830256,0.004414457,0.02613131,0.009449574,0.012096092,0.045170296,0.02098276,0.0026830465,-0.009045506,0.033635817,-0.045647286,0.021076754,0.01515664,0.0043438827,-0.009720522,0.014578774,0.025781477,0.01364847,-0.03733497,-0.0018279698,0.0066348203,0.00248857,0.04273558,-0.0013047192,-0.009556715,-0.02672035,-0.014790935,-0.010415657,0.007307787,-0.032356665,-0.009811063,0.030686723,-0.06001995,0.0112177655,3.0680545e-05,0.03554776,-0.06339341,0.01877624,0.0049560666,0.044963013,-0.038731277,-0.017695602,0.050253425,-0.009132638,-0.02630348,-0.031923793,0.03057817,-0.0074536996,-0.0995315,0.030609848,-0.017644683,-0.015536259,0.009349456,0.021313822,-0.05110327,-0.032856278,0.020585882,-0.009672415,-0.03335606,-0.03837751,0.025534056,0.038240306,0.00023308759,-0.08053338,-0.039075315,-0.025127862,0.04738927,0.011667142,-0.06907083,-0.0073378733,-0.0037783955,-0.0040969,0.03154754,-0.07266335,0.088604935,-0.006693887,0.0026635774,-0.024254862,-0.009767014,0.059274215,0.0142167555,-0.0027662124,-0.012372619,-0.0020849626,0.038725663,-0.034898173,0.019637227,-0.033180963,0.032135542,0.090698004,0.015896216,0.013319256,0.009608251,-0.009489901,-0.03553007,0.011569662,0.03455673,-0.01209493,-0.043686073,-0.0045164432,0.00055948994,-0.057905775,0.039899196,0.024987726,0.0061415047,0.006016418,0.008134528,-0.022864886,0.008210596,0.036484253,0.06453772,0.03160379,-0.043777246,0.031989776,-0.0052960673,-0.007986315,0.010282303,-0.085018374,0.03237008,-0.06405234,-0.018950893,0.016835755,0.049817216,-0.048676763,-0.053107306,-0.023958115,0.0079836985,2.7980937e-07,-0.003439158,-0.012339073,0.055693418,-0.021663409,0.022522595,-0.015928773,-0.043445695,0.025098883,-0.015516673,-0.02627852,0.031553917,-0.027883321,-0.008374074,0.0057535856,0.048833236,-0.0032440198,0.025926745,0.03206869,-0.03954704,-0.039559793,0.044074368,-0.039468464,-0.020837111,0.01710783,0.011790642,0.042078972,0.0081536295,-0.03523972,-0.0029778406,-0.11430824,0.0029693085,0.13153528,-0.013733577,-0.009930728,0.010511972,0.012029067,0.04171264,0.018813772,-0.0069933613,0.05258025,-0.039211366,0.0004925323,-0.0082026,-0.022003219,0.04274788,-0.027906246,-0.0019774912,0.08921115,-0.042737596,0.045743078,-0.0012540052,0.033457093,0.04555092,-0.0031749369,-0.017378738,0.07231115,-0.018607575,-0.011022842,0.004777049,0.058885474,-0.024980921,0.01746045,0.04375572,-0.026472794,-0.06776914,-0.027261892,-0.06306114,2.2221853e-34,0.00011012287,-0.054066014,-0.027032312,-0.017920718,0.019637229,-0.027641658,0.018023523,0.008576336,0.013492593,0.031633735,-0.0025721379,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/pdfs/DJI_Inspire_2_UAS_250319_11-19.pdf', 'page': 0}","The DJI Inspire 2 UAS was returning from a surveillance flight when it unexpectedly yawed
and uncontrollably descended, contacting the ground. An object was seen to be released
from the aircraft prior to the loss of control which was thought to be a part of a propeller
blade. The operator has implemented safety action as a result of this investigation."
-0.0062723854,-0.037096854,0.042192943,-0.02610047,0.08576929,0.02151409,-0.018199632,-0.022364847,-0.09055063,0.010091477,0.024662802,0.0025588134,0.05323029,-0.016579822,0.034345027,0.06721351,0.06421893,-0.039513774,0.00971665,-0.032037355,-0.013868381,-0.016252149,0.021471784,0.010588359,-0.033073343,0.02808536,0.020999463,0.014925587,0.03206977,-0.037962966,0.06223391,-0.0054815067,0.034682386,0.040780727,2.0645932e-06,-0.009188276,0.007583536,-0.0039203656,-0.10244356,0.03713916,0.018736178,0.051803365,0.015490918,0.028926102,0.003328651,-0.034138568,-0.019339237,0.022779202,0.007068098,0.035530444,0.003380514,-0.013169704,0.027027145,-0.0009822372,0.022769367,0.01953898,-0.025786538,0.04844378,0.016448762,-0.07815355,-0.050078694,-0.035515226,0.00096269936,-0.012096841,-0.058055032,0.03877129,-0.04849945,0.013584672,-0.044853803,-0.095246166,-0.02161048,-0.02901436,0.0014679404,0.03926501,-0.041918956,-0.041830394,0.032852225,0.017532533,-0.10284198,0.0018940715,0.014235499,0.028944595,0.045857735,-0.009843607,0.0123405885,0.016465636,-0.044111528,-0.01769969,0.015735239,-0.00073545997,0.048332445,-0.04286042,-0.003765034,-0.0070196777,-0.022838462,0.012372738,-0.034263276,-0.050413024,0.01643578,-0.08862534,0.012943901,-0.044096757,0.039486744,-0.019714803,-0.025462756,0.0027452426,0.012146611,-0.008115742,-0.010188158,0.041817784,0.017000236,-0.03193909,-0.027174033,0.034053054,0.03178364,0.023736812,0.016300717,-0.026920622,-0.023469351,0.044013407,-0.05982332,0.06712925,-0.035647485,0.04002241,0.03840807,-0.02894714,0.0154416,-0.008166172,0.008021438,-0.07244225,0.022903472,-0.013844451,-0.026029967,0.012045937,-0.0818963,0.06555556,0.0011628196,-0.012847858,-0.09006231,-0.023893908,-0.030321972,0.021645425,-0.007182192,-0.0152945705,0.0012066092,0.020422678,0.04431615,0.015832195,0.027650215,0.018656492,0.018805414,0.059449594,-0.026241178,0.012024406,-0.017474083,-0.015205272,-0.038823623,0.02695231,0.028574238,-0.0069258222,0.023027057,-0.0011089504,0.07561595,-0.01391298,0.008959962,0.0479009,-0.009126044,-0.017441384,-0.026239,0.001946936,0.018070582,-0.023027213,0.025036866,0.03138243,-0.013177703,-0.0903842,-0.056864046,0.062288795,-0.003662077,-0.012165445,0.006144931,-0.017204007,-0.035963733,-0.057076436,-0.097828366,-0.03773858,0.06114914,0.023894832,-0.022133468,-0.05247371,-0.010557916,-0.042773873,0.027634062,0.02218884,0.036265325,-0.00693998,0.023136005,0.033346925,0.022271534,-0.0073563512,0.00056475704,0.0007099263,0.031358927,0.003926888,0.0024112437,0.016033793,-0.07635964,-0.02604409,-0.009631159,-0.053624146,-0.027761774,0.008843719,0.061129235,0.004798216,0.006613597,-0.03943775,0.0031983382,0.03094136,-0.12518169,0.07112675,-0.005687514,-0.006647197,-0.0958247,-0.011122892,-0.016066426,0.032926474,-0.0243565,0.009332733,0.009438942,0.037134495,-0.0077378443,-0.011807273,-0.008488318,-0.037634257,0.031191887,-0.017242555,-0.008446245,-0.02154005,0.039682228,0.043648537,-0.017061813,0.07210545,0.01561685,-0.027593967,-0.028707085,-0.036170956,-0.03162196,-0.020882424,-0.006025901,0.05643885,0.004750615,-0.014764727,0.021791222,0.041588027,-0.014389765,0.019290077,0.010216103,0.052387603,0.0068903207,-0.030382108,0.060306493,-0.026225619,0.008964827,-0.021914518,-0.052704755,0.012145179,0.10866565,-0.061847173,-0.011659887,0.015329815,-0.03024637,-0.009188334,0.030893452,-0.013053541,-0.010059402,-0.02208971,-0.07430387,0.0073638633,-0.03489544,-0.024232352,0.0011123653,-0.0039114244,0.03223819,0.027610034,-0.014135953,0.038963266,0.05472722,-0.025787327,-0.07632875,0.06688801,-0.105127364,-0.00025910037,0.0067582265,-0.043276776,0.0002996765,0.022105645,0.03754169,0.025634063,0.08502411,0.102300815,0.048826676,0.06296691,-0.0059683677,0.013239946,0.050686065,-0.013590368,-0.0045883455,0.040685263,-0.0090352725,-0.015496837,-0.028950209,-0.012824163,-0.021006653,-0.0062282453,-0.00061685435,-0.017068997,0.056269832,-0.010514468,-0.022109678,0.07652189,-0.008040111,0.0007387672,-0.015258623,-0.020103477,-0.026263764,0.016048385,-0.018922184,0.01761317,-0.004744856,-0.014778349,-0.014909458,-0.002434319,0.03659529,0.0348651,-0.01681012,-0.08076429,0.025489356,-0.00020347927,0.02134509,0.056372155,-0.03266525,-0.013989347,0.014490682,-0.018865336,-0.022856817,0.0088097835,-0.04133395,-0.056358445,-0.005502466,-0.06575019,0.045784354,-0.022786092,-0.0014572438,-0.013294,-0.0064404164,0.006188304,-0.053064827,-0.048883136,0.05238684,-0.045368616,0.0441762,-0.00452521,-0.0068573086,-0.01476522,-0.08801345,-0.019546134,-0.057089772,0.0025747025,0.031263854,-0.04406706,0.019315012,0.018532053,-0.007868997,-0.01803257,-0.013237421,-0.009404862,0.033326395,-0.026777789,0.012255502,-0.014378617,0.036798246,0.0062913946,0.028843341,0.030855177,0.06986703,0.009401103,0.042552076,0.016369542,0.0026866146,0.01359523,-0.0096931495,-0.045273703,-0.053776372,0.0055146185,0.011375109,-0.020013202,0.05737706,0.079850145,0.0013469814,0.07245758,0.055081274,-0.029560009,-0.008301563,0.02283348,-0.037465565,0.0050997585,0.061004844,-0.046979778,-0.023891151,0.07058331,-0.023520859,-0.012458755,0.02610318,-0.035785638,-0.032334905,-0.02815581,0.01956944,0.037575386,-0.029492429,0.0061392104,-0.021360131,0.027093489,0.024091046,-0.07524253,-0.0695528,-0.043196917,-0.035543904,0.02022674,-0.015885912,0.00577945,0.00030788558,-0.017454084,0.017355666,0.026738709,-0.010882138,0.032675885,0.013152282,0.09506611,-0.031640988,-0.0032247342,-0.06991318,-0.012843587,0.022776755,0.009727866,0.059510954,-0.030661464,0.046371456,-0.042578712,0.0038582338,0.05227045,0.007698344,-0.049589474,0.025366878,-0.022812912,0.00080357364,-0.013884242,-0.00063619355,0.019697864,-0.015244345,0.06546434,0.04419596,0.012473612,0.0033956321,0.018749366,0.017857146,0.037220467,-0.02148588,0.014141476,0.034868006,-0.011169458,0.06923399,-0.013531144,0.011027307,0.026959747,-0.050163724,-0.007909393,-0.00502071,0.023841076,-0.0024055757,-0.028098052,0.016222538,0.01286342,0.0023060823,-0.05135801,0.013390717,-0.034516826,0.03924233,0.0060223993,-0.04748444,0.024440197,-0.039983895,-0.023923239,0.008764036,-0.024983874,0.048992515,-0.030522862,0.02129459,0.01673406,0.027779808,-0.009951409,0.007607092,0.019769518,0.01446237,-0.005265569,-0.004478197,-0.064260885,-0.01252322,-0.050994866,0.03146989,-0.004953954,0.0064273104,0.030536229,-0.0043654856,-0.060865507,0.026812201,-0.017112525,-0.06302516,0.050761525,-0.031017227,-0.034257453,0.03738497,-0.053959522,-0.04060554,-0.016055398,0.030043703,0.04230718,0.030539867,-0.00015014906,0.07625898,0.02623379,0.0053914553,0.042025365,0.021885995,0.04565125,0.021704368,0.0373773,0.07988236,-0.044252113,0.019986382,-0.0716649,0.00049604254,-0.007288242,0.045782503,-0.014151675,0.010902145,-0.036980715,0.028169135,-0.028393885,0.049987935,-0.037722092,0.023746638,-0.036375977,-0.03296525,0.01374363,-0.030395472,-5.5433676e-33,0.014562978,-0.055316977,-0.020498116,-0.03277659,-0.037132792,0.022793502,0.0023225055,0.058965188,0.039723556,-0.01362306,0.031652827,-0.0021879377,0.0104821315,-0.0013426325,0.0035086514,-0.015091636,0.047395293,-0.0042517525,-0.014300475,-0.005385366,0.031239916,0.06666194,-0.024292706,0.0040997504,-0.01058457,0.0032907312,-0.023614433,0.0034684169,-0.036042333,0.01125426,-0.018273747,0.0051641534,0.016171215,0.015157383,-0.020719953,0.011574429,0.03936189,-0.015561086,-0.012725026,-0.037016273,0.008117752,-0.05854352,0.07931804,-0.04847314,0.0126379505,-0.03348266,0.007370861,-0.00800206,-0.010379608,-0.087147586,0.009421215,0.020649385,0.0037592736,-0.05388436,0.005854884,0.019327385,-0.019367686,-0.01932533,0.088440135,-0.023445738,0.0011580865,0.039615996,0.0010793009,-0.02932519,-0.028679669,0.052423462,0.039219722,0.026321253,-0.052356154,-0.030814867,-0.0047324384,0.00056990614,0.004051303,-0.039078217,0.008304411,0.006117195,-0.017481744,0.022887852,-0.028149873,0.06693157,-0.008199723,-0.0093508465,-0.03796629,-0.012331395,0.048394583,0.045948543,-0.0016854224,-0.07818921,0.0009278185,0.012257854,-0.022970429,0.03243968,-0.015285644,0.014529604,0.060819305,0.020444645,0.07900524,-0.03280453,0.0064151227,-0.021919208,0.002683927,0.026685383,-0.030426698,-0.011920642,-0.021034038,-0.014711252,-0.03113318,0.03127205,0.07506047,0.003144932,0.042441767,-0.04917132,-0.035649814,0.015539232,0.04641589,0.047066588,0.039931968,-0.022679722,-0.008675501,-0.066369325,-0.013756965,0.01873505,-0.01839765,0.0828123,-0.05827052,-0.019924454,-0.03826442,0.025038894,-0.07998658,0.018291458,-0.034569275,0.005230637,2.8562917e-07,-0.028866386,0.011899487,0.034778632,-0.04867068,-0.01836544,-0.017819192,-0.02619648,-0.0059847683,-0.032589946,0.04625494,0.043847986,-0.03486672,0.0060965745,-0.016171014,0.06537559,-0.04452087,0.032928772,0.04724301,-0.02033574,-0.04232573,0.07495179,-0.05066321,-0.02054336,0.0067363433,0.022649368,-0.047466274,0.019193482,-0.028073031,-0.035121992,-0.077752404,-0.043374494,0.10178269,-0.0083576,-0.004293615,0.03717049,-0.030333411,0.0050189868,-0.010647004,-0.014708241,0.0026609784,-0.0071915877,0.045242876,-0.0029358459,0.015431198,0.014723555,0.04576621,-0.023459254,0.0870555,-0.00269769,0.08336557,-0.036261294,0.006351864,0.010827637,-0.0153497085,-0.033128247,0.061998766,-0.040871326,0.016705804,0.002638275,0.050947126,-0.02902983,-0.041025642,0.016134523,0.024116242,-0.02544661,0.003118487,-0.033945546,2.016092e-34,-0.004698793,-0.08890622,0.01608988,-0.022188233,-0.005818683,-0.03434213,0.030038688,-0.028009448,-0.03125964,-0.0050961445,-0.026115911,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/pdfs/DJI_Matrice_210_UAS_10-18.pdf', 'page': 0}","During a training flight with the battery level indicating 12 minutes of flight time remaining, a
‘low voltaGe battery warninG ’ appeared, all four electric motors stopped and the UAS began
a rapid descent. A second later the warning disappeared and the motors reactivated but
there was insufficient time to prevent the UAS from crashing at “considerable speed”. The
UAS manufacturer determined that it was caused by a battery firmware problem and has
issued an update."
-0.043876342,-0.006598413,0.035574473,-0.016664267,0.072930574,0.033904266,0.00967564,-0.06537085,-0.07215681,-0.014770181,0.019078298,0.006573513,0.058523417,-0.01326396,0.002837644,0.0710077,0.06792999,-0.038562447,-0.013872487,-0.0031110938,0.0023484724,0.03183545,0.009506939,-0.0064055356,-0.053733785,0.019208962,0.0038305577,-0.008482333,0.027937284,-0.011960075,0.038164508,-0.03625918,0.03050239,0.012551985,2.178609e-06,-0.05174286,-0.028526591,-0.0029753945,-0.07126892,-0.009571733,0.0009796559,0.025639145,-0.028536683,0.016107682,-0.0067901546,-0.026586859,-0.0084407395,0.034797616,-0.00259482,0.05545779,-0.003236856,0.0024392072,0.01252854,-0.0062764203,-0.00846288,-0.007895246,-0.033765983,0.08078859,-0.001463908,-0.0652445,0.010668588,-0.052213844,0.014060154,-0.0143421,-0.09615707,0.052988887,-0.040555567,-0.0048344745,-0.011910737,-0.057902694,-0.027393239,-0.012887708,0.020141445,0.028152425,-0.042143974,0.014088155,0.032816418,-0.0051214644,-0.067294225,0.03744759,0.03261196,0.060204115,0.030354815,0.007463091,0.018430665,-0.006378061,-0.03523283,0.003137519,-0.0051085334,0.02153968,0.020988075,-0.018218117,-0.012990012,-0.039150868,-0.031456083,-0.00021436736,-0.036373954,-0.050232895,0.006688506,-0.053549387,-0.018269723,-0.032856382,0.00838377,-0.016354388,-0.030998066,0.008711611,0.016610438,-0.030706858,-0.028889693,0.039531477,0.0036818837,-0.021075683,-0.024623089,0.043780383,0.035667308,0.027374566,0.08121709,0.018997507,0.005941879,0.043231066,-0.06310686,0.055573415,-0.0486628,-0.002134469,0.07568747,-0.046802036,0.008890843,-0.011350047,0.022402247,-0.064476475,-0.0016938034,-0.035026345,0.006816432,-0.023867857,-0.093859516,0.051418785,0.0031104693,-0.028011326,-0.12586752,0.004443868,-0.0049185073,-0.008970524,0.025926728,-0.010559755,0.009727254,-0.00027939194,0.010734343,-0.026503485,0.020545684,-0.0069360845,0.014378456,0.027358608,-0.051592525,-0.012151846,-0.05162674,-0.03253525,-0.02290746,0.023961896,-0.019536959,0.009491818,0.061741024,0.010975024,0.06977348,-0.037547503,-0.014069856,0.07386369,0.022554357,0.023907453,-0.02749846,0.0028785358,0.054399475,-0.019222092,0.02655577,0.04814375,-0.042543124,-0.0043018544,-0.08278242,0.034439113,-0.030802658,0.048948746,-0.036210697,-0.012198251,-0.0360625,-0.053283874,-0.06982569,-0.00039487606,0.00814768,0.023679072,-0.033346787,-0.039446704,0.0002578287,-0.022943156,0.025241002,0.018629361,0.058043044,-0.033907335,0.015429514,0.047800228,0.029460844,0.029731557,-0.00035324597,-0.05353315,0.045095645,0.017101381,-0.028622419,0.022934303,-0.030235425,-0.034495585,0.009592722,-0.04482867,-0.06678957,0.007676862,0.07817285,-0.009340566,-0.013252598,-0.029671151,0.028964961,0.035787955,-0.13318375,0.08715505,-0.026865203,-0.005340813,-0.05482888,0.0070324657,0.015366494,-0.012891621,-0.035729423,0.0095369425,-1.7543749e-05,0.0355229,0.013068984,-0.009238972,0.029614884,0.013301889,0.010951861,-0.009763984,-0.0024393355,-0.020008292,0.01183837,0.020548228,-0.038277708,0.061075997,0.00822148,-0.039647102,-0.0021412126,-0.014881284,-0.012130853,-0.036364082,-0.00489268,0.04490241,0.0055729677,-0.039313678,0.039940733,0.031174628,-0.010806148,-0.025089016,0.013585626,0.068382405,-0.008169131,-0.009931875,0.042139087,-0.05079234,0.012556346,-0.032146767,0.0021912986,-0.011079294,0.088706315,-0.016014146,-0.010564566,0.015862392,-0.00072482874,-0.012260975,0.047961548,-0.04707122,-0.019448409,0.008841185,-0.10038757,0.0099577885,-0.01568104,-0.030013544,-0.0010568148,-0.02669603,-0.00216757,-0.026426755,0.016697241,0.015671985,0.042776167,-0.033630643,-0.0359089,0.053807374,-0.04679269,-0.035232075,0.0114659965,-0.009921123,0.021711593,-0.0035885633,-0.013561023,0.025207419,0.0364112,0.100613944,0.04874854,0.036244188,0.014489016,-0.015864933,0.026360631,-0.014816013,0.040843803,0.08509858,-0.03973935,-0.04100711,0.012164509,0.005887771,0.018794708,-0.03923009,-0.038824443,-0.03743689,-0.010062726,-0.017489515,-0.03897057,0.0719466,0.013961763,-0.029476188,-0.018903835,-0.016617278,-0.019666648,0.009789167,-0.0004672665,0.0029753803,0.013991289,0.006295173,-0.035429012,0.025217194,0.032618444,0.033446908,-0.055092,-0.065164156,-0.0056095505,-0.033977926,-0.020144096,0.058878824,-0.026000889,-0.037326466,0.0128845405,0.026588375,-0.030096458,-0.010595814,-0.053942718,-0.01335751,0.006627118,-0.06885741,0.019505724,0.0021857538,-0.0015724084,-0.024443284,-0.010565893,0.04667063,0.0023051691,-0.06901405,0.035319958,-0.010994479,-0.0031939482,0.00095443457,0.004580369,0.00964442,-0.038487434,-0.012529521,-0.022933196,0.014573695,0.04698454,-0.030542804,-0.013942485,0.028355675,-0.027805505,-0.010802725,-0.004364711,0.0049037505,0.028209584,-0.042651687,-0.044554736,-0.017384801,0.02691248,0.0048984843,0.03600029,0.02537897,0.04670218,0.048213176,0.02110664,0.05923676,0.010634506,0.038221404,0.010064761,-0.046045072,-0.015637076,0.016603868,0.02916852,-0.071860574,0.057959743,0.040545017,-0.02640485,0.06268854,0.035972953,-0.03779827,-0.030894468,0.0024527977,-0.0350041,-0.01081907,0.09926069,-0.051327147,-0.010357946,0.07545176,0.025218394,-0.022191148,0.023467347,0.012291534,-0.03588824,-0.045906533,0.028979976,0.006105789,-0.013159916,-0.034782052,-0.036227506,0.038141496,0.013738791,-0.09112518,-0.028558735,-0.048904788,-0.052247282,0.03494287,-0.034474712,0.0008947135,0.017058965,-0.037470546,0.011369677,0.038305648,-0.0337808,0.024091663,0.016870888,0.062149707,-0.039696235,-0.0050765467,-0.089210674,0.0068970174,0.03896102,-0.009268863,0.020459887,-0.0043936926,0.049551662,-0.020615622,0.027253097,0.060515665,0.011207872,0.02091476,0.08537015,-0.06400937,-0.036595408,-0.06046898,-0.039072655,0.016053319,-0.013988749,0.12140557,0.0111852605,0.026943024,0.022450296,0.007940759,0.02436182,-0.013713788,-0.02877163,0.039888117,-0.019308776,0.0121227,0.03739692,-0.011546231,-0.008290137,0.007052663,-0.023170762,-0.032165293,-0.02581969,-0.038535904,0.06286568,-0.008404019,0.015905822,0.03659171,0.014161588,-0.047972832,0.003306771,-0.042004924,0.053037718,0.016459286,-0.030073369,0.065290235,0.0037394543,-0.009941653,0.008467928,-0.0011169516,0.05334732,-0.005734414,0.06042837,-0.031163236,0.05007585,-0.023575151,-0.0012939268,0.028100917,0.04619521,0.046294164,-0.01592018,-0.020158174,-0.003249603,0.013920771,0.021893967,0.0010101413,-0.0030439082,0.033341553,0.018741703,-0.026351696,-0.0032172357,-0.025257897,-0.056508232,0.022694113,-0.0041449396,-0.008917978,0.030897567,-0.046618752,0.0056727077,0.02927611,0.009447422,0.02461563,0.036166903,-0.01676652,0.040008843,0.037554014,0.009514056,-0.013375259,-0.026429093,0.015765935,0.02681403,0.035306517,0.017359482,-0.02668543,0.017103894,-0.08732056,-0.016111668,0.01225291,0.019981682,0.019237656,0.013056876,-0.0069814674,0.022258583,-0.024681672,0.052205488,-0.014792775,0.01805756,-0.025983287,-0.013186497,0.005221545,-0.01509111,-5.7862244e-33,0.0056627872,-0.09933967,-0.043621916,0.03930887,-0.059917003,-0.0011664876,0.0028115932,0.041991528,0.029003436,-0.027851477,0.052232012,0.015205157,0.037766017,-0.0033977395,0.031638917,-0.02863525,0.02038767,0.020988572,-0.00836096,-0.019308342,0.02070292,0.03474146,-0.036858447,-0.0037489356,0.01524083,-0.024031136,-0.012562084,0.020865444,-0.029325472,-0.0014278977,-0.018052232,-0.016881349,0.028908968,0.012926919,-0.017471548,0.05849727,0.012119531,-0.024415664,0.024473026,-0.03581869,-0.037108935,-0.057207625,0.00756362,-0.008658237,0.017474232,-0.04185942,-0.010409057,-0.005478449,-0.017888904,-0.054463208,-0.018885365,0.029823905,-0.009797286,-0.043496475,-0.03591052,-0.01768339,-0.00989247,0.029061642,0.046862416,-0.0487432,-0.030845137,0.04652985,-0.013700703,-0.0141749075,-0.044993374,0.042332914,0.017098553,-0.01047686,-0.07015594,-0.041165877,-0.006397758,0.015180447,-0.028694745,0.0016541245,0.011182837,-0.020858122,-0.038329404,-0.0017035273,-0.012467315,0.1044415,0.033601023,0.043452013,-0.016217573,-0.015005105,0.04845787,0.022758966,-0.008202542,-0.06722806,-0.007679064,0.04440133,-0.05607274,0.081159286,-0.032359954,0.0479581,0.10920277,-0.010690138,0.046800237,-0.0068010613,-0.0014100202,-0.022676164,0.0074623795,0.046930388,-0.0007758675,-0.0042397557,-0.009740773,-0.03607621,-0.021961229,0.056974508,0.05642153,0.0055030556,0.044149496,0.0007549165,-0.029448036,0.022848418,0.024880694,0.055059012,0.031707685,0.005463054,-0.0047163228,-0.047574725,0.00928235,0.033388495,-0.0436685,0.03546779,-0.050060645,0.029221026,-0.008046396,-0.019620143,-0.037923567,-0.011450604,-0.01934574,0.008396728,2.942929e-07,-0.027708864,-0.0254863,0.029555865,-0.024628388,0.006459333,-0.0058510657,-0.04152495,0.0037705102,0.016690776,0.003439387,0.058847256,-0.05299088,0.037894666,0.014015594,0.02636878,-0.0033551508,0.050163597,0.029905343,-0.01397099,-0.033300627,0.076531686,-0.040529907,-0.048908543,-0.0010097293,0.017622735,-0.04969571,0.01462753,-0.017374804,-0.08353558,-0.12905662,-0.040160872,0.08378988,-0.007420791,-0.01526663,0.01955409,-0.035731953,0.047984056,0.023408698,-0.022386633,0.004433355,-0.02284517,-0.033521023,-0.014498027,0.039502874,0.057816908,-0.011185438,-0.011809736,0.096829966,-0.042367764,0.091938555,-0.04238643,0.024142416,-0.014186726,-0.01891394,-0.024115771,0.0747918,-0.022806097,0.03172943,0.03322567,0.07717608,-0.015657129,-0.04805031,0.038545705,0.013721716,0.010435778,0.022080809,-0.055523425,2.2234772e-34,-0.025420394,-0.045784015,0.0049200025,-0.024927566,0.006442993,-0.03001672,-0.019071985,-0.0376404,-0.027899954,-0.028489888,0.0035726116,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/pdfs/DJI_Mavic_2_Enterprise_n-a_06-23.pdf', 'page': 0}","The UAS was being used in a police operation over an abandoned building near a public car
park and train station. During hover over the building the aircraft’s motors stopped and the
aircraft fell vertically with no prior warning to the remote pilot. The aircraft struck the roof of
the building and the battery separated. Recorded data indicated that the battery probably
disconnected in flight. This could have been caused by the battery not having been fully
latched prior to takeoff, or the latching mechanism or battery being worn from repeated use
resulting in an in-flight disconnection. The operator has taken safety action to remind their
pilots of the importance of pre-flight checks and checking airframe and battery condition at
their base."
-0.012242804,-0.021906193,0.042345464,-0.016938988,0.07490486,0.021950237,-0.031294085,-0.02418345,-0.03874402,-0.0044879196,0.028381282,0.020975448,0.062261917,0.014309873,0.034449544,0.086012125,0.06975475,-0.02333667,-0.02131397,-0.003441126,0.01312965,0.0020338686,0.03457467,-0.015887547,-0.036926415,0.052582067,0.041114964,-0.0051572355,0.020555435,-0.020271093,0.056807276,-0.01331696,0.03481711,0.012397877,2.169977e-06,-0.028592642,-0.005923027,0.002950927,-0.08141993,0.02520689,-0.026425842,0.046425406,-0.004119747,0.016343873,-0.0014757842,0.002641986,-0.011253628,0.027262535,0.004102455,0.04149033,0.0024973538,-0.04259909,0.029617673,0.0038618285,0.010152151,0.0018075183,-0.011311425,0.06704397,0.0070136227,-0.07158888,-0.031173816,-0.037913997,0.007942023,-0.020830253,-0.06775903,0.042471644,-0.028058007,0.009484023,-0.036019165,-0.0851711,-0.00856632,-0.031113425,0.015627721,0.030165667,-0.045592688,-0.044541206,0.06257118,0.01706432,-0.10988705,0.036303975,0.004028951,0.04268413,0.010205743,-0.01681763,-0.017498331,0.02567239,-0.05404127,-0.030008575,0.0069273524,0.019541295,0.05367187,-0.0023652092,0.00904775,-0.01132046,-0.020541238,0.018930804,-0.022118099,-0.025941847,0.038093455,-0.09311496,0.022341467,-0.02547912,0.024442054,-0.018737553,-0.040906873,0.03121661,-0.0025266218,-0.03922231,-0.014393719,0.05889665,0.042250335,-0.03086483,-0.025240395,0.025619434,0.030619306,0.037147876,0.052891143,-0.04205005,-0.0154007785,0.048075847,-0.03738193,0.07645691,-0.068780616,0.027231095,0.04698699,-0.036973055,0.021306986,-0.00589403,0.010711216,-0.041388255,0.025282865,-0.0148020405,-0.001994457,0.016188685,-0.06911903,0.06111048,-5.7199253e-05,-0.0022327872,-0.09655789,-0.019039974,-0.0142261265,-0.0023882824,-0.018776985,-0.0021257314,-0.010009574,0.012315451,0.035398442,-0.01967048,-0.0020534815,0.007344696,0.017973179,0.036791176,-0.042724654,0.0017384995,-0.036391854,-0.013095458,-0.03692319,-0.0012620579,0.030152725,-0.0085957525,0.02560823,-0.0054182243,0.102482714,-0.007745102,0.027519725,0.037832357,0.0033489794,-0.0026167103,-0.053231273,0.0060901004,0.020261496,-0.044124354,0.037407592,0.050622217,-0.030533444,-0.08322997,-0.072752476,0.041847322,0.004626862,-0.01700148,0.012570648,-0.012891411,-0.028295489,-0.03958012,-0.08616472,-0.015528019,0.035743795,0.030524815,-0.02403291,-0.0452125,-0.023172889,-0.01825521,0.036727913,0.020915575,0.010416753,-0.001155703,0.05277195,0.029022401,0.044190522,-0.01430775,-0.010845003,-0.044456035,0.06983599,-0.00016168719,0.0021869962,-0.007265583,-0.07446031,-0.030334543,-0.0188506,-0.037347313,-0.0697387,0.00031245794,0.026122449,-0.004006599,-0.0011860675,-0.063227504,0.011785638,0.033178583,-0.14534,0.058899146,-0.0044504893,0.015238671,-0.049554814,-0.0116779115,-0.013011277,0.0017357139,-0.040204935,0.028054338,-0.0062102824,0.056434214,-0.004810557,-0.026978998,-0.0049214107,-0.017752282,0.023294678,-0.017511275,-0.019241469,0.007277135,0.02477069,0.009133736,-0.013748751,0.05890979,0.029148536,-0.028063463,-0.008020446,-0.0334195,-0.038610794,-0.0314073,-0.007739642,0.040776387,0.0051406887,-0.02635895,0.03159387,0.03300414,-0.008980507,-0.0048154793,0.0158775,0.064625025,0.0025981842,-0.0033420522,0.05070099,-0.028455643,0.00548847,-0.0361895,-0.01231605,0.0058381567,0.09806187,-0.036012743,-0.017614136,0.0155389,-0.021706505,0.0016729849,0.042780913,-0.032338675,-0.0139212655,-0.045516834,-0.05177743,0.017852029,-0.016894208,-0.011851472,0.017825507,-0.0016648356,0.020702554,0.009432328,0.00028311647,0.04274132,0.06921799,-0.010745138,-0.098151326,0.08219035,-0.09212727,-0.021712145,-0.006622803,-0.041078605,0.022097318,0.0067851315,0.025328778,0.07283857,0.06467958,0.12348916,0.02289494,0.053353846,-0.009074835,-0.0016032498,0.052406173,-0.019884404,0.0064846473,0.04475614,-0.037026886,0.008135789,-0.04678682,0.008413949,-0.019358143,-0.013266514,-0.0063752295,-0.011453548,0.056996353,-0.030160856,-0.067610495,0.09138688,-0.00012583719,0.007408352,-0.02829019,-0.022831583,-0.024519198,-0.029272264,-0.024078548,0.015934877,0.037548173,-0.018917855,0.0022313814,-0.0012701877,0.044541743,0.023802517,-0.054810554,-0.0695689,0.032562856,-0.054860305,0.035066474,0.060326632,-0.043185487,-0.00916635,0.03200759,-0.026673688,-0.034899227,0.009850083,-0.043261863,-0.04620746,0.011971453,-0.070886046,0.014401035,-0.010765904,0.0051539443,-0.010827177,-0.01401963,-0.0020655247,-0.045119323,-0.058462106,0.0604815,-0.02368979,0.009665066,-0.019356012,-0.013878842,-0.020469269,-0.05988468,-0.0047074887,-0.034081366,-0.008546462,0.037021387,-0.030258732,0.009824017,0.010051593,-0.029345216,-0.034190845,-0.0067859455,-0.03089704,0.022723664,-0.0062676277,-0.055017978,-0.007535126,0.047042508,-0.015635125,0.03985687,0.028145764,0.055606082,0.011329498,0.01704171,0.010575443,0.020536212,0.019900693,-0.014348693,-0.038620226,-0.056915417,0.017502172,0.024983548,-0.022793476,0.051739827,0.068851694,-0.0067817937,0.0573867,0.04053211,-0.009121256,-4.7606823e-06,0.02166958,-0.044394217,0.03455714,0.083818324,-0.031569466,0.010110114,0.070614375,0.0028421124,0.006917899,-0.004304588,-0.0154163325,-0.032292664,-0.012078819,0.01956193,0.03830055,-0.0026457384,-0.003404258,-0.0068755257,-0.014539702,0.030094372,-0.08367126,-0.063958034,-0.04299048,-0.030113272,0.039542325,-0.0030606997,0.009784871,0.025477376,-0.040196918,0.011595023,0.01389533,-0.0018118634,0.036521424,0.018632788,0.100181706,-0.029852442,0.006485293,-0.07834861,-0.025938088,0.014152935,0.0019253315,-0.0009261459,-0.0189578,0.040763136,-0.035148222,0.0109269405,0.037392043,0.044533845,-0.04870867,0.0487687,-0.013410793,-0.03796853,-0.046938077,-0.022782417,0.038070958,-0.017558506,0.10375274,0.03161813,0.02565404,-0.0018968208,0.012982422,-0.00885379,0.006892984,-0.0017496292,-0.008957254,0.021260312,-0.03172869,0.0590188,-0.02209651,-0.007599697,0.025490144,-0.05040093,-0.010985189,0.009898936,0.01631782,-0.02754144,-0.029751698,0.014044376,0.008559294,0.02224125,-0.027833633,0.009743988,-0.04251094,0.011811241,-0.0026037497,-0.045997575,0.024060817,-0.025270507,-0.027611762,0.008915768,0.00631448,0.0375881,0.014114009,0.018770715,0.0153318215,0.03619778,-0.0033614223,0.013182624,0.013796111,0.029493075,-0.0047093546,-0.0037248018,-0.034083,-0.0062216353,-0.027318165,0.0079293875,0.0018881304,-0.03954416,0.03328946,-0.011835645,-0.041432533,0.0032842755,0.0030897697,-0.03242799,0.06293402,-0.002885183,-0.006984531,0.028415218,-0.03150579,-0.0339094,-0.00898444,0.026028434,0.030992152,0.014156575,-0.013548285,0.051851172,0.016983522,0.026012931,0.010413213,-0.015338269,0.04696645,0.029752601,0.006313151,0.060717512,-0.053665187,0.012652883,-0.09202275,-0.020378023,-0.019917727,0.045772184,0.004561634,-0.014051644,-0.032292347,0.0130165275,-0.009817747,0.08269368,-0.0041237213,0.020949708,-0.02689149,-0.032069217,0.0055699176,-0.032067653,-6.027534e-33,0.005624169,-0.04428013,-0.017430095,0.028271427,-0.04236908,0.03287627,-0.019747742,0.05654819,0.05972346,-0.02483971,0.038827658,0.008982369,0.029540524,-0.019609401,0.010442391,-0.006852059,0.03699426,-0.003709356,-0.009869986,-0.0016868155,0.019414693,0.04998883,-0.026923897,-0.0012390664,0.03459776,-0.010992309,-0.021666802,0.015300592,-0.040748708,0.024670333,-0.020681286,-0.037114743,0.031182652,0.039821476,-0.03871961,0.033817902,0.026803497,-0.021711025,0.008314631,-0.031304844,-0.0052740537,-0.04440906,0.042725693,-0.04273949,-0.0222434,-0.02212478,-0.0014769229,0.014960864,-0.005814107,-0.1127623,-0.0035486792,0.012405128,0.007792436,-0.051297296,-0.02302841,-0.029745908,-0.0107831815,0.0038227227,0.08966051,-0.030038513,-0.026315892,0.01582085,0.01563286,-0.020301625,-0.028704252,0.049298055,0.018340293,0.037517153,-0.072985925,-0.030501695,-0.0007878442,0.0010712389,0.008452268,0.0035557698,-0.034745146,-0.019774951,-0.009828164,0.042628113,0.00089967326,0.10219335,-0.01328905,-0.0034356492,-0.03961679,-0.011261262,0.033528656,0.065823436,-0.016477069,-0.054108158,-0.0067251828,0.028453771,-0.046392906,0.07089682,-0.023408521,0.0012241107,0.07206674,0.019990718,0.048767954,-0.019503525,0.017550072,-0.0049352823,0.0141877495,0.043583065,-0.024764925,0.00076229044,-0.031944234,0.014389401,-0.03873001,0.053374592,0.0782509,0.0034390315,0.04547891,-0.028432852,-0.048138294,0.0060874824,0.0034151683,0.063431464,0.044622567,-0.017312773,-0.006484394,-0.021406578,0.01564926,-0.008520837,-0.031909544,0.064043745,-0.034551054,-0.02300625,-0.048862748,0.009987703,-0.08872113,0.017342964,-0.011071777,0.029348288,3.0658074e-07,-0.037008524,-0.0069014155,0.023463864,-0.04709811,0.0067613553,-0.038286604,-0.05170696,-0.002115702,-0.008054799,0.016287837,0.038905602,-0.04931121,0.0063554207,-0.020818105,0.06202418,-0.0208351,0.041208096,0.032939766,-0.01668468,-0.053619523,0.056090537,-0.0659778,-0.05864448,-0.0072960574,0.038508818,-0.041664578,0.036424574,-0.024084918,-0.042363223,-0.07447353,-0.010780487,0.09791034,0.00536118,-0.043918986,0.011414586,-0.03223371,0.012849102,0.0030083654,0.008631143,0.0062432284,-0.024237176,-0.0135370605,0.014917658,0.0019369655,0.016467245,0.03668247,-0.027063234,0.06570211,-0.038751625,0.07554003,-0.03597382,0.0007645849,0.017906353,-0.02943954,-0.05225121,0.055539265,-0.019876905,0.01214043,-0.0014701644,0.07490383,-0.012538521,-0.027686743,0.022787351,0.004778384,0.00025420956,-0.006694151,-0.007856181,2.2163227e-34,-0.0363303,-0.08615144,0.042581696,-0.038250208,-0.017744765,-0.03831788,0.024381172,-0.008469504,-0.012079186,-0.028723745,-0.027259136,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/pdfs/DJI_Matrice_210_UAS_040918_11-19.pdf', 'page': 0}","After about six minutes into the flight, a battery low voltage condition was detected by the
UAS causing it to enter an automatic landing mode. Shortly afterwards, while the aircraft
was 20 m above the ground, it powered down and the electric motors stopped, causing
it to fall to the ground. An investigation of this and similar accidents was conducted by
the manufacturer which found that the batteries’ State of Charge (SOC) was indicating
an erroneously high level of charge remaining. Safety actions were taken by the CAA to
introduce operational restrictions while a fix was being found, and by the manufacturer to
develop and ‘push out’ firmware changes to the battery and aircraft."
0.003496108,0.013780402,0.02402258,-0.03399991,0.020084292,-0.025223244,-0.013025375,-0.009950392,-0.030847918,-0.009927147,0.05045656,0.058489755,0.011269644,0.07286232,0.0302184,0.04914134,0.062261805,-0.05993213,-0.052985787,-0.01766064,0.0046498436,-0.027739257,-0.011978913,-0.01507816,-0.0073370794,0.030269092,-0.015757944,-0.013119506,-0.015823696,0.014451742,0.010835277,-0.034935847,0.05762944,0.012579868,1.9758895e-06,-0.025870899,-0.04598758,-0.02020564,-0.02975204,0.008976123,0.019557094,0.015618481,-0.02219076,0.0015800544,-0.011954082,0.028275833,-0.025222713,0.08009137,-0.020042412,0.04623048,0.03246019,-0.017262354,0.012116763,-0.006547717,0.014500734,-0.03268484,-0.016843181,0.08316056,-0.0059211277,-0.06299979,-0.0038353875,-0.03768973,0.012198567,-0.0421249,-0.07452882,0.039171,-0.008739659,-0.023951417,-0.033951364,-0.046954595,-0.0024651687,-0.034096908,0.026273854,0.022921195,-0.024792409,-0.017649256,0.038948644,-0.03003325,-0.03739486,0.009551562,0.022045197,0.03956238,-0.020632876,0.012494349,0.002341039,0.014304575,-0.026017692,-0.028776208,0.0022218267,0.012888113,0.08285854,-0.00795409,-0.00034510752,0.015508861,-0.05094911,0.006058914,-0.014980543,-0.047250293,0.032203395,-0.024308989,0.05425138,-0.043435667,0.03949684,0.0006707074,-0.028889086,0.025188988,-0.014596804,0.01187601,-0.015151497,0.056226157,0.008889406,0.023434998,-0.05955635,0.0395055,0.04944631,0.054270837,0.069423065,-0.039877683,0.015700756,0.04015959,-0.113387,0.084824026,-0.020742355,-0.0045772316,0.030983374,-0.05948359,0.045279264,0.011599523,0.02168183,-0.013905638,0.018388959,0.035304103,-0.0022887115,0.026095316,-0.06412051,0.076985575,0.001818955,-0.01550948,-0.02038738,-0.030074656,0.024550658,-0.02852015,0.013086848,-0.004054362,0.0030940787,0.027885728,-0.018897263,-0.020549124,0.019920697,0.0015181894,0.0006889787,0.084341854,-0.019262442,-0.015069418,-0.03606237,0.02873021,-0.03081964,-0.022630591,0.020000478,0.029086474,0.054605424,0.0032402086,0.081590705,-0.01450433,0.026578544,0.04413562,-0.0335715,0.05104385,-0.02674542,0.03568761,0.03895872,-0.023546549,0.038246088,0.08910428,0.0021394326,-0.00097637234,-0.10230109,0.04021265,0.0045216037,-0.00018301696,-0.00403178,0.010320742,-0.02317352,-0.04903521,-0.040786814,-0.029433357,-0.027118279,0.03440876,-0.0056621362,-0.061859805,-0.040128727,-0.029798482,0.03779539,-0.004663337,0.019569186,-0.022056144,0.031322915,0.029946936,0.0041607986,0.011725087,-0.014947225,0.01616023,0.08080516,-0.07790776,0.0067392588,-0.016330091,0.010714504,-0.048974644,0.00359768,-0.01623316,-0.016081035,-0.005722786,0.025396233,0.02419848,0.0062316735,0.0006666149,0.0059245187,0.028022975,-0.09666556,0.056307137,-0.0363593,-0.043795645,-0.021778235,-0.0005522609,-0.029690722,-0.0038055421,-0.010035343,-0.008039253,0.006320448,0.03829274,0.027395831,-0.026129898,0.0009534987,0.019088827,-0.03789169,-0.028651388,0.049122978,0.019651277,-0.0062538357,-0.050789837,-0.06462012,0.1008966,2.3689518e-05,-0.031007871,0.03177797,-0.007329869,-0.05309536,0.018941717,-0.033183422,0.028931987,-0.017964259,-0.016005637,-0.024436304,0.005688807,0.012397419,-0.030723726,0.0009923212,0.06607236,0.0346792,0.010185472,0.07805282,-0.035549093,0.0006312544,-0.046673514,0.062374376,0.0115551865,0.04909801,-0.005064466,-0.035992704,0.02495151,-0.021384979,0.00080691715,-0.010707293,-0.021174477,-0.02890158,-0.0036286318,-0.010917292,0.03203332,-0.04450641,0.009831398,-0.03106679,-0.019960176,-0.011085157,-0.005202074,0.012182368,0.017042873,0.036240667,-0.066899076,-0.04420615,0.01802497,-0.10646264,-0.006847645,-0.012015706,-0.043837324,0.0147095155,0.00096561876,-0.037414726,0.020756397,0.0337736,0.09524513,0.030465765,0.08436955,0.010790707,-0.002206743,0.009844907,0.04229809,0.0303714,0.12095731,-0.019539123,-0.004470576,-0.025467047,-0.019924331,0.030370418,0.008815468,-0.03967104,-0.030123426,-0.02159666,-0.042057846,-0.062340174,0.051065084,0.02838769,-0.019816542,-0.01707651,-0.030557228,-0.024958793,0.025972785,-0.0064703478,0.017921913,-0.041451752,0.025420584,-0.024479302,0.024333613,0.029828092,0.02887027,0.00061764853,-0.06271043,-0.026221178,-0.029652774,-0.023824912,0.05607195,-0.02079588,-0.039658982,-0.00534876,0.011051721,-0.019831374,0.01073088,-0.061608706,-0.005703329,0.02865768,-0.086386114,0.025921028,-0.025837054,-0.014378332,-0.00074060704,-0.016627342,0.016135579,0.0023393088,-0.02671554,0.05182316,0.0011372837,0.0005677483,0.019215016,0.06620289,-0.01822645,-0.019522924,-0.004026948,-0.021126896,0.025554791,0.022781836,-0.01730123,0.050045308,0.03688139,-0.02861753,-0.0316772,-0.024920294,-0.025758285,0.0055264398,-0.049700603,-0.055931512,-0.0048797503,0.025399467,0.007852941,0.011728244,-0.0042197327,0.032612246,0.03097032,0.009401595,0.04783086,-0.0019524043,-0.00042289734,0.004904218,-0.018970326,-0.05182857,-0.034384683,-0.0030007919,-0.011813084,0.026781619,0.032478347,0.0014453965,0.06840916,0.037585624,0.02166209,-0.041819014,0.007917003,-0.028733766,0.046827845,0.051338166,-0.036678262,-0.049238827,0.07069537,0.0329921,-0.002957327,0.038078185,0.026583433,-0.080805,0.0077617313,0.066654146,-0.018447537,-0.036185157,-0.07836136,0.0011653494,0.005249367,0.02545199,-0.07280995,-0.0200174,-0.034574796,-0.03922341,-0.0057313186,-0.009795169,0.0140386745,-0.005081634,-0.07645446,0.011471816,-0.014957371,-0.00416381,-0.020545417,0.047316056,0.05359823,-0.014879502,-0.025948359,-0.10013616,-0.0009487047,0.028858194,-0.01202048,0.07013131,-0.03038672,0.03314508,-0.02259195,0.02364016,0.055260062,0.011479556,-0.006270067,0.1241837,-0.03155394,-0.03993961,-0.032158878,-0.0072973464,-0.00026934306,-0.028486202,0.10798216,0.020302085,0.030702123,-0.027272591,0.008490885,0.004943286,-0.0010819983,-0.056256033,0.051769737,0.013824252,-0.033494353,0.02787364,-0.009819523,-0.0065689282,-0.002300091,-0.030361993,0.02093964,-0.033460326,-0.018145055,-0.044469833,-0.0613952,0.04096862,0.07503116,-0.0041063544,-0.00579799,0.008009253,-0.019190587,0.00892589,0.009385117,-0.009275301,0.052500904,-0.030270243,0.0015475436,0.033735026,-0.037932366,0.0034738977,-0.023027645,0.0032290204,-0.019388244,-0.019272853,-0.043393046,-0.021347608,0.009920886,0.0025216383,0.043133844,0.013751458,-0.016087303,-0.021746825,-0.011642334,0.014308572,0.006502903,-0.008590656,0.008505081,0.019159324,-0.047190778,0.012835732,-0.07244943,0.029703347,0.063558236,-0.012144946,0.015486545,0.060061518,-0.009705642,-0.027697578,-0.014543771,0.001313373,0.051352613,0.0050931564,0.0076985103,0.05739106,0.043006185,0.02781359,-0.006468642,-0.03306076,0.076953575,-0.005826676,0.047374066,0.011754804,-0.003273878,0.0041546193,-0.05064016,0.045875225,-0.009630556,-0.010522381,0.023741812,-0.0060598915,-0.058490895,0.020930775,0.0073407423,0.05455247,0.019475354,0.017667683,-0.041193306,-0.013185527,-0.01840033,-0.012167148,-5.4793748e-33,-0.021949904,-0.07952605,-0.001163543,-0.004636584,-0.060487386,0.0135045415,0.024176035,0.061260466,0.04630827,-0.026829248,0.024506481,-0.008074901,0.012989018,-0.010046574,0.05754534,-0.016810594,0.011866638,0.028895937,0.0001760672,-0.04288216,0.009152191,0.00577076,-0.047824193,-0.054665238,0.024108829,-0.0016117404,-0.01703767,0.011876734,-0.04177383,0.014216258,-0.032234017,0.00939747,-0.00040853888,0.050694745,-0.04541356,-0.00014637079,-0.015019997,-0.035158526,0.0029613352,0.019358851,0.013928995,-0.06782997,0.021181885,-0.012546818,0.018147236,-0.0061028097,0.010711018,0.04164485,0.0086015845,-0.061535485,-0.009500096,0.025359444,0.00043663091,-0.012507239,0.00063470606,0.0055028982,-0.024511883,0.00206826,0.012450473,-0.05205437,-0.072224796,0.00033724206,0.006500966,-0.06284007,-0.029230548,0.04897049,0.022781586,-0.0051450343,-0.09972037,-0.0754945,-0.034535956,0.0021718084,0.038734745,0.0027575747,0.0034150206,0.01830559,0.021535886,0.011124564,0.0056523024,0.058786478,0.0037961814,0.0023163222,-0.011466041,0.0019507328,0.07246277,-0.027442224,0.007613461,-0.06434216,-0.001671957,0.024184734,-0.033218592,-0.0024885011,-0.013792393,0.024281267,0.09763557,-0.06460632,0.030158121,-9.952863e-05,0.016449125,-0.006132919,-0.025954748,0.016173076,-0.011135727,-0.05659195,0.026273584,0.012327349,-0.0801136,0.039417468,0.041272637,0.0019952578,0.011537628,-0.018664865,0.01600548,0.012112131,0.068337254,0.021296762,0.0035613668,0.006148889,0.011751359,-0.038892273,0.018570736,-0.049793046,-0.063934915,0.045941878,-0.06692386,-0.014340513,-0.051337298,0.0074837366,-0.07113895,-0.018982915,-0.0015740466,0.030990416,2.7656216e-07,-0.042344354,0.025017763,0.062099617,0.012988644,0.017554859,0.024105996,-0.005498245,0.04305525,-0.03851484,-0.02629596,-0.0144235045,-0.069277145,-0.005700124,-0.004466526,0.07450788,-0.020801874,0.102874056,0.0128764715,-0.03193617,-0.01908458,0.04693629,-0.06867358,-0.030571928,-0.009723962,-0.021269869,-0.03537862,-0.01116419,-0.016735038,-0.049724326,-0.093841225,0.034065206,0.08230191,-0.028418608,0.020603845,-0.01908341,-0.035439044,0.036853064,0.004155776,-0.025845876,0.016289514,-0.013150116,-0.047420397,-0.0008642523,0.0037195715,0.04032531,0.03902172,-0.01017689,0.108797505,0.025949607,0.03985598,-0.019777644,0.0067518544,0.050078496,-0.010952873,-0.014734971,0.032594893,0.0052209985,-0.005399719,0.033560697,0.07768849,-0.014692411,0.004535593,0.049252134,-0.016196221,0.020565625,-0.037514128,-0.07623824,2.2266866e-34,-0.0034937472,-0.06656202,0.0071126204,-0.06301316,0.012697642,-0.024233736,-0.009043199,0.0077832257,0.018948693,0.0040252483,-0.011009516,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/pdfs/DJI_Matrice_210RTK_UAS_07-19.pdf', 'page': 0}","The unmanned aircraft system (UAS) was fitted with a third-party lidar1 pod for its planned
survey mission which involved flights of around 8 minutes duration. As it commenced its
pre-programmed route, it appeared to continue to climb above the 30 m height that had been
set. The remote pilots observed that is was too high and attempted to land it immediately.
The aircraft appeared unresponsive to the remote pilot’s inputs and it then commenced an
uncontrolled descent, rapidly increasing speed, until it struck the ground."
-0.0067762374,0.022236988,0.037222985,-0.019462403,0.014288899,0.017743843,-0.0071330355,-0.0055158376,-0.061618697,-0.04417649,0.05078379,0.006662613,0.055687267,0.023458857,0.029176023,0.038260665,0.0757221,-0.044405106,0.015191804,-0.0062589166,0.0032163756,0.0053144745,-0.0115550645,-0.016808657,-0.008739089,0.013167296,0.0001891474,0.005799066,0.0050648768,0.032159697,0.018042717,-0.026148887,0.051421113,0.002676388,2.2610725e-06,-0.03530473,-0.029901765,0.019751457,-0.075620994,0.05073249,0.033192467,0.037779547,-0.045298293,0.033061124,-0.00011329583,-0.04536,-0.032625906,0.09465894,-0.010463892,0.055085562,0.00031789124,-0.0020242825,0.02397785,0.007200904,-0.008706397,-0.02286576,-0.013788549,0.016160076,0.04288237,-0.029777858,-0.030049449,-0.018037528,0.0007934463,-0.042521246,-0.12787376,0.018126579,-0.09100357,-0.042908408,-0.024889568,-0.047705576,-0.019308422,0.006872079,-0.0053817458,0.0007106102,-0.012104999,0.021149859,0.041174725,0.028254919,-0.029730316,0.012742498,0.028329737,0.006671194,0.02428075,-0.00071965536,0.0065303096,-0.02534665,-0.059887215,-0.019067047,-0.011124258,-0.02502597,0.06510894,0.0012926311,-0.0020467043,-0.020095455,-0.017112475,0.024806295,-0.020970684,-0.063026,7.1348986e-05,-0.06754598,-0.006743045,-0.038761932,-0.011253151,-0.00979108,-0.03267792,0.018272959,-0.034362286,0.010197613,-0.014357776,0.108542025,-0.0011197749,-0.0020879293,-0.009888531,0.06789473,0.037445467,0.0064372867,0.07472297,-0.045395102,0.0010651292,0.045758583,-0.033395868,0.070976585,-0.058143906,0.017656842,0.03289397,-0.03710143,0.04410979,0.019355033,0.020725498,-0.053365048,0.0060549374,0.019203844,0.0065748887,0.020126244,-0.06683932,0.04773993,-0.03215936,-0.0056744926,-0.052239314,-0.019620437,-0.025984786,-0.0039309654,0.0016452535,0.045471888,0.010111977,0.030925242,0.012731366,-0.021879887,0.033792704,-0.034889698,-0.04348027,0.048348628,-0.015357182,-8.2472354e-05,-0.035037648,0.0014521978,-0.037932318,-0.023149671,-0.010258434,0.00913537,0.048174508,0.012162089,0.07157659,-0.014274201,0.003854834,0.040580392,-0.010883517,0.020298095,-0.04252737,0.042499628,0.054215446,0.00024632644,0.02398725,0.059782982,-0.01543604,-0.02391307,-0.065347135,0.04334124,-0.025874227,0.040375616,-0.012764594,-0.017396525,-0.0127058895,-0.1132799,-0.09589148,-0.026467461,0.025504623,-0.016811196,-0.031838175,-0.018412966,-0.028950362,-0.015264359,0.013904275,0.036686473,0.050314434,0.019700909,-0.0009237771,-0.019365873,0.015655182,0.0041751424,-0.035547595,-0.0136031015,0.056201074,-0.011003459,0.015741266,0.00011169012,-0.016830008,-0.054843016,-0.0067460113,-0.024633182,-0.053161822,0.0041403244,0.0444145,0.04482924,-0.00039675288,0.013102423,0.0062995777,0.027152365,-0.10468776,0.034434475,-0.040848996,-0.03679023,-0.051491734,-0.02622673,-0.047768425,0.031226547,-0.0018283695,-0.022375602,0.030355666,0.027677223,0.01344385,-0.008108275,0.02236899,0.015615176,0.006519144,0.004625273,0.04607793,-0.011149241,0.018354572,-0.022269387,-0.062407322,0.07672769,0.015064133,-0.026444959,0.05384924,0.001866525,-0.07031616,-0.013719654,0.017128598,0.033574328,-0.019321155,-0.000942037,0.0080203265,0.024483843,-0.007060133,-0.048407037,-0.041310962,0.035052504,-0.028872982,-0.012855647,0.05783827,-0.0445171,0.021907827,-0.035435673,0.00082711113,-0.012818072,0.046384394,0.015761646,-0.020241681,0.029908258,-0.028777223,-0.023233283,0.014260796,-0.054711375,-0.053199295,0.013956786,-0.05737861,0.022224473,-0.04227161,-0.008134591,-0.015398367,-0.016810669,-0.028241621,-0.01863109,0.012883009,0.037835002,0.03933114,-0.029427893,-0.07912001,0.033919692,-0.06968358,-0.017808437,-0.0028369136,-0.022290122,0.023738533,-0.0016511871,-0.05835088,0.017172942,0.012449274,0.1345707,0.008893242,0.07794825,0.025000326,0.012337636,0.0018593213,0.013689835,0.020385515,0.080514126,-0.026042089,-0.0463505,0.0063412553,-0.019314716,0.0059439586,-0.019592326,-0.0053435992,-0.01892752,-0.01182171,-0.08805374,-0.034199204,0.060609736,0.018956637,-0.018425595,-0.049178902,-0.01984361,0.00068758434,0.022269733,0.021221554,0.013000149,0.00942055,0.011172327,-0.025662256,0.021634331,-0.0012167603,0.013608705,-0.025470844,-0.024672208,-0.03273065,-0.032215513,-0.017326154,0.07697672,-0.05166571,-0.038008492,0.0046179593,0.029036568,-0.008447643,0.03528723,-0.018301513,-0.0056759464,-0.012603981,-0.10939083,0.05116812,-0.0076758214,-0.009779744,-0.013237011,-0.0228242,0.024684612,-0.022278003,-0.066476084,0.03591596,-0.03857212,-0.021935724,-0.031496912,0.05339499,0.019944314,-0.03160799,-0.03756724,-0.011793595,0.004853967,0.064082794,-0.052952312,0.03144431,0.054409824,-0.0410518,-0.016061226,-0.0054003727,0.006622528,0.018356932,0.0036757572,-0.04067002,-0.014519104,0.04634707,0.032530006,0.023918938,-0.006774386,0.040043138,0.07645838,0.047732644,0.07020938,0.0360313,0.042902604,0.009893757,-0.07493736,-0.10001703,0.034107164,0.0073824325,-0.03630677,0.097243495,0.04669413,-0.0027092984,0.079213016,0.027019234,0.0104838535,-0.07530532,-0.0025514078,-0.021765945,0.010399525,0.049176943,-0.05161993,-0.027804047,0.030036367,0.033688217,0.0331069,0.032993514,0.013896086,-0.023204908,-0.017547488,0.024290524,0.014825932,-0.06287942,-0.029452628,-0.023583345,0.00311098,0.012773758,-0.07345577,-0.036106728,-0.026970683,-0.09566534,-0.0109479455,-0.017071955,0.028296677,0.013320103,-0.029815784,-0.017243672,0.026094386,0.0045400187,0.015947405,0.0296848,0.073923536,-0.05509285,-0.052774496,-0.048425224,0.0403875,0.021410374,-0.035677377,0.030033099,0.008885145,0.03817284,-0.06834176,-0.0028981075,0.047266968,0.030768408,-0.010784395,0.081101604,-0.028337706,0.0089714015,-0.028801,0.006627627,0.0064161518,-0.034015015,0.08633798,0.006063032,0.023644876,-0.0032076235,-0.0017871915,0.01871275,0.001618482,-0.032180846,0.030270958,0.0073457244,-0.012150483,-0.0050465283,-0.019346368,-0.0055354834,8.396974e-05,-0.07628982,0.0069504594,-0.013364421,0.025955781,0.009852619,-0.044512507,0.017302044,0.010781534,0.004584072,-0.045923535,0.007840598,-0.037542645,0.044020865,0.01512783,-0.0045807455,0.0633424,0.01926132,-0.02035498,0.006819919,-0.007081363,0.021011,0.046108086,0.062905595,-0.007655367,-0.019751623,-0.021150656,-0.007534676,0.027537176,0.05260268,0.035165757,-0.019580526,-0.01689632,-0.015409188,0.003799387,0.033305388,0.009712784,0.0316896,0.01597266,0.05171127,-0.07857113,0.01072611,-0.048185747,-0.0454313,0.013096625,-0.0077702533,0.03106279,0.025926782,-0.031391487,-0.016634168,-0.030897805,-0.0032319138,0.03948464,0.016344538,0.010097991,0.06354307,0.042748358,0.007583438,0.0027032457,-0.025259545,0.07761957,0.00054237444,0.018182227,0.035589013,-0.036771625,0.0004137157,-0.030446777,0.017954921,-0.008551831,-0.027416717,0.021933349,0.0051955045,-0.035637133,0.002176754,-0.007482245,0.0535464,0.016771905,-0.008420849,-0.056872196,-0.01082863,0.0033012659,-0.0037515517,-6.172677e-33,0.008478491,-0.077356495,-0.03937505,-0.053113863,-0.032524332,-0.005461455,-0.0038244077,0.05015706,0.010458209,-0.0055978764,0.043191236,0.027598688,0.020845717,0.0131988535,0.053785793,-0.035881456,0.024228312,0.023196546,0.006249337,-0.022886269,-0.004492061,0.037205987,0.010918853,0.009517172,-0.005496785,0.0055882405,-0.034359135,0.02710585,-0.010732201,0.001060663,0.0029956342,-0.061938018,0.009969649,0.038294043,-0.04195973,-0.023840336,0.043503966,-0.027195245,0.04303987,-0.013414501,-0.044180192,-0.021721743,0.028619513,0.00012987942,0.035732616,-0.05565374,-0.022078723,0.012097267,-0.031355646,-0.07515228,-0.020895032,0.029924424,-0.02781875,-0.0390992,-0.02527833,-0.02034242,-0.037077136,0.025446793,0.03632011,-0.035359457,-0.0037456208,0.044442497,-0.013672145,-0.07115278,-0.028684853,0.048709445,-0.0029289327,0.010061213,-0.064642936,-0.061728023,-0.02425625,0.023514926,0.025476346,-0.029313076,-0.00053907104,-0.018664468,0.014401405,0.038104214,-0.023358118,0.1075486,0.0061369985,0.030121747,-0.03433839,-0.009987234,0.008541135,-0.00020731839,-0.026169816,-0.029494418,0.004487964,0.045010414,-0.012234782,0.0055158148,-0.048255634,0.030271253,0.05404425,-0.03860199,0.05411655,0.032306224,0.016793907,-0.029401913,0.0028605259,0.03343369,0.0014921271,0.006224797,-0.009048025,-0.035994455,-0.016882837,0.071322076,0.028429296,0.010472399,0.033593073,-0.011963914,0.0020571714,-0.038321972,0.039766587,0.06312733,0.02190917,-0.046290424,-0.0009607956,-0.030193195,0.004995882,0.060888175,-0.08301927,0.047339723,-0.07186334,-0.01321987,0.01162586,0.058921423,-0.015168945,-0.05410218,0.0026920463,-0.00094802876,2.8979647e-07,0.010664358,0.011441241,0.06374422,-0.0034761832,0.0349941,-0.011860447,-0.01349505,-0.007854689,0.021130318,-0.0010617775,0.0471107,-0.03867739,-0.0069444412,-0.022079157,0.017933562,0.022747973,0.07105327,0.040751237,-0.030269584,-0.019135926,0.04740983,-0.026906097,-0.052413985,0.028815256,-0.008452253,-0.0069550145,-0.015229117,-0.039105147,-0.039748617,-0.1256617,-0.013042865,0.058737975,-0.010056131,-0.03663849,-0.01072126,-0.012869579,0.03286266,0.0003827935,-0.012792164,0.057095695,-0.022590064,-0.024328796,0.0029095653,0.021331972,0.02712955,-0.011549579,0.0014721558,0.051698077,-0.034208126,0.08153054,-0.0152530745,0.043444853,0.048714828,0.029443044,-0.019235602,0.05228009,-0.007194996,-0.018881287,0.04110803,0.08789438,-0.031271316,0.020709762,0.055809293,-0.038677078,0.006081453,-0.0056565274,-0.07359108,2.050648e-34,-0.010104955,-0.036635455,0.020712674,0.002184036,-0.0069566392,-0.037946917,-0.017348776,-0.019784106,0.0071003702,0.017384727,-0.030709486,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/pdfs/DJI_Matrice_M300_UAS_reg_n-a_03-22.pdf', 'page': 0}","The UAS was prepared for flight to carry out an aerial search. Just after launch and prior
to airborne safety checks, a “cutting noise” was heard coming from the UAS. It then lost
control and dropped to the ground and was severely damaged. This was caused by one
of the motor arms folding during flight which appeared not to have been correctly locked in
place."
-0.024657387,-0.0066019953,0.038397633,-0.02441753,0.07420591,0.024711007,-0.017517032,0.014658384,-0.057886336,0.023990208,0.018118544,0.02135261,0.06677268,-0.004699501,0.037757866,0.0602506,0.06957059,0.007924128,-0.05253832,-0.012993424,0.025105618,0.042029064,0.012421013,0.01523372,-0.050534334,0.058437612,0.019927168,-0.022848038,0.011109321,-0.02246904,0.032857537,-0.014430621,0.04400019,-0.0020712407,2.1569995e-06,-0.010132332,-0.0037302542,0.0069640763,-0.08406163,0.0001989723,-0.008001159,0.026622996,0.019993348,0.018784236,0.012909826,-0.045284193,0.016074782,0.066955395,0.0051923743,0.057980604,0.030254163,-0.04420301,0.07028978,0.006304822,0.06831697,0.0073932856,-0.04143095,0.09786922,-0.02315494,-0.12378536,-0.021585364,-0.03516119,0.0025647841,-0.014360839,-0.029981762,0.03797082,0.0046501397,0.03817864,-0.00074279745,-0.069807604,0.02250139,-0.054764416,0.022853946,0.0102103455,-0.010540805,-0.055941842,0.03836763,0.029912481,-0.08274399,0.06060334,0.026558788,0.04891046,0.024586657,-0.028201446,-0.009758573,0.046104845,-0.05696595,-0.015024756,-0.0036194732,0.019060263,0.03611222,-0.0034526694,-0.010639951,-0.028377965,-0.029308464,0.030039528,-0.024342073,-0.09561335,0.0228008,-0.0862537,0.03312096,0.005913312,0.097719334,-0.028853323,-0.027510848,0.01654835,0.0094674,-0.04405924,-0.012855522,0.003912556,0.00328741,-0.045370974,-0.02438298,0.03617326,-0.0222663,0.023169765,0.021708285,-0.057912517,-0.03807288,0.013616217,-0.0029910132,0.06226037,-0.059141796,0.007977418,0.03196988,-0.014503534,0.033604115,-0.008429186,0.016655974,-0.020856459,0.02754976,0.0008046625,0.009910323,-0.020297714,-0.052479874,0.08094761,-0.013907598,0.0006719261,-0.056106705,-0.006411473,0.0039421497,0.016000016,-0.008320013,-0.01080657,0.026737822,0.03321786,0.034912027,-0.033016622,0.00027820235,0.0068212687,-0.0010933352,0.039641958,-0.054451372,0.008376534,-0.027916323,-0.02315517,-0.050745003,0.015904276,0.03442492,-0.033403933,0.027519546,0.009207796,0.08081577,-0.009293999,0.055656496,0.029120939,-0.03567285,-0.016650343,-0.10341673,0.016137779,0.0115791885,-0.048826877,0.0066542025,0.074887015,-0.025195803,-0.06329833,-0.10683401,0.06519284,-0.016512942,-0.057982713,0.00027719996,-0.02348121,-0.03425358,-0.036421288,-0.042956218,-0.010930691,0.0754469,0.00318014,0.0072673727,-0.036741033,-0.019754797,4.2673128e-05,0.069700316,0.0077700964,0.005403336,-0.019722974,0.030886197,0.0626347,0.04147828,-0.04573288,-0.01746086,-0.019958828,0.047313415,-0.040731356,0.017206268,-0.0101075275,-0.046720546,-0.0032707271,0.009480743,-0.059790492,-0.033704095,0.009070186,0.011976062,-0.008930289,0.012283133,-0.055282727,0.054343145,-0.0018535488,-0.120005205,0.0686879,-0.00028681452,-0.012612347,-0.047759484,-0.010591428,0.005256853,0.035309147,-0.024915062,9.831304e-05,0.005274906,0.03509524,0.008261775,-0.030498495,-0.017612562,-0.017119847,0.015519497,-0.04474111,-0.013395699,-0.023550836,-0.00030142296,0.0005332852,0.0070090843,0.06204558,0.016977016,-0.030954057,0.013194974,-0.04794408,-0.021527348,-0.04071954,-0.021812186,0.026634937,0.017837197,-0.039024983,0.013686513,0.01750993,-0.013422018,-0.025694015,0.01958714,0.045228217,0.017086718,-0.01285051,0.0744541,-0.018201029,0.04834588,-0.032224257,-0.03433748,-0.0057932525,0.10830381,-0.042722218,-0.027381983,0.011163158,-0.04435238,0.011638576,0.054768376,-0.00090737053,-0.00029224352,-0.038711164,-0.035728984,0.020810202,-0.013432758,-0.025365734,0.0057601435,0.0024034495,0.04223544,0.02647146,-0.0012775783,0.046561934,0.047563717,-0.0069511547,-0.08916213,0.034117494,-0.10251766,-0.027396906,0.007606071,-0.031454813,0.019942744,-0.00020586561,0.02856229,0.036937557,0.031748403,0.12989207,0.023029093,0.041546367,-0.03212785,-0.005524132,0.062081892,0.022360362,0.003592807,-0.0009775388,-0.040700063,0.034655854,0.0016598408,0.015051274,-0.02877369,-0.012637597,-0.013713706,-0.023628378,0.05986565,-0.009125876,-0.06192742,0.09690039,0.014035486,0.03260184,-0.039760333,0.003885805,-0.027446534,-0.009253147,-0.027085036,0.016611867,0.009330002,-0.02456394,0.004375008,0.0063003683,0.041496404,0.019697146,-0.035534855,-0.05296599,0.065297924,-0.04078736,0.016346384,0.050218325,-0.03550407,-0.01798074,0.03577298,-0.021337619,-0.02853989,0.010481037,-0.03816146,-0.070739925,-0.01876842,-0.078289635,0.003147843,0.011535064,-0.0217376,0.00038883582,-0.023875298,0.002169596,-0.017781576,-0.05952692,0.06901434,-0.017469563,0.031919044,-0.0046503437,-0.00036549676,-0.014184968,-0.04832497,-0.016226271,-0.04472453,0.004143254,0.0024739292,-0.0519805,0.0032303955,0.009130312,-0.048728187,-0.021159185,-0.033332977,-0.043303385,0.018070642,-0.03431321,-0.014344262,-0.025732104,0.037001062,0.0013563252,0.018868044,0.034861654,0.05288635,0.010081173,0.015487396,0.004655041,0.002071199,0.002225111,-0.035676215,-0.059497632,-0.07235471,-0.008621992,-0.005776948,-0.024813596,0.045194943,0.05248881,0.012354298,0.05289044,0.03461477,0.022503536,0.019603753,0.013991629,-0.009344293,-0.003953744,0.02436581,-0.037615806,-0.00883302,0.064685695,0.041689873,0.043716192,-0.036175128,-0.021560596,-0.028356204,0.0055723204,0.016277855,0.03581021,-0.0028579633,0.0013755538,-0.033159416,-0.030627761,0.038100045,-0.071169406,-0.051655445,-0.049612544,-0.014715415,0.014727715,-0.0058426354,0.034266815,0.020809228,-0.027393192,0.026270434,-0.00087093475,-0.026135128,0.044089653,0.004333485,0.107655585,-0.020669421,0.017448809,-0.04522596,-0.010092607,0.008543501,-0.0029672352,0.03128739,-0.049860924,0.03514672,-0.003081224,0.007425803,0.021504445,0.01666447,-0.078056954,0.05482225,-0.023790212,-0.0639755,-0.039942615,-0.050473634,-0.03278162,-0.0005545243,0.044308424,0.012039761,0.016917028,0.013312302,0.019935686,-0.04031695,-0.043687712,0.018830035,0.008870144,0.027879242,-0.034789983,0.01689825,-0.011459475,0.0059533976,0.0056563863,-0.034142606,0.0030820514,-0.009501704,-0.0044379015,-0.014870894,-0.032658875,0.029354468,0.016488198,-0.014285366,-0.06745716,-0.010358915,-0.044678465,0.03788541,-0.0029580665,-0.057969294,0.017974973,0.02273475,0.009065231,-0.010882843,-0.0060800426,0.083386056,0.005304856,0.014778087,-0.030342797,-0.0034496584,-0.017482296,0.03904814,0.015840242,0.026288144,-0.06704408,-0.011222377,-0.018573863,-0.0065457183,-0.024990767,0.013312313,-0.03385542,-0.045467034,0.026893834,0.0056015337,-0.007433168,0.016959546,0.04554287,0.00048355162,0.028682306,0.012163837,-0.018858973,0.030541042,-0.0042118514,-0.019309318,-0.004557905,0.037290517,0.026929593,0.003343014,-0.0061379056,0.049549934,-0.0029914468,0.08255706,0.032534808,-0.009735713,0.06910885,0.041668978,0.03899616,0.054324336,-0.022840453,0.013731871,-0.077256866,-0.0024510426,-0.032988302,0.023385767,0.020098856,-0.04914027,-0.03951958,-0.0042370907,-0.016628908,0.055393744,0.030019244,0.017063096,-0.015981888,-0.00978706,0.013393268,-0.040594153,-5.6889236e-33,0.0043433607,-0.040908456,-0.006571031,0.031320974,-0.067486264,0.0073908055,-0.021664081,0.046481185,0.067933865,0.0007749095,0.035135787,-0.024418201,0.01832479,-0.0010201636,0.009272627,0.0058329096,0.017008146,-0.00061650143,-0.0075552394,0.0015839101,0.029821146,0.055051956,0.0030966627,0.00573443,-0.00717105,-0.010508985,-0.021954512,0.009401016,-0.07866975,0.008436026,0.008382037,-0.0046630674,0.0072203237,0.0013604618,-0.040334914,-0.02956884,0.026909413,-0.0047336225,0.032268718,-0.013295577,0.022248298,-0.02307047,0.042065002,-0.04013871,-0.012009138,-0.012593896,-0.00075927866,0.0037904412,-0.025507776,-0.05504803,0.027897306,0.016144197,0.011959882,-0.06229147,-0.05306017,-0.0033869299,-0.0042436398,0.04894553,0.090113,-0.046501998,-0.048079103,-0.0040890817,-0.0036700987,-0.020903692,-0.03319054,0.056544866,0.057316646,0.035304636,-0.064703174,-0.016640961,-0.0049951593,-0.008025853,3.7359612e-05,0.032778185,0.01815187,0.017924536,0.008327946,0.034130186,-0.010342325,0.07405209,0.0044781794,0.0035687233,-0.012458854,-0.0064458833,0.03538491,0.027364513,0.00071959855,-0.034447197,-0.030441072,0.019340461,-0.021805814,0.07300857,0.0083816,0.0004522707,0.036629964,0.044863164,0.04562108,-0.027910793,0.0035776913,-0.035071105,0.026015956,0.041917805,-0.063155994,-0.005552191,-0.020916235,0.009224539,-0.03358179,-0.003933433,0.10715961,-0.017106619,0.024774825,-0.043955054,-0.035464983,0.0626272,-0.009561005,0.06678535,0.042554375,-0.019769683,0.014902074,-0.0129962,-0.0049886075,-0.049621828,-0.045485526,0.043202475,-0.020925142,-0.014811463,-0.05969569,-0.028109763,-0.09284379,0.018860066,-0.027290348,0.022165917,3.0425576e-07,-0.045807663,-0.03789667,-0.036573414,-0.08032701,-0.0072107506,-0.016364211,-0.07753724,-0.018537618,-0.02723942,0.016869212,0.05688729,-0.024550216,0.03618683,-0.015028963,0.037572782,-0.011752516,-0.016521458,0.037340924,-0.03079407,-0.029800078,-0.015312086,-0.062002387,-0.022359949,0.0091701895,0.027670225,0.0068198703,0.039876554,-0.021878527,-0.039604895,-0.058989108,-0.006833109,0.07376818,-0.010406731,0.001112567,0.0096724285,-0.017718317,0.020052595,0.020648634,0.019922221,0.0038008587,-0.0050933505,0.012787357,0.011481623,-0.0147109665,0.016493948,0.047369186,0.010267202,0.030502455,-0.039581783,0.077606484,-0.008903689,-0.011998089,0.024075523,-0.008015622,-0.056704216,0.028855477,0.0029933166,0.03798593,0.011111383,0.04042413,-0.03291862,-0.02282429,0.0076523186,0.0034457312,-0.0070927492,0.047546104,-0.03421362,2.1002564e-34,-0.046971336,-0.052281715,0.032996673,-0.0010511166,-0.0033356366,-0.05824606,0.02714271,-0.0039058872,-0.057154853,-0.00041466858,-0.011961092,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/pdfs/DJI_Matrice_210_UAS_261018_11-19.pdf', 'page': 0}","The aircraft dropped to the ground from a height of 4 m when the electric motors shut
down due to insufficient battery charge remaining. The batteries’ State of Charge (SOC)
was indicating erroneously that 75% charge remained. The cause of the erroneously high
SOC is discussed in the report on the accident to DJI Matrice 210 on 4 September 2018
(ref EW/G2018/09/04, AAIB Bulletin 11/2019)."
-0.028252998,-0.03712654,0.031121792,-0.028197244,0.030151175,-0.022353254,0.0005999811,0.002841191,-0.013618903,-0.0455377,0.04960406,0.008549798,0.05202121,0.025730887,0.08426094,-0.027379245,0.03157731,-0.051197216,-0.047146056,0.015703736,0.02468589,-0.011200655,-0.0049248165,-0.0040470865,-0.024912694,0.041939724,0.028123226,-0.009745816,0.07601367,-0.003944868,-0.000110903464,-0.04743618,0.062231377,-0.0125219235,2.3331509e-06,0.0068216175,0.012105388,-0.01920127,-0.04440731,-0.029600471,-0.0044467226,0.018066278,-0.058572985,0.028126793,0.0065499917,-0.03703264,-0.023459755,0.050703462,-0.0049646394,0.048208226,-0.0048870845,-0.019550418,0.014283237,0.014322383,0.025291394,0.007174169,-0.022465318,0.07193452,0.010433602,-0.06516687,-0.028748926,-0.026056932,0.011715395,-0.003047862,-0.08067245,0.056839544,-0.022977976,-0.044841234,-0.041644454,-0.00751892,-0.03144301,0.0091549605,0.0087474855,0.019482471,-0.0035095022,-0.008934987,0.030986924,0.019431263,-0.03823962,-0.030214442,-0.009906649,0.07796629,-0.0016264865,-0.005435576,0.013483146,0.006835451,-0.022947887,0.002098976,0.0060078776,0.00938117,0.082950726,0.014119084,0.004228234,-0.022668598,-0.023459492,-0.015152591,-0.02546904,-0.03872478,0.02332109,-0.0846551,0.073924206,-0.020989822,0.07009554,-0.022813944,-0.048591204,-0.025458662,-0.036540568,-0.006167307,-0.02676456,0.069594204,0.0011490105,0.022455223,0.007658498,0.014700813,-0.012009752,0.041448083,0.03130223,-0.029509354,0.015850736,0.0128798885,-0.023109823,0.042671185,-0.022702446,-0.0028525686,0.06604511,-0.052366674,0.033761606,0.060173173,0.013134641,-0.03479435,0.024768038,0.042616777,0.009604757,0.014700028,-0.07061059,0.05912903,-0.01878382,0.0067177997,-0.01778529,-0.011052523,0.0069754557,0.035878133,0.00026419977,-0.0070473216,-0.0017259008,0.005151266,0.023576057,-0.026948035,0.02327178,-0.009180465,-0.012244321,0.03587595,-0.03967081,0.0009387754,-0.0056084767,0.017572252,-0.036970913,-0.028007602,0.044973843,-0.012946278,0.016208585,0.0073498306,0.08518999,-0.022084853,-0.025851993,0.026611134,-0.062625416,0.023005119,-0.021043185,0.013763021,0.009999294,-0.031924434,0.024848947,0.088323236,0.023520222,-0.08262681,-0.11618897,-0.008216613,0.009455234,-0.02269181,-0.010683798,-0.04473241,0.018630782,-0.044268303,0.0061576427,-0.037045818,0.0053172386,0.053037252,-0.022205641,-0.02871653,-0.03262904,-0.011971072,0.08410472,0.012484401,-0.01989267,-0.018163312,0.021355014,0.03379249,0.003024893,-0.0032636244,-0.039823182,0.030290412,0.013727743,-0.030759843,-0.035846327,0.018380301,-0.023834035,-0.047361527,-0.01869025,-0.07091136,0.008718799,0.019073226,0.03030964,0.026137415,0.024954906,0.006351331,0.058276255,0.036496647,-0.050332453,0.07202409,-0.0059733535,0.035197847,-0.079653054,-0.02568711,-0.021016253,0.035177026,-0.003328249,-0.020715246,0.027988818,0.026343804,0.03034244,0.0084797945,0.0065860013,0.0018590062,0.005438022,0.004360467,0.08660313,0.017641023,-0.009114845,-0.08021549,-0.0040361057,0.07716506,0.009333644,-0.03374242,-0.007072835,-7.3069314e-05,-0.02065904,0.027783204,-0.0045083626,0.07333674,-0.055744216,-0.007318792,-0.026705392,0.024339609,-0.04490558,-0.09819551,-0.037637487,0.051865824,-0.011899147,-0.040730566,0.042763878,-0.04701017,0.03892562,-0.009771708,0.036667027,0.00056981243,0.060128514,-0.0014907019,0.0025863645,0.009524265,-0.022369385,-0.020740705,0.028696695,-0.012187591,-0.008009445,-0.010990716,-0.02960247,-0.02220607,-0.030775525,-0.0033490383,-0.01215003,0.00017143134,-0.0019194133,-0.0066545433,-0.008603002,0.02835498,0.06669545,-0.043655768,-0.033610255,0.019258626,-0.083589315,-0.0110299345,-0.020787382,-0.025442509,0.026706906,0.025485687,-0.016158897,-0.008805756,0.05135553,0.08896314,0.021698736,0.07903963,0.0089573385,0.013310313,0.016797272,-0.025877653,0.028959999,0.057727553,-0.058808204,-0.041085657,-0.056731608,0.02271725,-0.001009233,-0.025318341,-0.04217079,-0.029765295,-0.0022852456,-0.043077506,-0.049019713,0.0682378,0.056612182,0.002090831,-0.04227216,0.023061391,-0.0060237735,0.034921758,0.012168448,-0.007869867,-0.006673236,0.0069460906,-0.0010972911,-0.011392164,0.028856434,0.018216161,-0.033098195,-0.038295407,-0.020785436,-0.072630726,-0.021031214,0.05492931,-0.033180855,-0.04339758,0.029982297,-0.0043063727,-0.01968764,-0.030793663,-0.07616848,0.009566044,-0.010501869,-0.056627385,0.017729228,-0.015895205,-0.020343576,0.045428924,-0.013659805,-0.008729044,0.016432593,-0.05883751,0.06998428,0.025640465,0.005332568,0.013132668,0.06397251,-0.0054110475,-0.0024744503,0.0026950773,-0.031413373,0.027458606,-0.010225283,-0.024881052,0.06890919,0.020507062,-0.023513945,-0.03428608,-0.0321524,-0.05566498,0.010937802,-0.00036080752,-0.022747466,-0.025192771,0.008826967,0.022528416,0.03650067,-0.033211224,0.025704052,0.040071588,0.00880137,0.05922914,0.015429933,0.033768877,0.0011395994,-0.017446518,-0.0747121,-0.0225706,0.028584342,-0.050527435,0.06474567,0.03979258,-0.00559643,0.060565338,0.031563334,0.009790928,-0.09596843,-0.0094168,-0.0632751,0.022856731,0.018621266,-0.05674638,-0.045606624,0.054863144,-0.000345513,0.01376311,0.011499968,0.012579627,-0.01430188,-0.034441054,0.027434777,-0.017300354,-0.04534723,0.008652654,-0.031556405,0.0082255155,0.038897637,-0.073326185,-0.019479504,-0.043757915,-0.025545107,0.025960367,-0.024072412,0.023176834,0.0096416315,-0.042277977,0.0006578997,-0.015709592,-0.015299358,-0.047021657,-0.03517574,0.055429466,-0.04920378,-0.020988395,-0.028030679,0.06965008,0.046515338,-0.029227814,0.043187145,0.0036159588,0.034636334,-0.02895044,0.012489228,0.064022005,-0.01195193,-0.02894379,0.12486262,0.06100732,0.020661669,0.015401744,-0.039637808,0.012090568,-0.017551444,0.08680638,0.055685055,0.02179493,0.019153828,0.018498631,0.06022803,-0.04974918,-0.04592353,-0.0085179275,-0.013027465,-0.031818513,-0.026707964,-0.030591058,0.0043608868,-0.018059498,-0.035732456,0.0038180423,-0.029708233,-0.06508111,-0.024152014,-0.020555982,0.007916175,0.0541708,-0.019595936,-0.008636055,0.0034760565,-0.029166942,0.04139567,-0.01681343,0.002081765,0.07850378,-0.005489548,-0.02473719,-0.0059688697,-0.026750742,-0.009162038,0.015108168,-0.0070684804,0.012844364,-0.021634476,-0.04906765,-0.016460115,0.0070644566,-0.018247824,0.0031083259,-0.012798346,-0.033920143,0.0075206296,-0.053862385,0.020045925,-0.020224608,-0.0013457388,0.034845866,0.07097516,-0.010083135,0.002638555,-0.0062955758,-0.00649536,0.042842243,0.015965315,-0.00085081096,0.03090545,-0.022038642,-0.034901533,-0.049551923,-0.029058773,0.042177662,0.0068121385,0.009138173,0.0047422876,0.0445703,0.07232054,-0.025520653,0.0063846493,0.06824159,0.0075481175,0.024721412,0.056508005,0.0018567651,-0.0047905124,-0.04574269,-0.033443335,-0.02530727,-0.05082731,0.028557885,-0.029198196,-0.026955463,0.00031108616,-0.050333798,0.09515871,-0.007376764,0.032525446,-0.06830517,-0.0061933734,-0.009073458,-0.02124521,-6.390795e-33,8.846112e-05,0.005081317,-0.0014785114,-0.0044324207,-0.060808256,0.014007836,0.0100171575,0.05876961,0.005675934,0.017999886,0.045634978,0.02596768,0.013070558,-0.029409593,0.0631675,-0.053108685,-0.023720928,0.009664626,-0.0025398014,-0.03724507,-0.017137395,-0.00850542,-0.032068882,-0.0560974,-0.0074059544,0.023192123,-0.059717074,-0.008968386,-0.046184428,-0.013796827,0.0046603135,-0.033679664,-0.0009964363,-0.0050889775,-0.042809024,0.021061672,0.035581682,0.013239734,-0.006599574,-0.005394574,-0.009320395,-0.06286506,0.005742736,-0.008803194,-0.0025450974,-0.051840827,-0.046597373,0.043322794,0.010679457,-0.020732937,0.02540573,0.010534536,0.018850302,-0.062307503,-0.039076187,-0.004052932,0.005656114,0.0073784697,0.009585789,-0.053165924,-0.07500351,0.004438982,-0.014515602,-0.029318767,-0.030290069,0.0067530912,-0.007348872,0.0090653915,-0.07970389,-0.07054377,-0.048510168,0.033808883,0.034777693,0.01578611,0.04652186,0.014039477,-0.0061376076,0.033902537,-0.037955154,0.07837456,-0.03593774,-0.01529564,-0.02197038,-0.0200824,0.08533629,-0.005943946,0.024751378,-0.009410606,-0.0026434634,0.019763146,-0.013884073,0.04779559,-0.024786826,0.04125187,0.0900258,-0.035991754,0.059820425,0.03750561,-0.00038106163,0.008187428,-0.004503284,0.052074507,-0.03249793,-0.017271966,0.011357882,0.007078824,-0.04847069,0.044035792,0.07569406,0.01415568,0.052825786,-0.033452146,0.013268157,0.039633013,0.058908563,0.019529492,0.049848206,-0.019086525,0.036636833,-0.06031972,0.010113654,-0.040355314,-0.08102133,0.06055035,-0.015547641,-0.01613439,0.0009390163,-0.0018882392,-0.04161137,0.0026229536,-0.017854748,0.03887395,3.0839536e-07,-0.015052021,0.02000897,0.037828103,-0.06639718,0.021438912,0.017053656,-0.01932154,0.040485024,0.024103023,0.026963482,0.04738409,-0.055037636,-0.0035736961,0.0059554777,0.07708369,-0.017038004,-0.02199244,0.03862997,-0.014760547,-0.044992585,-0.0010375669,-0.03165805,-0.019536681,0.025258627,-0.015452379,0.024885647,0.0022934973,-0.04749325,3.068571e-05,-0.07679512,-0.0049473513,0.082951546,-0.019611266,-0.0141232805,0.012250642,-0.024807641,0.060640834,0.043059412,-0.036114335,0.06942642,-0.026003463,-0.054736663,0.019494938,-0.03059363,0.033079784,0.013844392,0.052540254,0.0629414,-0.07803197,0.06171739,0.032780558,0.016357956,0.06071373,-0.034164418,-0.018641014,0.030311845,-0.022189071,0.024784794,0.037635818,0.03775725,-0.016913489,0.04898434,0.03727751,-0.004441706,-0.029031118,-0.041683022,-0.037718363,2.2319247e-34,-0.038987517,-0.02037481,-0.028520893,-0.056271154,-0.002554302,-0.010495622,-0.023985596,-0.031812627,-0.020097319,0.044276685,-0.0051611452,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/pdfs/DJI_Matrice_210_UAS_registration_na_01-20.pdf', 'page': 0}","The DJI Matrice 210 small unmanned aircraft was being operated commercially to record
video footage of an outdoor athletics event. The pilot started to position the aircraft back
towards the landing site due to an increase in the rainfall. The pilot then saw the aircraft
“wobble” slightly and as it neared the landing site it flipped over before descending rapidly to
the ground from a height of about 3 m (10 ft). No one was injured. During the accident flight
the aircraft had been operating at heights of up to about 30 m (100 ft) near to, and above
people on the ground. This investigation reviewed other similar accidents and the risk of
injury to people on the ground. Two Safety Recommendations are made to the UK CAA."
-0.020465687,0.009641645,0.021622296,-0.026258366,0.018397668,0.017012976,-0.016315568,-0.0033100017,0.008584775,-0.018748078,0.046942852,-0.017469235,0.018989014,0.04368702,0.07787579,0.042848125,0.04620874,-0.018613022,-0.024274394,-0.022414478,-0.023619428,-0.021418463,-0.034478247,-0.010719469,-0.039953783,-0.00014745668,0.022330891,0.0022130595,0.035921108,0.030562103,0.056149174,-0.008940058,0.04614282,0.06685284,1.9882193e-06,0.014188776,-0.034737978,-0.016352858,-0.008066359,0.011809671,0.008755066,-0.0021785374,-0.050974693,0.049019072,0.003490961,-0.027659884,-0.021834336,0.1158603,-0.021555461,0.047977056,-0.0017462103,-0.027559286,0.021510294,-0.023764923,-0.017968051,-0.08568456,0.009702153,0.04901786,0.03311208,-0.04944937,-0.03412963,-0.01776865,0.037791006,-0.03587983,-0.058901306,0.029678728,0.009167319,-0.0031607542,-0.03585242,-0.040974967,-0.018299272,-0.03483425,0.05519549,0.033350483,-0.040857583,-0.025436945,0.027230509,-0.060093995,-0.019887729,-0.0069738333,-0.026872212,-0.03137025,0.00028287075,-0.027263755,0.005683026,-0.017321268,-0.0213582,-0.016335053,-0.032272186,-0.0034719207,0.07811645,-0.01341883,-0.024534984,-0.021441868,-0.043186802,-0.014032723,-0.03562137,-0.02573991,0.045081634,-0.05305676,-0.033239566,-0.029351864,0.034047887,0.01222287,-0.04047059,0.025101509,-0.041674312,0.0699511,-0.0025221775,0.089328066,-0.05620719,0.030608721,-0.0024808547,-0.018029887,0.09929199,0.036507964,0.008958283,0.007210316,0.010434343,0.0699299,-0.075694256,0.045511506,-0.01353764,-0.0034933512,0.03505235,-0.075474836,0.054672923,-0.00020632565,-0.010206682,-0.026159845,0.017887326,0.008520404,0.006996497,0.01148674,-0.061350763,0.04328345,-0.020261372,0.007373953,-0.025724623,-0.034100555,0.0043082987,0.012022175,-0.0269113,-0.018066691,-0.0040313797,-0.0120188,0.0026155275,-0.034039978,0.016821193,-0.01571339,-0.026455414,0.037056904,0.016256692,0.0012260908,0.029796662,0.017260844,-0.0011147521,-0.018204631,-0.02105726,0.00030496728,0.04955387,0.02749015,0.10295567,-0.019557163,0.0002248132,0.051836193,-0.021843074,0.017286409,0.038048096,0.023647185,0.03330601,-0.0026913204,-0.0007441008,0.077414736,-0.018277414,-0.072703965,-0.051680926,0.032325704,-0.037231136,-0.02057637,-0.026387373,-0.021190893,-0.022277882,-0.03648897,-0.06758329,0.0027057435,-0.012318246,0.023569634,-0.018127847,0.0064184433,-0.030168034,-0.008645879,0.013732738,0.012685345,0.051324293,-0.009109279,-0.011078312,0.012228129,0.010477011,0.023776855,-0.030158961,-0.014583978,0.026950909,0.0074341143,0.017716676,-0.00015454348,0.01572535,-0.050649185,-0.0032921345,-0.015922349,0.045676347,0.020409485,0.03563657,0.028311914,-0.018992841,0.018529719,0.007800675,0.039566625,-0.057940263,0.029483896,-0.032525577,0.025293212,-0.07718931,0.0015716177,0.000696073,-0.0527749,-0.04138189,0.013567041,-0.009999173,0.0037304545,0.0050440277,-0.016386405,0.05180414,0.024701696,-0.032516185,-0.014877979,0.022881508,-0.01810795,0.004852948,-0.063493446,-0.036697883,0.05623974,0.008669103,-0.04229159,0.016054738,-0.01515323,0.003283369,-0.012564114,0.0017122251,0.021131288,-0.04349262,0.0075457487,0.021582596,0.0051553496,-0.010697153,0.002832918,-0.062649004,0.05952273,-0.025850214,-0.050543025,0.06638963,-0.03721573,0.030678976,-0.036398873,0.025445651,0.021904076,0.0324478,0.008353709,-0.028438391,0.016146317,-0.029053524,0.015379921,-0.006260908,-0.030095378,-0.023894604,0.0073281177,0.008548344,-0.024804354,-0.045946497,-0.0073482054,-0.049282704,-0.040087212,0.005613945,-0.022367574,-0.008287673,0.003511837,0.018819718,-0.02315496,-0.035733223,0.063383564,-0.06627734,0.013397525,-0.006732785,-0.05753894,0.02435352,0.020782359,-0.037920486,0.03152878,-0.0033920251,0.067701496,0.06085341,0.050468933,-0.030136807,-0.007558087,0.014479074,-0.05455396,0.038142957,0.07094385,-0.049928393,-0.033955738,-0.007529804,0.0153412325,0.004998121,-0.060124364,-0.05545579,-0.014550619,-0.001132061,-0.01411149,-0.04066064,0.058027595,0.008533485,-0.006769941,-0.0039047415,-0.001496465,0.0138506405,0.018870337,0.033599667,0.036479563,0.009758812,-0.015827475,-0.014144793,0.045841374,-0.020385921,0.0012902447,-0.03221636,-0.0075309644,-0.039368834,-0.04880985,-0.027103316,0.054323874,-0.013246492,-0.043888353,0.006865838,-0.0056605637,0.04345499,0.003408055,-0.029781701,-0.011595998,0.0037220726,-0.06669394,0.067685954,0.019413233,-0.0042793443,-0.012320327,-0.0050354777,-0.011823412,0.03890914,-0.019074338,0.05274769,-0.024437523,0.0034650187,-0.026598973,0.053199578,0.026628174,-0.020753358,-0.011763671,-0.020723158,-0.0063811615,0.046840224,-0.023593243,0.02553246,0.010263315,-0.035907544,-0.048742156,-0.008687395,0.024049923,-0.005390729,-0.027385803,-0.06430051,-0.01748419,0.029625293,-0.05896492,0.044405434,-0.0025548257,0.023334624,0.010035428,0.028312016,0.07104343,0.019893967,0.034741715,0.043531343,-0.024493372,-0.07387492,0.029983131,-0.002855222,-0.044536743,0.059060268,0.055113763,-0.021413587,0.03637538,0.02577807,0.044657458,-0.10101205,0.026106738,-0.05099198,0.015976964,0.048279446,-0.051309533,-0.002300164,0.062200755,0.026220929,-0.010762899,0.046926413,0.035722073,-0.06717767,-0.003312248,0.0018316023,-0.015133222,-0.0013827231,-0.0333777,-0.060361464,0.019429076,0.033115946,-0.0581789,0.009226454,-0.029088695,-0.060735527,-0.0028439306,-0.0269863,0.015269062,0.025043894,-0.0832334,0.016779039,-0.011518135,-0.021617018,-0.00639513,-0.029578133,0.030961664,-0.10611946,-0.03215678,-0.05684638,0.03593017,0.068566285,-0.020698426,0.029094886,0.00085557706,0.02824031,0.008238445,-0.068002634,-4.077548e-06,0.063571915,-0.019782174,0.10881886,-0.024598109,0.010419829,-0.020548228,-0.019837376,0.06303909,-0.03737794,0.08855326,0.039426636,0.03139822,0.012990336,-0.009015544,-0.01237337,-0.037145842,-0.054485906,0.0352391,0.04093602,0.0026997968,-0.015276379,-0.013358133,0.0039370544,-0.033802833,-0.06474797,0.0020538496,0.00640395,-0.04596687,-0.009546038,-0.020380076,-0.012659915,-0.0064568063,0.0045298715,-0.01184385,-0.0034350036,-0.012784878,0.06832818,-0.002985747,0.024845395,0.084274985,-0.019330058,-0.021972764,0.0046309186,-0.07963392,0.0015306739,-0.018749619,0.04404909,-0.0073838467,-0.028271902,0.0050707837,0.0029779358,0.02498272,0.03472423,0.08291711,0.017574033,-0.031156357,-0.0011545077,0.035512745,0.016789751,-0.020882092,-0.041251514,-0.010574861,0.008873539,-0.033775173,0.040427633,-0.0013222976,0.05756675,0.048236337,-0.02057402,0.010946207,0.016006641,-0.03798173,-0.04853278,-0.01828298,-0.009735795,0.021669133,0.022802614,0.019575754,-0.0025388286,0.08202501,-0.0072316816,0.02036108,-0.04187935,0.054001454,-0.002533348,0.008516222,0.08133907,-0.03081435,-0.008133502,-0.073253505,0.023692664,0.014876324,-0.009171074,0.06368613,0.046027314,-0.044336576,-0.0050277016,-0.019493429,0.053037,0.016093887,0.019963201,-0.0258724,0.07231782,0.017313499,-0.022438925,-6.437561e-33,0.011633445,-0.041726027,-0.010134378,-0.052626822,-0.05693499,-0.01400141,0.0062002284,0.045142278,0.016044807,-0.026566224,0.022789793,0.028128235,0.026902623,0.0010031194,0.055808213,-0.03979726,0.012911587,0.030649858,0.001609768,-0.013697913,-0.0016772803,0.023501115,-0.024898421,-0.034996882,-0.0018720065,-0.0031966434,-0.009222251,0.0180831,-0.056192026,0.024982909,0.01727695,-0.026608445,0.01781228,-0.010948188,-0.027200645,0.026787804,-0.01678476,-0.061925255,-0.023891412,0.01303998,-0.013890282,-0.07848352,0.05608,-0.039900437,-0.011856445,-0.048612375,0.006488902,0.040021278,0.017186126,-0.024508117,-0.041451674,0.018303696,0.02619656,-0.024926852,-0.0332363,-0.01805346,-0.023714382,-0.057832886,-0.055457447,-0.04839799,-0.050311677,0.020809762,-0.022580871,-0.038083073,-0.012283082,0.032455117,-0.024711581,-0.0069102673,-0.05329825,-0.10953808,-0.01911163,0.01805036,0.011178741,0.021645041,0.037166063,-0.050033912,-0.024497306,0.020618342,0.02856716,0.08861426,0.009225259,0.024932595,-0.045725647,0.0052909595,0.04559127,-0.0105176885,-0.016409062,-0.02826237,0.02473693,0.0469742,0.004974504,0.003488075,-0.025951756,0.013177042,0.047911726,-0.06621037,0.06572596,-0.011016194,-0.010751363,0.026394324,-0.03758474,0.0076736854,0.001337417,-0.015764061,0.003525475,-0.014688549,-0.03774368,0.09790093,0.018612139,0.019303445,0.02568118,-0.06261673,-0.00057515013,0.0032564946,0.02059798,0.07377972,0.0630787,-0.046624683,0.0014691328,-0.042117257,-0.0016829998,-0.006251039,-0.04145498,0.0428403,-0.026436808,0.0016443783,0.0046472554,0.009320218,-0.032769404,-0.023990428,0.00068439957,0.013440803,2.8108113e-07,-0.039030254,-0.01215196,0.062341858,-0.036524583,0.031484876,0.00534881,-0.030886885,0.045064792,0.009700286,0.0347694,0.05105994,-0.04719423,0.0077946438,-0.037600998,0.05842108,0.03382051,0.04273637,0.031977396,-0.026234347,-0.0484744,0.114096,-0.045930214,0.00210736,0.011042465,0.019228896,0.010602287,0.006232357,-0.019838158,0.0016846897,-0.0644505,0.018338088,0.11760218,0.0061900457,0.010680149,-0.03389616,-0.033845052,0.022645531,0.039273944,-0.04276902,0.06025682,0.02110445,-0.07662798,-0.0154415835,0.012973422,0.04881092,-0.013054345,0.01616238,0.07325087,-0.018585669,0.031306103,0.0046598827,0.04477906,0.036755152,0.0133627,0.0018489285,0.07463539,-0.040618196,0.008394853,0.040893108,0.111184336,-0.014185079,0.0132006975,0.04015381,-0.0041468213,-0.0008409531,-0.06425039,-0.06436592,1.9888122e-34,-0.055862688,-0.051967483,-0.003790561,-0.050651666,0.017281301,-0.023138113,-0.013597501,0.0012939627,0.0019122323,0.016707992,0.00084516656,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/pdfs/DJI_Mavic_2_Pro_UAS_registration_n-a_12-23.pdf', 'page': 0}","During a short flight the unmanned aircraft collided with a building. The pilot reported he
inadvertently pressed the wrong control lever. He did not hold the necessary qualification to
operate the aircraft. The operator has implemented new procedures to prevent recurrence."
-0.0009052154,-0.025499834,0.029913338,-0.03669675,0.016746646,-0.007594408,-0.022636047,-0.001639841,-0.025397053,-0.063083015,0.042810205,0.021353135,0.04987137,-0.02374112,0.041873094,0.019042423,0.03345505,-0.014280519,0.0027448053,-0.018742593,-0.0027333023,-0.029857146,-0.010351151,-0.008400588,-0.008315744,0.026469022,-0.030274116,-0.00836507,0.029270994,0.03321106,0.022390025,-0.0018354189,0.03911424,0.02558221,1.9736885e-06,0.016657265,-0.016151028,-0.008850489,-0.03808432,0.010419792,0.028596736,0.035369232,-0.022779653,0.024986673,0.01998518,-0.06620428,-0.027039807,0.08836399,0.0015744591,0.058929637,0.0010339788,0.020772172,0.029557563,-0.0024758512,-0.025550043,-0.020277442,-0.01330095,0.035027184,0.0385013,-0.028057802,-0.04280068,-0.015731229,0.017500494,-0.05419876,-0.05405222,0.044316757,-0.0636518,0.010763174,-0.04249736,-0.07213067,-0.05049304,0.010625433,0.01035908,-0.009375009,-0.028690768,0.055981226,0.03561433,-0.0006546535,-0.020752477,-0.011927309,-0.0054612025,-0.015403042,0.027615871,-0.03308879,-0.017093977,-0.01296715,-0.032648064,-0.026562056,0.028518174,-0.022524953,0.011322854,0.006506715,-0.008432137,-0.018264458,-0.021601502,0.012993224,-0.040849052,-0.061421096,0.004036596,-0.066834554,0.03945621,-0.041959584,-0.0385857,-0.026642693,-0.0064214775,-0.008600077,-0.04007588,0.01450184,-0.032803033,0.08464394,-0.07889287,0.00094559474,-0.0036102242,0.058959413,0.08610529,0.021833211,0.057101365,-0.030525593,-0.00092120835,-0.02525437,-0.069584265,0.060166072,-0.01824688,0.042079695,-0.024693923,0.0059762,0.050489217,0.019652685,0.018688615,-0.049827356,0.012813856,0.02117896,-0.010921353,-0.022182016,-0.089756735,0.03898023,0.00082377176,-0.021361085,-0.036613356,-0.009631771,-0.019580634,-0.013436091,-0.003783386,0.032163147,0.018578554,0.037800875,0.0326082,-0.034453474,0.041636255,-0.01786488,-0.0039282534,0.05606307,0.035804205,0.00016969904,0.009170299,-0.015752334,-0.00857084,-0.010722324,-0.03072396,0.027259244,0.034090947,-0.010720887,0.09574184,-0.022003854,0.019448882,0.03538195,-0.043961097,0.013730863,0.024816042,0.039664563,0.00592125,-0.025001686,0.047373865,0.06439618,0.026215794,-0.04089182,-0.07387332,0.020857358,-0.009031176,0.0025508716,0.017478231,0.0032080093,-0.018356077,-0.063572586,-0.074691854,-0.032947343,-0.00030731395,-0.008258291,0.0023615612,-0.033949427,-0.027633362,-0.015193052,0.011682815,0.020980297,0.040979996,-0.00807812,0.0028596395,0.0106140645,0.028282356,0.033245035,-0.0152909625,0.024353432,0.06297363,-0.030248852,0.06597986,0.0033022778,-0.019779036,-0.027034238,0.005216845,-0.028047346,-0.05252328,0.015883995,0.036295015,0.054772656,-0.005004939,-0.0084712,-0.015803998,0.013556266,-0.1168209,0.016918857,-0.01898545,0.012859048,-0.047414016,-0.023374625,0.012759242,0.05220396,-0.014749623,0.0015141442,0.0052562635,0.044617232,0.0023166698,-0.012123285,0.03573271,-0.016581714,-0.028999442,-0.0011628092,0.09103639,0.0025891094,-0.011389936,-0.045568317,-0.016039314,0.086251736,0.017478906,-0.078459784,0.051016524,-0.021010213,-0.05820379,0.008833888,0.01790371,0.027832817,0.016781311,0.02023221,0.014551975,0.01619955,0.011180787,-0.012569844,-0.027759224,0.011150617,-0.041812766,-0.014116467,0.085511886,-0.008938501,0.021397687,-0.017583778,-0.032035988,0.03626104,0.013734787,-0.0061068325,-0.04093076,0.016442452,-0.036103155,0.005287836,0.02202791,-0.029841369,-0.030716969,0.020986492,0.0046234312,-0.038222197,-0.07162853,0.028334623,-0.033886418,-0.009214398,-0.0085879,-0.017017754,-0.0044826134,0.02059684,-0.0013007567,-0.0072260313,-0.018945571,-0.013929162,-0.08572215,-0.018805556,-0.0017322858,-0.019221384,0.010092618,-0.0124486135,-0.05035527,0.024673352,0.020777667,0.12096922,0.05090086,0.087690614,0.009687978,0.025886908,-0.016453065,0.0133867925,0.01819893,0.053399514,-0.026241925,-0.00034181704,0.0031280313,-0.009789447,-0.005171524,-0.035765752,-0.0012809302,-0.011931356,-0.03581159,-0.009749,-0.016261365,0.045499306,-2.0825662e-05,-0.014885377,-0.058046617,0.012034096,0.0016339846,0.042709585,0.0033872167,0.0041260305,0.013266031,0.018532662,-0.036674842,0.03829203,-0.008184415,0.030610219,-0.003904153,-0.040598802,0.008512774,-0.012504453,0.017820671,0.061671034,-0.02552665,-0.005297191,0.0113427,0.008311136,0.00621218,0.033289853,-0.033785757,-0.022952437,0.017647406,-0.115840256,0.02898063,-0.02716533,-0.02284064,0.009644015,-0.041704062,0.012587271,0.008723857,-0.039772663,-0.0030529927,0.0021957837,-0.00692411,-0.029469829,-0.0034874023,-0.0160381,-0.034949955,-0.00014848237,-0.032828044,-0.01930033,0.02418537,-0.061562292,0.0107050305,0.031243589,-0.044003528,-0.021727057,0.019064989,0.026596982,0.010364956,-0.025325986,-0.028846595,-0.01410288,0.04836828,0.057620484,0.009936527,-0.01589655,0.047092803,0.060067657,0.049823664,0.06464549,0.038390346,0.0009550564,-0.019063076,-0.028928064,-0.11020734,-0.016312333,-0.015257414,-0.045588933,0.0710551,0.090038724,0.017660214,0.08099775,0.025182834,0.030941376,-0.05058108,0.00826622,-0.027289344,-0.01136048,0.03151331,0.0030651067,-0.036634095,0.058491897,0.022155749,0.023575455,0.049428035,-0.012264024,-0.070522904,0.007621301,0.01713201,0.016213868,-0.067456275,-0.014426038,-0.011324498,0.0071622003,-0.006166829,-0.07093372,-0.02978108,-0.04094248,-0.10805546,-0.027516002,-0.050228417,0.059063025,-0.016799869,-0.064459465,0.00842218,0.0004934912,0.006319973,-0.01828283,-0.01137546,0.06209203,-0.085467145,-0.049348734,-0.04668152,0.03210768,0.05266777,0.007802498,0.0767217,0.053888712,0.04156342,-0.03906272,-0.00020546427,0.040698003,0.014104178,-0.012694711,0.043788005,-0.019985432,-0.036937397,-0.0010838717,-0.050535526,0.037082966,-0.017458394,0.09208707,0.013911177,0.012369019,-0.006821164,-0.020128572,-0.02424643,0.010139212,-0.039123654,0.014002617,0.027404347,0.008907372,-0.0022647462,-0.019723123,-0.010176419,-0.033960663,-0.05086917,0.026798135,0.0043222457,0.05120745,-0.0112481015,-0.03837052,0.010092745,0.0295461,0.0066669825,-0.03878952,0.004731128,-0.038856808,0.052369654,-0.0240973,0.009429797,0.08122524,0.0231697,-0.01003132,0.019495476,-0.056590743,-0.008730275,0.0018577909,0.05166393,0.011078627,-0.022660693,0.033658408,-0.038868256,0.017117206,0.029270813,0.009789985,-0.007638347,-0.0059498423,-0.015259034,-0.020153461,0.0052078688,-0.02411343,0.012557296,0.008968241,0.029740065,-0.022773953,0.02360882,-0.024870994,0.028949361,0.025163533,-0.024191309,0.029692551,0.0060190363,-0.039673887,-0.06598409,-0.0043388046,0.0034598843,0.0812277,0.01632528,0.024358802,0.026751684,0.03086186,0.009940379,0.027761443,0.031862933,0.066436924,-0.00043710257,0.0037393628,0.08011877,-0.035731953,0.010637395,-0.015213691,0.044150814,-0.01953701,-0.045167144,-0.0004015273,0.010757389,-0.065878615,0.01617785,-0.04617923,0.07298379,0.03446237,-0.019298913,-0.020772684,0.0066704326,0.069214076,-0.006778246,-5.2486175e-33,-0.002380385,-0.05369199,-0.04704996,-0.105795234,-0.05245785,-0.024687717,0.003268351,0.077293515,0.01260032,0.0140182655,0.026315937,0.011280961,-0.00042359318,-0.0072484906,0.034962922,-0.048107874,-0.008864836,0.033921733,-0.007857366,-0.03085474,0.03802653,0.042919517,-0.0071294536,0.026730245,0.030565305,-0.03890305,-0.017200323,0.05314155,-0.008216496,0.015343459,-0.029653812,0.009474524,0.00017465166,0.015778167,-0.042438295,0.0014093091,0.04225888,-0.067032345,0.01626499,0.016728727,-0.013694047,-0.03534587,0.02813562,-0.012467284,0.0028133283,-0.03068068,-0.005437014,0.037837364,0.0066235713,-0.049368523,0.006286014,0.019372173,-0.022922829,-0.07493153,0.0028695564,0.0030267471,-0.02244058,0.014190061,0.06620453,-0.0618964,-0.038895696,0.06960249,-0.008456179,-0.06452053,-0.021552876,0.04288336,0.0065880525,-0.014935818,-0.05430458,-0.05258558,-0.037247073,-0.0069921985,0.03653427,-0.050345384,0.044646684,-0.0020075054,0.051366676,0.011374406,-0.013850208,0.07256033,-0.0068642246,0.03060252,-0.035947353,-0.0044624424,0.053813465,-0.030139605,-0.02782478,-0.078114435,0.013504441,0.015583768,-0.014852233,-0.015911857,-0.039368983,0.026665851,0.041752443,-0.025388747,0.00474608,0.01251612,0.0055759135,-0.03524743,0.04841597,0.03756856,0.021041675,-0.017110636,-0.02415962,-0.0155865885,-0.055084847,0.050554525,0.048689123,-0.0060414327,0.025087202,-0.05088845,-0.029839203,0.0034044362,0.05479812,0.079805434,0.021220233,-0.018827863,0.04052779,-0.03321263,-0.01210348,0.010801247,-0.039976604,0.029992722,-0.037111465,-0.034819294,-0.003894656,0.08090576,-0.07943915,-0.049288448,-0.01442873,0.035866898,2.7443372e-07,0.021884821,0.005393286,0.054238304,-0.022731803,0.017668825,-0.015881408,-0.019950766,0.0065445006,-0.017666986,-0.0047901226,0.025832064,-0.05346457,-0.0074061058,-0.044555347,0.03076934,0.06904473,0.04794487,0.06208858,-0.030969843,-0.040497195,0.030939473,-0.034022536,-0.021553762,0.04989475,-0.023423549,0.051121004,-0.015153048,-0.03580356,-0.019935653,-0.06660169,0.013350356,0.12125548,-0.04684911,-0.01688975,-0.019553222,-0.009566841,0.058886778,-0.006728824,-0.002024921,0.035535987,-0.031233829,-0.013862472,0.000982807,0.022588745,0.041856736,-0.013957555,-0.043750957,0.056416046,-0.020435221,0.07938695,0.0071409326,0.020645497,0.08697601,0.00300748,-0.015572645,0.023975288,-0.014094863,-0.020144748,-0.0053175963,0.09761019,-0.01813457,0.017006205,0.046280447,-0.023797883,0.037761524,-0.034335062,-0.05487973,1.7037247e-34,-0.01907893,-0.04986014,-0.016438827,0.027319899,-0.045148116,-0.05030758,-0.0004214181,-0.018685024,-0.0066507314,0.022874745,-0.01604541,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/pdfs/DJI_Matrice_300_171121_UAS_reg_n-a_03-22.pdf', 'page': 0}","The unmanned aircraft (UA) was completing an aerial search flight and whilst on approach
to its landing site, it became unresponsive and dropped to the ground. Its motor carrier arms
were damaged when the UA hit the ground. The nature of the damage suggests, although
is not conclusive, that one of the arms was not correctly locked in place. In this condition
it is possible the thrust from that rotor became variable rendering the UA unresponsive to
control inputs."
-0.011548864,-0.017702146,0.037200093,-0.06669899,0.019123076,-0.0013903441,-0.027988132,-0.009170557,-0.04348846,-0.037128758,0.03582607,0.0025396312,0.055725258,0.03422775,0.08347274,0.013428035,0.04058629,-0.035115004,-0.028563865,0.006012471,-0.0034238528,-0.023732591,-0.037471864,-0.03770343,0.016847717,0.023404768,-0.015446983,0.0033512816,0.011273409,0.027832093,0.05480319,-0.017581938,0.022170585,0.043884754,2.217521e-06,-0.0031297735,-0.011689158,-0.0040424243,-0.04980525,0.025410865,0.04515604,0.028658431,-0.040213175,0.006623452,0.054654658,0.0027438756,-0.04177229,0.07251842,-0.0020215292,0.040827554,0.00029059063,-0.024124974,-0.0053282315,0.0011618113,0.0025364396,-0.069200486,-0.0014776253,0.0954452,-0.003442093,-0.055849068,-0.044401444,-3.069191e-05,0.016643425,-0.03766229,-0.06506162,0.05090359,-0.031060142,-0.019872343,-0.037161298,-0.0052894624,-0.015424252,0.017058995,0.0031690954,-0.015002412,-0.0018010696,-0.02922968,0.027917886,0.02068159,-0.034879547,-0.0024071692,-0.0042960704,0.019214485,-0.004239528,-0.04382919,-0.019950578,-0.03471139,-0.05779234,-0.015938364,0.02770198,-0.032086432,0.018360825,0.009968249,-0.023100771,-0.019874942,0.004780464,-0.0036785775,0.013304029,-0.0786683,-0.001045785,-0.039263826,0.06615656,0.006567526,0.007043431,0.008346786,-0.006176603,0.021796927,-0.047814902,-0.016054122,0.039544757,0.06976784,-0.035763662,-0.012924641,-0.031885125,0.008381227,0.033985972,0.031002771,0.0657824,-0.0258944,0.027666012,-0.017863505,-0.003155232,0.07401291,-0.050959162,0.032671623,0.019513348,-0.0062843217,0.061999656,-0.021119116,0.01822576,-0.037216365,0.040665448,0.032917853,-0.03369596,-0.017430978,-0.08752489,0.04560532,-0.023741987,0.0046476712,-0.039398324,-0.033651367,-0.0018904875,-0.02835534,-0.030934863,-0.042362772,0.026561148,-0.019060764,0.014653487,0.022764571,0.0114129195,-0.022752946,-0.018189967,0.037894916,-0.009454082,0.022206401,0.013317523,0.007459298,-0.024155468,-0.010850845,0.01409767,0.026136419,0.04257885,-0.03159383,0.019452186,0.02249198,-0.012137388,-0.00079622096,-0.071317956,0.009104576,-0.003934464,0.0049414295,0.06806038,-0.01829946,0.023701597,0.07919344,0.020782517,-0.07733694,-0.054094445,0.020181349,0.014830798,0.008991777,0.0086038,-0.015937988,-0.00847567,-0.07997308,-0.024339356,-0.028612271,-0.02177341,0.028013188,-0.024089059,-0.018587923,-0.004452831,-0.033716448,-0.034902573,0.02492576,-0.017991023,0.0028088444,-0.009213133,-0.016694847,0.044324715,0.0038434304,-0.021158002,-0.013428601,0.08963816,0.014083792,0.055115312,0.00923515,0.0062370086,-0.03912211,-0.028834755,-0.045622177,-0.0058187284,0.0063013737,0.050058473,0.08428642,-0.019785885,0.037512567,-0.028536525,-0.011775566,-0.0505646,-0.010422473,-0.039424025,0.0016095726,-0.107091695,-0.014235148,0.041795556,-0.019187633,-0.03564407,-0.00856347,-0.0019521741,0.04740295,0.010431555,-0.037732977,-0.0073844143,0.0048133526,-0.040988665,0.0112877,0.039087947,0.0061625037,-0.007994549,-0.062192872,-0.031585082,0.09206747,0.010131557,-0.02771874,0.020062035,-0.018288406,-0.08778023,0.054814074,0.026379257,0.04824918,-0.008052099,0.0073629175,0.014813581,0.009281263,0.0069371574,-0.084819,0.012684602,0.028173005,0.025087915,-0.022563946,0.08523008,0.019598994,-0.007982095,0.003026729,0.027372146,0.004403356,0.030887084,-0.021634545,-0.026908863,0.022788659,-0.021724654,0.0077283476,0.013629314,-0.040009268,0.008604507,0.014128513,-0.014572583,-0.0345529,-0.060153816,0.0114448825,-0.033831738,-0.0032672484,-0.01897308,-0.029615369,2.7843364e-05,0.016967736,0.081371896,-0.025162566,-0.057855774,-0.0019426484,-0.08315637,-0.07645416,0.0048150336,-0.029103948,-0.017658403,0.029290358,0.0006830102,0.00090716034,0.010666264,0.08739464,0.029097242,0.07022939,-0.020895204,0.037823617,-0.01612229,-0.020380361,0.008815499,0.06347657,-0.046152025,0.0025135612,-0.06419427,0.00503841,0.014405634,-0.0113762645,-0.012779851,-0.0047353054,0.003945408,0.006468946,-0.031639192,0.059790667,0.0070051653,0.008842379,-0.08485316,0.023756117,-0.0011053913,-0.01281543,0.015020388,0.013563476,0.021880446,-0.032220397,-0.012733097,0.07289966,0.013817663,0.030431757,0.019128762,-0.034010388,0.008277861,-0.07217043,0.0068779886,0.050358534,-0.05153486,0.014730546,0.0043816706,-0.010294146,-0.011979142,0.041469213,-0.03238534,-0.05589537,0.043735374,-0.07170131,0.030625878,-0.04059357,-0.015034926,-0.009016083,-0.021292651,0.026910657,0.005400182,-0.07849215,0.023108076,0.011558823,0.003677415,-0.011005504,0.03134151,-0.020147063,0.01799201,-0.020689588,-0.0061911563,-0.0032625773,0.043443285,-0.068249136,0.031059759,0.006613481,-0.0074207336,-0.026856963,0.021333126,0.050253063,0.0052603427,-0.0022760234,0.01616886,0.008220415,0.05725107,0.0024786633,0.010841729,-0.010699897,0.030943735,0.031831272,0.008322222,0.04823363,0.025361355,0.014679324,-0.011233903,-0.04635687,-0.0684543,-0.02483042,-0.0015241242,-0.02066518,0.046236143,0.086382434,0.03980236,0.06402649,0.034759376,0.053333957,0.006584849,0.03630706,-0.036597308,-0.019422468,0.03775753,0.016203543,-0.02896575,0.06404161,0.016384475,-0.009078482,0.057910174,0.0065797227,-0.030962916,0.01314651,0.041698635,-0.010854326,-0.08342274,-0.003896472,-0.015373263,0.011509904,0.023741314,-0.03805231,-0.019587902,-0.024718806,-0.028129749,-0.050862826,-0.03179022,0.03400093,-0.034273457,-0.063049614,0.020634884,-0.024000641,0.015203424,-0.004308314,0.01246596,0.08015915,-0.108842716,-0.07325833,-0.07484442,0.0045813886,0.030378459,-0.012191685,0.033753715,-0.035483688,0.0236893,-0.03841888,-0.015654594,-0.032599296,0.023398563,-0.026099704,0.09797229,-0.02497317,-0.012093835,-0.01145479,0.00020342115,0.050917923,-0.03188495,0.108895585,0.027397357,0.015362589,-0.04445523,0.00025926385,0.011644876,-0.031026635,0.0015864437,0.027675265,0.015571808,0.00031481456,0.025116354,0.015665907,-0.017293151,-0.02790446,-0.061844263,0.01138184,-0.026800895,0.02088408,-0.067630894,-0.042917628,0.058508027,0.012301464,-0.03164879,-0.032339074,0.021206617,-0.032633547,0.016050886,-0.041834977,0.02087415,0.09758104,0.0072921687,-0.022371694,0.007464903,0.015024896,0.017965462,0.01356342,-0.014338648,-0.0083311675,-0.008441117,0.0046184775,-0.052101403,0.010531513,0.043092597,0.012455363,-0.002711913,-0.021175414,-0.017827338,-0.043857694,-0.0043603443,-0.049068615,0.021348778,-0.01647597,0.033552047,-0.04898989,0.007893365,0.0042615538,0.025054436,0.07886229,-0.0588113,-0.0025235608,0.025175352,-0.021894466,-0.09082788,-0.047517624,0.01729886,0.053062152,0.031881426,0.0057903053,0.003836461,0.036689628,0.033352822,0.032583583,0.08081604,0.061467253,-0.0013640545,-0.0065570944,0.09200861,0.0012291875,0.026028512,-0.019526256,0.03060847,-0.039404307,-0.019147394,0.043806836,0.037860427,-0.067237586,0.033775713,-0.032203298,0.053466953,0.024312347,0.02104447,-0.0715144,0.0425721,0.06349712,0.012227204,-5.569412e-33,-0.029210502,-0.041922454,-0.013493753,-0.009128689,-0.05902512,-0.028106276,0.012135134,0.03468438,0.056693196,-0.00033793482,0.0218228,0.026089028,0.0032510222,-0.013385796,-0.025118154,-0.020368284,0.023383213,0.011415189,-0.026733445,-0.020188754,-0.016002929,0.030466622,-0.031097297,-0.022657558,0.0038994,-0.025088694,-0.004321507,0.041106477,0.027997024,-0.0017392195,-0.015802976,0.017383074,-0.012211715,0.049049728,-0.039927192,0.012033805,-0.027985234,-0.035920687,-0.0038936094,0.018364606,0.01797308,-0.043867763,0.045080796,-0.0095232325,-0.004363854,-0.07394507,0.0030526954,0.073196605,0.021147313,-0.05833588,-0.04656115,0.034809053,0.008286112,-0.07296391,0.011690405,0.022754982,-0.029433982,-0.009930426,0.036346532,-0.04690552,-0.052652843,0.019769615,-0.015129875,-0.074898385,-0.033184573,-0.0009683489,0.020205487,-0.023067228,-0.02137532,-0.03378272,-0.022871798,0.039184432,0.01566637,-0.011237825,0.07361764,-0.024661034,-0.0004754701,0.0031193753,-0.03440187,0.028611537,0.022944426,0.01026908,-0.060915902,-0.0024117325,0.051291727,-0.024201581,0.021754263,-0.04315999,0.011757666,0.047778808,-0.027803695,0.0018196744,-0.048305955,0.01003978,0.06788092,-0.044645555,0.009930076,0.0065772147,0.015141937,-0.033181638,0.02895137,0.06724421,0.0338853,-0.038787894,0.017221129,-0.010929425,-0.0074980934,0.060304645,0.04201258,-0.01576369,0.012603523,-0.016707122,-0.018628612,-0.008280126,-0.0014616848,0.060704622,0.023717998,-0.026806392,0.027292006,-0.045439128,0.021939501,-0.018732851,-0.03662191,0.046264403,-0.05126658,-0.009195004,0.03451653,0.075109065,-0.061416347,-0.03079709,-0.05162236,0.10550241,3.0336142e-07,-0.020273723,0.01927172,0.076684974,-0.042301826,0.044464156,-0.0009994572,0.010169843,-0.010329815,-0.045810927,0.030615011,0.026856963,-0.0026738038,-0.024855664,-0.012472467,0.08441443,-0.0012371388,0.06807752,0.005418589,-0.04837646,-0.045345925,0.062850066,-0.047487367,-0.01831385,-0.014354645,-0.00019974663,0.06485511,-0.028006779,-0.006538232,-0.032539397,-0.05205633,-0.014450776,0.11098328,-0.015831208,-0.019127553,-0.025872303,-0.016344775,0.024632562,0.00556885,-0.015058798,0.057710245,-0.030758178,-0.0071498896,-0.013741838,-0.0143174445,0.03543382,-0.029728541,-0.030500533,0.031928033,-0.04180168,0.025443695,-0.0011071665,0.037207462,0.046201203,-0.021166759,0.009810541,0.01469226,-0.030846164,-0.0018792782,0.008917275,0.08702611,-0.0048265746,0.02684704,0.044374354,-0.034492157,-0.011822997,-0.038785912,-0.019377027,2.3388425e-34,-0.026913112,-0.065158084,0.002566985,0.008475661,0.0151301855,-0.014709747,0.0084589375,-0.03412212,0.013168909,0.045420036,-0.01853463,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/pdfs/UAS_Schiebel_Camcopter_S-100_UAS_232_06-17.pdf', 'page': 0}","As the unmanned aircraft (UA) lifted off from the ship’s helideck it immediately pitched up
and transited rearwards with insufficient height to clear the 19-cm high gunwale about 2 m
behind it. The impact damaged the UA tail structure, leading to a failure of the tail rotor
transmission and resulting in the UA spiralling into the sea alongside the ship.
Following an investigation by the manufacturer software changes have been made to
reduce operator workload during the takeoff."
-0.021339314,-0.029373076,0.037409835,-0.005917989,0.04759082,-0.00224241,-0.032680746,0.0028520692,-0.067494385,0.006600341,0.02013613,0.038558703,0.09023699,-0.012594713,0.051418554,0.022917712,0.03168914,-0.0016883933,-0.072675474,-0.009189891,0.03225026,0.009522354,0.020876069,-0.008615609,-0.033271827,0.023654837,-0.028992746,0.017055303,0.025458228,-0.043275516,0.02006265,-0.035723776,0.062495697,0.0073292614,2.045093e-06,-0.018988598,-0.023342637,0.02246555,-0.033918984,-0.008576831,-0.023227992,0.01755052,-0.002676065,0.029585391,0.00561929,-0.018417876,-0.013694114,0.040221304,0.034907024,0.08125015,-0.0020013582,0.025822273,0.05801949,-0.016581848,0.03690781,-0.013826858,-0.012698761,0.030788098,-0.017177256,-0.02691856,-0.039183773,-0.052408684,-0.0060918564,-0.02345414,-0.10818802,0.027181387,-0.015630353,-0.033768643,-0.036889967,-0.037707996,-0.032541256,-0.0023571418,0.0036558658,0.03941404,-0.056579728,0.006464558,0.008620055,0.012715215,-0.07193645,0.020322077,0.0301256,0.0074665956,0.028284453,0.0023797275,0.02892052,0.03387878,-0.030500347,-0.007117924,0.040615607,0.010013537,0.046615176,-0.023351623,-4.1743097e-05,-0.028163742,-0.025663828,0.011144376,-0.032684665,-0.057978697,-0.052217063,-0.092080645,0.00010934141,-0.022019118,0.064485505,-0.005029732,-0.03805229,0.034232568,-0.014932717,-0.05288504,0.025595803,0.044015866,0.019368127,-0.040692247,-0.032998312,0.058173224,0.023124207,0.041376833,0.09349123,-0.048791323,-0.031172894,-0.009996622,-0.04118143,0.03965197,-0.040170245,0.016764598,0.022106575,-0.04266716,0.0015552692,0.006025945,0.04370338,-0.06302428,0.0030928492,-0.015498449,0.01120684,0.0055273552,-0.046215657,0.02575275,0.015407216,-0.0010755757,-0.084557764,-0.0021364535,-0.032505963,-0.023908516,-0.003924933,-0.012296413,0.0029097875,0.03402742,0.040743325,0.0018209344,0.017878188,-0.0044054505,-0.0020948995,0.05101805,-0.045758676,0.024813434,-0.020579353,-0.0059863827,-0.027046729,-0.020179465,0.0032079734,0.017992726,0.05761229,-0.016348993,0.096443474,-0.010656032,0.013667047,0.0494303,-0.030699639,0.0044132704,-0.072755516,0.030316595,0.044797745,-0.02676592,0.012379848,0.09263885,-0.03967593,-0.051181998,-0.052762814,0.06444769,-0.028163088,-0.02550221,-0.009187521,-0.017589543,-0.004425864,-0.04596958,-0.031638213,-0.010488879,0.027915858,-0.04568913,-0.03458138,-0.02658969,0.004484901,-0.016137434,0.036197484,0.023181004,0.031004278,0.0023194181,0.037146453,0.057765566,0.023424622,0.015519899,-0.018781453,-0.0046067173,0.048473924,-0.022662826,0.024163429,0.035729863,-0.026101956,-0.026431112,0.038063105,-0.007327055,-0.054590862,-0.015488588,0.00600957,0.020195521,-0.008240671,-0.023143485,0.02717167,0.03146611,-0.110941544,0.064157665,-0.009316004,-0.014838585,-0.01032833,0.0045560165,-0.02010264,0.055681758,-0.029195203,-0.015323056,0.015583752,0.06485161,0.033087272,-0.014508373,-0.018762186,0.0040938947,-0.009037936,-0.069787964,0.010820026,0.010279821,0.025020279,-0.06233034,0.010356698,0.11513781,0.016757185,-0.03472167,0.02467556,-0.030627545,-0.02652958,-0.03432255,-0.024526142,0.032327972,-0.013795241,-0.02094724,0.00206537,0.0029408338,0.0049989186,-0.04345431,0.023496216,0.060522567,0.0013619649,0.011463856,0.058115833,-0.046608318,0.035604365,-0.023149256,-0.0009843133,0.0015111861,0.072814256,-0.041649736,0.0076132216,-0.007854757,-0.01748426,0.016203133,0.042883687,-0.03453683,-0.019926477,-0.03863855,-0.038399313,0.0035685373,-0.014412778,0.026070802,-0.045834444,-0.013168594,-0.03146132,-0.002050898,0.007834919,0.0378985,0.003233112,-0.06058679,-0.07037367,0.026485138,-0.10826171,-0.052272823,-0.0015547402,-0.024779625,0.049335636,-0.008134985,0.01261212,-0.00011107228,0.04878325,0.09977406,0.013520847,0.05499655,-0.029567355,-3.1665575e-05,0.01062046,-0.024903463,0.0022651227,0.06044225,-0.09077943,-0.018415924,-0.010672678,-0.018508533,-0.034321073,0.020098628,-0.008581473,0.032151274,0.02621454,-0.0049832077,-0.04047912,0.08666615,0.0012390389,0.012031201,-0.054477956,-0.0479529,0.00090787327,0.0051904344,0.030704467,-0.00048295438,0.009952659,-0.028530952,-0.020492764,-0.01153009,0.02729038,-0.0048808656,-0.017601492,-0.045742802,0.033247016,-0.07190805,-0.0017779564,0.039724566,-0.04093906,-0.051776595,0.025261687,0.04714241,-0.052543268,0.010601012,-0.052746933,-0.01130601,0.026853582,-0.08946641,0.010395589,0.013471114,-0.022475969,0.014216826,-0.02370881,0.039022867,-0.014408116,-0.021527117,0.040937264,0.0015991171,0.003003244,-0.030425286,0.024076525,0.026664823,-0.017971724,0.0075420374,-0.06766433,0.01772482,0.027946727,-0.06502225,-0.010887919,0.026677217,-0.017839238,-0.023158493,-0.018290427,0.041850805,0.024955716,-0.0070436453,-0.04089323,0.0026976857,0.013090772,0.007159334,0.014660112,-0.014274255,0.038915545,0.08341527,0.00992968,0.049400855,0.036132164,-0.023992512,-0.0019057891,-0.07444014,-0.055749953,-0.030106809,-0.016136201,-0.025502145,0.058357283,0.059924718,0.030829873,0.08491266,0.045901656,0.01783925,-0.03509038,0.015979342,-0.02447032,-0.0016205858,0.05570691,-0.02417706,-0.021717343,0.052010603,0.049940232,0.028676271,0.008511786,-0.012836919,-0.0062083346,-0.018469386,0.04056238,0.054342058,-0.020919118,-0.028532635,0.030570244,-0.009619191,0.008943119,-0.04383749,-0.07350078,-0.045693666,-0.06820531,0.004980133,-0.016789496,0.040933624,0.010438301,-0.07501718,-0.005091327,0.017315019,-0.0031143138,0.014323052,0.020397672,0.1052897,-0.07803284,-0.035966244,-0.035511415,0.032522686,0.044781297,-0.049207807,0.03274629,-0.02395793,0.06912139,0.011723459,0.034923278,0.06720608,-0.0026772239,-0.051989865,0.075505465,0.00074643065,-0.044135798,0.00074594794,-0.039149474,-0.051871877,-0.0119347265,0.05385078,0.015008975,0.02707261,0.044249248,0.010739999,0.017324967,-0.022556378,-0.018950364,0.02747011,0.01854728,-0.002720473,0.033608526,-0.04156798,0.023267763,0.002131662,-0.037339218,-0.020103486,0.019302273,0.022522632,0.054590203,-0.011539544,0.0063472125,0.042830277,-0.0035231088,-0.038521618,0.007442212,-0.025715461,0.052544136,-0.007964449,-0.02449258,0.052218165,-0.006509343,0.025353558,-0.0027216438,-0.05360399,0.03658487,0.017719798,0.035716735,-0.055104475,0.01929351,0.0054592225,0.005483813,0.011130168,0.03566138,0.0021214136,-0.027408225,-0.009962102,-0.033796288,-0.043412898,0.02281291,0.005340855,0.024816893,-0.00042792282,0.030908367,-0.015109072,-0.009195231,0.009068124,-0.03715681,0.08878418,-0.008084837,0.008778887,0.01723823,-0.026842812,-0.03980281,0.007843691,-7.0169204e-05,0.07676655,0.026522366,0.019256009,0.063330345,0.028554888,0.054957666,-0.015864337,-0.0009837699,0.056707013,0.019399844,0.039067816,-0.030816777,-0.025575792,0.03147562,-0.10241391,0.021688227,-0.009019961,0.0018177496,0.025366962,-0.0105554955,-0.051754225,0.009196221,0.025126515,0.054105464,-0.0017970506,0.023630032,-0.052118298,-0.03825762,-0.0032779747,-0.035004023,-5.8052942e-33,8.49312e-05,-0.065379895,-0.025073824,0.020029105,-0.056934316,0.03025513,-0.020654311,0.06075527,0.04501519,0.0015883121,0.035072163,-0.0042582154,0.017421627,0.020597711,0.02121825,-0.024967035,0.032943085,0.014364945,0.0062771677,-0.030748812,0.0057970905,0.049437206,-0.010606846,-0.007886397,0.03213018,-0.0075302045,-0.016220253,0.00320866,-0.015181071,0.0001933204,0.013607505,-0.02041644,0.0024249544,0.04209399,0.008016664,0.030050898,-0.010976897,-0.031142151,0.01641018,-0.01010499,-0.06229933,-0.042187672,0.009954029,-0.014841719,0.03661474,-0.0061251754,-0.012093537,0.006613219,-0.029117964,-0.057293937,0.049750987,0.029110892,0.017544877,-0.052487023,-0.06295113,-0.032814912,-0.025669072,0.064635016,0.10625927,-0.04957675,-0.010621123,-0.0034324448,-0.018177437,-0.011390383,-0.028806375,0.043370232,0.01621679,0.024073793,-0.05940945,-0.03994541,-0.008142599,-0.021043448,0.045437936,-0.049259897,-0.046762608,0.008061278,-0.03421178,-0.0015931787,-0.0074740928,0.04456776,-0.025960602,-0.011649478,-0.05590689,-0.028127067,0.05663792,0.009991473,0.007257809,-0.08647361,-0.009032934,0.032313265,-0.009770851,0.03346312,-0.05008983,0.012920243,0.015038922,0.00044025554,0.032238398,-0.01614317,0.026571354,-0.031463955,0.005759432,0.034396872,-0.027566798,0.014001222,-0.0059148814,0.00049025024,-0.039613996,0.025373245,0.06199644,-0.017680312,0.043106083,-0.031892642,-0.072142474,0.021015957,0.008913538,0.07350419,0.03830016,0.02885433,0.008893389,-0.008092438,-0.021270765,0.020901311,-0.059893534,0.030042754,-0.026361048,-0.025401577,-0.050734006,-0.027194139,-0.03983663,-0.019756993,-0.025672369,0.012646909,2.7774175e-07,-0.032918505,0.014416537,0.028786877,-0.056124646,0.011085239,-0.03555487,-0.06611953,0.011900254,-0.0071341507,0.016764956,0.030696234,-0.037602443,0.019013954,8.4908796e-05,0.03553858,0.025229538,0.00023205321,0.014195192,-0.014515364,-0.029324144,0.0075072707,-0.053219434,-0.050036408,0.026740097,-0.014424217,-0.021384338,-0.012088721,-0.013841558,-0.052943442,-0.08458953,-0.0829951,0.12894084,-0.030143201,-0.033452116,0.018189259,-0.018707361,0.052803114,0.0008390194,-0.02684399,0.0041025425,-0.0005420683,-0.011815196,0.022819193,0.012228269,0.023911525,0.034622762,0.01015225,0.06271064,0.013510645,0.065132506,-0.027506193,-0.006719003,0.022225628,-0.03406785,-0.024034886,0.025578072,0.019246127,-0.03503503,0.019688495,0.11043151,-0.009089278,-0.02326791,0.013447032,-0.020698437,0.030396838,0.046435837,-0.058740262,1.8811394e-34,-0.033420973,-0.030223297,0.009953904,-0.03170579,-0.0074609597,-0.029873518,0.0050724936,-0.030716456,0.00083129975,0.035119124,-0.02849548,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/pdfs/Evolve_Dynamics_Sky_Mantis_reg_n-a_01-23.pdf', 'page': 0}","The unmanned aircraft fell to the ground from a height of 20 m due to a loss of electrical
power. This was caused by separation of electrical connections due to thermal damage of
the UA and battery connectors. Damage was also found to the batteries fitted during the
three previous flights.
The manufacturer has updated the Sky Mantis Operating Manual to highlight the need to
check the aircraft and battery connectors during pre-flight checks."
-0.020196121,-0.05209836,0.030140484,-0.012333868,0.01809381,0.0049263597,-0.024483217,0.037244193,-0.033592757,-0.034331493,0.026549436,-0.0117030125,0.03481366,0.048273105,0.06511006,0.035445623,0.028127372,0.00971803,-0.0014283627,-0.033236224,-0.010203316,0.007410863,0.015813638,-0.008028674,-0.0015709188,0.048274454,0.031488705,-0.030271811,0.0007974697,0.026579538,0.018538138,-0.04720258,0.021539235,0.015870312,2.2461522e-06,-0.018442845,-0.005115713,0.016292427,-0.07290481,0.020319011,-0.0057497257,0.04056004,0.04149537,0.03906223,-0.009383659,-0.05467481,0.041903168,0.011970678,0.018260844,0.029074393,0.0078605255,-0.0023348215,-0.0032493083,0.0077897604,0.090697505,-0.04448801,-0.025511935,-0.008446336,0.020755202,-0.03455137,-0.0066250204,0.02147036,-0.015381523,-0.011464453,-0.035534136,0.04619693,0.008949041,0.012818868,-0.00660602,-0.049545586,-0.046771444,0.015198581,0.013913042,0.05227136,-0.04758423,-0.05071151,0.017585974,0.008819785,-0.06967258,0.0009851254,0.0103781745,-0.0003655468,0.019300418,-0.024794754,0.012504772,0.014125574,-0.03207214,-0.022297237,-0.04044641,0.052807044,0.012801385,-0.01670864,-0.012163985,-0.046984874,0.00907988,0.03625801,-0.0023194922,0.017726364,0.006742859,-0.11191195,0.05094822,-0.08589995,0.016011247,-0.019587578,-0.012900409,-0.01642188,-0.029787146,-0.004746771,0.035562016,0.031964373,-0.02893672,-0.022147357,-0.0295727,0.00779039,0.049299713,0.036031395,0.03879664,-0.05490409,-0.02468112,0.02051724,-0.036569823,0.027039781,0.0083584,0.016237061,0.009418009,-0.038496412,0.0983294,-0.01938003,0.020720879,-0.0033454176,-0.0012705646,-0.039698772,-0.01711969,-0.010736861,-0.030060153,0.06126278,-0.012031658,-0.035078987,-0.15655443,0.029617874,-0.032091323,-0.01817202,0.01778754,-0.023993026,-0.025264194,0.0017767666,0.050374627,0.0122147715,0.016004141,0.03081489,0.027215768,0.045961156,-0.0038925186,0.019431312,-0.009857093,0.00597072,0.0377778,0.015132731,-0.008705505,-0.074277006,0.055600468,-0.008970704,0.06678201,0.0021716785,0.012565916,0.048698314,-0.10742591,-0.0097615775,-0.04651238,0.013146827,0.015071594,-0.06922607,-0.043195732,0.012615869,-0.023605105,-0.10857276,0.0045900173,0.033837695,-0.003460279,-0.008709287,-0.018294303,-0.029795393,-0.014411869,-0.0079833185,-0.004012771,-0.006718581,0.039330065,-0.002948914,-0.038905166,-0.08331027,-0.05412074,-0.0067892564,-0.0047898204,0.0021429562,0.04738662,-0.0001653487,0.022584613,0.020058835,0.019812927,0.011253711,-0.023697594,-0.027038734,0.029080344,-0.00462923,0.030925596,-0.011015974,-0.029330183,-0.01646657,-0.012251574,-0.039740447,-0.048722725,0.034752462,0.06549657,0.02476541,-0.029631393,-0.05591926,-0.015871534,-0.00594282,-0.10728623,0.031010749,-0.024973657,-0.08217624,0.0014798432,-0.014995763,-0.0025847768,0.054779217,-0.016609741,0.02468518,-0.053344004,0.03010032,0.0058224876,0.013343728,-0.0056139547,-0.065246865,-0.0012270105,-0.008046535,0.001104324,0.028786523,-0.025015898,-0.078804836,0.027605532,0.036497086,0.0019002166,0.0021239931,0.020260885,-0.10396387,-0.026490767,-0.018460933,-0.007667256,0.032010157,-0.009589741,0.00806142,0.02185419,-0.0013455421,0.020222403,-0.050595395,0.015201017,0.0441429,0.026361752,0.00079042756,0.06483842,-0.017009586,0.0021070454,-0.028896175,-0.0007810077,0.011680712,0.08461999,-0.028649982,-0.021060491,0.03801567,-0.02982758,-0.021055697,0.031253077,0.001601905,-0.009127723,-0.03784801,0.021831213,0.017900866,-0.015534514,0.020659065,-0.023777615,0.0010966221,0.016784862,-0.052311048,0.040315222,0.07052828,0.015639288,0.010078268,-0.07440017,0.03215825,-0.06721209,-0.019942759,0.009996776,-0.04572321,0.0089278575,-0.015963243,-0.009411136,0.015983352,0.07244784,0.049394444,0.014565083,0.034173764,-0.035619948,-0.010153039,0.001321307,-0.01677416,0.011530463,0.047732994,-0.077534534,-0.024688393,-0.055316977,-0.016838023,-0.020826984,0.039318163,0.0057563838,0.007975844,-0.041016757,-0.012247069,-0.028979436,0.054951586,0.015167588,0.030649722,-0.035685234,-0.020352596,-0.0036243661,-0.021044984,-0.012689297,0.015282047,0.03524687,-0.023055024,-0.014912321,0.053948093,-0.0021886732,-0.0029203356,0.056841627,-0.06555023,0.019349163,-0.059173655,-0.0073939404,0.04158311,-0.018461907,-0.007456144,-0.008558957,-0.053220216,0.03634372,-0.003568883,-0.03631632,-0.012041714,-0.043116584,-0.08222021,0.013490673,0.026375623,0.00064834865,-0.021522954,-0.029992705,0.021549875,-0.053153384,-0.109142855,0.10611865,-0.035901338,0.023005456,-0.018047428,0.008203116,-0.07384596,0.019501613,-0.0043787286,0.008901329,0.015783938,-0.0051204483,-0.046594437,0.008524521,0.016529592,-0.1401301,0.014290987,-0.011252392,0.0040086936,0.00437128,0.0063059255,0.0031666143,0.054685727,0.032535054,-0.009502976,0.05727426,0.014283664,0.05696077,-0.002828128,0.04096427,0.021683758,-0.02463399,0.031155257,-0.017241023,0.10311177,0.010036196,-0.047824573,-0.005172943,0.00486459,0.002710326,0.032724675,0.017169572,0.018991208,0.025945013,0.097355835,-0.03465748,0.028020399,-0.030910764,-0.008173027,-0.02849199,-0.029612623,-0.02402237,0.006516906,0.06309012,0.009700711,0.008558842,0.034137513,0.019173585,-0.034422956,0.030929757,0.054266643,-0.020895679,-0.0199995,-0.033467032,-0.015846984,0.0016954937,-0.066995315,-0.041833855,-0.038033012,0.013752397,-0.011362897,-0.0020995722,0.04463128,-0.027872175,-0.08090731,0.05205939,-0.0049113072,0.06004161,0.02369441,0.052215997,-0.017763816,-0.07285743,0.0030148523,-0.02033902,-0.042284694,0.088160165,-0.019940473,0.05082998,-0.026591286,0.017082868,0.016576957,0.018969234,0.010276076,0.042466044,-0.05360423,0.08602502,-0.038169015,-0.026827972,-0.022303121,0.0022626622,0.00048472363,-0.014595495,0.07517092,0.018533332,0.038461965,0.036007628,-0.009918613,-0.019707754,-0.007675139,-0.030179853,0.04134993,0.035992917,-0.02700127,-0.018198404,0.008250943,-0.009209541,-0.0053777425,-0.0829887,0.013450755,-0.031620663,0.007599229,0.04307377,0.0011589897,-0.02353651,0.04189612,0.010028141,-0.05845912,0.0012443245,-0.06994329,-0.016158681,-0.014316001,-0.047124293,0.10194657,-0.031736024,-0.019120151,0.038291167,-0.06948816,0.0003008669,0.022059841,0.0019382739,0.03141543,0.073070444,-0.03604764,0.025524447,-0.00050180743,0.057891473,0.010142695,0.008037009,-0.036227584,-0.020831404,-0.0045573437,0.03808129,-0.05657978,-0.0016635931,0.02735748,-0.046041876,-0.008791636,0.013953125,0.03381896,-0.00875475,0.041567076,-0.0058737453,-0.018738667,0.030032419,0.004795381,-0.025857063,-0.016707696,0.029889546,0.004859967,0.0016922104,0.024910435,0.004516159,0.023093322,0.03711881,0.020791663,-0.008140512,0.051722445,0.002995416,-0.0002931987,0.06846843,0.07149263,0.056596737,-0.043892678,0.022843739,-0.015369475,0.00029956596,0.03741207,0.017779646,-0.048006676,0.040561166,0.050546244,0.060248077,0.027687619,0.031014368,-0.0030945234,-0.006306762,-0.0021348984,0.0017132391,-6.0509347e-33,-0.024821538,-0.027839372,-0.015462171,-0.03762199,-0.06781363,0.07655902,-0.02489426,0.08453294,0.04720672,-0.012651131,0.048047464,-0.019177064,0.017197302,0.013648038,0.0002725649,-0.0006286712,-0.008134272,0.029523395,0.0075295293,-0.007019669,0.07137215,0.016016224,-0.07495788,0.027492397,0.03978911,0.015542076,-0.044039313,0.06657784,0.025006874,0.030680412,-0.0018142577,0.012363011,0.014647031,0.031321667,-0.04728799,0.04209881,0.026733626,-0.008954897,-0.0116072735,-0.041379962,-0.0607411,-0.017017055,0.0378534,-0.0055761705,0.013715511,-0.049655624,0.012594088,0.0015804737,-0.001994668,-0.02547533,0.013470574,0.022269187,-0.0067125605,-0.03671509,0.010694648,-0.02731467,-0.031912785,-0.057413448,0.05504223,-0.02430783,0.019647455,0.014781219,-0.0046712453,-0.013569323,-0.023497082,0.038892306,0.02679208,0.015275405,-0.033438116,-0.0470512,0.027167678,0.028598938,0.0062301573,0.007155988,-0.0859973,-0.012155055,0.0022127058,-0.008571309,-0.033016913,0.03419132,0.0011333714,0.028252311,0.0064992565,0.00076537754,-0.021585809,0.011830047,-0.028100252,-7.5228316e-05,0.015481128,-0.0047224965,0.022329463,-0.02077057,0.00440475,0.00616358,0.09331089,-0.0050745346,0.06269156,-0.0074836435,0.010409543,-0.001126762,-0.0059040617,0.049517967,-0.02007067,0.0050811004,-0.044710092,0.016727539,-0.02769063,0.012958777,0.044874176,-0.009901023,-0.0056544268,-0.042097446,-0.006455557,0.05586061,0.021927606,0.03536251,0.0068680956,0.033837523,0.014061988,-0.011171703,0.032791372,-0.019853786,0.014240642,0.03991657,-0.040142633,-0.014121169,-0.033376236,-0.008528779,0.0038843108,0.03323074,-0.0037199913,0.03420707,2.9553348e-07,-0.035730958,-0.029226609,0.06276322,-0.040909715,0.014160358,0.013905768,0.013168525,0.00750355,-0.050371405,0.008442655,0.03365371,-0.018690296,0.006266497,-0.07970794,0.09176941,-0.006548086,0.0438692,0.016557451,-0.00046866754,-0.03159331,0.06942093,-0.034002505,-0.023046745,-0.0010167811,-0.026609194,0.0002811533,0.048140574,-0.05401259,-0.053236417,-0.05480984,-0.025187561,0.07474239,0.02351532,0.027617663,-0.037221827,-0.02263238,0.021900399,-0.030946402,-0.02202632,-0.025763934,-0.027578708,0.03739125,0.0026929334,-0.09074811,0.013920605,0.022126734,-0.037728343,0.06601547,-0.049765196,0.03442766,-0.03018266,0.020871399,-0.009061953,0.012717734,-0.020575875,0.026544075,-0.035209168,0.006146124,-0.0066855885,0.032199245,-0.014942141,0.017276615,0.017786086,0.030373609,0.035582837,-0.039831452,-0.08734734,2.5536125e-34,-0.024482308,-0.05240228,-0.016537456,-0.018788826,0.00985617,-0.032343797,-0.07211916,0.019636784,-0.013357912,-0.005259488,0.0010644981,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/pdfs/Tekever_AR3_UAS_reg_n-a_04-23.pdf', 'page': 0}","During a Beyond Visual Line of Sight (BVLoS) flight over the English Channel, the engine
stopped. The aircraft descended on a parachute into the sea and was subsequently
recovered. Investigation revealed an issue with the Low Pressure fuel pump which
caused it to fail and trip its associated electrical fuse. This fuse also provided electrical
power to the High Pressure fuel pump and, with both pumps stopped, the engine was
starved of fuel.
The operator ceased operating the aircraft type until a number of improvements had been
implemented."
-0.03145322,-0.042658463,0.014728885,-0.036737297,0.011861229,0.02721946,-0.021901349,-0.024807716,-0.029152883,-0.017502965,0.0395306,0.015423238,0.021312691,0.087292716,0.029160218,0.06352854,0.02401169,-0.022395527,-0.0015092815,-0.014503496,-0.022419179,0.016422926,-0.0063820053,0.024190942,0.028216401,0.04747543,0.036131267,0.033517707,-0.014241238,0.016217917,-0.011517081,-0.041319154,0.006170199,-0.00073149696,1.9731037e-06,0.0035039773,0.0019418461,-0.008632403,-0.06731885,0.006248522,-0.011267515,0.06004131,-0.01914701,0.04303675,0.016687399,0.049992315,-0.00972488,0.0770746,-0.035998996,0.040548477,-0.011747142,0.0023749624,0.022414189,-0.0017655351,-0.019971047,-0.027398689,-0.010076454,-0.021836232,0.026743654,-0.08649916,-0.018522913,-0.019846505,0.034142423,-0.015635611,-0.077594906,0.026829967,-0.033020314,-0.056750726,-0.017028252,-0.03554584,-0.040226057,-0.035801157,0.029989395,0.0215335,-0.02655932,0.0051069744,0.02146384,-0.0012302819,-0.034243856,0.0073898574,0.022187687,0.025125878,-0.0058859903,-0.010760359,-0.0054864907,-0.006911796,-0.029848129,0.011593243,0.0024570273,-0.015266155,0.014561764,0.01949938,0.033013124,-0.035328984,0.014117885,-0.00936111,-0.018437902,-0.0070593064,-0.0026732015,-0.094897866,0.023889357,-0.017455084,0.030133707,0.004098719,-0.0012278435,0.011281322,-0.04982234,0.0374291,0.0021415944,0.10466696,-0.0070289336,-0.004896573,0.006204059,0.028827338,0.055825993,0.026105681,0.05266958,-0.035203625,0.012575082,0.038070016,-0.058628816,0.07060192,-0.046779662,0.01438515,0.03880901,-0.03726892,0.031149967,-0.004097589,0.011831019,-0.036035966,0.014035215,-0.019207908,0.01921812,0.0036073634,-0.06143319,0.048700877,-0.016216854,-0.036355507,-0.049780212,-0.017621858,-0.012906384,-1.02015765e-05,0.004612624,0.005751721,0.0018529466,-0.020464672,0.008471779,-0.04406271,0.013028474,-0.01163311,-0.028266877,0.0075938255,-0.007204341,0.019043306,0.02276048,4.407703e-05,-0.029946463,0.027124947,-0.005242649,-0.012410663,0.055027083,-0.0139898425,0.08865638,-0.013722238,0.012451688,0.043753028,-0.050019838,-0.017925514,-0.09314452,0.014393577,0.05108018,-0.022749804,-0.011734429,0.043753795,-0.025319774,-0.0048862593,-0.038357146,0.019713439,-0.0022663865,-0.013551991,-0.059004985,0.025690416,-0.054960463,-0.066645235,-0.027576244,-0.0009127499,0.022324381,0.022565221,-0.040821433,0.006957237,-0.010817419,-0.00082947535,-0.0032476028,0.049003925,0.04340154,0.00024868816,0.028543033,-0.0066729723,0.012500102,0.020201776,0.005813086,0.01442817,-0.009472337,0.049984194,0.017881874,0.0005854234,0.04078183,-0.0365767,0.021240402,-0.024615983,-0.0041560982,0.034921274,0.032619573,0.047352333,0.02450413,-0.0051046996,-0.008281361,0.032656442,-0.09607205,0.06081267,-0.023995085,-0.028654896,-0.053512074,0.0045184344,-0.054331176,0.021206615,-0.048381,-0.028276455,-0.039399855,0.026623307,-0.023581596,0.013034813,0.03116367,-0.0059533236,-0.036212765,-0.019179223,-0.03278475,-0.016851006,0.0073119723,-0.07655369,-0.0145807685,0.095765114,-6.9952235e-05,-0.037519515,-0.014886438,-0.04528515,0.0027193,-0.017870182,0.026873508,0.039723556,-0.02704862,0.033516385,0.02747562,0.002306565,0.011820347,-0.061092928,-0.0036350787,0.022301883,-0.048315417,-0.015035095,0.07215541,-0.024807043,0.021391504,-0.010476796,-0.002962555,-0.006576303,0.096912056,0.011832281,-0.0018551428,0.018218618,-0.015818415,0.0025272379,0.007321958,-0.033595484,-0.019732209,0.011526323,-0.05077429,-0.003626127,-0.0011508116,-0.034437817,-0.0077273827,0.00091838784,0.0014075197,-0.030967133,0.026487567,0.07361305,0.052836634,-0.06050627,-0.033338405,0.093390055,-0.060941327,-0.0075712698,-0.0017020411,-0.024963286,-0.004830235,0.032008417,-0.018156577,0.016314708,0.010335858,0.1262492,0.046934143,0.07980544,0.015700238,-0.0015271298,0.00024212252,0.011778245,0.0008966472,0.05755628,-0.07243561,-0.037282024,-0.027114153,0.0013479039,-0.0060389987,-0.013101671,-0.027072325,-0.024185136,0.008786626,-0.07047915,-0.04280672,0.07778568,0.018105386,-0.015483745,-0.025983324,0.0065863393,0.0046965894,0.020149969,0.01359857,0.0027636169,0.035556875,-0.0152891595,-0.05036766,0.021210762,-0.0019169792,0.038427547,0.03468181,-0.03071683,0.0037307427,-0.04179296,-0.030621752,0.07265325,0.002026853,-0.064229846,0.03194372,-0.050434478,0.017166497,0.040489696,-0.011322051,-0.013620359,-0.019153235,-0.093752414,0.018412508,-0.0025274372,-0.007178381,0.011137739,0.011280613,0.010646146,-0.006608502,-0.011555586,0.038254466,-0.010919656,0.07281992,0.004414442,0.048686195,-0.008977996,0.024582658,-0.0014247135,-0.02766721,0.002562688,0.03030962,-0.023806412,0.05109655,0.053783685,-0.081662886,-0.024925435,0.007826987,-0.02098481,0.002279499,-0.03210173,-0.0141752595,0.008808301,0.01181859,0.022610636,0.03535598,0.0034226887,0.040594935,0.019178292,0.016056076,0.055570412,-0.006001898,0.03314875,0.0004966717,-0.050735667,-0.06031445,0.004142375,0.0008440774,-0.018875789,0.05041432,0.040972646,-0.025704449,0.06047304,0.018874839,0.02444878,-0.061301336,0.046872813,-0.01005852,-0.022334086,0.023663757,-0.04048874,-0.063951,0.0547249,0.022012932,-0.0074632787,0.032738883,0.0017561238,0.0006502138,-0.03191792,0.035510793,0.025512116,-0.008305037,0.014440551,-0.03030952,-0.003140006,-0.0018057739,-0.088826716,-0.056657303,-0.02683783,-0.021084419,-0.018789468,-0.03028908,0.04344419,-0.034358535,-0.06747116,-0.014834505,0.023187818,-0.041095164,-0.011823023,-0.022428764,0.058687016,-0.0743978,-0.030973332,-0.039654557,0.005950408,0.054980043,-0.009061315,0.0140638165,-0.028021565,0.042098533,0.0012430737,0.0074534845,0.016142417,0.015872126,0.019818865,0.1256792,-0.045085255,-0.0010455461,-0.029711582,0.061011326,0.06579884,-0.046629388,0.0737586,-0.0131563395,0.028851721,-0.011570297,0.031189095,-0.02759782,0.0086809425,-0.032302905,0.01573911,0.059137348,-0.01418229,0.037266154,-0.030713549,-0.00079417205,-0.03292647,-0.06552918,-0.022815417,0.025974814,-0.02645274,0.07121816,-0.014026568,-0.011963711,-0.029964427,-0.017895155,-0.032464255,-0.011166554,-0.020505348,0.022923643,-0.026452791,-0.0111875115,0.08484176,-0.0054801623,-0.015654402,0.028916335,-0.0783742,0.017284615,0.008390865,0.029620914,-0.0074997763,0.054033216,-0.017967487,-0.0012043326,0.009185389,0.018547567,0.02009095,0.008504062,-0.01571895,0.0015521082,0.033786938,0.013945793,0.0015853627,0.010032539,0.006043018,0.018888602,-0.057209693,0.01576227,0.015083802,-0.016223714,0.019923832,-0.036197904,0.025773617,0.005263798,-0.033643033,-0.040366817,0.0027061086,-0.010662919,0.03684501,0.021954276,0.009707003,0.01669098,0.008240854,0.06897803,0.017491562,-0.029947203,0.04087802,0.015081565,-0.022308363,0.049372952,0.013182042,0.030792389,-0.08046928,-0.013466107,6.117838e-05,-0.021632493,0.00078530714,-0.0019186733,-0.038148917,0.0047746217,-0.011425327,0.04521397,0.006569077,-0.0018131387,-0.045636654,-0.004939591,0.012401388,-0.05963145,-5.767622e-33,0.01088249,-0.088796005,-0.035605095,-0.022282913,0.008822819,-0.0055322805,0.017736407,0.05628743,0.016691606,-0.04094413,0.020226426,0.037491616,0.017725604,-0.0063275523,-0.0029143423,-0.0028641692,-0.010760787,0.008561241,-0.005279869,0.016715802,0.019888332,0.051429473,-0.014546091,0.024375273,0.032378346,-0.011906312,-0.008743938,0.041771233,-0.025100287,-0.013519892,0.004221193,-0.022826426,0.017196942,0.013138508,-0.011152088,0.013597253,0.03212177,-0.030714575,0.010619721,-0.06942566,-0.033919916,-0.029677726,0.02322052,-0.019684939,0.060262278,-0.10008156,-0.005894946,0.054740727,-0.024970695,-0.008549405,-0.0029147211,0.011573079,-0.0039607636,-0.06054117,-0.047214694,0.036228664,0.00038637628,-0.013634943,0.0100325495,-0.048187423,-0.004348855,0.0068481425,-0.039882064,-0.0709609,-0.052516486,0.054126065,-0.022512393,0.038546585,-0.08018633,-0.07167323,-0.025570765,0.026193356,0.014682814,-0.030988112,-0.0005038334,-0.045296025,-0.0036266153,0.025975268,-0.059594173,0.05863492,0.023677547,0.0046199095,-0.08798833,-0.015569033,0.041124966,0.04013289,-0.008390204,-0.01217353,0.039060883,0.01953381,0.042101648,0.033571657,-0.04301979,0.04141465,0.060284026,-0.0358381,0.06363899,0.021226758,-0.0062664803,-0.028310424,-0.012706408,0.03162907,-0.019877309,-0.0096109165,-0.027274957,-0.055379007,-0.014789995,0.070291124,0.044290878,0.0043705967,0.012259004,-0.056669794,-0.003245487,0.011585484,-0.008454863,0.070896424,0.042036757,-0.07060513,0.020518012,-0.01918218,-0.02842999,-0.02509863,-0.047492523,0.06517678,-0.034749687,-0.013308973,-0.027496569,0.06479504,-0.050220143,-0.017467221,-0.0022803484,0.036414232,2.6283558e-07,0.034004223,-0.03764395,0.07028983,-0.058565687,0.035309166,-0.030528259,-0.04410344,-0.012383162,0.035819255,0.04059019,0.09530986,-0.02624789,-0.007892351,-0.02637653,0.054046012,0.0141042005,0.060591485,0.0005187573,-0.010599665,-0.104575,0.07759968,-0.049026456,-0.045176677,0.0013898743,-0.018310959,-0.038122226,0.021045927,-0.050881255,0.0016233537,-0.13279042,-0.029493952,0.10735593,-0.021027515,-0.008287534,-0.0028439166,-0.020854324,0.05672932,0.017769186,-0.025825655,0.008812767,-0.0150156,-0.014044069,-0.020736711,-0.040428907,0.007634353,-0.047008157,-0.010168049,0.05230032,-0.023275362,0.06487755,0.0052658576,0.017116552,0.042233896,0.04651387,-0.02203713,0.064078115,-0.017871812,0.03293813,0.025030725,0.09783035,-0.031184798,-0.021252384,0.030762037,0.0153080365,-0.04250661,-0.059115052,-0.059355315,1.8736882e-34,-0.014689058,-0.042452674,0.012579658,-0.027461356,0.032236278,-0.03761161,0.010482367,-0.010855952,-0.013333615,0.026633842,0.006415647,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/pdfs/Aeryon_SkyRanger_R60_registration_na_01-21.pdf', 'page': 0}","The UA fell from a height of about 70 ft into a pond when the emergency cut-out was
accidentally operated by the pilot. The pilot stated he had not recognised the emergency
cut-out function icon which had appeared on the flight controller screen. In attempting to
clear it he unintentionally activated the function, stopping the UA motors."
-0.011804334,0.03639503,0.05220661,0.019331153,0.014034863,-0.019010643,0.0045960373,-0.004828928,-0.071299724,-0.045876723,0.0026840647,0.0011395873,0.06120475,-0.017830739,0.06352712,0.0006603649,0.035281193,-0.036389124,-0.015220929,-0.020069946,-0.012635867,0.003951464,-0.025364364,0.023137923,0.0070195775,0.036036614,-0.0123799415,-0.04947135,0.04418281,0.026585607,0.015821232,-0.0038950127,0.04189081,0.05502235,1.9872905e-06,0.003443452,-0.010950876,0.003665379,-0.056157243,0.025829732,0.044704147,0.028718354,-0.042972304,0.017201431,0.030315842,-0.090758815,-0.035823435,0.041098073,-0.030731512,0.024613667,0.004576036,-0.0287611,0.044901375,0.015317037,0.033663474,0.013298544,-0.012426405,0.017336601,0.017552486,-0.025471445,-0.0020524717,-0.03986297,0.017654,-0.028816478,-0.04888569,0.049542427,-0.07280395,-0.019290466,-0.04988241,0.009419772,-0.015061456,-0.0043178205,0.033608716,0.02536238,-0.022540286,0.026469637,0.041315183,0.03284448,-0.042921755,0.011874189,0.027016148,-0.034818,0.0034930506,-0.035472024,0.0025942316,-0.0073462054,-0.055207692,0.05072126,-0.0071536405,-0.042538483,0.043540426,-0.010530925,0.017162567,-0.011359436,0.026464866,0.020040791,-0.03242873,-0.05590932,0.021151073,-0.122605,0.016144719,-0.044973034,0.0065095504,-0.0023474616,-0.042214233,-0.025759326,-0.019807091,0.006707824,-0.023243966,0.08044346,-0.07556795,-0.0297018,0.031116799,0.051028475,0.039996754,0.022508916,0.04875725,-0.0047082826,0.01010581,0.001928985,-0.06768827,0.029180542,-0.04599388,0.01630644,0.025584465,-0.021399695,0.025493791,0.028066235,0.02502527,-0.07017859,0.0012130191,0.058330704,-0.011004307,-0.02775006,-0.06065805,0.05801588,-0.04324152,-0.00021360596,-0.06901189,-0.032409143,0.0029819128,-0.016674904,-0.0003399971,0.016362106,0.03127799,0.035458785,0.022481117,0.014436743,0.041403946,-0.026930993,-0.02015934,0.07579801,0.0036593804,0.00858848,-0.028912915,-0.01249926,-0.008699493,-0.023560496,-0.036690705,-0.011813168,0.02961684,-0.009170979,0.03050838,-0.03705268,-0.033545546,0.0029103903,-0.056756366,0.0192076,-0.015703712,-0.0024372742,0.023495398,-0.04199973,0.035216343,0.10120578,0.0098382905,-0.04977766,-0.10780491,0.028859781,-0.027783118,0.038280632,0.010549779,-0.028484479,-0.012305074,-0.093068324,-0.077264845,-0.04985077,0.0052435454,0.019659951,-0.020335328,-0.031373397,0.011731731,-0.028606288,0.020590091,0.012562661,0.03165976,0.013099787,-0.00013080826,0.013551297,0.015514356,0.033616107,-0.03547564,0.001300678,0.07823553,-0.034044478,0.005039941,-0.018528868,-0.038911488,-0.008059426,-0.030329868,-0.011299581,-0.05670046,0.0074572978,0.04820574,0.06399745,-0.005375726,-0.00779207,0.03203046,0.014294014,-0.09896067,0.016775278,-0.03854417,-0.059193205,-0.009486327,-0.005580363,0.043120004,0.041570727,-0.0014991318,-0.019293597,0.0068807816,0.032807928,0.035461973,-0.030848155,0.01842293,0.009773804,-0.01278909,0.036991514,0.05568571,0.029464822,-0.0103352405,-0.024989394,0.005746556,0.076049276,0.024345316,-0.04122143,0.042857196,-0.0053442377,-0.07211562,-0.0067027495,0.071553625,0.027959885,-0.02076334,0.011684077,0.04185844,-0.013536913,-0.028613174,0.018207375,-0.03772205,0.02166215,0.014231517,-0.0246331,0.13096058,-0.028285617,0.008845452,-0.039137382,-0.028748708,-0.0058217384,0.021279631,-0.020140111,-0.031149868,0.013795647,0.0033087737,0.014981046,0.027564077,-0.022262942,-0.0010913325,0.011475998,-0.019297458,-0.019978022,-0.056371525,0.013496381,-0.038346685,-0.019060556,-0.041583285,-0.029967777,-0.0022166518,0.03486712,0.04019639,-0.034539398,-0.06250986,-0.0011089363,-0.097273976,-0.027508084,0.00091418583,-0.033106472,0.017151866,-0.013273734,0.0146147,-0.0049440116,-0.00043881498,0.1313008,0.037950493,0.06442243,0.007371526,0.015372718,0.024683412,0.034075476,-0.0019405605,0.049218945,-0.011585735,-0.023272928,-0.0034414872,0.00092178537,0.005201022,0.0078233015,-0.003532705,-0.021211239,0.027928118,-0.042483,-0.0006408636,0.039677117,0.021138888,-0.0032387923,-0.0431837,0.027119579,0.013085513,0.03453094,0.018139323,-0.0047179675,0.04389741,0.036498006,-0.03767086,0.08161869,-0.007289064,0.039533176,0.026148956,-0.03245096,-0.006542774,-0.052796103,-0.05584904,0.07149851,-0.034743052,-0.02801931,-0.023172699,0.017416682,0.0030235865,0.02299224,-0.0031641324,-0.030573975,-0.014114412,-0.073188156,0.05389651,-0.011897164,-0.003108597,0.04550727,-0.06361222,0.074516624,0.0038892098,-0.020066828,0.0045953235,-0.01661535,0.009947839,-0.045391414,0.079329446,-0.00089901296,-0.022584874,-0.03155894,-0.03793469,0.025353838,0.02847898,-0.072078586,0.046933968,0.030329295,-0.068061724,-0.018947171,-0.015733229,0.050155368,0.021282617,0.007925774,-0.032383144,-0.043812122,0.03498011,0.041328914,0.012278851,-0.01242954,0.0073920535,0.05262019,0.037748966,0.04499793,-0.015293427,0.027376927,-0.027823355,-0.05093575,-0.07471402,-0.017325608,0.004288375,-0.022210717,0.04074808,0.07985503,0.022064654,0.09055969,0.007719479,0.037700124,-0.088321716,-0.0054570674,-0.031689975,-0.019463625,0.011456247,-0.026200658,-0.05582668,0.032080896,0.050731257,-0.012970914,0.05462967,0.007959896,-0.031531457,0.021146169,0.050428215,0.00517569,-0.07013729,-0.029027713,-0.027827341,0.00082626863,0.018509507,-0.07159449,-0.008895028,-0.041266304,-0.06990953,-0.03085587,-0.015477392,0.037865467,-0.028506882,-0.054469414,0.0065863053,0.003095084,-0.011850346,0.032464866,-0.008336853,0.04337491,-0.047397763,-0.062781736,-0.041814923,0.043660685,0.0071985275,-0.024273084,0.061454188,-0.0019553232,0.012736472,-0.055669677,-0.014770818,0.03988449,0.0015846298,-0.012059451,0.053686697,0.01633143,0.0061423676,0.0043358183,-0.00021763594,0.025151508,-0.04501258,0.062196795,0.015374983,0.019506028,0.0016283739,-0.00081217545,0.02748578,0.012689958,-0.033690993,0.0069677914,-0.005113813,-0.020894926,-0.0305827,-0.009393854,-0.00789619,-0.011461582,-0.061295852,-0.0127082905,-0.019749641,-0.016791383,0.03255819,-0.0011064137,0.0049953326,0.0121026505,0.015655141,-0.010643657,-0.022151312,-0.032427903,0.06278054,0.00083947217,0.0006321887,0.08408176,0.005579582,-0.03325532,-0.011590397,-0.017415034,0.021794798,0.05755152,0.0454616,0.027118484,-0.015469191,-0.023739118,-0.04061579,0.010147255,0.021900749,0.0361988,-0.011410965,-0.0014098255,0.019021984,-0.034025226,-0.005750215,-0.031776056,0.06460023,0.0050265943,0.04998268,-0.0076245307,0.013118612,-0.042852428,-0.014789745,0.031768575,0.006420403,0.007487298,0.016255988,-0.05582227,-0.036894117,-0.018905692,-0.0044052703,0.04713818,0.021707367,0.03834353,0.015991677,0.053876236,-0.014701352,-0.011309526,0.022641089,0.07714102,-0.03544347,0.033619694,0.068192266,-0.010722034,-0.008118178,-0.047601636,0.06584657,-0.02893288,-0.0018020724,0.025307156,0.04888628,-0.04526654,0.024154492,-0.018880289,0.07670699,-0.025200615,-0.005930544,-0.032204792,0.01102411,0.045551088,0.004710148,-5.513047e-33,0.008008566,-0.044603847,-0.055663668,-0.042159062,-0.06508526,0.013028176,0.000800908,0.07419919,-0.0023164165,-0.001230396,0.046435907,0.0068268236,0.007606692,-0.0085302675,0.026664011,-0.038377296,0.037002236,-0.023559008,-0.0062136124,-0.029111505,-0.004090434,0.026571114,0.013823312,-0.0009481729,0.03978697,-0.033714045,-0.037428875,0.031086309,0.012489297,-0.011910141,-0.032706793,-0.012953635,0.0009233116,0.024742166,-0.03563554,-0.027721837,0.0048507266,-0.034383275,0.014661066,0.016010039,-0.060246147,-0.03066835,0.03779559,0.006520623,0.028084598,-0.043898597,-0.014134765,-0.00021932568,0.031584598,0.008006942,-0.014798224,0.028323835,-0.008677114,-0.05907252,0.0027468202,-0.015342503,-0.014598931,0.006913334,0.06777824,-0.035604082,0.0069154324,0.026315384,0.00983282,-0.031753793,-0.023162296,0.057539154,0.06327736,0.013197182,-0.055216134,-0.032400783,-0.040289294,0.077870354,0.04120892,-0.05417637,0.013795383,0.018833058,-0.010897662,0.011014193,-0.013937405,0.041950937,0.013836389,0.012687901,-0.0023147038,-0.0025661222,0.031777304,-0.03133158,-0.016232938,-0.022816526,0.0066792727,0.02412839,-0.014529713,-0.033384785,-0.033008404,0.02739169,0.054880142,0.02057149,0.020698767,0.018964574,0.0152926,-0.014558861,0.022984128,0.058849983,-0.036946956,-0.052685756,-0.0060440004,-0.026885021,-0.07607742,0.042064182,0.027551105,0.018525472,0.017896071,-0.038686264,-0.018314444,0.036751114,0.034218032,0.030566895,0.024753544,-0.05601719,0.050678592,-0.0022819582,-0.033817254,0.014026917,-0.10036056,0.049820412,-0.032858558,-0.059298255,0.032078203,-0.0047064577,-0.037273273,-0.030470785,-0.037030462,0.01815349,2.686278e-07,-0.03868895,-5.45271e-05,0.076881565,-0.03222101,0.02242692,-0.0034844663,-0.03442952,0.013553897,-0.024693923,-0.008084643,0.008289595,-0.023173233,0.0072086127,-0.004610062,0.03448372,0.08700617,0.038802363,0.017635202,-0.03295798,-0.030033851,0.0095629385,-0.022632863,-0.039016213,0.069288515,-0.047073606,-0.017613683,-0.02685738,-0.054648045,-0.052979216,-0.053968556,-0.03354981,0.080237634,-0.035537776,0.006952179,0.008443314,-0.02734531,0.05387785,0.00036771424,-0.016933758,0.054219507,-0.021865439,0.0026813988,0.023212973,0.056481954,0.046591744,-0.018448856,-0.017716601,0.06939028,-0.028875003,0.06524798,0.011630169,0.044234216,0.05299566,0.0013038056,-0.016182642,0.025685748,-0.04575341,0.007990411,0.024129145,0.07815451,-0.07145168,0.02446916,0.04703362,-0.06346913,0.0044421954,-0.030917866,-0.070937715,1.7912053e-34,-0.0065306365,-0.059216104,-0.019885348,-0.002685131,-0.023977233,-0.00029953744,-0.015736336,-0.013434021,0.0131848445,-0.019305198,-0.02754059,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/pdfs/DJI_Phantom_3_Pro_UAS_05-19.pdf', 'page': 0}","The unmanned aircraft took off and reached an estimated height of 10-15 ft when an
unusual noise was heard. Shortly afterwards one of the motors detached from the
structure and the aircraft impacted the ground and was destroyed. The structure showed
signs of multiple cracking around the motor attachment points and it is probable that these
cracks joined together and resulted in the motor detaching from the structure."
-0.025394384,0.04837051,0.0046202075,-0.014796521,-0.009490029,-0.025233768,-0.017509168,-0.027766664,-0.015841438,0.009120344,0.06786994,-0.03516459,0.06352581,0.035504095,0.042419743,0.014347217,0.06582221,-0.02821573,-0.09295433,0.005779451,-0.07586454,-0.026676701,-0.01620667,0.0015856294,0.034258865,-0.010116198,-0.026721442,0.024937946,0.039064635,0.011235267,0.04126409,-0.041770615,0.076516755,0.098337024,1.5330423e-06,-0.018907826,-0.017104821,-0.004040746,-0.021468181,0.019976387,0.055841934,0.02165977,-0.065003686,0.013741049,0.028214335,-0.020474123,-0.011086098,0.03006309,-0.02160409,0.025985336,-0.009267566,-0.014646652,0.007681615,0.0042959354,0.018796947,0.013802607,0.0017432817,-0.040483493,-0.04144983,-0.034308597,-0.05216233,0.02610276,0.022815092,0.0141863255,0.006028051,0.058455016,0.021744516,0.03499653,-0.04085058,-0.03619247,-0.025335856,0.012578173,0.011763501,0.0021449425,-0.06304292,-0.013221404,0.04745328,-0.038109098,-0.062812455,0.0044900808,0.01207065,0.008102804,0.0045781024,-0.017044256,-0.029043527,-0.016121894,-0.030413752,-0.03935477,-0.020297853,0.026588174,0.08641812,-0.012368685,-0.00037472884,0.02624674,0.022958308,0.039087813,0.009530164,-0.035301954,0.030958641,-0.0558773,0.06356348,-0.06057791,0.0030950822,0.013784619,-0.0055480963,0.028807355,-0.06961307,-0.023357725,0.0135314725,0.05160714,0.010566894,-0.041155234,-0.00021013015,0.00050453073,0.012094813,0.024397735,0.04737959,-0.01869246,-0.016003344,0.053952,-0.05674509,0.037093405,-0.052176815,0.017836982,0.026076857,0.004046176,0.06633032,0.00484069,-0.011273016,-0.004101143,0.010136617,-0.016211925,0.01548657,0.012893986,-0.08589797,0.10062648,-0.028297873,0.010880976,-0.039117362,-0.021759847,0.032496247,0.025755497,-0.020747399,-0.003826101,0.012697224,0.006943472,0.014333161,-0.009622326,0.022827076,0.045973178,-0.035498314,0.057786338,-0.034118302,0.01467719,0.018242057,0.0098702535,-0.005636671,-0.014684388,-0.0046950993,0.02739595,0.009364811,-0.013147391,0.07058046,-0.035938803,0.027756898,-0.014452492,-0.036746092,0.011701673,-0.12948753,0.03378866,0.06046712,-0.008346046,0.017886315,0.11602476,0.026867256,-0.009111048,-0.06652905,-0.020251615,0.03173063,0.02204407,-0.030589357,0.03406263,-0.036976002,-0.05619269,-0.0652243,-0.026176408,-0.0130179,0.07030952,0.00045036434,-0.039765935,-0.019830285,-0.008880264,-0.012926872,0.0044406373,0.01872831,-0.014447678,0.009939478,-0.042568225,0.028498659,0.024948128,-0.018558022,0.029351601,0.051993452,0.041359052,0.0043545933,0.008358269,0.06440779,-0.08285846,-0.039268155,-0.0130436765,0.071071334,-0.014275146,-0.0035508436,0.08172526,0.011032958,-0.006908325,0.031778533,0.047651604,-0.10544583,0.017162925,-0.031020451,-0.014227487,-0.039902676,0.004072478,0.024438618,0.008325062,-0.044346143,0.0037845809,0.008748096,0.014462928,-0.0077407397,-0.018975377,-0.009360256,-0.0056740544,-0.056870993,0.018245418,0.028686948,0.009418897,-0.048240807,-0.03615899,-0.024793094,0.04975155,0.024881292,-0.023767428,0.03750403,-0.037104774,-0.005672042,0.0045210547,0.014005638,-0.00353107,0.003973809,-0.038041044,0.03732165,-0.006832886,0.030153258,-0.03169685,-0.06056454,0.00567042,0.05606718,-0.005039923,0.10581887,0.0024486934,0.036007095,-0.010654543,0.001981947,-0.0081103,0.036733832,-0.012926858,-0.0015420711,0.0155989025,-0.043657646,-0.016732993,0.0101451315,0.0010043974,0.0028063457,0.0010777871,-0.013948023,-0.0033597632,-0.056594543,0.016973576,-0.018532611,-0.0014932567,-0.014309198,-0.016681219,5.021087e-05,0.06739602,0.06551508,-0.038722612,-0.07741541,0.004945792,-0.05325771,-0.03365698,-0.0022115542,-0.012131551,-0.030956907,0.037637275,0.0019360919,0.043252315,0.019705782,0.09148576,0.017269626,0.06486202,-0.054567102,0.024693785,0.04275452,-0.024127288,0.047964375,0.055784144,-0.034614928,0.00881781,-0.039065327,0.0133723235,0.045874175,0.036729,-0.06536756,0.01042289,-0.0055055115,-0.0023370937,-0.025069192,0.06470393,0.02686113,-0.01661198,0.008360078,-0.012760767,0.016885208,0.003616528,0.030717703,0.037908126,-0.015261642,0.022786766,-0.0072239568,-0.022867806,0.021995684,0.0006161359,0.04453764,-0.061370846,-0.033065297,-0.03309955,-0.04406476,0.023848379,-0.033680864,-0.057030488,-0.014337007,-0.045931492,0.013174595,-0.0140715735,-0.013434651,-0.034031756,0.02641232,-0.06426965,0.01193723,0.0034784093,-0.010966181,-0.025308507,-0.03921097,0.0148921665,0.005794182,-0.042950146,0.087082244,0.022981517,0.011578801,-0.037868436,0.009683224,0.03319811,0.014872868,0.0011293838,-0.038611498,0.014308078,0.0229239,-0.031312272,0.04253318,0.006731444,-0.028030453,-0.06082392,-0.002483778,0.032114394,0.003550027,-0.0073434114,-0.058595,-0.009319604,0.04184807,0.014712817,0.027342102,0.0011053332,0.039123602,-0.0027751278,-0.016183374,0.020298917,-0.018492492,0.016697587,0.010319318,0.031940844,-0.027067166,-0.035355937,0.035393964,-0.037201762,0.012595421,0.04995294,0.019178027,0.054427642,0.010250364,0.059962362,-0.05038128,-0.0034593465,-0.014590813,-0.0052017015,0.019670527,-0.022091288,-0.03798662,0.019564154,0.00028438243,-0.011818704,0.035977036,0.027205817,0.005799126,0.0008777637,0.025105923,-0.00045895856,-0.05467659,-0.058016777,0.0055615455,0.014901589,0.03914773,-0.039435077,-0.015204706,-0.0021711271,-0.045448706,0.06751202,-0.024633627,0.012167546,-0.051157992,-0.11753783,-0.037298884,0.030774182,-0.034459416,0.016545437,0.013721944,0.087810345,-0.071609646,-0.037503928,-0.05296838,0.016960574,0.018685259,-0.013885942,0.05311275,0.03299629,0.03152565,-0.060449675,-0.024997985,0.032126363,0.05922016,0.0006581487,0.095345624,0.023377812,-0.023370357,0.006448192,0.011177287,0.006499408,-0.020979935,0.10525893,0.01565903,0.028685793,0.038613413,0.01145621,0.059965257,-0.05512781,-0.06476853,-0.029836485,0.010780978,-0.015061309,0.06524287,-0.029906858,0.0025876202,-0.032970697,-0.06321854,-0.01526916,-0.0134933805,-0.045854576,0.00343935,-0.014913959,-0.008039883,0.072726086,0.0047679814,-0.03858446,-0.003635264,0.0145943705,0.070086025,-0.0056350543,0.015179316,0.01849317,-0.03818887,-0.03381573,-0.0040415796,-0.011654541,0.01819117,0.01353838,0.019210026,-0.03542938,0.0028660716,-0.026073262,-0.022374613,0.029667353,0.022605104,-0.01356538,0.0041724797,0.0035746496,0.041943982,-0.055714414,-0.005192394,-0.011446752,0.021832729,-0.03855625,-0.0015215485,-0.036047757,0.008882843,-0.009026654,0.022038274,0.08408224,-0.029690607,0.0028846934,0.032841045,-0.0069507873,-0.09736217,-0.03976317,-0.022843778,0.040507153,0.012072219,0.017661657,0.0042665433,0.030984119,0.025731353,0.02443313,-0.0056559783,0.032955043,-0.0032791493,0.04271666,0.072597675,0.036242183,0.01946034,-0.007116035,0.0132241165,-0.01552694,-0.0389972,0.02287403,0.0143727735,-0.088305786,-0.012382317,-0.00044808304,0.050182614,-0.00061500253,0.014905308,-0.030563945,0.021902625,0.0067619816,0.0052274014,-5.3778117e-33,-0.034472115,-0.051928457,-0.017747138,-0.007595732,-0.02724125,0.014211167,0.037590176,0.010738778,-0.011231903,-0.024097588,0.011020166,0.011081256,0.018796919,0.0050160927,0.03622174,-0.013016298,0.031154115,-0.0009369024,0.0299597,-0.0069252495,-0.00020649501,0.026954748,-0.023871494,-0.040086277,-0.017769024,-0.010761998,-0.02881921,0.014707166,-0.039032865,-0.039485004,0.015242006,0.03945491,0.0025932014,0.0041265893,-0.04356291,0.0014754742,0.0059698927,-0.051387627,-0.008371444,0.012180028,-0.022515854,-0.06723262,-0.0013348418,-0.017238308,0.031294547,-0.09414865,-0.008426835,0.012908802,0.03401142,-0.041810174,-0.030784136,-0.026158541,-0.017405257,-0.047533303,-0.015164354,-0.026609767,0.01607925,0.014589641,-0.007718928,-0.042334747,0.032547522,-0.015810868,0.008061444,-0.032373518,-0.027323745,0.030330453,0.11178526,0.0008364201,-0.07349821,-0.03030718,-0.009230581,-0.037025385,-0.015757777,-0.030601384,0.055508826,-0.01642311,0.034368753,0.020430744,-0.07395403,0.077075966,-0.005304108,-0.02198905,-0.011139303,-0.013357301,0.035533246,-0.07672716,0.013265832,-0.002543257,0.004414632,0.051834922,0.049778193,0.048967153,-0.019892069,0.016252605,0.0610612,0.04971275,0.004078984,-0.005184714,0.009745913,0.003396592,0.013075422,0.049657907,-0.0060641505,0.009113639,0.011625603,0.02654835,-0.018284142,0.015559216,0.011870362,0.011601678,0.016799198,-0.015963,-0.020264216,0.0113371955,0.03796254,0.007835994,0.0085821245,-0.043589022,-0.014502016,-0.018229004,-0.025180476,-0.0016318646,-0.1084491,0.051945988,-0.04661854,-0.014918033,0.042932928,-0.005356635,-0.0123676155,-0.05328618,-0.013107553,0.04098162,2.4385866e-07,-0.06446714,-6.7096764e-05,0.045896217,-0.022653513,0.042741813,-0.020144777,-0.05635384,0.0448502,-0.058510806,0.032903757,0.037341397,-0.06802582,-0.028078176,-0.004895075,0.06931526,-0.01524922,0.0078688795,0.030520752,-0.046296515,-0.06404681,0.066051535,-0.01699325,-0.07126886,-0.009885528,0.000119338474,0.024583502,-0.01379988,-0.036271892,0.0075836093,-0.07014745,-0.004429555,0.038788583,-0.0024056055,0.019668808,-0.041195355,-0.024638016,0.04776305,0.010486895,-0.044947565,0.040399194,-0.058219932,-0.03963509,0.012680915,-0.03532509,-0.008167624,0.014109484,0.05140764,0.11119381,-0.0225153,0.011376233,0.014040892,0.0370306,0.042060543,-0.009605019,-0.01757854,0.053015362,0.00067633373,0.019904878,0.040005192,0.10564798,-0.028614111,0.023672942,0.00318825,-0.011187355,0.013072877,-0.042755812,-0.03888463,1.6650215e-34,-0.009341888,-0.056890357,-0.005477307,-0.08434352,-0.036341917,-0.015351834,0.031237883,-0.009791373,-0.0041192435,0.02095964,0.0070270505,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/pdfs/DJI_Phantom_4__reg_na__09-20.pdf', 'page': 0}","During an aerial survey of a sewage treatment works, the unmanned aircraft flew into a wind
turbine, the height of which the pilot had misjudged."
-0.030161664,0.014493741,0.033515297,-0.026723877,0.07126267,0.025923716,-0.00034584754,-0.052498866,-0.063005194,-0.021844784,0.048306305,0.022678558,0.06719018,-0.022232154,0.023778515,0.07906588,0.061950866,0.0037058995,-0.02862942,0.007072777,-0.0024533912,0.013308632,-0.007844896,0.0037126474,-0.06026379,0.036693364,0.014016465,-0.011717945,0.032025255,-0.0147439875,0.039745215,-0.023112481,0.017425496,0.028204523,2.0392415e-06,-0.05653486,-0.005802957,0.011402935,-0.075780876,0.029391937,-0.015668524,0.018670484,0.012228741,0.037737746,0.0005424916,-0.0024003908,0.0046513355,0.040498435,0.0062909466,0.043300994,-0.008779376,-0.040626436,0.0372871,0.011682314,0.018707057,0.005173705,-0.038271043,0.058852274,0.0028560753,-0.08720936,-0.034094997,-0.023968155,0.008991957,-0.0204984,-0.063701235,0.028894516,-0.051801547,0.016112424,-0.01847064,-0.092283994,-0.022590322,-0.027342312,-0.009135985,0.0046501015,-0.038880143,-0.01084605,0.036578424,-0.005740355,-0.06512327,0.011679497,-0.010059826,0.034776762,0.04416302,-0.016946472,0.011210446,0.04317879,-0.050505742,-0.008170243,-0.0029423477,0.0053716153,0.033812262,-0.020022703,-0.0017429367,-0.037982345,-0.010097045,0.012496137,-0.05064868,-0.018901723,-0.0015623968,-0.07890867,-0.01449175,-0.03732374,0.059288222,-0.0050558345,-0.059346225,0.017477425,0.02423538,-0.009118456,-0.01726153,0.036992252,-0.016722076,-0.035635598,-0.004684484,0.031927172,0.059805907,0.040144842,0.044435993,-0.011695549,-0.0011336575,0.027742997,-0.09251014,0.06103513,-0.035240218,-0.0009229772,0.056649916,-0.04181511,0.03586104,0.0009418883,0.0036370172,-0.058010057,0.028070781,-0.031537425,0.019309068,0.025393857,-0.082543775,0.05422757,0.032194022,-0.05160531,-0.091453925,0.020383455,-0.008302962,0.0300104,-0.002859739,-0.0013075887,0.019530602,0.02049891,0.034928486,-0.033195674,0.023600264,0.00027370645,0.028656926,0.0609824,0.011538775,0.0056870608,-0.038514405,-0.035259094,-0.03678571,0.006124475,0.01501134,0.008995267,0.05003147,0.0106209675,0.06391932,-0.0055157933,0.011821871,0.059690434,0.027102938,0.00017597679,-0.04525424,-0.0003594939,-0.019953085,-0.044149436,0.022543617,0.0667833,-0.020304488,-0.027476948,-0.07199778,0.07335819,-0.042910326,0.010068036,-0.0051658256,-0.013022317,-0.0139921,-0.057723414,-0.086769074,-0.017126894,0.049612787,-0.0022863091,-0.013427661,-0.049121823,-0.03539618,-0.039984837,0.029368691,0.034160223,0.036230803,-0.008991144,0.050104864,0.06455975,0.018848814,0.030525114,-0.011134157,-0.029080916,0.038534332,-0.009053677,0.011834861,-0.01301757,-0.04376265,-0.041368015,0.012344109,-0.025631903,-0.067594975,0.0076653967,0.04846797,0.017859215,0.0068768705,-0.05250331,0.0070295366,0.030352658,-0.11626946,0.07498983,-0.004571573,0.0039505553,-0.049226258,0.0012744982,-0.013307984,0.0062877643,-0.03905348,0.0052073854,-0.011048174,0.04329725,0.024137814,-0.016835045,0.013213744,-0.019704856,0.02246319,-0.024295118,0.010504244,0.016311416,0.029388579,0.019385148,-0.007830152,0.07092291,0.023220023,-0.01578065,-0.005114729,-0.032709666,-0.008404597,-0.05089563,-0.01641927,0.03508918,-0.017102247,-0.031576317,0.012196597,0.03333401,-0.0017165103,0.0017166232,-0.004277309,0.048464734,0.015147266,-0.02405843,0.05806337,-0.027494214,0.021884333,-0.017859101,-0.038271774,0.01891353,0.0957902,-0.044957966,-0.008607915,0.034573004,-0.029201744,0.01107547,0.060088057,-0.028590154,-0.006686375,-0.015977403,-0.08211298,0.020644229,-0.047181036,-0.0204623,-0.008987329,-0.017025303,0.0041771713,0.00041510258,0.010258491,0.017687192,0.042700704,-0.015478035,-0.07596504,0.07557349,-0.07310046,-0.022663148,0.029462155,-0.014628728,0.009115131,0.00714033,-0.04784691,0.031573016,0.04689998,0.11130995,0.02533432,0.0484391,-0.0153187,-0.00052018266,0.030239493,0.013164496,0.009083861,0.07934665,-0.03820564,-0.02931734,-0.018626539,0.0027577954,0.0005642908,-0.016313255,-0.029913882,-0.02933796,0.003704526,0.001464465,-0.05834587,0.061384737,-0.004312652,-0.016243923,-0.024868105,-0.03770223,-0.02040194,-0.0002674425,-0.004737714,-0.015630705,0.03203466,0.0050002607,-0.012743585,-0.0019149135,0.072442256,0.01648941,-0.033339217,-0.058786273,0.031345427,-0.05315734,0.008169037,0.067099296,-0.025743777,-0.03187604,0.009539237,-0.020537257,-0.029312272,0.01682675,-0.046005197,-0.051660784,0.0034003025,-0.082074694,0.029868018,0.017007928,0.011396136,-0.0063665393,-0.031707346,0.008571892,-0.025997024,-0.058919508,0.030876203,-0.0131170815,0.0006458826,-0.01664785,-0.02274771,-0.029379483,-0.043414462,-0.031553656,-0.044823077,0.009892808,0.06487214,-0.060636465,-0.019661564,0.05612669,-0.010587401,-0.02838241,0.004784498,0.01471545,0.02748474,-0.025586087,-0.03787995,-0.009563344,0.038109284,0.00044659336,0.023835951,0.017866822,0.0676466,0.042713895,0.054523166,0.0306658,0.0046556178,-0.0109862825,-0.004182902,-0.04930171,-0.05060633,0.027317746,0.011352191,-0.053889733,0.051535986,0.047936134,-0.0020936192,0.070946656,0.049875148,-0.018349199,-0.024407422,-0.009273383,-0.05699809,-0.037420515,0.08964872,-0.0231235,-0.016475374,0.04367058,0.012443284,0.038914926,0.0030428562,-0.0077148867,-0.07795345,-0.034105677,0.029303228,0.04267713,-0.016537715,0.007666901,-0.044169072,0.018703736,0.026450813,-0.06672483,-0.03525211,-0.032184184,-0.08493154,0.0065837917,-0.021774739,0.021023076,0.00054022326,-0.02864643,0.0035265917,0.019206708,-0.0035113557,0.03217466,0.018853199,0.08209699,-0.029438954,-0.032880593,-0.057194997,0.007060785,0.021409726,0.028929466,0.025382765,-0.0016052716,0.06652587,-0.035335112,-0.022398409,0.039783567,0.025427323,-0.014202869,0.059818927,-0.04235115,-0.031954475,-0.026903182,-0.017854204,0.024700928,-0.03244036,0.097434804,0.03566154,0.023610802,0.002248166,-0.014267308,0.013117607,0.007300921,-0.011448034,0.0087695895,0.0072717206,-0.016722586,0.035793245,-0.015600632,0.0049455673,0.039078377,-0.053185508,-0.047601733,-0.0009450124,0.0070113055,-0.0009261267,-0.004538568,0.027841778,0.0058381516,-0.0039626807,-0.050716378,0.007023472,-0.01658044,0.057235055,0.010585953,-0.05858345,0.002327166,-0.02388268,-0.026109606,-0.0056016943,-0.0053009656,0.060512863,-0.00040249675,0.056507077,-0.020485027,-0.0012046476,-0.016113963,-0.016307138,0.024082461,0.046066493,0.010393708,-0.0049558673,-0.054187484,-0.001205604,-0.035654858,0.0371679,-0.013759785,-0.042289834,0.03990849,0.033916216,-0.035136245,-0.016759459,-0.012705168,-0.03980972,0.054015603,-0.014421928,-0.008231719,0.007165314,-0.039113585,-0.02729314,-0.010930985,0.03228778,0.03755344,0.03425297,0.005957101,0.059846524,0.01700597,0.07449586,0.019917795,-0.03700581,0.02599678,0.029076459,0.04022399,0.029125325,-0.006043448,0.02336462,-0.058055483,-0.03273819,-0.01865897,0.018063068,0.0050270315,0.0145515,-0.043829665,0.02380312,-0.024771845,0.0683188,-0.020808078,0.011659169,-0.02733188,-0.03349088,0.024381945,-0.031833995,-5.0455053e-33,0.012465092,-0.06181046,-0.036365762,0.033769332,-0.022352919,-0.0075217257,0.0036373867,0.06736219,0.04971912,-0.021784706,0.05113772,0.018082123,0.018419726,-0.01155804,0.020586383,-0.023754654,0.046605688,0.0035296925,-0.014711389,-0.03234556,0.03764256,0.04392966,-0.004873601,0.02067823,0.013565951,-0.03081348,-0.011916322,0.012081888,-0.07964546,0.020994922,-0.012523663,-0.010659919,0.02041751,0.006637514,-0.032778185,0.043388538,0.045708824,-0.038359888,0.0053373883,-0.014656906,-0.021612056,-0.06277742,0.020506619,-0.019702105,-0.0071530268,-0.017250562,-0.012920879,0.0032724543,0.008353117,-0.084455445,-0.0106615955,0.029054541,0.0057262853,-0.050411656,-0.030305207,-0.03044704,-0.013975671,0.007894241,0.08964005,-0.033474956,-0.022056919,0.05228705,0.002546475,-0.015955104,-0.046412267,0.06883873,-0.021598324,0.018787134,-0.06336625,-0.029277772,-0.023741866,0.01938465,0.02060967,-0.0011826396,-0.0026725144,-0.0006627525,-0.021630429,0.024135685,-0.03656817,0.11255108,-0.0028542343,0.032606166,-0.033248723,-0.016950032,0.041232806,0.024341617,-0.017351002,-0.07019903,0.0027166225,0.04325168,-0.06085391,0.044485815,-0.03794375,0.011043335,0.06382894,0.037930433,0.07111156,-0.030431751,0.025219893,-0.02950071,-0.011966053,0.012889305,-0.027820023,-0.0030117717,-0.009373175,-0.033211328,-0.029411219,0.03971867,0.0770593,0.02360074,0.027521254,-0.025081152,-0.05488434,-0.014557027,0.017203137,0.06441369,0.0411721,0.013363291,0.010652738,-0.060850047,-0.0020085333,0.03718457,-0.035767134,0.0522173,-0.053832974,-0.017871534,-0.012897646,0.013209348,-0.07724847,-0.004523415,-0.0505656,-0.0070642796,2.8451973e-07,-0.01904995,-0.02609639,0.03375097,-0.03354382,0.03133355,0.0029046761,-0.02878878,0.020381233,0.0038942515,0.006105314,0.043687742,-0.06414989,0.037597768,-0.010512575,0.015555621,-0.021027213,0.047725223,0.079634465,-0.013384677,-0.047210082,0.055801477,-0.04955292,-0.010965313,0.02132612,0.00032637766,-0.057640586,0.018921971,-0.029425772,-0.046374705,-0.10045956,-0.03067046,0.09593342,-0.003649007,-0.029687516,-0.0040148767,0.00564162,0.029829824,-8.6505854e-05,-0.009454221,0.0053083897,-0.028284788,-0.008376109,-0.016526803,0.010643983,0.032779098,0.056201395,-0.020217948,0.08030129,0.012233682,0.0821952,-0.032813717,0.015504512,0.013791291,-0.030197412,-0.0466128,0.051444054,-0.025223808,0.04602424,-0.008785403,0.059732698,-0.016661309,-0.023031702,0.019008998,0.012305032,-0.0045894766,0.030240128,-0.039177552,1.8456195e-34,-0.03865005,-0.06242228,0.01243255,-0.013911631,-0.020384107,-0.031589303,0.017556278,-0.028614553,-0.010123873,-0.0075687584,-0.024555076,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/pdfs/Evolve_Dynamics_Sky_Mantis_UAS_07-19.pdf', 'page': 0}","During a demonstration flight, the UAS dropped to the ground from a height of 50 m when
the electric motors stopped, despite the battery being fully charged. The UAS struck the
ground and was destroyed in the subsequent post-impact fire. The UAS manufacturer
determined that the loss of power was caused by the battery not being fully locked in place.
It has updated the operations manual and intends to install sensors to prevent the aircraft
from operating if the battery is not correctly locked in place."
0.026405063,0.0029361842,0.009031971,-0.007427058,0.010736163,-0.008281072,-0.035101715,-0.016312245,-0.053368796,-0.02854791,0.014653019,-0.00073614647,0.11939835,-0.011317361,0.060359284,-0.037063748,0.04450561,-0.007973052,-0.04339031,0.005708127,-0.014343757,0.033036653,-0.025728732,0.01176112,-0.016273085,-0.023234723,-0.027022121,-0.014806482,0.051870193,0.019952044,0.04752423,-0.0045052124,-0.01361824,0.011890254,2.4011504e-06,-0.023140527,0.024976661,0.013797234,-0.037608635,0.04803976,0.086480826,0.08043191,-0.009007427,0.013971377,0.044500943,-0.05715661,-0.02185417,0.07993419,0.020039571,0.03280865,-0.003492227,0.002232306,0.07963268,0.025855582,0.035467926,-0.034322876,0.00449144,0.054366052,0.06879689,-0.054596193,-0.027506184,-0.04249471,0.018293727,-0.023319533,-0.048170175,0.04645278,-0.022645108,-0.087483995,-0.029998358,0.010550307,-0.032058224,0.0033770758,0.024479462,0.008912035,0.010791435,0.003857535,0.02498469,0.031591065,-0.05335974,0.011100931,0.082734875,-0.051792063,-0.0032399092,0.0073738894,-0.008974004,-0.005879326,-3.56085e-05,-0.0007517628,0.0254479,-0.030651217,0.0008444369,-0.020058393,-0.020278877,-0.024515176,0.0038123324,0.011591661,-0.059407268,-0.037320253,0.02000897,-0.10866758,-0.044668034,-0.01589911,0.0052263713,-0.00030801375,-0.06115326,-0.022953149,-0.012753776,0.059050396,-0.0013669427,0.052907176,-0.04194445,-0.023692247,-0.0073879417,0.05925432,0.012497135,-0.041901935,0.0669006,0.005644957,-0.039742995,0.027143326,0.004159145,0.052062593,-0.01096894,2.941582e-05,0.0139210895,-0.010252043,0.072699785,0.001871649,0.0075368076,-0.02812337,0.034414697,0.039671347,0.023199296,-0.031501684,-0.0730185,0.06121464,-0.009540824,0.015597685,0.0022688804,0.00065507734,-0.025701381,-0.008340222,-0.03642831,0.03435805,-0.006440854,-0.01667404,0.014105616,-0.04612959,0.0267999,-0.017566051,-0.02241254,0.061613027,-0.039734248,0.016925888,-0.004164805,0.0050829942,-0.035936065,-0.011266402,0.0012273805,-0.0063118055,0.024967123,0.00944722,0.02797302,-0.049275238,0.011612308,0.0045023058,-0.025844054,0.014118542,0.03521617,-0.015216754,0.011389467,-0.002123393,0.047123272,0.047132693,0.028734311,-0.101997845,-0.057647746,0.035696145,-0.025541604,0.012532675,0.012478676,-0.041160617,-0.00808653,-0.05892679,-0.050698984,-0.032771535,-0.010246185,0.024523145,-0.045748647,-0.017624523,-0.010191091,-0.017777268,-0.02428476,0.0011007411,0.05450516,-0.011026752,0.011560348,-0.014138764,0.0024490538,0.0088910125,0.0034559646,0.011930858,0.053185254,-0.0045232405,0.00094560353,-0.004141028,-0.049424373,-0.026512023,0.008698546,0.018748926,0.0075252904,0.009976074,0.037397124,0.05318008,0.011070478,0.031778995,0.016463725,-0.0012441791,-0.081366636,0.061046105,-0.032266613,0.017596541,-0.05787857,-0.00251235,-0.008209844,0.03506397,-0.016127257,-0.0017891901,0.006931921,0.014736643,0.026097143,-0.007386926,0.017747821,0.027360538,-0.011890624,0.030770784,0.027352046,-0.007428804,0.042152837,-0.013952113,-0.03882551,0.070310906,0.046676483,-0.04144033,0.060210187,-0.012124742,-0.007582229,0.022138424,0.056819167,0.03253064,-0.017049134,0.018624252,-0.0012920768,0.02084394,-0.025338158,-0.081290804,-0.013387103,0.013279257,-0.04093203,-0.011863318,0.13145287,-0.03805929,0.009176581,-0.0136999795,0.002204409,-0.008557698,0.010759201,0.008345018,-0.022392685,0.024833595,-0.033701167,0.006816298,-0.010414703,-0.013619824,0.0030942906,0.006802651,0.025220212,-0.005854639,-0.022314494,0.0140972305,0.0084043825,-0.079984084,-0.010499225,0.012393857,0.0020228638,0.0347316,0.0020982032,-0.03567839,-0.07166437,-0.018553179,-0.07878881,-0.04270237,0.022815995,-0.0078036003,0.02118325,-0.048651047,0.00860617,0.019180954,-0.006876608,0.084307104,-0.0024750207,0.049585402,-0.02656022,0.019049132,0.024518488,-0.030701574,0.046169113,0.011635535,-0.068841025,-0.0033156902,-0.028757615,0.015360382,-0.03371341,0.04261968,-0.0063019074,-0.022616608,-0.0023286033,-0.021309935,0.005565832,0.057411592,-0.0004189153,-0.014645905,-0.0141834915,-0.011202504,-0.017151156,0.022899399,-0.006178095,0.041992553,0.027407976,0.006471631,-0.0020918222,0.03507081,0.011629748,0.011182973,-0.045606535,-0.027412347,0.014519036,-0.07591435,-0.02220968,0.054551095,-0.033770017,-0.02391348,0.005682735,0.03212205,-0.040370733,-0.0030163748,-0.07718572,-0.011307953,0.06133551,-0.061759934,0.035775326,-0.0519156,-0.041368697,0.011906667,-0.031239513,0.032407027,-0.004187523,-0.07315701,0.050187398,-0.011200404,-0.014193217,-0.054282986,0.0646771,0.010641236,-0.050981145,-0.039147858,-0.051686212,0.0034729086,-0.010080346,-0.08908774,-0.024450287,0.021587742,-0.017673261,-0.037410095,0.022492422,0.040075973,0.020285295,-0.0026715943,-0.016865885,-0.039467428,0.015974013,0.03219979,0.002316566,-0.031289436,-0.01806727,0.051760584,0.04790978,0.040121052,0.0040308814,-0.023059903,-0.01674607,-0.05009659,-0.1397122,0.004316783,-0.008662423,-0.05222293,0.059193466,0.027803818,-0.0075144335,0.08914905,-0.0018278807,0.0281994,-0.018116161,0.0013693675,-0.025774907,0.02086069,0.012504157,-0.031097362,-0.042806566,0.0067485333,0.08094515,-0.0021907613,0.01368255,0.020743888,-0.037262585,0.030085754,0.027305264,0.018696064,-0.054726392,-0.053392198,-0.036816284,0.0029691858,0.022050446,-0.055548828,0.03119968,-0.018367572,-0.008089205,-0.00290263,0.008953881,0.03748724,-0.027703164,-0.07951551,0.015905976,-0.036103766,-0.042584796,0.029020583,0.015457624,0.09387985,-0.079704374,-0.06411568,-0.05244192,0.05146477,0.021104373,-0.03409591,0.01657843,-0.038438387,0.042638224,0.06044431,-0.042395663,0.0023790044,0.018842604,-0.03363927,0.104302846,-0.024865236,0.014668581,-0.0022588428,-0.034466993,0.029748062,-0.028720526,0.11638825,0.0323061,0.030305915,-0.031123038,-0.0135218,0.039774887,-0.08616869,0.04341041,0.056345113,0.03406982,0.018872807,0.011369593,0.01473584,0.030458804,0.004448655,-0.11991941,-0.003560857,-0.03314976,0.05135768,-0.07582299,-0.0285793,0.04313387,0.013253963,0.0056371167,-0.017578354,0.0074528595,-0.011073738,0.029042074,0.021480337,0.00036665858,0.035961058,0.01713631,-0.014087955,-0.005349691,-0.06729943,0.025393523,0.06280607,0.017817266,-0.016074436,-0.03550823,-0.01135088,-0.043617535,0.034154434,0.017030131,0.013714578,-0.018091707,0.007982006,-0.031697232,-0.02261895,0.03242236,-0.045937665,-0.004806091,-0.011993833,0.037274778,-0.10991267,0.040622402,-0.008692467,0.03154049,-0.008244645,0.012143971,-0.018455943,0.015239659,-0.03655024,-0.06272381,-0.024183309,-0.006471574,0.029425068,0.006948183,0.004078414,0.0038614988,0.03144074,0.013811502,0.013301049,0.048878726,0.06865869,-0.0033650002,0.0006186739,0.020909624,-0.05250729,-0.015199806,-0.012991882,0.014744626,-0.02750457,-0.045902625,0.004850416,-0.0037295425,-0.03536051,-0.007305627,-0.014317115,0.026776368,-0.0028819565,-0.006733118,-0.040511206,-0.02769974,0.02889178,0.0074275252,-6.64457e-33,-0.027598798,-0.0054864446,-0.03157239,0.03340821,-0.0547164,-0.020898728,0.0014792371,0.040705033,0.0020548766,0.020281667,0.04777671,0.016003689,0.016285926,-0.017167617,0.04727333,-0.06311454,0.015121733,0.04995779,0.01773429,-0.030601058,-0.008992673,0.035405204,-0.06129353,0.0022882554,0.014706245,-0.015769191,-0.056887317,0.03975787,-0.027232828,0.0152626345,0.003659466,0.00017052308,-0.015919425,0.026682455,-0.03880957,-0.052717775,0.025169391,-0.061501335,0.017718986,0.006686647,0.0033033204,-0.03244093,0.028841523,-0.01922343,0.02025454,-0.045354374,0.0019409058,-0.015367612,-0.022204671,0.065507814,-0.00078301755,0.015489085,0.019754387,-0.0525343,-0.017320586,0.031552546,-0.04024269,0.04066202,0.036355536,-0.049669284,-0.017659258,0.044583622,0.014412659,-0.017410725,0.017717104,0.014419969,0.00550904,-0.025743969,-0.041656323,-0.011890175,-0.03103822,0.036623366,0.04428154,-0.03577187,-0.0059697228,-0.0014824877,-0.021696802,0.068909414,0.02757164,0.092350364,-0.043551955,0.051812652,-0.020597054,0.0077053877,0.009415256,-0.05756893,-0.020107104,-0.04110969,-0.01716903,0.05412378,-0.024983196,0.08346728,-0.012273901,0.039935715,0.04575183,-0.029920561,0.002305417,0.023350587,6.2931875e-05,-0.01592969,0.028651597,0.05575018,-0.034200873,0.033746485,0.022037005,0.019088862,-0.008462933,0.04468831,-0.0005448803,0.0015947174,0.007972029,-0.058899127,-0.015744405,0.031821426,0.042629812,0.027360506,0.02077901,0.023401914,0.01287754,-0.012560119,-0.033460822,0.0031816592,-0.101731695,0.0034537045,-0.057956308,-0.01597287,-0.014535993,0.024227422,-0.023632202,-0.06193792,-0.005586088,-0.029689657,3.082529e-07,-0.027950343,-0.02607956,0.051743675,-0.034845315,0.014169797,0.0155948615,-0.030277953,0.003021021,-0.057461485,-0.01763116,0.04153349,-0.0039728433,0.003894989,0.032001406,0.042144038,0.033593353,-0.005011227,0.058223233,-0.03185498,-0.037078075,0.04245615,-0.035028003,-0.020834692,0.032182656,0.004825902,-0.003534039,-0.013160493,-0.036676925,-0.035257794,-0.08311544,-0.044820264,0.07980761,-0.014525467,-0.023726374,-0.027911758,-0.017080737,0.028353253,0.0069701783,-0.015259194,0.08279631,0.013385466,-0.014351957,0.018681586,-0.015542062,0.06999559,-0.05738597,-0.0028647706,0.061839506,-0.014954013,0.04950265,0.03905252,0.01994909,0.029836556,0.010081962,-0.024150835,0.022065176,0.015091943,-0.031278342,0.016832301,0.0660209,-0.042609155,0.040914387,0.028238963,-0.010125464,0.040258136,-0.011882833,-0.07238763,2.453688e-34,-0.020447321,-0.04938664,0.015123901,-0.035985343,0.005688547,-0.02219105,0.017671518,-0.007576032,-0.013938624,0.018690197,-0.018719949,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/pdfs/Parrot_Anafi_USA__UAS_registration_n_a__07-21.pdf', 'page': 0}","A failure of the bonding between two halves of the front left propeller arm may have caused
the unmanned aircraft to repeatedly lose control in flight until it collided with trees. The
aircraft was substantially damaged.
The manufacturer has notified the five other UK owners of the Parrot Anafi USA aircraft to
inspect the propeller arms and return the aircraft to their supplier for replacement propeller
arms if the bonding problem is identified."
-0.030208029,0.026624516,0.02685241,0.01620495,0.021783225,0.010178017,-0.067775965,0.026444359,-0.023210019,0.019912738,0.022500029,0.04867818,0.050766982,0.031324252,0.07769648,-0.001342621,0.035498094,-0.02133458,-0.045676332,0.005037274,0.009906757,0.01855817,0.0049301214,0.0100699,0.031617235,0.0050471476,-0.005990274,-0.019800939,-0.0047409697,0.037643358,0.031844694,-0.045125652,0.034190476,0.04496258,1.7763155e-06,0.04303239,0.006233442,-0.005238978,-0.03504846,0.025980629,0.043933183,0.0022606493,-0.024094692,0.017803852,0.024119548,-0.0792496,-0.034412216,0.04694402,-0.0013408405,0.068911865,0.0022321055,0.015793683,0.050648905,-0.017171714,0.025869679,-0.040779155,-0.0041210814,0.08216391,0.0038307004,-0.017169783,-0.036177814,-0.03720203,-0.016099064,-0.046848707,-0.075671285,0.018085383,0.009254492,0.018706452,-0.04449447,-0.032299276,-0.05810519,-0.019009063,0.04694144,0.027018273,0.00037641154,0.012904473,0.021637002,-0.017803535,-0.03979729,-0.0056116288,0.032433033,-0.018714055,0.021670574,-0.032439757,0.053755336,0.025595982,-0.050035633,-0.01177211,-0.03005907,-0.014543812,0.044060867,0.008818784,-0.01664266,-0.053200416,0.020608962,0.016434802,-0.02424083,0.0030030222,0.013868014,-0.1195737,0.055148825,-0.022171007,0.05003093,-0.0056212298,0.02138973,-0.025824571,-0.057278372,-0.02084469,-0.016042573,0.057188816,-0.031528696,-0.048618827,0.01318935,0.037885953,-0.0066422825,0.04248332,0.019270103,0.0061154673,0.0060737706,0.0577559,-0.08479735,0.04764906,-0.020685576,0.014085173,0.039452802,-0.02983364,0.022217166,-0.013318701,0.03224035,0.009918109,0.02651155,0.0073222197,0.0015804906,0.016992228,-0.04836716,0.07015415,-0.0019849155,0.012131378,-0.062085327,-0.02079008,-0.012907319,0.011309946,0.006399547,-0.010615294,-0.008270641,0.014538953,0.009222663,-0.07295952,-0.0005250557,-0.023581486,-0.02336003,0.054945264,0.0032474683,0.017987477,0.046051387,0.0014173263,-0.08982204,0.03190205,-0.024902157,-0.022540363,0.057707693,0.016855514,0.10261606,0.009292052,0.023055723,0.0590394,-0.087933734,-0.0069731534,-0.029422,0.00960509,0.034104828,-0.04583989,0.015924504,0.057733223,0.0003677485,-0.068647064,-0.11375475,0.008787908,-0.013206227,0.006077968,-0.028309591,-0.007159715,-0.04218284,-0.05365703,-0.030040478,-0.015501467,-0.05749064,-0.02151626,-0.036574963,-0.012974009,-0.015568016,0.02515602,-0.029198112,0.03466706,0.016959885,0.014166325,0.01786069,-0.00023222688,-0.00408711,0.01854754,0.0066670203,0.014205021,0.030105742,0.008689063,0.019071016,-0.009748271,0.003550749,-0.017101606,0.016408052,-0.04613448,0.002741743,0.015036147,0.034744803,0.07448205,0.018834865,0.0005161423,0.049589936,0.007389804,-0.09645113,0.003829052,-0.026733078,-0.018750845,-0.053633884,0.013346822,0.016284818,0.053463094,-0.06138051,-0.031214535,-0.035530977,0.017661516,-0.0049377256,-0.02994382,-0.005112809,0.0004318044,-0.055970762,-0.04724493,0.022414893,-0.052854877,-0.01151102,-0.079081535,-0.02334309,0.06676684,-0.00709892,0.0043263948,0.01869077,-0.024604078,-0.049948666,-0.012517651,0.010989931,0.017980743,-0.024475029,0.035218354,0.029463567,0.0022071907,0.0015771444,0.026552407,0.056546826,0.002305884,-0.0010462225,-0.030807579,0.0642707,0.030884244,0.051854305,-0.03068436,-0.018086074,0.0040485207,0.07522701,-0.0142146,-0.0021326407,0.0056521073,-0.031494245,-0.013459311,0.030553501,-0.02740077,-0.008840235,-0.028506361,-0.035895325,-0.021333037,-0.042003483,-0.0005847743,-0.0776156,-0.0777168,-0.010795034,-0.017739046,0.025241809,0.039528873,0.009331415,-0.009882201,-0.04066863,0.01623584,-0.054327685,-0.02789698,0.014473096,-0.039767306,-0.034000687,0.0007997675,0.0023585467,0.013058671,-0.016639166,0.1199204,0.00867492,0.052326925,-0.037675932,-0.008686212,0.021186719,0.025227893,0.028390624,0.084798664,-0.06585555,0.0038049165,-0.025739402,0.026198648,-0.020465726,0.013336956,-0.053155687,0.013033807,-0.027601764,-0.02142718,-0.007779884,0.09086958,0.028596073,-0.012101054,-0.029555615,0.023432938,-0.010726643,0.06867224,0.023772998,-0.014271254,-0.0076290364,-0.02591818,-0.04317294,0.031379454,0.013185902,0.04361202,-0.014818431,-0.037886117,0.009294077,-0.041400153,-0.039630268,0.041593086,0.009807104,-0.047264222,0.036313754,-0.0046365466,-0.01607417,0.0036388435,-0.032154746,-0.01626423,0.005907907,-0.07930464,0.025024189,0.008344616,0.0047450364,0.00043928841,-0.025888318,0.022466404,-0.013315856,-0.05524068,0.006239639,-0.037332643,0.046521693,-0.008731842,0.046141025,0.02489363,-0.039367855,0.046968345,-0.057053145,0.0069495277,0.004430759,-0.045714293,-0.01947718,0.0019557374,-0.027857253,-0.071535625,-0.03271581,0.023763482,-0.010598172,-0.027763216,-0.01565235,-0.029939868,0.013164908,0.028520964,0.030539075,0.005106294,0.05421013,0.03428572,0.017360818,0.076945834,0.03586584,0.016403915,-0.0021527663,-0.0018606032,-0.060906265,-0.015008217,-0.0003313601,-0.048868127,0.044719983,0.06401154,0.037782077,0.025620818,0.01703444,-0.004766418,-0.050338853,0.027645847,-0.02346138,-0.011989386,0.0046142624,-0.012276331,-0.022935336,0.05582783,-0.021108832,-0.014279976,0.0046197404,-0.0005733201,-0.019828212,-0.001987954,0.06064836,0.04672282,0.0030412956,-0.03741005,-0.013869493,0.0555528,0.014297328,-0.06508266,-0.02554824,-0.04460544,-0.009973539,0.0047879647,-0.03154266,0.032213867,-0.039758656,-0.032470148,0.0063623446,-0.033694826,-0.018969893,-0.029781066,-0.03405969,0.10427951,-0.014891795,-0.027957736,-0.02712966,-0.017487394,0.034875453,-0.012747049,0.041437577,-0.017792244,0.004980498,0.010805191,-0.031609368,0.021445956,-0.013232651,0.0019681714,0.14598726,0.038978096,0.0013663347,0.016139774,-0.03329167,0.019763036,-0.036661558,0.06906403,0.00911846,0.018947978,0.050111603,0.019898983,0.010269613,-0.030862436,-0.009576217,0.02285157,0.013765391,-0.0037966194,0.019733904,-0.03774279,0.007052271,-0.024091719,-0.04137463,0.006183835,-0.005651444,-0.0053977473,0.017974975,-0.0073891715,-0.0038633836,-0.017498221,-0.006279859,-0.059543524,0.008038445,-0.041415103,0.02660974,-0.038919535,-0.006771434,0.07055193,-0.026133936,-0.04025103,-0.007735588,-0.038779743,0.0335696,-0.00041700454,-0.0091692805,-0.0011473639,-0.06928871,1.7719993e-05,0.0013944479,-0.0042127785,0.0411659,0.023658937,-0.0033156243,-0.03273025,-0.03187941,-0.029013071,0.036756434,0.006306357,-0.01307518,-0.016695824,0.03865434,-0.009911616,0.012395874,0.025442202,0.05078159,0.038997263,0.011325268,-0.023502566,0.022456022,-0.051934604,-0.057708513,0.0033132026,0.004238771,0.022605505,0.02359895,0.017944325,0.04190023,0.01460884,0.05033003,-0.01488914,0.027726904,0.038984686,0.014089507,0.059670053,0.07659742,-0.02919567,0.024219079,-0.087167926,0.005572543,-0.04116812,0.008342491,0.013930609,0.015686046,-0.058645353,0.0479595,0.006250678,0.058597993,0.026349632,0.011461567,-0.051344953,0.029833935,0.029461298,-0.027169235,-4.7300467e-33,0.0077707204,-0.06997016,-0.02392921,0.066122785,-0.039774,-0.0038471608,0.004479057,0.052453287,0.045332633,-0.014532929,0.006713761,0.020918068,0.0127637945,0.01573255,0.025978524,-0.045678202,-0.0052791904,-0.015340278,-5.8832138e-05,-0.0006982315,-0.0011083272,0.01770553,-0.05254756,-0.023720218,0.033356305,0.022147426,-0.016602002,0.026709327,0.007493579,0.008819244,-0.014459245,0.057087768,-0.021707458,-0.009161101,-0.009031231,0.01265935,0.0076509756,-0.030044978,-0.0108958855,-0.02095396,0.013643635,-0.059443295,0.06769182,0.013279806,0.03357912,-0.057852436,-0.016980989,0.048306305,-0.031813867,-0.007437808,-0.017397236,0.025717404,-0.032653708,-0.04504081,-0.013022299,-0.019309185,-0.00033413336,-0.0038504633,0.035109576,-0.07710732,-0.057856016,0.024322838,-0.015981881,-0.0312128,-0.08856319,0.03812484,0.035588745,0.031271223,-0.07201795,-0.03716525,0.040198755,0.022360252,0.0039158985,-0.029102962,-0.013410009,0.0015531238,0.0048643094,0.015531452,-0.041758794,0.019041069,0.011762714,-0.0028691706,-0.05115959,-0.033254605,0.01378634,-0.018344749,-0.01015112,-0.028603274,0.020885767,0.02940689,0.03686712,0.0150373755,-0.035289474,0.029548964,0.044701617,-0.000996229,0.0027387664,0.03741033,-0.00020840153,0.025079582,0.039701223,0.046585817,-0.07991082,0.0020862415,-0.033244718,-0.024100205,-0.057706695,0.07080089,0.05006747,-0.027757837,0.043652866,-0.07369177,-0.009359724,0.028861186,0.006507987,0.05319763,0.047265284,-0.0583561,0.012667019,-0.010456194,0.017285801,-0.03944728,-0.052324165,0.0703322,-0.05537552,-0.011561683,-0.021751745,-0.031008536,-0.024748838,-0.03116516,-0.041002322,0.037017073,2.489665e-07,-0.021757027,0.005133973,0.07911968,-0.008194941,-0.019782592,-0.0017500403,-0.04052576,0.036270212,-0.0113850385,0.02859746,0.03160985,-0.0398139,0.027933884,0.019175801,0.052970804,0.026179556,0.032598674,0.07600927,-0.022257814,-0.04417402,0.031373747,-0.016122682,-0.007539994,0.053264335,-0.007267676,0.040230177,0.041142862,-0.030187463,-0.043589998,-0.07676474,-0.052055817,0.10516794,-0.054839123,0.03477108,-0.02853434,-0.03629801,0.07087205,0.031122012,0.030306345,0.054302417,-0.014638614,-0.028886467,0.010093775,0.012254954,0.026808128,-0.03324705,-0.008892761,0.13524784,-0.034199208,0.04907816,-0.018559843,0.0155914305,0.0076406286,0.023843843,-0.00761363,0.03900342,-0.056785006,0.028202428,0.016394654,0.047726404,-0.014987094,-0.0020047198,-0.009098878,-0.029558305,-0.024934227,0.029648334,-0.062115144,1.8579563e-34,-0.024828589,-0.07763593,-0.051062133,-0.03365588,-0.004552417,-0.034490895,0.06954966,-0.0072034053,-0.03424045,0.020671453,0.026184173,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/pdfs/DJI_Matrice_210_UAS_registration_na_151018_01-20.pdf', 'page': 0}","Whilst hovering at a height of about 50 m over a building, one of the propeller motor
electronic speed controllers failed, causing the aircraft to drop vertically and crash into the
roof of the building."
-0.034234315,-0.01798661,0.0058206804,-0.015554488,0.023822179,0.007639209,-0.050086297,0.02462175,0.015661882,0.019041525,0.029394463,-0.03482522,-0.011887501,0.0076900623,0.045693956,0.020809155,0.03178738,-0.047941297,-0.02637692,-0.0028571317,0.018522605,0.026908118,0.008583921,0.0052574305,-0.018827401,9.942837e-05,-0.0019154552,-0.025579188,-0.011704332,0.022226468,0.02956953,0.008870378,0.03772134,0.018205034,2.094527e-06,0.059302755,0.014724061,-0.008976375,-0.050060302,-0.047015183,0.025722468,-0.00443766,-0.026680233,0.023065213,-0.033648558,-0.04813609,-0.015579756,0.1236517,0.02511429,0.042809162,0.0026355842,0.013657515,0.0018251278,-0.017633574,0.020005643,-0.023229655,-0.006179723,0.051030915,-0.022057006,-0.039925482,-0.012187672,-0.033807527,-0.025909545,0.020847332,-0.10793595,0.034929544,0.023515388,0.0045483042,-0.031924937,-0.0037939937,-0.040929884,-0.00046610105,0.032747902,0.008939021,-0.026762666,0.0039424323,0.040845264,-0.011211167,-0.057275202,-0.0051875515,0.03494872,0.03515963,0.024816582,0.0054863277,0.023222681,-1.02380345e-05,-0.013584325,-0.0056705833,-0.011274263,0.0049425503,0.06411611,-0.018167673,-0.020973032,-0.026295878,-0.028674792,0.002119452,-0.020332089,0.02153807,0.060231797,-0.08175511,0.0052881916,-0.014268731,-0.03631001,-0.007389318,0.0045349207,0.004521536,-0.081200995,-0.03735139,0.009565811,0.107057296,-0.0147957355,0.009881707,-0.024965588,0.0071550934,0.035420515,0.03686861,0.027799545,0.004414562,0.011888556,0.088315606,-0.0770035,0.050096642,-0.06381085,0.031967673,0.059578877,-0.10259088,0.025518127,0.04034352,0.009765751,-0.0015217565,0.012906282,-0.015368629,-0.027736533,0.024897896,-0.07213312,0.07797847,-0.0048564463,0.020450128,-0.068784386,-0.040576577,-0.02438932,0.024945874,-0.010121602,0.0039379937,-0.025272379,0.008780402,-0.008511619,-0.12380466,-0.00017191932,-0.019323548,-0.0038162067,0.030462503,-0.032758772,-0.040494654,-0.011439109,0.03330538,-0.075172454,0.026737116,-0.0053038294,0.03025891,0.018323842,-0.0013814502,0.10997548,-0.025408974,0.018615294,0.061269492,-0.022008281,0.015746914,-0.016665515,0.008591443,0.057763636,-0.027171245,0.01496469,0.038878627,-0.016318409,-0.0036105479,-0.11948113,0.062879555,-0.0060392125,0.0045217657,-0.041406326,0.05314314,-0.06066271,-0.069538414,-0.06227691,0.0067103673,-0.032587193,-0.003305669,-0.041136604,-0.0007249523,-0.008475301,0.035839356,0.048720825,0.024997793,0.021589996,-0.022608863,-0.008042805,0.030961994,0.003807294,0.020329516,0.005637712,0.029346516,-0.005863392,0.002141778,-0.054366015,0.011232677,0.0133579215,-0.039838016,0.03063635,-0.017619707,-0.026642255,0.039347842,0.03593394,0.024615513,-0.014658343,0.0027293277,0.011721722,0.020470789,-0.111793675,0.026203895,-0.024404015,0.015820695,-0.053483866,0.017686533,0.021393174,-0.039933607,-0.07176413,-0.015692925,0.024005087,0.006299254,0.0010882682,-0.02469657,0.035674848,0.013743949,-0.0482652,-0.030971227,-0.015010358,-0.020833252,0.003811446,-0.074951224,-0.027212657,0.025680274,-0.030217746,-0.030494535,0.013054485,-0.022393443,-0.00023255042,0.035707068,-0.011694706,0.04796391,-0.014737324,0.019604893,0.021867683,0.022243103,0.0037771594,-0.003383924,-0.0014063262,0.007231891,-0.041220207,-0.04772364,0.009664375,-0.0020144957,0.056169435,-0.022276975,0.028335351,-0.010908885,0.037549444,0.0052816323,-0.005864337,-0.006531383,-0.011391531,-0.010868684,0.028841421,-0.039587982,-0.0017379156,-0.0029681004,-0.082209155,0.02779837,-0.010018436,-0.03548215,-0.015877374,-0.046709042,0.018881395,-0.04733901,0.020233871,0.021747816,0.0047032465,-0.05307453,-0.03701553,0.036957175,-0.04013371,0.009118733,-0.0086473245,-0.019467251,-0.005258351,0.022684444,-0.020486245,-0.01804412,0.010232534,0.10582293,0.03758661,0.04577777,-0.008499471,-0.011194206,-0.010854715,-0.00314168,0.06160267,0.07671216,-0.06678056,-0.015165058,0.012247905,0.007447668,-0.029034268,-0.00962226,-0.04122393,-0.040668827,-0.015849423,-0.035944752,-0.01621558,0.06740582,0.026503958,-0.030705802,-0.018733589,0.008395251,-0.0044475975,0.06148714,0.0007335615,0.035277445,-0.003792616,0.010589266,-0.037725437,0.041050393,-0.01571789,0.027755452,-0.049180113,-0.034663677,-0.031663354,-0.016885955,-0.043635182,0.02223569,0.0031367743,-0.04486891,0.031159658,-0.03245095,0.0051935674,-0.00050824793,-0.05241042,0.034404635,-0.014686647,-0.051360678,-0.0061004288,-0.025513412,0.032126267,-0.019841025,-0.0018707355,0.008572629,0.02988012,-0.052536596,0.040503174,-0.023632012,-0.05062966,0.04060299,0.05675472,0.035653193,0.023370521,0.038551286,0.0021765623,0.02503912,0.010510824,0.02072919,-0.022265268,0.011675725,-0.05400767,-0.059917733,-0.017759968,0.010865089,0.011578761,-0.03281646,-0.034182504,-0.018160809,-0.022592634,-0.005751795,0.024300441,0.00281439,0.001318492,0.048442483,0.013465027,0.06589448,0.08591969,0.046501536,0.013861169,-0.018575665,-0.064729474,-0.013641441,0.01903674,-0.046715215,-0.006571818,0.016828625,0.034331236,0.037170276,0.049638964,0.005415138,-0.071184464,0.01469473,-0.014750738,0.030645622,-0.016874855,-0.06982389,-0.028984135,0.03542331,-0.040029272,-0.034889206,-0.006195078,0.016214691,0.005725331,-0.031212257,0.018882472,-0.03610429,0.008601749,-0.042150375,-0.02265833,0.05080689,0.04726951,-0.05677358,-0.010799245,-0.03154962,0.018345864,0.03435206,-0.0240438,-0.0011219756,-0.01640369,-0.0537313,-0.023888469,0.0059459344,-0.0057550613,-0.05488861,0.029900614,0.062504224,-0.019959545,-0.022621218,-0.028723089,0.02033286,0.028340705,0.0129064,0.018017843,-0.03184245,-0.009988831,0.0033323185,0.040137224,0.017640127,-0.0035364158,-0.047208935,0.15836908,0.021949744,-0.022488395,-0.013278518,-0.024730552,-0.024053996,-0.01849331,0.111546874,0.017633246,0.020308724,0.0009139969,0.014980859,0.017215578,-0.00880043,-0.09246572,0.017139459,0.012832899,0.013098554,-0.017522758,-0.026238805,0.005743497,-0.042919263,-0.012080016,0.0048410734,0.0074478993,-0.08882042,0.004618646,-0.0109856585,-0.01074472,0.018994693,-0.009176601,-0.024012264,0.0008607168,-0.0072271116,0.087015375,-0.03048483,0.0019307744,0.08080284,-0.018046152,-0.008128982,0.03498702,-0.036406398,-0.030632246,-0.017792027,0.006120121,0.0070210807,0.0065197395,-0.048816547,0.041866753,0.011288853,-0.008170825,0.021786299,-0.020270417,-0.0356187,0.017750848,0.0047502047,0.043085378,0.0008592086,-0.02652847,-0.026787812,0.0019888782,-0.0063002477,0.0007746967,0.00085605093,0.037356555,0.05277293,0.0148460055,-0.0016058148,0.033398554,-0.023334805,-0.02470111,-0.001409445,-0.031704508,0.035798375,-0.0020953203,0.0071868133,-0.015000237,0.060557127,0.030003875,0.032279752,0.011370707,0.009723231,-0.0021173486,-0.03438532,0.08362074,-0.012163967,0.013643982,-0.08980889,-0.006466648,0.0049128965,0.027826356,0.052776895,-0.010218649,-0.044137426,0.027813807,0.0186112,0.051580265,0.0006167655,0.036729652,-0.03938487,0.05830653,0.0046032555,-0.04818597,-6.20319e-33,-0.0032077872,-0.041302763,-0.0036143733,0.046020005,-0.022920044,0.025135348,0.037766725,0.052724805,0.018599309,-0.008313295,0.011000883,0.030466724,0.017443312,0.01699838,0.042082492,-0.04540157,0.0064203767,0.04417524,0.017975979,-0.0012598194,0.004945217,0.015448024,-0.05784357,-0.050915383,0.018883206,0.016491167,-0.021244336,-0.008277336,-0.03563284,-0.0025995623,-0.011483936,0.0016417756,0.0033432052,0.007726832,-0.043560963,0.008516111,0.0052498616,-0.04961943,0.04391402,-0.048217393,0.04241703,-0.0381439,0.0028815132,0.01101155,0.029467326,-0.07601261,-0.024533363,0.05473471,-0.007087783,-0.03126594,-0.009073187,0.004832856,-0.016525622,-0.00789688,-0.007722537,-0.0064525693,-0.011638037,-0.006179093,-0.032970257,-0.06675188,-0.013837603,0.034412865,0.0044791754,0.0075359596,-0.09415679,0.023858469,0.027723417,0.0010062521,-0.06895994,-0.09970739,-0.024447534,0.025993152,-0.018385822,0.017011348,0.008050555,0.007481961,-0.02288168,0.017182427,0.014673782,0.069328785,0.010604545,0.0023594173,-0.022870805,-0.035339903,0.015437638,0.04575306,-0.007209445,-0.021557538,0.017766668,0.019691799,0.035427097,0.046198763,-0.023705015,0.06592088,0.099962234,-0.06427787,0.01995385,0.017656645,-0.010735379,0.026005184,0.026510978,0.012279553,-0.012979739,-0.02791922,-0.01413005,-0.0050249086,-0.02622439,0.05326656,0.019267919,-0.011529682,0.033309247,-0.030350765,0.018564299,0.034391884,0.04778782,0.040885303,0.009962937,-0.042241406,0.012896335,-0.011029858,0.04572686,-0.049171742,-0.06948366,0.06975456,-0.0713823,0.013851686,0.022726221,0.01217822,0.0070169372,-0.048994437,0.0038722733,0.036822576,2.7338731e-07,-0.023586916,0.025355775,0.057777856,-0.026012762,-0.02750833,0.0050458326,-0.022149542,0.05517875,0.048694428,0.05254886,0.06982477,-0.027209237,-0.0222896,0.020514676,0.044892073,-0.024177382,-0.0019202818,0.0023457257,0.025387637,-0.027536945,0.063107334,-0.037196644,-0.051752463,0.010597837,-0.010993205,0.0061825784,-0.0097802635,-0.04785141,-0.009465893,-0.11070229,-0.015014735,0.05030826,-0.012902609,0.045374632,-0.0046656705,-0.06681275,0.030301625,0.025389204,-0.0098600555,0.08097305,-0.021854768,-0.043012388,-0.0034888254,0.027141068,-0.010158602,-0.041518375,-0.0003238079,0.125477,-0.045219205,0.027462238,-0.031767458,0.026386755,0.016079364,-0.014298236,0.012743763,0.06263324,-0.03614507,0.024650076,0.04101882,0.120145865,0.02417494,-0.0071533616,0.016666293,-0.03655904,-0.024424423,-0.08189347,-0.051355615,1.8805351e-34,-0.0030138644,-0.009323008,-0.021262588,-0.037562568,-0.011497424,-0.036132045,0.010740969,-0.0427241,0.008867817,0.013849707,0.007556238,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/pdfs/DJI_Phantom_4_Pro_UAS_05-19.pdf', 'page': 0}","While on a surveying task the pilot was unexpectedly presented with a ‘ landing’ warning,
followed by several other warnings, before the aircraft entered a hover. Despite several
attempts the pilot was unable to take control. The aircraft subsequently descended, colliding
with a building as it did so, and was extensively damaged."
0.0032197926,0.032085415,0.03164093,-0.0229296,0.026650121,0.008114805,0.0047220886,-0.016511273,-0.07463814,-0.032020174,0.07706305,0.010504487,0.049418915,0.028149836,0.05554252,0.028218068,0.08134959,-0.048607968,0.0012447502,-0.016727595,-0.010903194,-0.026470782,-0.0070121507,0.006706997,-0.0044775824,0.005561011,-0.02181918,0.0012533905,0.016415773,0.012292608,0.0326696,-0.009021439,0.051785186,0.06526423,2.2042536e-06,-0.03255248,-0.015554887,0.002361144,-0.072869115,0.055343967,0.07836349,0.047321156,-0.04049111,-0.00013603359,0.015273576,-0.039947525,0.0013024783,0.045358837,-0.014917529,0.0617115,0.008295746,-0.017639019,0.0016992751,-0.0022557492,-0.015734388,-0.046266176,0.00075671833,0.033850107,0.05148529,-0.028103985,-0.0160563,-0.005752148,-0.011213184,-0.041807044,-0.068060465,0.015726343,-0.045875486,-0.01665647,-0.026930248,-0.040016435,-0.005345302,-0.03295448,-0.005546253,0.026911825,-0.051466018,-0.0011322803,0.029621143,0.019614687,-0.06170949,-0.012513264,0.021172518,-0.02065086,0.016729891,-0.0145177925,0.0005821787,-0.026505066,-0.046652798,0.006796913,-0.015528133,-0.014351183,0.027199157,-0.0083650425,0.04187475,-0.020829337,-0.02797401,0.011227965,0.0033039902,-0.05278729,0.0033524386,-0.08965448,0.0613779,-0.07171546,0.020703902,-0.011550535,0.0037015053,0.02002967,-0.06195368,-0.0033357998,-0.028573398,0.08555371,-0.03758982,-0.024663728,-0.024736874,0.07119406,0.049263474,0.026115451,0.045346383,-0.015773172,0.0093471445,0.00866346,-0.06909283,0.06393483,-0.047499493,0.0164715,-0.004278586,0.002435871,0.043984,0.0039288076,0.032849904,-0.048057325,0.0031408388,-0.0014477005,-0.0035502617,0.01019092,-0.057778407,0.03872327,-0.010819501,-0.0064234743,-0.09912849,-0.004932195,-0.007723106,-0.024325382,-0.032333452,0.017180664,-0.014867048,0.052019626,0.026594898,0.008095889,0.04877069,-0.01722794,-0.034154076,0.049996074,-0.038428634,0.019362854,-0.013517444,0.008872546,-0.026262913,-0.0060847197,-0.009220726,0.012420015,0.04271869,0.011680864,0.1014131,-0.043455437,-0.0070521324,0.016452085,-0.02986346,0.019228842,-0.07921275,0.042711813,0.062485725,0.020617446,-0.0007738917,0.098420866,0.0013952488,-0.05265829,-0.030574514,0.041300062,-0.003198866,0.006530512,-0.0002652062,-0.026588788,-0.0179142,-0.07301642,-0.08115261,-0.029793795,0.020435734,0.01776893,-0.034237005,-0.038345307,-0.030793319,-0.062269915,0.016768344,-0.0032178364,0.058016974,-0.0054107276,0.01735235,-0.038304254,0.019187892,0.027739214,-0.023021711,-0.0019925244,0.09209801,0.01654987,0.03342997,0.012727479,-0.019322433,-0.045122124,-0.00070376473,-0.037070684,-0.007832147,0.014536544,0.044323087,0.057619855,-0.0043943673,-0.016214227,0.017646937,0.029088482,-0.105062574,0.01873015,-0.013637414,-0.03031151,-0.04970528,-0.02384656,-0.042387456,0.019081477,-0.016156554,-0.016161244,-0.0052497215,0.020788511,0.0056887246,0.0015278376,0.00806077,0.0031860275,-0.015391928,-0.011347638,0.07279497,0.015407743,-0.0058850255,-0.061727595,-0.040286023,0.13288064,0.014564012,-0.022555904,0.0283546,-0.03519201,-0.06374852,-0.0065155546,0.027995626,0.032878783,-0.018288648,0.028468007,0.002539554,0.060023125,0.011268872,-0.015550959,-0.015828887,0.060943138,0.017297365,-0.0072422116,0.035572074,-0.021406492,-0.0025388952,-0.01637235,-0.04463489,0.003092634,0.059053287,0.010634774,-0.020531956,0.035766497,-0.03340329,-0.015585178,0.044500012,-0.03967665,-0.03342476,0.023534775,-0.030498184,0.0073532253,-0.05085722,0.017458737,-0.036796313,-0.027744927,-0.014602377,-0.005060485,-0.013126535,0.033278927,0.067181334,-0.045077372,-0.08944068,0.041436605,-0.06368889,-0.02538444,0.000916717,-0.035472758,0.0059572696,-0.009635586,-0.022554856,0.027267033,0.02995883,0.09889139,-0.0043195463,0.048652437,0.021948405,0.010394327,0.0014801042,0.01918694,0.03458475,0.10395708,-0.054666385,-0.066521585,-0.016966699,-0.030805932,0.034158513,0.015037027,-0.022780621,0.0040805317,-0.02196152,-0.09610647,0.003692031,0.06802198,0.007176954,-0.022661785,-0.029947765,0.00074909086,-0.0037026035,0.0028052619,0.013890824,0.006764517,0.012939174,0.002760906,-0.019679999,0.014287914,0.009051331,0.035332996,0.0149273,-0.04256157,-0.036715504,-0.028498117,-0.022483002,0.063314155,-0.058659222,-0.036875058,-0.00040560617,-0.036599047,0.030260328,0.026709512,-0.021297408,-0.026972914,0.011189699,-0.09916192,0.06437099,-0.021786578,-0.020441934,-0.0012366797,-0.031450756,0.009578555,-0.03794173,-0.054300204,0.06039611,-0.033607893,0.032884844,-0.036121983,0.058756318,0.013744391,-0.051413335,-0.02495659,-0.01244819,0.02235759,0.027671421,-0.059368063,0.076954484,0.045436908,-0.054851804,-0.03129306,-0.012736614,0.03125861,0.021578662,0.014733062,-0.09251664,0.0060145077,0.03753254,0.008001379,0.03630216,0.012189282,0.045451995,0.020026298,0.03134577,0.050275438,0.008291058,0.024881713,0.03795786,-0.03720355,-0.08468192,-0.03220753,-0.020635298,-0.04461949,0.06056676,0.063380264,0.031473193,0.07326542,0.045676906,0.01772263,-0.05572319,-0.009548924,-0.049504872,0.02685432,0.0101559,-0.039955527,-0.034793776,0.020640733,0.02460995,0.049267467,0.036666047,0.014499171,-0.058185942,0.011800033,0.03559378,0.0072522806,-0.04822142,-0.052668016,-0.009413803,0.0014800476,0.0033839324,-0.094773896,-0.019953622,-0.03267001,-0.08014144,0.015303544,-0.013498426,0.010401966,0.029309778,-0.052532054,-0.009853703,0.014258867,-0.018907692,0.019091614,0.0039902735,0.08238521,-0.08717824,-0.013259925,-0.045998033,0.012321003,0.048966106,-0.005419483,0.047633205,0.023874529,0.021520898,-0.04808216,-0.015244847,0.054918073,0.033002842,0.0019404659,0.0626102,-0.016924946,0.004610605,-0.027867047,0.023210863,-0.008177593,-0.014807969,0.10151386,0.042308465,0.023877257,-0.01744309,-0.024849407,0.022126887,-0.03045758,-0.014757206,0.029744688,-0.0022530304,-0.015940987,0.03409946,-0.020135187,-0.021038437,0.013469761,-0.051117983,-0.009045127,-0.02062304,0.028949143,0.003790381,-0.0020661969,0.026410608,0.050421212,0.0016252894,-0.050597463,0.03191974,-0.02952444,0.02635144,0.004694664,0.012827188,0.038542073,-0.013305579,-0.02197719,-0.0030927116,-0.065738365,0.018301712,-0.014977323,0.022327721,0.00608201,0.0110895755,-0.0033044543,-0.01945765,-0.0034341484,0.038290758,0.015331781,-0.009489872,0.011112473,-0.03366973,-0.015452136,0.009927226,0.013341812,0.033461146,0.02152317,-0.017118152,-0.0226934,0.016861506,-0.020274185,0.005945516,0.04130958,-0.018076116,0.0049129394,0.03873631,-0.06507678,-0.01760272,-0.03628064,0.006632751,0.036094766,0.037139732,0.015200212,0.04223119,0.027840154,0.0002028459,0.0043875286,-0.0036074487,0.048993286,0.01698305,0.026597787,0.041587126,0.012462513,0.022095282,-0.046760935,0.025358768,-0.012477592,-0.036845874,0.032888513,0.023686888,-0.06342816,-0.0039379676,0.002947123,0.04448701,-0.013261288,-0.0057457443,-0.011367499,-0.032510705,0.02618779,-0.007894832,-5.9137236e-33,0.009860903,-0.0510002,-0.017722039,-0.07961155,-0.04148448,-0.03503526,0.006753417,0.0572972,-0.0001521178,-0.03260326,0.013040322,0.011201636,0.012097799,0.020097231,0.032140177,-0.0037636373,0.023972372,0.029987274,-0.0006023628,-0.03067759,0.015428002,0.042269807,-0.018989421,0.0226919,-0.0025801354,-0.007933253,-0.035530504,0.04883368,-0.008532704,0.005103594,0.018724825,-0.008281954,0.0088848835,0.026913153,-0.04353469,-0.010288006,0.042566128,-0.024236986,0.0054764533,-0.008626292,-0.017473118,-0.05125758,0.040098947,-0.030796064,0.039026506,-0.021281404,-0.015625143,0.008695485,0.008648496,-0.045595393,-0.022614826,0.012380619,-0.039031617,-0.04105873,-0.032066893,-0.020460049,-0.017294118,-0.011474827,0.033193037,-0.029991752,-0.01986737,0.04766281,-0.01661183,-0.07273532,-0.034823094,0.03621486,0.02584031,0.003991951,-0.09207319,-0.027464895,-0.02117687,0.03179799,0.04167812,-0.040787473,-0.0056502675,-0.06242534,0.001214135,0.027752357,-0.018378058,0.06792251,-0.00393848,0.022162514,-0.06428194,-0.007607302,0.04874594,-0.022963008,-0.011511456,-0.02704834,0.01835677,0.025247656,-0.0038962355,0.0053921104,-0.040008426,0.002205126,0.056229927,-0.037901025,0.05824785,0.008993719,0.007147475,-0.015964927,0.0058087413,0.008150032,-0.007412821,0.030468632,-0.0034367244,-0.012015786,-0.03762261,0.08079775,0.02659968,0.00024076825,0.019467006,-0.04089493,-0.0011486572,-0.050506912,0.040243637,0.05172941,-0.00097143755,-0.05826564,-0.0026305178,-0.03335611,-0.01529162,-0.0058643445,-0.07871743,0.049419053,-0.05463862,-0.033987135,0.013321969,0.068952575,-0.019772315,-0.027074918,-0.031914562,-0.0015165361,2.8389624e-07,-0.008695803,0.014188751,0.1059616,-0.0050690216,0.009440414,-0.014489546,-0.04500681,0.029807398,-0.014788472,0.034985233,0.040452503,-0.029941935,0.002278429,-0.02698962,0.02389835,0.03261026,0.07905974,0.057768624,-0.019754238,-0.01959999,0.07654189,-0.01312857,0.0067881513,0.022533437,-0.01684005,-0.008637477,-0.019722022,-0.028844893,-0.04027095,-0.07198219,-0.01671059,0.07513523,-0.010843781,0.008326805,-0.0035670907,-0.0411602,0.04586369,0.010630165,-0.01873308,0.05113955,-0.03548634,-0.023076946,0.013508908,0.0063651702,0.02357503,0.047351714,-0.013215679,0.033575658,-0.030974694,0.06172763,-0.013919924,0.040913943,0.021809487,0.005161358,-0.0410771,0.053050097,-0.01183308,-0.016413582,0.04048888,0.07682003,-0.026667794,-0.012444137,0.031118443,0.0041948124,0.057440855,-0.0042396355,-0.06781097,2.0029717e-34,-0.0057565994,-0.080992535,-0.000331328,-0.040835064,0.018471655,-0.016931826,-0.026079696,-0.036283128,0.01865486,0.036030833,-0.022135098,"{'source': '/home/uav/Documents/AI_Hunter/LLMS/pdfs/DJI_Matrice_210_UAS_registration_n-a_04-19.pdf', 'page': 0}","The unmanned air system (UAS) had been used to carry out an aerial search during
a police operation. On completion, it was being flown back to the launch point, when,
without warning, it rapidly spiralled to the ground. It crashed into a small stream and was
extensively damaged. An examination of the UAS data after the accident found the cause
was a propulsion error in one of its four motors."
-0.022042898,0.07341874,0.02667395,-0.026652679,-0.0067084124,-0.019593094,0.028798087,-0.01649326,-0.07293131,-0.011573706,0.065600894,-0.017662272,0.0056618233,0.033450853,0.042451393,0.03225362,0.04481195,-0.029321408,-0.0064994297,0.02040881,-0.011100155,0.0077388394,-0.03526441,0.016952466,-0.00991927,0.058016904,-0.017856486,0.005237888,-0.009171261,-0.017334355,0.026833858,-0.009400579,0.04550376,0.047496215,2.2455667e-06,0.0034831318,-0.03477455,0.013521665,-0.0390544,0.009215953,0.005361486,0.054150533,-0.06873465,0.023857564,-0.017392939,-0.09292593,-0.017416986,0.06625082,-0.013752314,0.09237844,0.006470216,0.0039365324,-0.00051046314,-0.014869008,0.016132038,-0.075824074,-0.026674928,0.07542603,0.00749367,-0.021115087,-0.009343969,0.012506517,-0.023331339,-0.00071277295,-0.081749365,0.043967675,-0.01913076,-0.012445472,0.007957276,-0.046365205,-0.04577364,-0.029073948,0.013867642,0.03471179,-0.01953494,-0.009926046,0.0046884674,0.010699483,-0.066916,0.051415272,-0.0030003353,-0.01800123,0.007891925,-0.009879717,0.032531716,-0.040500343,-0.013425359,0.045475572,-0.06238084,0.01867259,0.054943953,-0.0124208145,0.04306668,-0.035721347,0.031537782,0.014069958,0.0012163346,-0.035723,-0.0021409427,-0.06589588,0.042941473,-0.011037993,-0.02004586,4.9977257e-06,-0.032394264,-0.000695995,-0.09313605,-0.016766958,-0.0108864205,0.0614093,-0.023880051,-0.0036377867,-0.014677274,0.029166205,0.019271838,0.05159251,0.09406348,-0.011728727,-0.004459756,0.02116283,-0.08918092,0.046598103,-0.043320313,0.0426084,0.06889739,0.0102536725,0.010882242,0.006795598,0.030419903,0.024443544,0.0015161001,-0.0034012434,0.021115359,-0.0037204444,-0.057406783,0.03140576,-0.042516768,-0.018147824,-0.091802664,-0.034160443,-0.009377742,0.003934505,0.0038042928,0.003616161,-0.040085457,-0.00996405,-0.030949997,-0.010390684,0.0006477765,-0.030625097,-0.0062756757,0.029948113,-0.01602948,0.00024564916,0.0115209045,0.0006887693,0.007741005,-0.007558829,-0.021287872,0.020114414,0.029645443,0.0072041596,0.03234625,-0.019506719,0.041222215,0.023194838,-0.04446493,0.028707063,-0.013625702,0.021142468,0.049114384,-0.031140931,-0.005701518,0.09038992,-0.03422676,-0.0435554,-0.089885026,0.020597413,-0.0066525154,0.017771171,-0.013138057,-0.018750248,-0.033649445,-0.039794818,-0.08293528,-0.018519532,0.000572979,0.0047844094,-0.030966278,-0.015867766,0.013256836,-0.0488461,0.019058438,0.050125957,0.056996223,-0.02407579,0.008638865,-0.014414913,-0.012485263,0.017181851,-0.016086988,-0.03698594,0.09092361,0.00026743757,0.026104936,-0.0033850484,-0.014603854,-0.039608262,0.007366258,-0.008866724,0.001989674,0.027985817,-0.029218977,0.05849861,-0.019434866,-0.0017435611,0.03388422,0.0059954114,-0.04295938,0.047872994,-0.008900556,-0.011570583,-0.026290901,0.024373714,0.043597106,0.033629205,-0.018180808,-0.0024907463,0.014067651,0.04318202,0.00014560581,0.023342468,0.055106677,0.03196667,0.0113250315,0.0002370676,0.072244115,-0.024280502,0.0058580735,-0.07600126,-0.0038258084,0.11444034,-0.004984339,0.0072767246,-0.008088462,-0.029027702,-0.005644431,-0.011963741,0.021667695,0.008642633,-0.04141091,0.04112602,-0.0061211023,0.019410811,0.0030299963,-0.110732354,0.0032950367,0.056003377,0.004124934,-0.020970246,0.02073026,-0.00845181,0.032383136,-0.020973733,0.009012651,0.015972272,0.035825532,-0.024051499,0.0051506036,-0.018723104,-0.02701925,0.013009954,-0.018766088,-0.037831444,-0.009519387,0.027250499,-0.070724495,0.0069441292,-0.026017593,0.011408067,-0.040332116,-0.0374998,-0.019295903,-0.05461065,0.012188644,0.039201703,0.03521498,-0.03340634,-0.07270402,0.0012770747,-0.032577075,-0.04624592,-0.0020433078,-0.007294826,0.022016492,0.020212147,-0.09687196,0.065795325,0.028894605,0.08079764,0.035677385,0.021356728,0.007883561,0.034787007,-0.025892671,-0.012274529,0.04946845,0.082688004,-0.09040652,-0.03787916,-0.07280102,0.019257825,0.008323466,-0.038065363,-0.00571408,-0.032271553,-0.001276581,-0.054267287,-0.02726205,0.051069587,0.013612948,-0.040759064,-0.04057836,-0.024410993,0.007517249,-0.02304546,0.02220347,0.0017611214,0.031763233,-0.023628691,0.0017714534,-0.011385208,0.013098318,0.037317183,-0.0019066841,-0.07746069,-0.041240502,-0.03017672,-0.019674253,0.045037333,-0.02816883,-0.021436512,-0.012146688,-0.014604477,-0.042971537,-0.01199922,-0.049538415,0.005050644,0.022589114,-0.042163555,-0.0033099398,-0.01573998,-0.010047667,0.008697202,-0.0120741,0.056728937,-0.016357608,-0.06126532,0.08414751,0.021451449,-0.05208323,-0.033069994,0.0067059738,0.02147313,0.015286523,0.011255683,-0.023867447,0.037425864,0.01653961,-0.004819439,0.05769889,0.008233174,-0.07193529,-0.044662494,-0.01377523,0.018215276,0.014041828,0.01532088,-0.04036509,0.013342958,0.024207307,0.0026370797,0.0059150574,0.0048081833,0.021715809,0.016838146,-0.01598928,0.037077975,0.053463776,0.019081788,0.0014291585,-0.036932234,-0.006633979,-0.026793007,-0.0055414364,-0.047009565,0.039094284,0.026765825,-0.00043734044,0.0515211,0.016480979,0.04476955,-0.01220964,-0.03195363,-0.052272134,0.0771495,0.041085005,-0.031301036,-0.032113057,0.062237225,-0.028474877,0.051049724,0.047086716,0.04542742,-0.006402045,-0.018141093,0.022797327,0.016616246,-0.017649328,-0.04908763,-0.031018523,0.02505871,0.03695803,-0.049088247,-0.040803377,-0.055834327,-0.014338736,0.005349904,-0.005176475,0.007156706,0.025132142,-0.05138334,-0.029989926,0.01797315,0.0016096773,-0.008779925,0.080003224,0.094821796,-0.12861104,0.0050004707,-0.06199221,0.050559495,0.03814372,-0.056752022,0.022690427,0.019052092,0.006505856,-0.0730009,0.0223426,0.029238516,0.03502749,-0.02688787,0.1382782,-0.009551514,-0.036426194,-0.042867374,0.0070596165,-0.037470147,-0.013915768,0.13524534,-0.025655305,0.023411362,0.014018254,-0.012005216,0.035934877,-0.080567256,-0.024372173,0.0174031,-0.01318892,-0.02266335,0.022179158,-0.02564492,-0.00072738476,-0.021292249,-0.026492646,-0.009815943,0.010735294,-0.027965952,0.056483455,0.009148686,-0.0041702758,0.030368093,0.023600316,0.022742998,0.0016078986,-0.022200676,0.047008112,0.018516319,0.00090307766,-0.0045540696,-0.039162476,-0.01049521,0.0034826933,0.019525146,0.03779857,0.0070181857,0.0044151642,-0.035517797,0.0033656936,-0.02897194,-0.0091663385,0.013105237,0.04129382,0.050463922,-0.006044428,-0.005383934,-0.021025145,-0.028424652,0.0198254,-0.027759034,-0.0030501036,-0.0009212996,-0.026577385,-0.030843198,-0.0031303624,0.058941495,0.05949868,0.037754912,-0.00087248295,-0.005588429,0.024231803,-0.03456886,-0.01768137,-0.016559606,0.007297335,-0.017089471,0.018884705,0.00028828977,0.020595115,0.006760428,-0.013047925,0.036627643,0.030285114,0.07897692,0.0029874793,0.0050140875,0.08671299,-0.00715506,0.010130161,-0.03277312,0.023606546,-0.014095078,0.010363201,-0.009971891,-0.03475327,-0.09241388,-0.019013684,0.009420099,0.052671578,-0.032578897,0.03802124,-0.048573148,-0.0071821986,0.035334982,-0.026221588,-6.348605e-33,-0.018232215,-0.06804727,-0.020929253,-0.060258605,-0.0016016294,0.024100209,0.025025982,0.018115165,-0.007554091,-0.025734155,-0.0070338417,0.028373165,0.030862132,-0.011103822,0.0272136,-0.026714848,0.044965807,0.01631066,0.04200079,0.0037515964,0.0062262597,0.03684921,-0.03199707,-0.029028611,0.019310242,-0.0013894765,-0.04035214,0.06255102,-0.0004165918,0.024113469,0.025818745,-0.023920177,0.019813452,0.0703078,-0.04558293,-0.031487565,0.0078535825,0.013812793,0.007230508,-0.014597292,0.01043613,-0.03976081,0.057767153,-0.032561447,-0.0022832246,-0.04229352,-0.021993324,-0.0004505283,-0.0031113776,-0.08676822,-0.015095653,-0.00071729586,-0.040801223,0.00039626527,-0.010409449,-0.027079545,-0.01010562,0.018908972,0.0015450943,-0.041761354,-0.025924653,0.060593504,0.0061579114,-0.044077955,-0.04157642,0.017825397,0.05754209,0.0063002966,-0.04981865,-0.011033332,0.015506649,0.0755259,0.018594345,0.0035771562,-0.03231165,-0.079539284,-0.058831546,0.02135178,-0.008238697,0.04016016,0.029470872,-0.0048058876,-0.087359,0.0063267136,0.009275272,-0.072563946,0.028262867,-0.03041699,-0.016390424,0.046613824,-0.03948557,-0.010330883,-0.05671335,0.017478617,0.054010864,-0.06955313,0.021465493,0.03489555,0.018859973,0.02540256,0.04340319,0.04274017,0.026639918,-0.06458058,0.0004228848,-0.007277238,-0.0061004953,0.069147356,-0.0082320515,0.006279532,0.017661186,-0.016229209,-0.0020340902,0.005192674,0.014054313,0.033408727,0.04705992,-0.038115,0.037548438,0.027447129,0.015564044,0.0031130216,-0.096596286,0.07230146,-0.046868607,0.023727762,-0.002107587,0.03351586,0.0459237,-0.030186951,-0.028506432,0.050628092,2.8458157e-07,0.0013421188,-0.012862597,0.07392174,-0.023286672,-0.019828917,0.015653932,-0.03812861,0.01946497,0.027975764,0.014648264,0.013399409,-0.028968137,-0.025519451,0.011756893,0.0007986828,0.042141713,0.05569891,0.015803933,-0.026742393,0.007040779,0.052296285,-0.0013980306,-0.031514138,0.023424363,0.010831039,-0.011506402,-0.047252066,-0.037503272,-0.08970574,-0.09913147,-0.03680164,0.073515974,-0.045358513,-0.042407323,0.002263451,-0.0050176843,8.8553046e-05,0.014430764,-0.005386965,0.019081537,-0.036623422,-0.07066764,-0.005681077,-0.00034031196,0.022703037,0.031391885,0.01697366,0.02342288,-0.03750338,0.047073495,-0.024044205,0.067045905,0.0076370942,-0.019752303,-0.00014989058,0.042031903,-0.017861137,0.01589636,0.060433112,0.050701417,-0.0039273603,0.003982583,0.0120139755,0.002467234,0.0069047264,-0.03317694,-0.033455554,2.5060286e-34,-0.022198753,0.020396207,-0.007714775,-0.027766278,0.021237122,0.0014368037,-0.024531666,-0.04543737,0.0011176609,0.010065702,-0.0069221733,wikipedia,"A UAV crash landed onto train tracks on the Sydney Harbour Bridge, where it was found and retrieved by a Sydney Trains conductor in October 2013.[61] Confused platform workers inspected the UAV, with concern that it may have been a weapon.[61] The Civil Aviation Safety Authority (CASA) started an investigation, and the police began searching for the pilot.[62] The pilot was testing new UAV equipment when the camera mounting failed in mid-flight, and the UAV began to return to its GPS starting point.[61] The UAV collided with the corner of a building and then a Sydney Harbour Bridge pylon,[62] and the pilot presumed it to have been lost to the waters of Port Jackson.[61] After seeing media stories of a ""mystery drone"" colliding with the nearby bridge, the pilot contacted aviation authorities and Sydney police. The police found the situation to be unsuspicious and returned the craft to the pilot.[61]"
-0.02124429,-0.0015933887,0.01295461,0.0045864843,-0.023126915,-6.097379e-06,-0.0029823454,0.030419711,-0.04727994,-0.03407631,0.06689289,0.0073098177,0.042915795,-0.03146862,0.045221664,0.023825316,0.024948118,-0.025334783,0.015404169,0.01709858,0.045612708,-0.007027695,-0.018365696,0.023433696,0.0018291338,0.013474612,0.02708215,-0.0039648367,0.042671077,-0.020403331,-0.019681038,-0.037519135,0.056597378,0.0077904095,2.061793e-06,-0.015009568,0.0047791456,0.0028124556,-0.05297599,0.02109326,0.010045572,0.03966337,-0.053299252,0.03466933,-0.018980237,-0.041539248,-0.012875907,0.02202082,-0.009054556,0.059167102,-0.016668398,0.021265164,-0.035369035,-0.010968154,-0.031000974,-0.026220622,-0.040067393,0.05434645,-0.009410528,-0.046706498,-0.007319573,-0.011346705,-0.0027701363,0.051257644,-0.09118228,0.02279519,-0.06747246,-0.011011116,0.011168916,-0.016832367,-0.049748328,0.01550473,0.00929093,0.024084602,0.0013241385,-0.02902311,0.031804092,0.05164967,-0.05659522,0.0034714811,0.039958272,0.019288924,-0.017462138,0.016434707,0.023316225,-0.06968042,-0.005060101,0.023391988,-0.05229847,0.027325533,0.094747394,-0.014625189,0.013709661,-0.050518442,0.018556476,0.003253603,-0.048350096,-0.05874934,0.0062761,-0.09915186,0.050786458,-0.0019690765,-0.018344842,-0.02079021,-0.024938744,-0.042235002,-0.06874536,0.020964462,-0.025667412,0.056924682,0.028472394,0.009234064,0.028488202,0.017590472,-0.024065604,0.030236853,0.04163984,0.004393346,0.00214228,0.03601208,-0.073177636,0.03932918,-0.05278432,-0.014305405,0.040068235,-0.08555309,0.005957478,0.029920164,0.0042930283,0.0073404456,-0.002351519,-0.007369069,0.039585948,0.014073551,-0.05242352,0.072984256,-0.013409497,-0.014700525,0.0016645398,-0.018531004,0.011075843,-0.01858448,-0.015683966,0.0028990721,-0.033223566,0.002400578,-0.0017646553,-0.04421636,0.0121856695,-0.024137253,-0.05236674,0.04433486,-0.016199308,-0.0030176123,-0.02009421,0.0025585925,-0.011157207,-0.02743579,-0.007950587,-0.039173733,0.019532276,0.0049560703,0.020224027,-0.007020478,0.04250973,0.042170074,-0.037617616,0.016438719,-0.013009185,0.027302794,0.013393793,-0.005254362,-0.010246479,0.086240456,0.013525777,-0.044744674,-0.081057705,-0.04355124,-0.014451944,-0.023618037,-0.0060685785,0.027717244,0.009547786,-0.057818137,-0.034699257,-0.048053756,0.052510943,0.012357916,-0.05492582,-0.006227547,-0.0018684883,-0.028277121,0.07481906,0.049381405,0.048122477,-0.032219697,0.023318041,-0.028141698,-0.038290516,0.015406118,-0.00057617336,-0.016151378,0.03229336,-0.018850833,-0.030752698,0.016464239,-0.009347466,-0.038662784,0.020450449,-0.003717844,0.0051363325,0.014725948,0.02776989,0.058136586,0.036015313,0.021596987,0.018929675,0.0024127134,-0.050027095,0.026377752,0.0017472968,0.03983669,-0.034888547,-0.01609836,-0.003504144,-0.009602945,-0.015925778,-0.0046644323,0.04033611,0.026741084,-0.01638173,-0.01641705,0.06497389,-0.0054420913,0.045075968,-0.025696611,0.13978864,-0.04842363,0.021829482,-0.056400985,-0.020433478,0.08088613,-0.005298199,-0.0064747906,-0.028187051,0.008584928,-0.01601681,-0.014160429,-0.014105032,0.024292998,-0.036182325,0.0460616,-0.031591672,0.04520306,-0.051086534,-0.03136566,-0.0224821,0.018461065,-0.020063287,-0.057935674,0.052624304,-0.024439182,0.03691033,0.025022946,0.023310665,-0.009990641,0.021428362,-0.03377145,0.043251958,-0.014893527,-0.028514551,-0.0024630844,0.011858817,-0.026461663,-0.030284263,-0.0015665012,-0.080048166,0.0045988555,-0.031160966,-0.010054632,-0.029822964,-0.034882315,0.041199323,-0.016295262,0.0133223245,0.04052012,0.018977081,-0.007504494,-0.061388012,-0.0057083215,-0.046364773,-0.0051859794,-0.00876975,0.0059245788,0.046672184,0.01833969,-0.021876322,0.06513714,0.03766126,0.08620243,0.047717713,-0.010608238,0.009446992,0.026246492,-0.008340294,0.0062671,0.019512072,0.08117978,-0.07449498,-0.02775554,-0.030054057,0.017977063,-0.036618512,0.012214519,-0.058968242,-0.031017896,0.0056973067,-0.023331448,-0.028733823,0.08611484,0.038859967,-0.037047748,-0.0035135585,-0.015084669,0.02996324,0.017315071,0.0116245635,-0.008220636,0.048235387,0.016312152,0.017695047,-0.021287132,0.025399832,0.037789807,-0.0016458025,-0.005830164,-0.037488535,-0.0019322829,-0.031668738,0.049936686,-0.04652474,-0.037846908,0.044037987,-0.012335567,-0.031194195,-0.0033676918,-0.082926795,0.03366262,0.0089457445,-0.07273141,-0.006767562,-0.00930781,-0.0030127894,0.019058887,0.003535808,0.020834418,-0.014889632,-0.047784418,0.028598106,0.0060879313,-0.038224682,0.013747176,0.070152074,0.025368704,0.00016695847,0.029424043,0.011510773,0.015140866,-0.013568017,0.032101892,0.08261028,0.030674336,-0.019975709,-0.035306036,-0.04806775,-0.013984997,0.011672936,0.021033024,-0.06206275,-0.009934414,0.016516,-0.028159905,0.0030640978,-0.0051032673,-0.0037017895,-0.037567347,0.014092984,0.010618707,0.045574855,0.063452475,0.0006714039,-0.017962832,-0.04351768,0.014669635,0.03156529,-0.045813672,0.07073212,0.0047094105,0.017779673,0.050070655,-0.010708879,0.0028031634,-0.022193868,0.0069133677,-0.028723557,0.058757912,0.046843473,-0.034581207,-0.051530045,0.057680205,-0.033247393,-0.005650523,-0.012307804,0.024874069,0.0036081308,-0.042614855,0.007054803,0.007935853,-0.0034401382,0.00066628226,-0.049903926,0.0030052685,0.03690697,-0.050820004,-0.006677249,-0.01758749,-0.0512605,0.002218904,-0.036721185,0.035652146,0.005068684,-0.044443745,-0.022502577,-0.0151373865,-0.016934862,-0.017707523,-0.025391672,0.1288982,-0.09719489,-0.012042058,-0.038180493,0.06381707,0.05515237,-0.0040626246,0.04494222,0.034080006,0.03853314,-0.07269155,-0.010177195,0.054118045,0.013403184,0.006043516,0.13193713,0.015929561,0.023183715,-0.016359732,0.06082176,-0.004540123,0.0035071326,0.10446923,0.0086525045,0.02295794,0.0702372,-0.016630607,0.016369233,-0.12017802,0.0021646712,0.009272271,0.017279401,0.012541941,0.011116432,-0.027205886,-0.00085352967,0.015551383,-0.033052534,0.0254097,-0.038616534,-0.02949158,0.020894771,0.031869072,-0.00032583124,0.0637479,-0.029087301,0.0047030332,0.0031561495,-0.032938477,0.0094869025,-0.00062733516,-0.0401935,-0.0499248,-0.049994633,0.00723281,0.00407993,0.027337773,-0.016388211,0.020279245,-0.019250866,0.018324189,-0.052050788,-0.013056986,-0.038523577,0.009395671,0.043091234,-0.0038691016,-0.032933637,0.004683278,-0.031607416,-0.021044109,0.01685079,0.0051275827,0.025459412,0.030550372,-0.017238522,0.021365205,0.035036173,-0.0031943773,0.04426458,0.0057425266,0.02119127,-0.006275952,0.026623314,-0.017015247,0.022504764,-0.067759186,-0.0011117428,0.015740719,0.0313005,0.0069153905,0.019896988,0.031049477,0.04521845,0.024142832,0.0029890235,0.046689637,0.009290712,-0.05834117,0.032420576,-0.008988148,-0.010478293,-0.041686546,-0.028260844,0.0179994,-0.06185293,-0.01771123,-0.011260522,-0.052053362,-0.030094178,0.024596518,0.044144988,-0.046114046,0.0060578864,-0.011213789,0.004330461,-0.029693617,0.022066437,-6.350568e-33,0.003956644,-0.0004887374,0.008870019,-0.042246737,-0.0425027,0.024591815,-0.0008729628,0.030261148,0.009448854,-0.021967106,0.006179862,0.028034149,0.022665918,0.0022922247,0.055647366,-0.10710402,-0.0005769136,0.012869308,0.025362026,-0.022788733,-0.057418775,0.029630022,-0.028484315,-0.024776896,0.049284905,0.05327737,-0.10245529,0.042463563,-0.039026838,0.0036640093,0.025715409,-0.017592993,0.017209638,-0.005437301,-0.026851552,-0.01446338,0.04747096,0.035036165,-0.0037685798,0.0005986623,-0.045501594,-0.048990875,0.048460536,0.0020262082,-0.007253557,-0.063669,-0.03562468,-0.010744734,-0.022119936,-0.06629961,0.01111224,0.039280884,-0.002184675,-0.014439755,-0.0049331705,-0.05695725,-0.0051796315,0.07267396,-0.07834137,-0.021274842,-0.070254564,0.042526085,-0.017623805,-0.039866105,-0.051982343,0.022731759,0.04708003,0.011320543,-0.10749335,-0.022835666,-0.01217625,0.04742513,0.01747775,-0.021404041,0.023769837,-0.006234306,-0.033987638,0.01673354,-0.03873852,0.06505917,-0.016301766,-0.0057793334,-0.09372545,-0.011652986,0.026868965,-0.090249754,0.022006854,-0.022035116,0.0073825233,0.029911133,0.0073280004,0.036180582,-0.034803502,-0.0014658766,0.10309268,-0.09699556,0.033947986,0.05424531,-0.021014463,0.016285362,0.024709778,-0.01248224,-0.0062862798,-0.006818694,0.014149296,-0.040747408,-0.029110815,0.061225697,0.011795528,0.030891865,0.05138348,-0.02494648,0.030598005,0.07108094,0.016510503,0.03077119,0.0366389,-0.049123242,0.021842519,-0.057583027,-0.014860455,-0.0070116045,-0.08471346,0.049535025,-0.03720115,0.003864628,-0.0026344457,0.05714391,0.0117101455,-0.0071547492,-0.01326246,-0.0048782914,2.7717746e-07,-0.023193033,0.035980668,0.035732534,-0.053941194,-0.024435177,0.048987906,-0.00783251,0.05662219,0.033809047,0.023789497,0.023810305,0.0028915687,0.008651448,0.007586606,0.025727427,-0.013752571,0.05051283,0.022092128,-0.020990238,0.019265944,0.020031832,-0.008968616,-0.008228504,0.030982094,0.0196921,0.008415854,-0.025013575,-0.03154618,-0.044008628,-0.09740548,-0.04397184,0.03973026,-0.053609572,0.019150421,-0.010432036,0.0060088583,0.02850981,0.08036565,-0.040549107,0.10154245,-0.021350617,-0.056588266,0.022854878,-1.7396553e-05,0.014098709,0.055722002,-0.014907451,0.022377502,-0.0013919396,0.03790978,-0.01018808,0.039421577,-0.011730091,0.0022433354,-0.0036455428,0.048987582,-0.027792336,-0.0037701398,0.0015583824,-0.0035586043,-0.014675436,0.03268495,0.02645834,0.026117913,0.01020999,-0.038533308,-0.032850772,2.3676052e-34,-0.028551986,0.016228845,-0.023970991,-0.0529246,-0.033333983,0.0010025005,0.01516963,-0.060884174,-0.013533762,0.0030737673,0.006848366,wikipedia,"A triathlete was injured in an incident involving a drone that was filming a race in April 2014.[63] She claimed that the drone collided with her and that ""the ambulance crew took a piece of propeller from my head"".[63] The owner of the UAV claimed that the athlete had been injured when she was frightened by the falling UAV and tripped.[63] Timing equipment caused interference with the operation of the UAV while it was close to people on the ground.[64] In November 2014, the Commonwealth Director of Public Prosecutions stated that the evidence showed that the drone had crashed into the triathlete, who sustained head injuries as a result. However, taking into account the young age and antecedents of the pilot, the Commonwealth Director of Public Prosecutions chose not to proceed with a charge against the operator and handed the matter back to CASA. CASA subsequently fined the operator $1,700 for flying the drone within 30 metres of people.[65]"
-0.015802097,0.09855047,0.03455535,0.008289685,-0.044734202,-0.050071497,0.008569148,0.011609188,-0.09006856,-0.021172924,0.013653863,0.014642017,-0.0047220974,-0.025128508,0.027409632,0.024674242,0.0353271,-0.034814008,0.014578252,0.012194192,-0.0072188713,0.00021184568,-0.030427594,0.0067323577,-0.014793963,0.042471148,-0.0017275065,0.02438524,0.031601027,-0.011221613,-0.012168088,-0.033546958,0.027427668,-0.015278731,1.9727431e-06,-0.00874571,0.0018264353,0.011698544,-0.067293234,0.031123718,0.028650397,0.08335635,-0.07783686,0.03733638,0.0075271493,-0.06647497,-0.010327178,0.07261642,-0.014804392,0.044674844,-0.0035387625,0.025570396,0.012221257,-0.012095297,-0.014775592,-0.028311014,-0.0161843,0.086405925,-0.0843791,-0.08942993,0.025867015,0.032745328,-0.016802544,0.03901185,-0.026767757,0.02509561,-0.02679522,0.025537277,0.014683731,-0.048578173,-0.006897833,0.012889522,0.021036122,0.03383885,-0.013459843,0.0006306001,0.021717126,0.06329819,-0.048506424,0.017809661,0.06522497,-0.023586843,0.008875116,0.006367757,0.041038543,-0.05092697,-0.03451836,0.019812979,-0.061033696,0.02290537,0.064305164,0.027635567,0.020919345,-0.0124868415,0.009633349,0.0297156,-0.033369135,-0.056518797,0.0064522754,-0.039225876,0.018162481,-0.007165748,-0.012605267,-0.011746666,-0.030691465,0.019280877,-0.05602889,0.022368249,0.012135855,0.041378822,0.011041776,0.004362407,0.0044292933,0.057469584,0.009621879,-0.016390445,0.046589743,0.009431457,-0.011383948,0.013048235,-0.020455481,0.00818099,-0.06691365,0.029143052,0.052600194,-0.036818847,0.015277591,0.023926813,0.012576227,0.05120668,0.008295619,0.019295957,0.041019995,0.018744832,-0.045189984,0.07286425,-0.021209443,-0.012761715,-0.011521309,-0.04869699,0.06226463,0.014192805,-0.013944409,-0.0027483394,-0.034920193,-0.010091909,-0.0046628285,-0.028121244,0.003793609,-0.03903508,0.005851789,0.012780331,0.01875065,0.013855114,0.010485855,-0.0049722646,-0.02677933,-0.017687934,0.004763089,-0.016310534,0.014382527,0.03598502,0.003658116,-0.013311412,0.023538481,0.045018025,-0.044637457,-0.0036980766,0.01817467,0.03253355,0.04580625,-0.0152712595,0.0025361516,0.08400638,-0.031223647,-0.041940857,-0.14741921,-0.035265792,-0.0018991346,-0.009757269,0.0023069954,-0.035906274,-0.015666947,-0.04499525,-0.05863103,-0.03452326,0.020719014,0.0030852596,-0.024009455,0.005826235,0.017179783,-0.04913675,0.10445108,0.040806666,0.044619802,-0.01014486,-0.017508024,-0.0119378455,-0.01811874,0.0066660084,-0.028767267,-0.015926788,0.0226704,-0.00940333,0.020352865,-0.0048247916,-0.030092238,-0.03761304,-0.019255502,0.023329016,0.023506554,-0.004166303,-0.0055045146,0.05193695,0.0024226012,0.0028316053,0.04123476,0.034341946,0.0006973719,0.043383356,-0.010839938,-0.0057183825,0.030683432,0.022782315,0.012280359,0.010603554,-0.013102893,-0.0056046597,0.050592706,0.021324374,0.011768308,-0.010328535,0.02656507,0.015655383,0.046110395,-0.03584325,0.08160122,-0.013595165,0.004540079,-0.032424472,0.0031736295,0.09824946,-0.00064192474,-0.016544575,0.019731592,0.011972603,0.029584683,-0.021414217,0.010154299,0.007679057,-0.04359562,0.00793632,-0.0076602143,0.019697197,-0.01343208,-0.039196406,-0.025101317,0.02063666,0.01248106,-0.07264159,-0.014828919,-0.053540513,0.06460003,-0.035048556,-0.011590554,0.0032644293,0.0117110135,-0.030314313,0.034789454,-0.054315336,-0.021919446,-0.0034785694,0.0113952495,-0.01751557,0.0028697336,-0.011571077,-0.03435725,-0.03300224,-0.022144396,-0.00082121784,-0.010129388,-0.00078122737,-0.00257565,-0.016072864,0.010781317,0.03682941,0.027234428,-0.013520017,-0.03900882,0.0019497481,-0.054163918,-0.01606604,-0.0179193,-0.028705752,0.060506023,0.027182112,-0.0053523974,0.083026506,0.022210771,0.09607973,0.030663515,0.028756116,-0.020848103,0.01812164,-0.010695785,0.015247505,0.049469262,0.10981891,-0.09724588,-0.031479258,-0.034612622,0.056144893,-0.038531326,-0.018081846,-0.00534164,-0.028978016,0.009539112,-0.007142519,-0.025164587,0.054391425,0.044973075,-0.024526501,-0.040311813,0.018728126,0.031615984,0.03938138,0.017694037,-0.0172355,0.021876346,-0.025506387,0.01485986,0.014798051,-0.00421519,-0.008175941,0.010839594,-0.05385547,-0.029814867,-0.057471626,-0.027950047,0.0076509356,-0.025314383,-0.0028152866,0.008419069,0.009294184,-0.08606654,0.00882093,-0.10524596,0.007823043,0.010850016,-0.087430224,0.027690386,-0.034503683,-0.0054386333,0.02207892,0.0033079167,0.02085529,-0.020461347,-0.08431604,0.038985323,0.030968754,-0.11324324,-0.038407534,0.06799905,0.025764624,0.038583435,0.017433163,-0.00055223954,0.036728304,0.012172383,0.011519931,0.064572774,0.006588503,-0.0074275285,-0.046955295,-0.030397192,-0.057903893,0.022323914,-0.0051843813,-0.017143834,0.002544058,-0.005082966,0.019664919,0.02497717,-0.009204708,0.010139886,-0.019100884,-0.008654524,0.05145918,0.039363146,0.013748052,-0.025275536,0.019784812,0.0360124,-0.011527494,0.016162293,-0.06672662,0.0009163726,0.01825369,0.009853043,0.023327067,0.013209976,0.076152466,-0.004160307,-0.0077142855,-0.024232829,0.08446779,0.022555906,-0.028244903,0.00045267591,0.07889377,0.009403823,0.014181458,-0.018926684,0.06322002,0.026876388,-0.03332875,0.0059746406,-0.017511101,-0.025044251,-0.028386934,-0.06352516,-0.021110002,0.03577385,-0.033421937,0.008349112,0.0016057428,-0.023831617,0.010327072,-0.031414278,0.024002286,0.012120491,-0.05298509,-0.036661807,-0.0010566696,-0.020514976,-0.016587634,0.0022970857,0.11313313,-0.113459565,-0.015207019,-0.05022242,0.028654503,0.01211557,-0.044789746,0.019410646,-0.0049861735,0.009041823,-0.039537545,-0.010165598,-0.0220247,0.014317196,-0.025502669,0.090730526,0.018172354,-0.02836977,-0.026629843,-0.038871933,-0.034657877,-0.0042448505,0.11311216,-0.01815515,0.014301252,0.04870142,-0.02361316,0.03977299,-0.082644075,0.014590251,-0.031707052,-0.009986217,-0.0024893638,0.03337186,-0.014297209,0.021069596,-0.039346125,-0.06288969,0.0046461714,-0.0062403814,-0.008009935,0.02766086,0.008701218,-0.0043393364,-0.029281074,0.006681924,0.022388196,0.010918724,-0.019521615,0.025133131,-0.02324481,0.0014179056,-0.015663402,-0.06591292,-0.030826233,-0.010798496,-0.04599326,0.03175728,0.045511324,0.043404087,-0.035881996,-0.036603868,-0.02366198,0.003019133,0.019039545,0.06342039,0.00588241,-0.023524554,-0.013884796,-0.03496808,-0.038302455,0.023166126,-0.022080887,0.0049677375,0.024622677,-0.011186436,-0.058413204,0.024735563,0.012376732,0.068972826,0.05719796,0.019933958,-0.008958652,0.03935047,0.00031901183,0.014944525,-0.062667266,-0.0054025827,-0.011119072,0.031165354,0.012315323,0.033995584,0.0025673944,0.060895633,0.043324925,0.043697637,0.106785566,-0.011077675,-0.041549046,0.05149051,-0.021351181,0.015954357,0.00052149815,0.0049026497,0.0040766834,-0.0057814578,0.005217614,-0.04182864,-0.06863132,-0.009633239,0.012103192,0.0132946,-0.012865745,0.024826381,-0.053771373,-0.040947776,-0.012990406,0.027908774,-6.505206e-33,-0.018715335,-0.020859508,0.0031113976,-0.052873738,-0.018818982,0.03289661,0.008937239,0.0055966037,0.016621133,-0.0072256867,-0.013550491,-0.025851889,0.028979223,-0.0033184087,0.04072798,-0.06784009,0.02897854,0.02894628,0.03573541,0.036343925,-0.028139964,0.03399388,0.016361758,-0.062606856,0.035845537,0.0725624,-0.032791827,0.04901852,-0.005839167,0.0057923147,0.01135416,0.0023886336,-0.0040994342,0.092258036,-0.019653643,-0.0593068,0.018491616,0.046478648,0.015530706,-0.0078008347,0.0016026825,-0.0884695,0.03678285,-0.020964421,0.0021203556,-0.04836434,-0.014161154,0.012469516,-0.038636193,-0.056878988,0.0022232078,0.001950917,0.0007986999,0.015357979,-0.029149966,-0.013167624,-0.025714232,0.06584434,-0.046550307,-0.02211195,-0.079495735,0.025561737,0.015540201,-0.012390133,-0.0020917447,-0.00021046014,0.066808276,0.062295467,-0.035902046,-0.03561187,0.0109515665,0.0377388,0.01463665,-0.0093840165,0.0036963797,-0.009197438,0.005857057,0.028052047,-0.057672728,0.05203363,0.049448155,-0.007689343,-0.05848144,0.0039391234,-0.009792485,-0.09047956,0.018395897,-0.0061208247,-0.0014540384,0.03034144,-0.042289436,-0.030065745,-0.03322726,0.012982209,0.056719337,-0.02826657,0.01577958,0.06776053,-0.026433848,-0.0068961373,0.008055895,0.031273972,0.006066871,0.017475957,0.011990273,-0.00088654057,-0.043187972,0.05467545,0.013895276,0.02444411,0.029068382,-0.020696111,-0.020675164,0.06513675,-0.01624506,0.011708564,0.0330261,-0.095600426,0.028750978,-0.013125494,-0.008429828,-0.04480813,-0.1279415,0.04682986,-0.04769738,0.026039936,-0.044976212,0.04253055,0.014300091,0.008743441,-0.021236457,0.0020734163,2.6887605e-07,-7.4366035e-05,0.00293592,0.041748352,-0.02693732,-0.07233742,0.016250124,-0.034039374,0.03553878,0.02498885,-0.00044462926,0.026113458,0.0060318597,0.0025379667,-0.03656691,-0.019489616,-0.0050653205,0.0056799334,0.010711804,-0.0302383,-0.004479892,-0.015330723,-0.031103557,-0.02357254,0.01344221,-0.0050231423,0.06507623,-0.042928554,-0.06865467,-0.072861835,-0.095912084,-0.06467918,0.032039106,-0.036985166,-0.05453614,0.005475561,-0.0077437493,-0.009544058,0.081214584,-0.032919336,0.0027105217,-0.020764006,-0.073715284,0.0076737762,0.04380258,-0.0330387,0.07629185,-0.0010461261,0.07149176,-0.013374037,0.05640505,-0.013817446,0.045947324,0.008751247,-0.014219012,-0.0063879653,0.036041386,-0.022477766,0.02219471,-0.003576384,-0.020206157,-0.016708788,0.035621237,0.0005666004,-0.023436869,-0.0192874,-0.021963758,0.0042510717,2.2419088e-34,-0.0034948932,0.031218754,-0.01595235,0.0147916665,-0.0035442654,-0.0051228856,0.019171776,-0.05431916,-0.020383216,-0.0033921287,0.019291578,wikipedia,"A recreational drone pilot crashed their drone, a DJI Phantom, during a ceremony at the Australian War Memorial in Canberra in February 2016.[66] No one was injured. The drone reportedly landed near the Memorial's Director and former defence minister Brendan Nelson, who picked it up and subsequently handed it to security staff.[67] Following a Civil Aviation and Safety Authority (CASA) investigation, the pilot was fined $900, which, according to a CASA spokesman, closed the matter.[67]"
-0.022220984,0.053627774,0.022199158,0.029175542,0.018382384,-0.025554596,0.0019224165,0.04728073,-0.059700027,-0.016787121,0.04773065,-0.0009980616,0.01334451,0.036674578,0.0075436593,0.004648906,0.016484259,0.01396481,-0.0015146795,0.021448297,0.03749076,0.028148616,0.0010998294,0.028482107,-0.024668003,0.025059937,0.009235093,0.01713023,0.0456355,0.016909124,-0.011752069,-0.043673567,0.052658197,-0.017870707,2.6554912e-06,0.017234625,-0.028800027,0.024648052,-0.03835426,-0.009688352,-0.039744858,0.021621857,-0.06490182,0.04232159,-0.012443953,-0.04748414,-0.04625696,0.04749649,-0.04659453,0.016747294,0.00085319794,0.045994222,-0.032534085,-0.0261303,0.022026207,0.012283284,-0.027124356,0.022300571,-0.0013487184,-0.12468252,-0.01409981,0.01147983,-0.0036546583,0.003976233,-0.043256342,0.031087914,-0.016524447,-0.037659224,0.00583526,-0.0016231665,-0.058430497,0.0005069724,0.024401803,0.049111985,-0.037684083,0.021243544,0.023735154,-0.00015828284,-0.040480033,-0.0073860316,0.02164428,0.05430655,-0.002286042,-0.004107,-0.0068085287,-0.044970736,-0.014553824,0.0064925826,-0.011426225,0.008997034,0.0029720361,0.034276642,-0.035452235,-0.051165238,-0.029500144,-0.020598873,-0.030783542,0.006897986,-0.019261636,-0.11578253,0.027313218,0.020677578,0.08586071,-0.013347673,-0.0047386508,-0.026856713,-0.01831391,0.042524517,-0.026497176,0.0710796,-0.0071692485,0.026437202,0.023758767,0.0014651916,-0.030136527,0.041189037,0.030398443,-0.010951755,-0.00445715,0.044151053,-0.04173033,0.044946745,-0.030432623,0.05208047,0.05006109,-0.061357517,0.021815935,0.019247506,-0.011753995,-0.004022041,0.002834709,0.03758981,0.024710633,0.020320984,-0.060411125,0.032608893,-0.019208102,-0.029178591,-0.01291985,-0.022141645,0.004843365,-0.022329513,0.0027382197,0.0029018566,-0.029091308,0.032774977,0.0051895077,-0.026783418,0.00563581,-0.04473561,-0.024549464,0.009217329,-0.013911994,0.0066043762,0.040510196,-0.019867616,-0.0006434477,0.010257741,0.00791672,-0.072334565,0.012126379,-0.022330513,0.013152594,-0.0027202344,0.04453667,0.04791726,-0.091543965,0.019766824,-0.042161945,0.017167715,0.05176632,-0.015335476,0.01330194,0.08007245,-0.025346007,-0.021632303,-0.07723064,-0.043822967,0.0058030225,-0.034205016,-0.018392261,-0.015299123,-0.0031005244,-0.08511021,0.0074271457,-0.024310073,0.017046437,0.003983228,-0.037099767,-0.0067854347,0.015660161,0.0050344504,0.08012261,0.069865584,0.0010408487,-0.017067688,0.0017619578,-0.031337727,-7.0664675e-05,-0.01532988,0.007052971,0.039648548,0.011072203,0.04692923,-0.031303808,0.03797624,0.008328274,-0.04249052,-0.026361888,-0.02307622,-0.02120893,0.011967115,0.02274879,0.05905092,0.032046802,0.0071470137,0.03508166,0.019531202,-0.054626618,0.043797582,-0.01657161,0.044120308,-0.05037668,-0.008278646,-0.02217994,0.010212789,-0.041862894,-0.01781839,0.02170593,0.037607815,-0.013740615,-0.00603828,0.04260108,-0.021234334,0.039614227,0.008961927,0.078311585,-0.096816085,-0.0091822855,-0.052395083,-0.0064472766,0.062349085,-0.009905707,-0.007878751,0.021149402,0.008930884,-0.020916961,-0.012466931,-0.014436249,0.0469534,-0.07458639,0.0009260823,0.026577815,-0.0012719275,-0.023451997,-0.04482215,0.0006607793,0.011282336,-0.06504879,-0.029373515,0.057688683,-0.022890683,0.04824413,-0.019308956,-0.0054279263,0.015225091,0.017569887,0.00861374,-0.004349486,-0.051823277,-0.0096086925,0.0005040665,0.030504877,-0.02585633,-0.020457348,-0.019913469,-0.051034205,-0.0036715968,-0.036440343,-0.020126028,0.0050891703,-0.057712987,0.020309208,-0.010917722,-0.005799034,0.029858368,0.055184234,-0.028432736,-0.04201236,-0.038609907,-0.04668692,0.012393707,0.032594066,-0.013474797,0.0068287523,0.030773249,-0.014024287,0.060318436,0.050958123,0.109632194,0.007673413,0.045051586,0.007430802,0.025257975,-0.038388908,-0.015913576,0.021036934,0.050725162,-0.055807006,-0.02793703,-0.023310244,0.021898532,-0.05083227,-0.055481385,-0.027388899,-0.00024305395,0.021307176,-0.039771035,-0.035801735,0.05625258,0.034345042,0.019335836,-0.06608308,-0.029317291,0.02240191,0.009561171,-0.03801619,-0.020609532,-0.0069151027,0.0059328065,-0.001635503,-0.019194283,0.05834408,0.012862484,-0.011344402,-0.0077046766,0.0067658755,-0.09174939,0.006989941,0.027924912,-0.011117887,-0.04841517,0.027488032,0.010867553,-0.056397777,-0.04480418,-0.0644374,0.03728314,-0.0032092927,-0.046826225,-0.013849413,0.045249145,-0.030305328,0.008059867,0.013294875,0.012339799,0.019818999,-0.049778186,0.016275859,-0.030458996,-0.018835155,0.02940028,0.085781105,0.054357953,-0.01639637,0.007660965,0.033523124,-0.002280065,0.010673225,0.04442636,0.028970534,0.017323565,-0.046631362,-0.0009449274,-0.03419772,-0.013625664,0.021622958,-0.009582184,0.011070669,0.017885577,0.021735692,0.007858209,0.002611293,-0.019820148,0.035352018,0.008833886,-0.0116169,0.049337648,0.038024295,0.029085567,-0.006069122,-0.017830841,0.019330172,-0.0005362722,0.022579342,-0.030016355,0.102825485,0.009921809,-0.0027213732,0.03621639,0.004445734,0.025535408,-0.058697805,-0.0027779187,-0.041708734,-0.00702107,0.05151157,-0.032849547,-0.029318029,0.019273251,-0.036270324,-0.01889409,0.039577045,-0.0012809639,0.020559268,-0.06059712,0.005297358,0.06628729,0.015419707,0.0040664035,0.00436656,-0.0053368406,0.0042614746,-0.054572083,-0.01211062,-0.056248624,0.024327124,-0.0016890835,0.014330895,0.064782225,0.0057587167,-0.07799503,-0.025426365,0.042178288,-0.007694167,-0.03502665,0.010776968,0.09947705,-0.1480695,-0.021384964,-0.013948094,0.0620694,0.04160842,-0.04950691,0.011430219,0.08670401,0.0109542245,-0.062124457,0.029178156,0.07187293,0.004744566,-0.052765124,0.12803575,-0.026263474,0.03389733,-0.0007344609,0.005723376,-0.0146552175,0.0003005981,0.08078059,-0.03337358,0.02574208,0.083933905,-0.015106996,-0.017694918,-0.09634211,-0.027331218,-0.053925402,0.013862075,-0.03428599,-0.031686522,-0.0013320878,-0.004144908,-0.04149001,-0.049299028,0.018653316,-0.028551798,-0.042812217,0.00056754786,-0.011222655,0.0034638813,0.042866666,-0.019982766,0.036619063,0.009499249,-0.017043369,0.007968985,-0.0036282102,-0.018043026,-0.019377219,0.0005463287,0.010572902,0.0025149654,-0.0115671195,0.008392972,0.041262206,-0.03378506,-0.027479652,-0.018394671,-0.021864168,-0.010819236,0.007484496,0.030676581,-0.029266698,7.551452e-05,-0.024587538,-0.001524755,0.016730214,0.06029344,-0.007302097,0.05548052,0.03543463,-0.016525006,-0.02965155,-0.013301739,-0.026284622,0.028723398,0.041462816,0.027220728,0.008149042,0.016197404,-0.023823772,0.011748373,-0.05862905,0.0004997961,0.019670865,0.017123112,-0.016621638,0.026179407,0.05403407,0.1147861,0.00913141,0.045136232,0.054143675,-0.03912105,-0.021798294,0.07418821,-0.02753163,-0.004850693,-0.06637766,-0.011536428,0.013146897,0.048061203,-0.02100631,-0.06468304,-0.033691008,-0.034430955,-0.024316372,0.03394838,-0.013287232,0.041676078,-0.06844463,0.031753644,-0.059226107,0.0325987,-7.5843395e-33,0.025460936,-0.008565034,-0.03296584,-0.031129235,-0.0396907,0.030045556,0.013782708,0.029908119,0.019880945,-0.011409411,0.038368344,0.003003148,0.021194326,0.031464603,0.04003749,-0.06981681,0.023988433,0.008109853,-0.0072373105,0.00083824043,-0.029329183,0.031749606,-0.036841482,-0.00047359584,-0.005205511,0.051521204,-0.068086706,0.07983044,-0.034101415,-0.014661819,0.010758916,-0.010813975,-0.0251401,0.031976443,-0.0020001763,-0.026279293,0.002615759,-0.0019212204,0.01639381,0.013787112,-0.038539127,-0.009767959,0.0624673,0.0025677006,0.029962294,-0.021665828,-0.029777866,-0.008293324,-0.007472012,-0.07494673,0.019874332,0.0031987713,0.008467582,-0.019212944,-0.017069342,0.011974811,-0.0043791113,0.036034655,-0.05842802,-0.055162095,-0.09420735,-0.0035172156,-0.0032731981,-0.02615178,-0.020841181,0.024238313,0.092951685,0.030525327,-0.07787613,-0.019302785,0.002583353,0.021189632,0.030306606,0.05487824,-0.016932067,0.008912959,-0.06071028,0.025112545,-0.09482206,-0.010712553,0.007999755,-0.013744245,-0.12816966,-0.04376041,0.0444698,-0.01056706,0.0115099875,0.015296164,-0.0059102266,0.024074933,-0.003656208,0.010119936,-0.022084398,0.00832216,0.041272897,-0.098669566,0.03761083,0.009362921,-0.00062858337,0.03290821,0.021845473,0.05914327,-0.035498027,-0.006973736,0.00045369705,-0.016379394,-0.018571967,0.05096536,0.04739513,0.019429602,0.034761835,-0.025332354,0.0121690035,0.073015265,0.02007812,0.030960439,0.053201415,-0.07312834,0.049155436,0.0044558574,0.0155419735,-0.0219594,-0.06124006,0.05042611,-0.041737683,-0.030775508,-0.0071772146,0.027381213,-0.006018686,-0.029623793,-0.005912749,0.045493744,3.2648268e-07,0.016130576,-0.01760449,0.042543944,-0.054567773,-0.0021914921,0.022667529,0.0015625351,0.036583826,0.031551547,-0.008205334,-0.022928346,-0.0034883625,0.005643815,-0.026467212,0.043452166,0.0014430959,0.009235695,0.02215568,-0.024642222,0.0068373834,-0.054464594,-0.018466083,0.00042376935,0.038167056,0.009103003,0.014939157,-0.02083096,-0.07678339,-0.07644795,-0.098637074,-0.0044114348,0.058044966,-0.06727115,-0.0051197447,0.0076404153,-0.013028625,0.01209612,0.02708539,-0.025203552,0.074125566,-0.006567168,-0.05083257,0.01172676,-0.0382256,0.03489217,-0.0121126715,0.023448076,0.08592765,-0.023212979,0.053180728,0.022470962,0.020167591,0.05505012,0.0044695158,0.0035923705,0.01801763,-0.04060273,0.023722814,0.009248759,-0.0016351367,-0.00921479,-0.00058682606,-0.0014998973,-0.03344659,0.018789925,-0.017600065,-0.009647701,3.3971084e-34,-0.038678233,0.04321073,0.008278051,-0.030171318,0.0019851073,-0.029631397,-0.015717803,-0.03409748,-0.0036802737,0.034179665,-0.012160137,wikipedia,"Stephanie Creignou was attending a 5K run in Beloeil, Quebec in June 2016 when a DJI Phantom 3 fell and hit her on the head.[68] She was taken to hospital, where she was diagnosed with whiplash.[68] As of 22 June, she was still out of work and had to cancel a holiday with her husband.[68] Rosaire Turcotte, who operated the UAV that crashed, said he couldn't understand how it happened and that he'd acted safely.[68] The incident was caught by a camera on a different UAV, one owned by VTOL-X Drones, a company hired to cover the event.[68] VTOL-X CEO Flavio Martenkowski said he had spoken to Turcotte about the danger of flying so near to a crowd just before the crash.[68] The Transportation Safety Board of Canada opened an investigation into the crash.[68]"
0.003579204,0.050308872,0.011239535,0.035297643,0.04289909,-0.044427574,0.040762417,0.0002692446,-0.021879837,-0.0027171536,0.020508386,0.04723736,-0.017506389,0.019412704,0.05055973,0.023616761,0.063692525,-0.057215597,-0.03213327,-0.0035872282,-0.045732107,-0.015251727,-0.014925453,0.01960942,-0.018197658,-0.016963122,0.013545253,-0.010191519,0.05649047,0.010992736,0.018467024,-0.06678413,0.052736003,0.0034070024,1.7631972e-06,-0.012507448,-0.074613035,0.012311343,-0.0014914742,0.009523364,0.012657287,0.026085855,-0.04757851,0.027150001,0.013249931,-0.040143292,-0.019054774,0.00817669,0.02277254,0.11413534,-0.0026097125,0.028414192,0.0047505647,0.034385428,-0.076677084,0.06278666,-0.013336764,-0.076263964,-0.053287767,0.039233115,0.059745062,0.021727124,-0.004503511,-0.00017020587,-0.04777836,0.07001922,-0.053999864,0.010035342,-0.019260589,-0.043073837,-0.022059081,0.013380231,0.037797723,-0.008794992,-0.05485835,-0.017068863,0.01334472,-0.004356398,-0.03741582,0.02736904,0.011129278,0.0629465,0.005800451,0.0016779489,0.03564937,0.0072585857,-0.015553532,-0.0018044892,-0.02584123,-0.016107878,-0.0037806123,-0.03759276,0.019040106,0.029312737,-0.030920539,0.023004733,-0.003270425,-0.027056472,0.051124547,-0.022331683,0.02475259,-0.016930748,-0.02337237,0.011409431,-0.023858674,0.0050574294,-0.02412571,0.012810416,0.012015951,0.044947628,0.043068882,0.0010909081,-0.0032863219,-0.00858599,-0.03480097,0.022554278,0.06247669,0.028322998,-0.01319906,0.05947706,-0.063042104,0.01208625,-0.011754418,0.031377625,0.10146232,0.0024654844,0.0014765338,-0.011906003,-0.014026333,-0.077093534,-0.02262546,0.004077298,0.03269573,0.018951552,-0.089207925,0.04801003,-0.017352736,-0.05093722,0.030675374,-0.04858261,0.005670178,-0.01284578,0.003733585,0.02879675,-0.057420373,-0.024424562,0.01872583,0.019806916,0.025289861,-0.010692878,0.019560596,0.033399954,0.052824143,0.017690849,-0.054139856,-0.0068447636,-0.018639024,-0.01963768,-0.007996894,0.01602683,0.0073228395,0.026324421,0.01920257,-0.024013877,0.0039668065,0.041758113,0.0068187406,0.006236368,-0.08424493,-0.025512146,-0.0016202151,-0.018669488,0.028651096,0.032354634,-0.032237086,-0.049848896,-0.0750175,-0.011946373,0.017578946,0.057168864,-0.07732501,0.0033769931,0.0047499444,-0.032850083,-0.094380446,-0.02377588,0.010715128,0.025368752,0.017454185,-0.047019634,-0.016537964,-0.053112812,-0.00020010247,0.0108868955,0.044473473,-0.02268495,-0.036922015,-0.10196287,0.009747206,0.0048962804,0.012159767,0.00015935977,0.06194374,0.018529177,-0.03569063,0.01821711,0.0044031097,-0.044665094,-0.055651262,-0.005571815,-0.045346443,0.0288709,0.013926991,0.04659174,-0.01385626,-0.058635853,0.036306486,0.02428497,-0.06953955,0.0495466,0.0037422094,-0.013354612,-0.044532448,0.007696509,-0.0014946098,0.022388116,-0.002994355,0.0401784,0.023747344,0.0040522255,-0.026790896,0.04014319,0.02424904,-0.000882914,0.040727723,-0.043109015,0.09759233,0.015000131,0.007902698,0.012926185,0.022778468,0.059874654,0.032834414,-0.0045377,0.05035605,0.0067027938,-0.08102159,-0.0196232,0.0053422353,-0.011482288,0.032282576,0.016025068,0.0410472,0.008239488,-0.0027742009,0.041181378,-0.036166187,0.08030604,-0.029118396,0.0148142995,0.026122168,-0.031270746,-0.025888786,-0.0062632854,0.005287894,0.0012863303,0.037231296,0.007199992,0.019303555,-0.02362045,-0.036743056,0.009787275,-0.009372497,-0.012384493,-0.0086065,0.027891526,-0.047714934,0.018212868,-0.045815434,-0.009940169,-0.03430583,-0.025300499,0.013821759,-0.036217436,-0.02913037,0.020796664,0.031958565,-0.008793371,-0.07231694,0.055597853,-0.080331154,-0.011030662,0.00474091,-0.057103828,0.026845064,0.025775567,-0.018406074,0.106705,0.026506117,0.10306932,0.048884112,0.030222515,-0.034823757,0.04264101,-0.02388243,-0.021664932,-0.0038567034,0.030666271,0.023041578,-0.039166205,-0.025276827,-0.013939757,0.012293815,-4.9116807e-05,-0.036881253,0.008624486,0.06371087,-0.035698086,-0.02644186,0.04302629,0.012352088,-0.007858732,-0.010249586,-0.03353054,-0.013514774,-0.0030461184,-0.021773444,0.027983584,0.03667415,0.022531988,-0.023390029,-0.03206129,0.0546665,0.0280401,-0.058858648,-0.07037746,-0.034224115,-0.022874014,0.031654347,0.015813757,-0.03125926,-0.010319354,-0.04151715,-0.03315975,-0.0015237024,-0.022624476,-0.025643433,-0.047911383,0.0051353397,-0.01908873,0.029728215,-0.007911661,-0.0022286968,0.004827913,-0.026018133,0.037197743,0.0028889491,-0.099412866,0.06823876,0.028395914,0.015451351,-0.016144361,-0.040234648,-0.0045288512,-0.046665404,-0.00794391,-0.028716179,-0.036590096,0.044803057,-0.013049202,0.081391886,0.022007497,-0.035101615,-0.020276831,-0.03989408,0.06848445,0.029047858,0.08193118,0.00889623,-0.005585289,0.032940675,0.046746586,0.03368915,-0.0007491522,0.017553665,-0.05276772,-0.020587819,-0.023193104,0.004058528,0.016232619,-0.01680442,-0.018050825,0.016512789,-0.0105924485,0.06378577,-0.024293851,0.04199927,-0.007064695,0.022447618,0.007953459,0.054540046,0.015199294,-0.049886048,-0.037647467,0.0016221541,-0.0005305017,0.051682126,0.000653769,-0.007150781,-0.019175785,-0.04284842,-0.0046664765,0.044115447,0.029972589,-0.0061278464,0.0149205625,-0.003959512,0.055275615,0.0015442182,-0.03246239,-0.0233385,0.020441696,0.035920102,-0.047369424,-0.094007015,-0.043128345,-0.005732955,0.07210604,-0.046672247,-0.031827826,0.031760093,0.002514541,-0.038519632,0.07034512,0.0020726002,0.04182359,0.04656718,0.04916735,-0.14426334,-0.039766666,-0.08215514,0.0024872909,0.02782016,-0.07425584,0.014217637,0.05846394,0.03604556,-0.0073793917,-0.0030353449,0.03844086,0.034732107,0.01712772,0.025095638,-0.018937076,0.019985924,-0.036309265,0.04504578,-0.09289088,0.008839617,0.02844743,0.020723108,0.013933224,0.029076476,-0.022719545,0.06067028,0.015722234,-0.071737446,-0.012036148,-0.0094570685,-0.012467069,0.00979035,-0.007033552,0.002589147,-0.033532567,0.018200148,0.00678737,0.02694107,-0.061740845,0.009888771,0.022836326,-0.012029768,0.06318993,0.026729198,0.0022895325,0.0057717813,-0.017110333,0.013973644,0.015484286,-0.008551643,0.0064721284,-0.054685105,-0.0019872529,-0.0273101,-0.007534445,0.057849735,0.03623822,0.06929574,-0.002733183,0.054598168,-0.023187699,-0.0075878147,0.025179153,0.0055205887,0.06648717,0.012135438,-0.0638879,0.05416109,-0.08787984,0.03766548,-0.036706522,0.04675506,-0.053276494,-0.027040988,-0.048415788,0.020401001,-0.069561034,0.016528172,0.07937362,0.0039340053,-0.05088329,0.034319673,0.0020851528,-0.0019794204,0.019632533,-0.01622834,0.020040669,-0.01514213,-0.010926272,0.035650082,-0.036504034,0.03037326,0.025716186,0.03468944,0.034697212,-0.052466284,0.008661404,0.0050794124,-0.02258756,0.03247769,0.072174,0.045959055,-0.009162142,0.0058597075,-0.017379547,-0.035603113,-0.05401289,-0.012338289,-0.038058136,0.031119494,-0.07426799,0.013785291,-0.031550378,-0.027876755,-0.037747,-0.01656493,-5.9166102e-33,0.0026565173,-0.06030588,-0.028618818,-0.04469776,-0.044981968,0.014826081,0.049204327,-0.013524703,-0.039881717,-0.030335117,0.0043563577,-0.0044274568,0.026207725,-0.017557321,-0.0056733615,-0.034005,0.06166356,0.01217149,0.0265282,0.0127417175,0.038157266,0.03204472,0.017448416,-0.02611708,0.037156668,0.007105205,-0.044934146,0.055072878,-0.043771043,0.0029173826,4.1567317e-05,-0.022624878,-0.0041163513,0.014756234,-0.021620639,0.014507275,0.023093538,-0.018018201,-0.018242585,0.020413063,-0.00028687555,-0.06250078,0.046075948,-0.014488012,0.025506912,-0.031675965,0.023731695,-0.02444208,-0.00022558199,-0.029819604,0.0028429783,-0.04833291,-0.043938864,0.075449474,-0.05344037,-0.022912078,-0.008041798,0.027218811,-0.058783583,-0.00899437,0.04047135,0.025044607,0.033914324,0.008462751,0.007942477,0.011343906,0.0033701924,-0.026341196,-0.043002296,-0.0265023,-0.0034708523,0.056120887,-0.051168226,-0.04701244,-0.03783114,-0.048156198,-0.023447415,0.037045058,-0.03253871,0.08457372,0.05616146,-0.058557793,-0.02944401,0.026541391,0.033049144,-0.054306604,0.0014394599,-0.054183878,0.0024899188,0.030962069,-0.0464669,0.01660828,-0.00952787,-0.0059709866,0.004461978,0.07289292,0.01621149,0.010543617,-0.006515674,0.02701287,0.032737758,0.037651002,0.014196313,-0.05158849,0.011719988,-0.0027477704,-0.026648022,0.040567107,-0.026711185,0.038413364,-0.011719586,0.072082065,-0.049356934,0.011365324,0.0106081,0.0013368839,0.010877736,-0.026135972,-0.014125531,0.027995162,0.035026673,0.044772025,-0.09563724,0.023741556,-0.029735688,0.0031056532,-0.0012015973,0.061340433,-0.01640874,-0.00932546,-0.0018327795,-0.007317698,2.496528e-07,-0.027463572,-0.04591175,0.051181234,0.05011284,-0.021260554,-0.00041288455,-0.008309146,0.018545112,-0.022466656,0.012968628,0.002721255,-0.027944963,-0.047580484,-0.0628374,0.02366156,-0.025437808,-0.00060473604,0.0360462,-0.048872486,0.006472154,0.034750327,-0.0006813488,0.029596305,0.011902072,0.01382943,-0.04994885,0.009435701,-0.03769497,-0.06583512,-0.04292601,0.039336316,0.04889095,0.02553067,-0.03072639,0.018597078,-3.130633e-05,-0.014651869,0.008611556,0.03450184,0.00544287,-0.048182454,-0.062024936,0.01413374,-0.015374775,0.007558981,0.020136794,0.015105815,0.08411024,0.0122582475,0.006678822,-0.017864753,-0.0008384916,0.039028037,-0.011210958,0.00540981,0.0045914603,0.029926566,0.05003403,0.030559588,0.005074712,-0.009334085,-0.006392411,-0.0066514728,0.00973905,-0.004729735,0.11289463,-0.042957384,2.2223997e-34,-0.017024316,-0.024798255,-0.04593489,-0.020602074,-0.024100872,0.017733168,-0.06353712,-0.005043037,0.050935313,-0.017999517,-0.012051119,wikipedia,"Unidentified UAVs were seen flying near 13 nuclear power plants in October and November 2014.[69] The Secretariat-General for National Defence and Security issued a statement that the flights were an ""organized provocation"".[69]"
0.0055860076,0.0015733513,0.054362018,0.018391166,0.0036686878,-0.035678077,-0.030330708,-0.01032461,-0.067143776,0.0011557542,0.06516084,-0.015647909,-0.017472336,0.03503877,0.045748014,0.05337275,0.018446378,-0.05493812,-0.025480773,-0.020266928,0.029482001,0.02304558,-0.005645895,0.018633962,0.02855002,0.035601743,-0.033512462,0.015398499,0.0044172807,0.0065513146,0.04152,-0.06676933,0.050105494,0.045146808,2.2566635e-06,-0.03854496,-0.05406877,0.0051402254,0.0020468116,0.0357961,0.0534846,-0.0006518721,-0.098151885,-0.01464271,0.0041177445,-0.005517813,-0.047587365,0.049515054,-0.036833458,0.087891236,0.00987247,-0.01253303,0.042925674,0.016130596,0.009300861,-0.04563452,-0.01808559,-0.014791595,0.02344026,-0.030591749,-0.02466164,-0.015701598,-0.024544798,-0.031250622,-0.06581016,0.01733208,-0.034258686,-0.009364461,-0.024117598,-0.046960022,-0.05624841,-0.022728851,0.0026311185,0.015918387,-0.022198763,0.0068054255,-0.038557585,0.007816585,-0.028590323,0.017784888,0.049874093,0.011718714,0.005544369,-0.029463714,-0.050605584,-0.011151153,-0.03590627,-0.025848618,0.004027656,-0.02464488,-2.558569e-05,0.0039771087,-0.0024910625,-0.0047694077,0.0031578322,-0.026049655,-0.007872952,-0.051090278,0.022277765,-0.04771859,0.0029536895,-0.04837043,-0.023317745,0.0055090864,-0.026678063,0.029663783,-0.060410254,-0.0092293825,-0.020636208,0.044689015,-0.027299661,0.024802266,-0.0062019387,0.010900791,0.0244273,0.002117113,0.073425904,-0.031011874,0.0017984565,0.06191881,-0.05741139,0.06427553,-0.010847361,0.046586923,0.031282317,-0.022129377,-0.003162485,-0.02038248,0.0051522637,-0.057155963,0.030120526,-0.0060673426,0.003011322,-0.05633807,-0.060884804,0.09311825,-0.041695874,0.0031042737,0.019703042,-0.01918688,-0.011807079,-0.035071082,-0.011147135,-0.017553357,-0.062850095,0.031734534,0.028302465,-0.047765005,0.016040092,-0.044930767,-0.010511223,0.047029953,-0.026042575,0.018047864,-0.009211976,-0.021474753,-0.03604887,0.025447048,-0.027465317,-0.029209409,0.042434957,-0.010877925,0.06775932,0.009357167,0.041810147,0.05237094,-0.057700746,0.00067410653,-0.021601858,0.012132497,0.04222297,0.015211237,0.04346267,0.022748519,0.00013428912,-0.04861367,-0.065551996,0.020799907,-0.028080245,0.080831885,-0.0038805362,-0.022038616,0.009389971,-0.057094883,-0.08554038,-0.027369888,0.018112155,0.033079155,-0.040872317,0.0043386603,-0.008238694,-0.03023134,0.04535586,0.0070144245,0.06280254,0.011535549,0.026406676,-0.017077694,0.016710453,0.022966838,-0.03612918,0.046327796,0.045784622,-0.016664863,0.025503168,-0.019726856,-0.017050905,-0.04367482,-0.040189352,-0.009731395,0.0095781665,0.016895099,0.04772739,0.06887082,0.0047392254,-0.025633963,0.0039352416,-0.029221462,-0.06478369,0.048492536,-0.03947027,-0.04753201,-0.02659454,0.0016090783,0.015280414,0.036538713,-0.026679726,0.009825025,0.0377604,0.046164177,-0.006325947,0.005781308,0.024846556,0.015770083,0.0743585,-0.006333798,0.11188506,-0.00990067,0.017798442,-0.008456312,-0.00018157015,0.11350546,0.0035670265,0.036724426,0.04127804,-0.061369196,-0.009638377,0.023167487,0.031243075,-0.015055742,0.004560228,0.04096696,0.018768582,0.0054238867,0.034230474,-0.043594316,0.006056764,0.03404752,0.0077841296,0.008665169,0.04043024,-0.031077756,0.04237819,-0.0069183074,0.026983859,0.0147582125,0.032966588,0.069890834,-0.0019049055,0.00039518275,-0.028135078,-0.0052454513,-0.013715785,0.0021697106,-0.047224976,-0.02858909,-0.033707988,0.00859232,-0.0628062,0.005087379,-0.018145194,-0.048544805,0.018107371,-8.3291336e-05,0.014902439,0.040907856,-0.0077636563,-0.0376227,-0.055387635,0.036688138,-0.11928916,-0.018448565,-0.009488228,-0.014454061,0.03937267,-0.019223742,-0.0057495716,-0.013512382,0.022743799,0.114335425,0.025428193,0.05888456,-0.036339223,0.0056312545,-0.01974534,-0.047859486,0.0084643215,0.100959145,-0.042300146,-0.050597172,-0.030258091,0.00802525,0.006148026,0.015967375,0.0039872243,0.020439234,0.0026794493,0.06765726,0.00785518,0.08807313,0.015964534,-0.029122695,0.0009515919,-0.017312013,0.010242071,0.05193627,-0.009047807,0.00028194382,-0.004496654,-0.008269556,-0.016042707,0.020253547,0.031015348,0.016538896,0.01526084,-0.079000704,-0.039586686,0.015524266,0.00387168,0.03998504,-0.031635825,-0.05723823,0.027591381,-0.016682167,-0.05169401,0.008537366,-0.014286662,-0.009302295,-0.007970781,-0.06959364,0.06457867,-0.0010369667,-0.03285511,-0.010197215,-0.00017168131,0.036691766,-0.05272613,-0.12156021,0.062129177,-0.042678095,-0.0053098626,0.019402193,0.01542924,0.009767264,-0.012339351,8.823437e-05,-0.046309214,0.016013402,0.016035086,-0.04429364,0.11315654,-0.012896267,-0.072142825,-0.014420032,-0.0044723414,0.035577,0.044253517,0.019894263,0.031250067,0.0065211807,0.011177694,-0.0014347628,0.024609264,-0.0026496532,0.03580921,0.029899642,0.019224165,0.044527225,-0.0026485713,-0.019788938,0.020953912,0.00057765364,-0.025483055,0.01815962,0.029743971,-0.05326819,0.017392507,0.031642612,0.019189581,0.03527501,0.01095445,0.057065766,-0.032133434,0.035428282,-0.03096439,0.0318905,0.014856783,-0.02292777,-0.006808441,0.06292536,-0.031222485,-0.020482903,0.04891312,0.0058761016,-0.0044416203,0.0056187226,0.018438425,0.057955954,-0.03578971,-0.0048168506,-0.054098625,0.02786536,0.0061171446,-0.07469858,-0.022052553,-0.040250935,-0.036673814,-0.025540914,-0.0023610531,0.025162725,-0.020118961,-0.06607339,-0.04670717,-0.01449638,-0.06496154,-0.01577056,0.0264063,0.09843113,-0.082192555,-0.0010133532,-0.026501356,0.065299414,0.021853607,-0.05891903,0.027131317,0.013810466,0.03280917,-0.06305728,-0.026579292,0.08139132,0.028189873,-0.044331018,0.08815856,-0.020477276,-0.058203686,-0.011158154,0.02191766,-0.009045725,-0.020882495,0.06614769,0.018166024,0.014539218,0.052279647,0.032532565,0.022136044,-0.027389284,-0.025555737,0.035540204,0.0057440116,-0.0023587649,0.025838371,-0.017029235,0.0067739775,-0.024274988,-0.019050471,0.035639856,-0.011760867,0.0038329875,0.017295836,0.010122687,-0.006633294,0.009402364,-0.019992009,-0.04652733,0.031892765,-0.041474573,0.040568624,0.005963326,0.01769263,0.037267774,-0.031592965,-0.028465947,0.02192199,-0.03743711,0.06364864,-0.04130522,-0.0071652005,-0.017021816,-0.00994571,-0.005594186,0.01968408,0.014933889,0.036260996,0.04226665,0.0028442286,-0.018546479,-0.019379089,-0.025827572,0.025356714,-0.0012425875,0.041504636,-0.0029866223,0.0063004773,-0.0102928495,-0.02633625,0.012974947,0.017401488,0.0059757764,0.013461388,0.021441815,0.04729886,-0.04730768,-0.03083623,-0.0580151,-0.04246323,9.11875e-05,0.019429803,-0.0018478868,0.014015965,-0.0144193685,0.067858346,0.006801002,0.09117992,0.07937236,-0.055245508,0.06716451,0.04366818,-0.022957603,-0.0018069602,-0.028675746,0.008934286,-0.0052983644,-0.0169825,0.017541554,-0.031060943,-0.05771576,0.003117987,-0.033311848,0.015267269,-0.036514442,0.0059604924,-0.011584344,-0.034768924,-0.014101453,0.022959763,-6.8338025e-33,0.011485731,-0.039613914,-0.03232011,-0.09279597,-0.03956526,0.017532686,-5.253454e-05,0.0153735075,-0.01748702,-0.008307058,0.017662218,-0.022224098,0.013369266,0.03584524,0.061844252,-0.022790596,0.0033257008,0.020394452,0.019633688,0.009999025,0.038769018,0.06465962,-0.012821533,-0.013187472,-0.013366291,-0.021511205,-0.046617433,0.06813957,-0.0078637535,0.05540215,0.002291403,0.009444957,0.0068676923,0.032723587,-0.022236118,-0.006836981,0.01459271,-0.0066298908,-0.031171644,0.00884203,0.038558636,-0.041839637,0.012980666,-0.0332003,-0.011629623,-0.047234338,-0.01615798,-0.02340495,-0.007978364,-0.05293874,-0.05729501,0.014930089,-6.926136e-05,-0.04040244,0.036900368,0.029055513,0.017992608,-0.00033234537,-0.015064486,-0.035364933,-0.055385187,0.03303669,-0.005920048,-0.062064808,-0.02291365,0.030344218,0.03977784,-0.0065393564,-0.06983845,-0.063755125,-0.008467925,0.023918442,0.027774027,-0.055744655,-0.0047302824,-0.01754314,-0.009693381,0.003010758,-0.032346908,0.023519725,-0.010061192,-0.015967637,-0.055430274,0.00428863,0.048724707,-0.007397046,0.0149839735,-0.04209667,0.0050071655,0.031554747,0.00027853096,0.005628859,-0.025558267,0.034116674,0.025443535,-0.07202521,0.011113987,0.053502347,-0.012478455,-0.015887823,0.021919593,0.026754476,-0.018378263,-0.0050360044,0.008355756,0.005170797,-0.025412677,0.058024447,0.01372398,-0.013414038,0.0007747556,-0.011959919,-0.030630006,0.052951667,0.04746445,-0.0023198307,0.01911235,-0.05027765,0.018681739,-0.060847644,0.009968137,0.010455855,-0.048382796,0.06599621,-0.09425065,0.012374418,-0.06842136,0.08793752,-0.020430028,-0.04106433,-0.038441826,0.042800922,2.9605067e-07,0.05699361,-0.0042573987,0.09844797,0.009665686,-0.05014947,0.017728738,-0.033100866,0.036024477,-0.046789695,0.0138632795,0.021559848,-0.010664203,0.013191719,0.0025750347,0.06521438,-0.044440992,0.028212877,0.05877406,-0.02835936,-0.017793825,-0.009348513,0.011057329,-0.01196606,-0.007022335,-0.0057392777,0.013548459,-0.011658077,-0.0027985582,-0.048853885,-0.11872733,-0.06429946,0.07630205,-0.040929228,-0.050664857,0.010775767,-0.02833801,0.007870931,0.0089218365,-0.015359112,0.05792959,-0.034886837,-0.049893852,-0.0006873987,-0.05257999,0.00041405702,-0.0019565742,0.023344256,0.062070526,-0.026475383,0.060039237,-0.014518218,0.025614459,0.021187209,0.02413537,0.0070107374,0.05344452,-0.0080982465,0.008312885,0.02159154,0.013899531,-0.021501938,0.037507117,0.0076307734,0.025629714,-0.043774236,0.0056217327,-0.012897982,2.6083726e-34,0.019660866,-0.018169962,-0.013643523,-0.042393815,-0.03324341,-0.021667251,0.031438757,-0.015060543,-0.025032083,0.09707828,-0.0024467455,wikipedia,"A UAV with a wingspan of 3 metres (9.8 ft) went out of control and was pursued by two Belgian F-16 fighter aircraft in March 2016.[70] When it flew into French airspace, it was pursued by French Rafale fighters for two hours until it crashed in a field near Dizy-le-Gros.[70] It had been built by the Flemish Institute for Technological Research and had taken off from Weelde Air Base.[70]"
-0.02042273,0.1032018,-0.0067045414,0.043923922,-0.012494535,-0.03274976,0.028120358,0.040896263,-0.019230086,0.049674056,-0.017178953,0.045785394,0.023814045,0.043495387,-0.00658782,0.0583692,0.023339398,-0.010471705,-0.047397327,0.008236989,-0.03215512,0.006067287,-0.024664344,0.017051298,-0.03731443,0.006453753,-0.024105547,-0.018286463,0.005489098,-0.04405078,0.036154527,0.012572686,0.03768977,-5.589779e-06,2.1705646e-06,0.030077746,0.015969617,0.011086611,-0.049745567,-0.0060691996,-0.07160609,0.015390539,-0.06094723,-0.018602919,0.023211615,-0.012843177,-0.0070753787,0.041927285,-0.027242748,0.07348821,0.0061115082,-0.019646008,-0.045037422,-0.009902139,-0.0078448625,-0.0148959765,0.011640965,-0.053238932,0.04926302,0.0415485,0.03483981,-0.011058541,-0.005860115,0.0012873415,-0.14865388,0.037895437,0.03264449,0.013338814,0.034673776,-0.039498094,-0.02475339,-0.0077080126,-0.027056005,0.031272866,-0.022786735,0.051216785,0.030559706,0.006416674,-0.08416451,0.03154609,0.02118142,0.022297207,0.030485034,-0.00087656855,0.07362131,0.08205493,0.008689532,-0.014177342,-0.0036154655,-0.0052664056,0.019227076,-0.004950908,0.02780629,0.013258547,0.029467653,-0.01960906,-0.0017894328,-0.0057017687,0.07182522,-0.04150048,0.026880791,0.0049633808,0.00952848,-0.04240812,0.0037705158,0.06673354,-0.06467699,0.07839284,-0.05751888,0.044026293,-0.00069414714,-0.0099375555,-0.02050176,0.01965545,-0.0970941,0.033376604,0.039668977,0.043244194,0.034102194,-0.033785798,0.027917935,0.021327872,-0.038958196,0.028531525,0.0010576568,-0.0043549584,-0.08085484,-0.041959357,0.026525958,0.058213353,-0.043568153,0.0036272984,-0.020004326,0.016947122,-0.004304558,-0.019882366,-0.024815684,0.0035723452,0.030476624,0.0010736573,-0.061384816,-0.007102008,0.022079252,0.00896015,-0.022213869,-0.004811322,-0.01658517,0.0141337225,0.0056435275,0.021960046,-0.054881647,0.0006027706,0.03986115,-0.007811504,0.010898642,0.006051738,-0.009782161,-0.04096842,0.013115464,-0.01362311,-0.02523609,0.031281132,0.042622667,0.016405433,0.010219275,0.059653338,0.012419536,0.031966403,-0.061699573,0.0153612755,0.024865806,-0.0024930527,0.024323048,0.04588151,-0.022775559,-0.011511613,-0.059636626,-0.06810134,-0.027981192,0.009058256,-0.04939697,0.015620811,0.009658866,-0.05351933,-0.009777423,0.032560524,0.011453873,-0.033642344,-0.04213678,0.008714735,-0.003571788,-0.06478584,-0.00051305996,-0.013669469,0.058082793,0.030081527,-0.019565584,-0.07332499,0.031478453,-0.01946871,-0.025135612,-0.04698217,0.057890866,0.0017735563,0.02893245,0.028831333,-0.006062896,0.042623553,-0.059296016,0.0140557615,-0.042422727,-0.0128930425,-0.013854391,0.04271325,-0.043155685,-0.0043313573,0.041904584,0.009823267,-0.014394335,0.028960958,-0.029231079,-0.049691096,0.0047888365,0.038539357,0.03875354,0.017985675,-0.022552231,0.020855654,-0.009787202,-0.014969733,0.006457587,-0.011622602,0.012950356,-0.007588244,0.009686262,0.0053934143,0.02144241,-0.030495374,-0.012988962,-0.030640809,0.0294531,0.0064453636,-0.0031122894,0.007557233,-0.004117692,0.02154624,-0.11915608,-0.0148649765,0.0128697045,0.013658634,0.043888967,-0.022086605,0.024462182,-0.016329415,0.014362116,-0.020160586,0.053903308,0.041575357,0.019778201,0.025994811,-4.5261735e-05,-0.02622741,0.036036637,-0.014136428,0.081193164,-0.022531029,-0.0035196333,0.0075574922,0.018300876,0.0019443299,0.010648921,0.0077801486,0.057249002,-0.012650653,0.045784216,-0.01483106,-0.1478486,0.00038550113,-0.012905861,0.03363178,-0.010751455,0.009606307,0.00033419384,-0.0061908397,0.011512128,0.007877104,0.019727811,0.012816419,-0.03754007,-0.048103467,-0.019250054,-0.027944516,0.04672481,-0.066687025,0.005765479,0.011139083,0.015613308,0.08484901,0.012466054,-0.019895446,-0.025405029,-0.033932496,0.02078596,0.028680256,-0.014540732,-6.900884e-05,-0.011398168,-0.020429697,0.0008261108,0.006045762,-0.024690477,0.048276804,-0.016962914,0.014757328,-0.009725668,0.016974345,0.079161644,0.016117675,-0.034438346,0.07770531,0.032317143,0.0022462918,-0.0018557782,-0.07878236,0.012342799,-0.029696329,0.02681754,0.036801096,-0.043742795,-0.052139983,0.02859967,0.0048439736,-0.011909339,-0.004532753,-0.017943088,-0.019150574,-0.022601493,-0.09822363,-0.028300619,0.0003856273,-0.0018048297,-0.058594786,-0.0018455927,0.039374795,-0.031748228,-0.0010652601,0.04057107,1.0412566e-05,-0.03248922,0.013292124,-0.045292847,0.025972614,-0.052293494,0.0051074415,-0.042570654,0.030430702,-0.022003727,-0.03821471,0.023873603,-0.0105063245,-0.09734604,-0.017076874,0.039407898,0.019845145,0.01862627,0.029376483,-0.03011141,0.018715488,0.012633958,-0.029045384,0.021383181,0.05335309,-0.124962196,-0.0054361853,0.018428933,-0.025073027,-0.0035077746,0.08489824,-0.018990843,-0.030115036,0.02209792,0.013482696,0.039544184,0.07994638,0.027669834,-0.073036715,-0.032472935,-0.043137677,0.0059164832,0.04013829,-0.039039563,0.007024897,-0.0714583,-0.013004561,-0.003630448,0.105082974,0.027118428,-0.019214334,0.00017905261,0.016545085,0.01591265,0.046909273,-0.017585771,0.021519933,0.04839702,0.0002505628,0.053685915,-0.07087889,0.011159643,-0.004619036,-0.04319612,0.026595367,-0.010560062,-0.008534459,0.03421019,-0.04970422,0.013473601,0.020220913,0.017722895,-0.08065408,-0.0131047685,0.0028003627,0.0067794183,-0.0005402265,-0.01565436,-0.025059273,0.0546416,0.045756914,-0.034167543,0.035136443,-0.007900085,0.041400656,-0.021057157,-0.030876288,0.0313247,0.018164933,0.1079045,-0.020343548,-0.010636529,0.019877754,-0.041523878,-0.036874905,0.037818864,-0.02578638,-0.06510353,-0.027105395,-0.035612233,0.0549771,0.030920219,-0.040896293,0.006603539,-0.088606834,0.103018515,0.0030625344,-0.007276125,-0.008513015,0.0045026424,-0.058850765,-0.0021281727,0.0045671603,0.040409688,0.02645556,0.035253476,-0.026638234,0.04853552,0.03995598,-0.029733878,0.089953616,-0.038833607,0.017061122,-0.02056873,0.01510936,-0.016647125,-0.040173285,0.061309006,0.011383099,-0.009658204,0.028838143,0.046291806,0.0760414,0.0034903092,0.018244613,0.019646531,-0.019988807,-0.0045201224,-0.0041086124,-0.020956954,-0.008603146,0.01767072,-0.031284172,-0.0032573608,0.027532019,0.034708392,-0.07525358,-0.014576644,0.039115235,0.018693857,-0.034341477,0.013725454,0.019237444,-0.026306387,0.019727478,0.029321387,-0.018292287,-0.010945783,0.01813489,-0.0017825224,-0.0022659851,0.029183928,0.007007933,-0.0391458,-0.0127142705,0.0016071682,-0.035566498,0.016405946,0.030835913,0.0027685582,0.0053982306,-0.0055280463,0.022718506,0.028107919,-0.059257314,0.041968044,0.034393914,0.02468548,0.03320643,0.016597686,0.0004903854,0.019879565,-0.025486546,-0.016959134,-0.040892888,0.022054091,0.038730826,0.010059084,0.019175114,-0.06361527,0.003536409,0.007803372,-0.062896304,0.011088148,-0.0031374828,0.07225799,0.0028329075,0.0036235838,-0.035397436,-0.0061586257,0.014537834,0.03731262,-0.03552071,0.024666661,0.0017084904,0.035714746,-0.022866348,-0.0042121317,-6.40929e-33,0.017926965,-0.066640094,-0.0122446595,0.019961242,0.023226468,0.082406186,0.00095949287,-0.039441958,0.028423471,-0.028156888,-0.0084427325,-0.0028642279,0.02368707,0.030687675,0.044225946,-0.031139929,0.008106396,0.020505376,-0.024753954,-0.054060776,-0.04189127,0.043889206,0.030315015,-0.012153813,0.019182744,-0.094051525,-0.005392647,0.033748105,-0.0204257,-0.008484464,0.00028857528,-0.043392837,0.0021368111,0.020248227,0.014864623,0.016857041,0.028806534,0.03890392,-0.008379504,0.006347739,0.015269801,-0.044489447,0.035939347,0.025869712,0.03681942,-0.005705386,-0.0131854,0.03484775,-0.053306997,0.02085568,0.0074060545,-0.015313315,-0.0062033655,-0.061506066,0.02498479,0.025341665,0.03349014,0.033555817,0.0193224,-0.038567025,0.041916132,-0.022096174,0.027859626,0.03988679,-0.04269046,-0.049927957,0.053577315,-0.032527562,0.08007301,0.00071359787,0.023322184,0.084965035,-0.03475141,-0.08296821,-0.06711317,-0.040798787,-0.015389026,0.023349417,0.0058879517,-0.066712864,0.03345697,-0.04452968,-0.0957459,-0.04497336,0.014896318,-0.07882553,-0.013360381,0.010932231,-0.013853687,-0.0056232596,0.021757342,-0.031417184,-0.017516112,0.042828333,-0.0044523655,-0.060506295,0.002046858,0.011422185,-0.040469874,0.04429425,-0.021530626,0.0050914777,-0.0675764,-0.005547095,-0.004585641,0.0076347506,0.06160616,0.041549023,-0.021400824,0.026893452,-0.003369399,-0.02011001,0.04585321,0.03713506,-0.0031619784,0.020002797,0.012963672,0.012842162,0.051881865,0.04218614,0.021304056,0.027391702,-0.01272736,-0.0077499533,-0.017699407,0.04967907,-0.012290695,0.04059399,-0.040494155,-0.039417945,-0.010676483,-0.009653786,2.8174696e-07,0.01639999,0.0035167562,0.019915333,0.011223061,-0.064267956,-0.019443449,-0.033653144,0.028969994,0.021667419,0.10635296,0.012006558,-0.02063856,-0.062671766,0.040750723,0.0071687843,0.008033165,-0.041848287,-0.0052369055,-0.02629586,-0.005634742,-0.049198255,-0.02723606,0.051156163,-0.01184866,0.008945872,-0.017377201,0.0034985803,-0.0062716478,-0.10621847,-0.023022657,-0.07026861,0.054296907,0.011433259,-0.02830975,0.013189399,-0.04009854,-0.0073591745,-0.016716426,0.02472144,-0.0048495284,-0.04276847,-0.071719095,0.0029062794,0.030738024,0.00039444608,-0.06174491,0.0022206337,0.010834295,-0.037631985,-0.07473438,-0.01748,0.016873907,0.029476032,0.0044991625,-0.05484995,-0.0026149007,0.038072787,0.037000727,0.03245399,-0.041727383,-0.01895321,-0.020439038,-0.008983895,-0.083185025,-0.03388324,0.07816621,-0.022574013,2.9442444e-34,0.021904783,0.013839825,-0.013559172,-0.023273874,0.020630132,-0.035073698,-0.020855749,-0.022275256,0.021388356,-0.030602822,-0.03352986,wikipedia,Francescos' Pizza of Mumbai made a test delivery from a branch in Lower Parel to the roof of a building in Worli in May 2014.[71] Police in Mumbai began an investigation on the grounds that security clearances had not been sought.[72]
-0.004900297,0.055825703,0.010346195,-0.0038156821,-0.04148299,-0.022432316,0.03469549,-0.008178246,-0.058447517,-0.016095147,-0.012877532,0.021913964,0.008224967,0.034890458,0.038194757,0.035403483,0.035762973,-0.034735385,-0.055608075,-0.009249742,0.017467216,-0.00742777,-0.06757955,0.011449721,0.0049827513,0.00699682,-0.009418374,-0.0005366983,0.030203767,0.031304657,-0.019306766,-0.062062502,0.044842668,-0.02713572,1.8014498e-06,-0.00803644,-0.019139675,0.00058376923,-0.025628086,0.032477345,0.047945973,0.08266186,-0.030170152,0.00067706476,0.033966634,-0.07949093,-0.022436902,-0.009319047,0.01830826,0.04654839,-0.021725181,0.0017825448,0.010611162,0.018481847,-0.016448732,0.020096911,-0.0011986481,0.06838693,0.051392693,-0.0077345744,0.004210309,0.007642102,-0.047659155,0.019964302,-0.10318518,0.024069142,-0.05638263,-0.05245908,0.00040438096,-0.06591083,-0.0077718087,-0.0011189904,-0.016604668,0.01173621,0.0025555894,0.03590372,-0.02669158,-0.029438425,-0.04374504,0.038352285,0.009217996,-0.023505896,0.006733587,0.008631011,0.06887354,-0.076661445,-0.0020762908,0.027359195,-0.07136081,0.010098135,0.0044757216,0.035883438,0.008849662,0.050962888,0.0491148,-0.010330658,-0.021163426,-0.05234899,-0.0044948054,-0.05779377,0.008855584,-0.041841336,-0.042051587,0.011451503,-0.027560055,0.007013999,-0.041932352,0.024159614,0.018625006,0.011976917,-0.036364388,-0.011661634,-0.03287876,0.055915736,-0.030303055,-0.0076755686,0.024644941,0.003167683,-0.035786305,0.019513933,-0.050858356,0.035348702,0.003827129,0.004535795,0.08882006,-0.04344153,0.054567736,0.028643714,0.008973674,-0.011043414,0.0064069377,0.04949048,0.0705191,0.045436133,-0.07058575,0.07229009,-0.047698133,-0.020343745,0.054937817,0.0022620016,0.011433313,0.023452828,0.010123258,-0.005015223,-0.0067489427,-0.0593817,-0.0023648352,0.041201446,0.01001857,0.041200466,-0.0054376847,0.024935909,-0.013652361,0.012356436,-0.035250872,-0.0037181536,-0.054755736,0.0130326655,0.017721066,-0.01883369,0.02322657,0.02615391,0.08834982,-0.0343859,-0.007976419,-0.038046744,-0.073771454,0.02670794,-0.020866025,-0.03638038,-0.018976199,-0.022005642,-0.002199092,0.030569684,-0.0047436417,-0.07788273,-0.047229543,-0.097869374,0.025270298,-0.03961836,-0.04244594,-0.011079073,0.044482954,-0.067207366,-0.0041760644,-0.011985152,0.015334875,0.021861192,0.031152142,-0.010954446,-0.011179411,-0.012228981,0.0052804505,0.034295715,0.024688097,-0.0076953038,-0.01635707,-0.07230933,-0.009550675,-0.050824996,0.037587654,-0.045664858,0.097870864,0.017319782,0.012924339,0.015211214,0.022306046,-0.042076085,-0.0035684581,0.003740452,0.02234847,-0.04591105,0.044494484,0.061882168,0.048256915,0.012944998,0.032165445,0.0026406944,0.009994375,0.09757178,-0.020716488,-0.026186613,-0.08695917,-0.01721993,0.011310268,0.022033824,-0.023193736,-0.0067834496,0.033181686,0.0068566264,-0.047574956,-0.024384258,0.040922288,-0.029796276,0.08780308,-0.049388137,0.06869756,-0.016443279,0.0049453164,-0.0035932611,0.0042555155,0.090969846,0.004602361,0.034069803,0.000615434,0.05394433,0.046633687,0.021522537,0.022673305,0.020427544,-0.0026824477,-0.0057099075,0.004903175,-0.02052312,-0.025280667,-0.07300475,0.013005831,0.0056560216,0.032322805,0.03848631,0.039963968,0.021399546,0.04646432,0.013322504,0.06227532,0.017795524,0.029650709,-0.018309176,0.013655971,-0.034504075,-0.06669893,-0.016578408,0.003950472,-0.009449636,-0.006736277,-0.026141549,-0.011136286,-0.035722643,-0.014074747,-0.021142595,-0.025163036,-0.06479039,0.012564881,-0.0056829024,-0.00014699911,0.017395938,0.03337906,-0.0005583383,0.034858976,-0.03220949,-0.06600082,-0.024652967,-0.0031893703,0.0295823,0.019718984,0.008702956,-0.02020974,0.0125299115,0.009479006,0.006209592,-0.0028838632,0.023063833,-0.022532599,0.04259834,0.009011687,-0.015118307,-0.032589097,0.038018595,-0.056418855,-0.051114693,-0.034277666,0.0322599,-0.06620056,0.029813273,-0.02159869,0.024507888,-0.029091634,0.014000766,-0.014107158,0.03914113,0.0036384198,-0.014436555,-0.047944997,-0.06319262,-0.01958814,0.051099677,-0.010570862,-0.0076755444,0.0363302,0.034863736,0.038549025,-0.02415986,0.04302532,0.0010943364,-0.01076706,-0.036586378,-0.024462271,0.019377338,0.008603962,0.013986954,-0.008644228,-0.011523361,0.0034896336,0.047750264,-0.018829517,0.0014339985,-0.09224952,0.005334489,0.025745211,0.016077813,0.015158235,-0.016706804,-0.0029688154,-0.004618124,-0.045764223,0.059772335,0.016237175,-0.003911478,-0.018752277,0.08767337,-0.054596692,-0.05306119,-0.025606591,-0.010848541,-0.0071318336,0.068294905,-0.04963223,0.020452566,0.00021422765,-0.02625323,0.06805089,0.036452364,-0.029646201,-0.047912315,-0.013278931,-0.02699827,-0.014128387,0.032964304,-0.025074506,0.012843332,0.02165487,0.02175661,0.008798222,-0.009013965,0.05757865,0.017505761,0.0021047243,-0.014341348,0.006768737,0.076211385,-0.013489376,-0.034709413,-0.048905578,-0.020932566,0.05379213,-0.075296395,0.054020345,-0.0010816972,-0.025108896,0.002268738,0.027778184,-0.013207147,-0.0116136,-0.0023174884,-0.005396182,0.050138183,0.01706867,-0.037277527,0.019410167,0.02826146,-0.005154596,-0.025576059,0.05680387,0.025973186,-0.00921724,-0.031493805,0.032239493,0.011119907,-0.045212407,-0.026582927,-0.069865555,0.00071319495,0.05015638,0.008494283,-0.029705632,-0.01936932,0.014938906,0.031516623,-0.0073260907,0.027337627,0.008709229,-0.020194167,-0.015607681,-0.08279133,-0.06203232,0.025552275,-0.0017384978,0.10384209,-0.14527623,-0.04256544,-0.03716903,0.0277448,0.044468623,-0.097904384,-0.025342235,0.018739399,0.011995118,0.009382529,-0.023605881,-0.02637643,-0.07071436,-0.034232732,0.062111545,0.022099407,0.011452642,-0.014682461,0.041467957,-0.02571941,-0.028769746,0.10601464,0.04929769,0.017776491,0.059256274,0.025176868,0.090561084,0.013502947,-0.0044669346,0.04408115,0.020043425,0.03006159,0.060118135,-0.03645065,0.019005708,-0.07755973,-0.014385521,0.027898954,0.0010809122,-0.058887806,0.022284448,-0.0038875805,0.0070430962,-0.0065547805,0.02363326,0.0073359464,0.00051275385,-0.002119204,-0.01496809,0.042129662,-0.0052588936,-0.085142255,-0.052190267,-0.010470094,-0.000109151195,-0.0466522,0.017523723,-0.009440022,0.054889977,-0.042703874,-0.0034192638,-0.06145412,-0.011037462,0.036637116,0.012969993,0.0556604,-0.059709735,-0.008114457,-0.0027004888,-0.07138045,0.031079678,0.016215054,0.024826162,0.0120089995,0.021367963,-0.08439828,0.030100951,-0.03227186,0.024038795,0.00645351,-0.010425927,-0.016040936,0.04282932,-0.00816463,0.0059156963,-0.009822158,-0.035454266,-0.0047016204,0.008288212,0.015615909,-0.001748806,0.041721694,0.017565591,0.004706278,0.028273162,0.075762466,-0.026518809,-0.011504346,0.023093073,-0.03458497,0.024317566,0.08444979,0.029294748,-0.022564095,-0.015035537,-0.017320924,0.0014852134,-0.06725088,-0.03014392,0.0004600289,0.03966047,-0.060413048,-0.014506609,-0.07577397,-0.009196924,-0.0146917105,-0.016788084,-5.8209617e-33,-0.034144353,-0.024322173,0.0070082597,0.0024456913,-0.011170057,-0.00070178544,0.020389996,0.012014594,-0.02688308,0.006695607,0.02687772,-0.0024130163,0.008312904,0.021563046,0.028770708,-0.079025865,-0.009878449,-0.01162529,0.034806464,-0.017790599,-0.0014888933,0.0015855292,-0.08076904,-0.08077328,-0.046225056,0.03233564,-0.06658107,0.031380735,-0.0319184,0.0007172543,0.01792042,0.022684773,0.019674864,0.027678233,-0.028474724,-0.031190515,0.052598786,-0.026509827,0.00054111914,0.01996286,0.0094999485,-0.038859025,0.051626455,-0.026727423,0.016395971,-0.003889633,-0.017083501,-0.0046695387,-0.03796665,0.077074334,0.010881977,-0.018682359,0.022956792,0.003266372,0.008362113,-0.022241838,0.0030541965,0.01915676,-0.024653539,-0.014943179,-0.036667578,-0.014152933,0.013486661,-0.03765554,0.0053337933,0.046148587,0.031355865,-0.022687996,-0.06054235,-0.020846339,-0.0017365769,0.033932388,0.04183699,-0.04916068,-0.0018590076,0.022089079,0.0003031975,0.0113777695,-0.033431407,0.06026594,-0.015581617,-0.017730152,-0.021300005,-0.0045191157,0.042533014,-0.041683953,0.009839263,-0.0301642,0.014641969,0.060735486,-0.041702844,0.033806063,0.025242396,-0.008943985,-0.011435257,0.0071192947,0.021099731,0.027916595,0.0015487649,0.01966507,-0.0080392575,0.05206408,-0.0038156358,0.016138509,0.06380853,0.017371481,0.01739382,0.056204326,-0.0333306,0.007015185,0.045984454,0.057297908,0.005007666,0.030900985,0.045795936,-0.005225239,0.03467673,-0.047186714,0.031352624,-0.048586432,0.056047536,-0.04534909,-0.08997701,0.042430073,-0.044583507,0.007396514,-0.037730895,0.017958751,-0.017836977,-0.0120430915,-0.039249003,-0.031099146,2.4890787e-07,-0.0351574,-0.04427549,0.07244254,0.086720064,0.013628147,-0.014869861,0.020208664,0.006088823,-0.062690206,0.007013068,0.00028968,-0.027398612,-0.009687721,-0.0010249757,0.052813973,-0.035654113,-0.022137491,0.058183406,0.00026032206,0.019192472,0.035728667,-0.023320774,-0.018099422,-0.001933735,0.009016172,-0.082211256,-0.008686675,-0.023983438,-0.05357492,-0.03334278,-0.05212886,0.11220132,-0.015730921,-0.00906732,0.015153183,-0.01649107,0.004833033,0.014414447,-0.031099338,0.051652595,-0.023892941,-0.045420032,0.024647078,0.008820873,0.020326816,0.072707646,0.038678084,0.051899094,0.01362133,0.020761065,0.0035741804,0.0048865094,0.016059067,-0.050196134,-0.0022582265,0.027582379,0.012990997,-0.026269756,0.046819657,-0.03636151,-0.015524296,0.0965952,0.019687455,-0.01350522,-0.024270771,-0.011580806,-0.023090983,2.0788937e-34,0.006511311,0.015948482,0.018861966,-0.016721135,-0.017185258,-0.0036852716,-0.011521096,-0.01814178,-0.012618852,0.021345649,0.010570686,wikipedia,"A theatre group flew Parrot AR.Drones in Dublin to film video for an exhibit in 2012.[73] The Irish Aviation Authority stated that this was prohibited, as Dublin is classed as a restricted area.[74]"
-0.029257203,0.102098934,0.013815956,-0.014959799,-0.05214762,-0.048790783,0.04290716,-0.010292737,-0.026123857,0.018946791,0.055797912,0.06506142,-0.029909316,0.07126657,0.02300727,0.025668588,0.04736527,-0.030728495,0.00080959697,-0.015123594,-0.0024514955,-0.025991805,-0.023932206,-0.053547665,0.026590316,0.023236854,0.028204024,0.010481878,0.062328763,-0.0013165199,-0.019868713,-0.01602505,0.04150555,-0.010977579,2.274538e-06,-0.010201614,-0.00935025,-0.027684387,-0.003949936,0.019427737,0.048403576,0.100477956,-0.034339122,0.00521915,-0.036984697,0.023497766,-0.030353338,0.03276942,0.010868399,0.034526583,-0.004089579,0.001436392,-0.016327169,0.0008923945,0.031759586,0.04008013,-0.008779805,0.07693957,0.0051447153,-0.011397771,-0.029311512,0.035227053,-0.012422677,-0.0028067955,-0.05972577,0.04481017,-0.08589475,-0.03824061,-0.005542274,-0.052300405,-0.06978532,0.007590697,0.01972661,0.0071292007,-0.007646517,0.033119336,0.0043135528,0.0133302035,-0.04581246,-0.027185831,-0.017423056,-0.011585674,-0.011425508,0.022745546,0.046551768,-0.037630837,0.0047070133,0.039037846,-0.002374413,-0.024507187,0.036449976,0.0014140165,0.013235701,0.020418718,0.03406973,-0.03500943,-0.012012535,0.050656628,0.007529575,-0.039328266,0.015214383,-0.015656589,0.020952174,0.035412494,-0.057523664,0.0026071526,-0.05191395,0.04343765,0.016296536,0.04296767,-0.028918907,0.011329927,-0.0266425,0.044159897,-0.017985962,0.04889895,-0.000575132,0.00028561344,-0.027844578,0.0017016791,-0.07953082,0.069777,0.008466729,0.01750743,0.06499248,-0.072698936,0.028160919,0.029739743,0.008096258,0.0014857491,0.008941378,0.058974773,0.013744421,0.0062617296,-0.020251289,0.013497948,-0.023060746,0.0033976538,-0.00702936,-0.009909681,-0.01858762,0.040298462,-0.00584674,-0.02223728,-0.026907058,-0.04630272,0.00058829156,-0.0024721443,-0.001061437,0.019917764,-0.0137392385,0.04993927,-0.009991213,-0.007133898,-0.030340277,-0.0055950712,-0.041970618,-0.0072939764,-0.024832439,0.023345033,0.003007358,0.019568471,0.063248895,-0.034135714,-0.0024711736,-0.012743402,-0.05694892,0.02869554,-0.058801718,0.0003430898,0.017861046,-0.009024607,0.002172751,0.030568013,0.026665365,-0.08622089,-0.053553645,-0.11566544,-0.011924118,0.08621288,0.011422068,-0.027188953,0.012381742,-0.06169796,0.0196969,-0.0015307291,0.023977611,0.0629849,-0.006587223,-0.020078225,-0.008671582,0.00059026014,0.0413282,0.014829275,-0.0067449035,-0.022148944,-0.005413059,-0.11075825,-0.004946298,-0.0063172514,-0.008604569,-0.058649786,0.03205175,-0.0021940449,-0.0037161205,0.042912737,0.015679583,-0.07060758,-0.021829763,-0.016796982,-0.0027231066,-0.019684969,0.017787121,0.03232062,0.020532671,-0.010096774,0.008951301,-0.016135916,-0.0075327028,0.11261651,-0.006778122,-0.061506614,-0.069423445,-0.010359795,0.07483885,0.029664489,-0.021632945,0.011241048,0.0387172,0.018936029,-0.030560387,-0.024987172,0.025257988,0.005860041,0.046382148,0.0088012535,0.056769397,-0.010177013,0.035204988,-0.07016032,0.0029141835,0.08974616,-0.00216445,0.036565833,-0.026741724,0.027768672,0.036278095,-0.0016245876,-0.01430269,0.023502255,-0.047173217,-0.014520725,0.01828265,-0.007627393,0.0010447429,0.01914259,-0.037827417,-0.009132503,-0.019833965,0.04367697,-0.013864765,-0.033558667,0.029927738,-0.036742397,0.08406534,-0.006804782,0.08064608,0.0017769113,-0.010974771,-0.037694585,-0.06072918,0.0030112644,-0.03908728,-0.0012559765,-0.0018983108,-0.00055663363,-0.02520701,0.013360855,-0.03031914,0.009985492,-0.022139587,-0.048590228,-9.103177e-05,-0.012465036,-0.012603234,0.009461399,0.04707738,-0.06912372,-0.014507549,-0.07134943,-0.04428176,-0.013593833,0.014744643,0.02421912,-0.0094464,0.023595039,0.014165441,0.017303,0.013798387,0.03650838,0.008018167,-0.008288027,0.0002749651,0.04444442,0.0018096146,-0.025964258,0.004281917,0.051237464,-0.00397497,-0.04069306,-0.06301445,0.006030391,-0.0046924246,0.020383982,-0.02249692,0.00071511394,-0.0038260447,0.017394226,-0.0025398533,0.009169052,0.0073322253,-0.05641682,-0.041812982,-0.007597628,0.008146195,0.04937637,-0.012796895,-0.0011414883,0.031439837,0.024945743,0.036204293,-0.011105889,0.027882554,0.008477361,-0.012487441,-0.055320192,-0.014584221,0.025674352,-0.07779998,0.010612742,-0.027001796,-0.005644224,0.015177547,-0.02924427,-0.010462935,-0.016548958,-0.030893749,-0.0046951934,-0.011924413,-0.04484304,0.029174436,-0.02975346,-0.0026296484,0.0012260289,-0.014336442,0.025965484,0.002597571,-0.010099429,-0.0011841062,0.046705738,0.0028763665,-0.023124447,-0.05159386,0.021787398,0.028426599,0.040446192,-0.016797826,0.010291527,0.03035068,0.017169172,0.12846181,0.055783987,-0.042382203,-0.035821132,-0.0288566,-0.010086207,-0.018492514,-0.014389123,-0.010495293,0.01610494,0.0376855,0.006536255,-0.008595042,-0.031411916,0.013521012,0.009789924,-0.0063606007,0.015491227,0.007865355,0.07350944,0.0034552098,-0.07768032,-0.032963075,-0.05892734,-0.0024781788,-0.035572495,-0.01143854,0.026965586,-0.028962351,0.018654708,0.027531128,0.0025275094,-0.010423491,-0.00052793435,-0.042562492,0.05290662,-0.04040278,-0.023270337,-0.018190118,-0.022669615,-0.08551642,0.014156077,0.06278903,0.026752725,-0.006691941,-0.028636457,0.0007493934,-0.012221499,-0.0123755885,-0.016150186,-0.043791067,0.0073340307,-0.00038789766,-0.022395788,0.013999228,-0.029525489,0.020224908,0.018956926,-0.002542476,-0.02307497,0.01105554,-0.0413017,-0.031730723,-0.0038746858,-0.052286323,-0.06960968,0.0359769,0.068463326,-0.07399105,-0.0055664442,-0.024885125,0.045399547,0.025981952,-0.05703235,0.050742596,-0.038723752,0.014438673,-0.062075984,0.0037955528,-0.04901592,-0.03541769,-0.05975732,0.07961561,0.050110012,-0.062343426,-0.010402752,0.056695767,-0.027419737,-0.023040958,0.12447094,0.060930647,0.028241655,0.028837742,0.036564186,0.06730695,0.044056606,-0.029826477,0.04447626,0.018053684,-0.0059003276,0.040567704,-0.019422134,-0.0025635026,-0.034739226,-0.022003356,0.0010237036,-0.030686934,-0.09994271,0.058416173,-0.009577121,0.001511636,0.040499277,0.022151526,0.053606607,0.01778147,0.024437884,0.014056751,0.023242708,0.026924886,-0.02316347,-0.0070511983,0.0011958522,-0.00600802,-0.0062466804,-0.0020195402,0.013988053,-0.010656568,-0.045702007,-0.02041425,-0.07426565,-0.0016462174,-0.0013538734,0.031236403,0.0594322,-0.013536363,-0.007930853,0.02991315,-0.05958001,0.010306917,0.006987899,0.0019725333,-0.0015392881,-0.013310177,-0.11208206,-0.0011453833,-0.012186976,0.04867141,0.030385174,0.017962083,0.017544363,0.05030821,-0.017613959,-0.031995304,0.012380353,-0.0697173,0.009398942,-0.00036428715,-0.01795923,-0.0033505093,0.035562217,0.04418366,-0.032427266,0.01637969,0.070719644,-0.033875257,0.0056506973,0.040987846,-0.001130793,0.013025037,-0.008333771,0.023765199,0.032836363,0.08246528,0.026537918,0.009424749,-0.037761256,-0.014886761,-0.012309575,0.03835001,-0.067575276,0.007434126,-0.08822398,-0.025726464,0.013718486,-0.047351602,-6.984696e-33,-0.0018159747,0.0026992352,0.012473311,-0.0037063234,-0.018203983,0.04767073,0.036047034,0.032825556,-0.022264797,-0.0017274946,-0.0044910894,-0.00025794603,0.018535314,0.02762234,0.050302923,-0.047957983,0.0020136111,-0.010216839,0.01520906,0.020235889,-0.03680421,-0.018933669,-0.046013337,-0.110728994,-0.023586784,0.042823825,-0.037700057,0.031717706,-0.05677655,-0.00047227126,-0.00021852549,-0.004478301,0.022798726,0.018963948,-0.03585734,-0.04278133,0.0034642504,-0.037578676,-0.010520723,-0.0043083685,-0.051666,-0.044965107,0.052891593,-0.030468209,0.016169952,0.029530246,-0.004227927,0.015832396,0.0037043719,-0.06204652,0.0038641,-0.011385861,0.0036527,0.01721347,-0.015356303,0.006635678,-0.013473506,0.039354265,-0.064613454,0.0009142427,-0.04925399,-0.016530829,0.031385105,-0.061311916,-0.008650525,0.04761983,0.01198436,0.0013542008,-0.027934708,-0.02661572,-0.022913642,0.0849982,-0.009914325,-0.02079511,0.039370697,-0.029155646,-0.033404775,0.007013511,0.029698338,0.021552717,-0.010752916,-0.026230283,-0.009657819,0.0028708111,0.041552037,-0.021443617,0.009828505,0.014807173,0.035920434,0.021545697,-0.014520425,-0.009160279,0.0021318218,0.018134553,0.005033144,-0.06739002,0.042282008,0.03757382,0.026077181,0.027220728,-0.07188305,0.013679242,-0.018364344,-0.017803762,0.036613774,0.01300004,0.004124034,0.078396864,-0.043184254,0.02919036,0.022750573,0.02849603,0.009534444,0.01301808,0.0833532,0.0003779827,0.016854998,-0.016960131,0.023897855,-0.07569588,0.06288611,-0.06968184,-0.06312964,0.10287345,-0.03827865,0.013012624,0.00050187524,-0.02984052,-0.04909064,-0.029094035,-0.04394288,0.020356297,3.006851e-07,-0.021475984,-0.015943533,0.05608819,0.03294755,-0.0057024574,-0.041983634,0.023865053,0.043309297,-0.033641573,0.025085716,0.016798967,-0.013524457,-0.051383775,-0.016663717,0.019125227,-0.027979149,0.023256196,-0.016808622,0.013341056,0.013875438,0.1154151,-0.017895779,-0.02599119,0.007346928,0.019231053,-0.05882325,-0.010308024,-0.06817219,-0.034082532,-0.055972695,-0.041228797,0.100347504,-0.038672987,0.010442936,0.03226492,-0.049930867,0.020699363,0.01062911,-0.02954712,0.028090138,-0.033543553,-0.08373043,0.023607042,0.07171608,0.011522943,0.04268891,0.047134016,0.044819485,-0.028275108,0.04457223,0.032684214,0.04109513,0.020052867,-0.04092664,0.021088965,0.027203029,-0.037667073,-0.0070912037,0.035380796,-0.036112826,-0.001999918,0.09272952,0.036464687,-0.018728748,0.006463214,-0.029426033,-0.05644151,2.7325854e-34,-0.0020624588,0.019408477,0.008665986,-0.033463098,-0.028581275,0.023216985,-0.018912598,-0.05226952,-0.037370127,0.07022945,-0.015271251,wikipedia,"A video of Cork taken by Raymond Fogarty became popular online in April 2014, but was criticised by licensed operators SkyTec.[75] Fogarty later became a commercial UAV pilot and urged UAV operators to be aware of laws and avoid flying over built-up areas.[76]"
-0.033415385,-0.006445172,0.0068372916,0.048791457,0.014311536,-0.030508548,0.019931847,-0.00022542964,0.017006572,-0.0058636125,0.091129735,-0.015718572,0.015359898,0.04450373,0.027087217,0.021328762,-0.0042269947,-0.05783679,-0.034185126,0.015653325,0.018269394,-0.01857521,-0.035837486,0.023743771,-0.012658403,0.00838261,0.042110242,-0.029029379,0.032573786,0.029316371,-0.019287625,-0.052551858,0.07193987,0.030924127,1.9243275e-06,-0.030399097,-0.026696658,0.016350849,0.0019945153,0.00982975,0.026724035,0.022713063,-0.06515904,0.029998139,-0.029918028,0.05717977,-0.050059285,-0.023179302,-0.024179906,0.06044941,-0.021260511,0.0058237053,-0.01036084,0.04126541,-0.04493758,-0.018870689,-0.03655129,0.014525967,-0.04690741,-0.0024846722,-0.017630735,0.067170575,0.012644671,0.021890886,-0.049625594,0.03628718,-0.051440902,-0.05284693,0.0019410221,-0.06236728,-0.06250094,-0.011220411,0.004710173,0.0060401876,-0.005807275,-0.029622626,0.033949617,0.060794447,-0.050679624,0.0075321267,0.012229822,0.009469089,-0.0070394194,0.008078083,0.05319909,-0.053452875,0.029759677,0.035090163,-0.02071311,0.004134725,0.023411013,-0.029764416,-0.0062928754,-0.03169687,-0.020432748,-0.009432345,-0.039546806,-0.0049620452,5.410798e-05,-0.056735292,0.10060589,-0.023443842,0.03783764,0.016726732,0.0007590441,0.016643431,-0.03738282,0.018278286,-0.034265153,0.021515684,0.029059673,-0.0010754319,0.03338881,-0.027625063,-0.03392111,0.035471886,0.06666367,0.031073766,0.009124928,0.03128786,-0.1086466,0.035916857,-0.011748744,0.010907411,0.0065098377,-0.057505213,-0.0050591836,0.02017703,-0.0048084497,0.009151219,0.030824652,-0.0057192133,0.012997002,0.017493078,-0.057372123,0.005089365,-0.0069028125,-0.022085486,0.03207291,-0.026457423,-0.027086064,0.0029119276,-0.007591949,-0.009508366,0.02208574,-0.0076797074,-0.015438291,-0.008005956,0.006872866,-0.021351466,-0.044161804,0.050796542,0.02836941,-0.02066709,-0.0066048717,-0.005582874,-0.031327367,0.013429506,-0.057400458,-0.020530228,0.037163705,0.025358077,0.03897064,0.019135011,0.03255313,0.053831182,-0.07290893,0.0046873735,0.0033523915,-0.04455603,-0.02661185,0.031374272,0.010047194,-0.029350916,0.03516369,-0.049146164,-0.04208009,-0.08291798,0.026882676,0.005379546,-0.008142831,0.023298966,0.01674785,-0.050207872,-0.07484717,-0.007613266,0.03182116,0.024557536,-0.03972914,-0.032951456,-0.002958886,-0.00984794,0.059821162,0.034779295,0.051789816,-0.026167268,0.0051883585,-0.044961315,-0.02052707,-0.0036510327,0.02757394,0.0051716305,0.06378813,0.019127758,-0.008141897,0.0218317,0.028932428,-0.046088155,-0.008626611,-0.02225411,0.015966658,0.0080564525,0.028875958,0.07260106,0.038150787,-5.8327758e-05,-0.0074362056,0.0058822455,-0.082555264,0.056229595,-0.032451734,0.04575817,-0.052142203,-0.0105434945,0.018138936,-0.017486496,-0.04582972,0.0077298605,0.009537615,0.04064218,-0.021528453,-0.00042045183,0.070972905,0.0024390034,0.03676037,-0.030501012,0.09624236,-0.07734746,0.025276316,-0.081255496,-0.0057185353,0.060560524,-0.03135018,0.040498458,-0.04230301,0.042909347,-0.018694382,0.012948669,-0.0041785305,0.04216865,-0.004755412,0.0039999154,-0.055476878,0.0060029337,0.0016764218,0.001214919,-0.02272148,0.03405595,-0.0057157204,-0.04948394,0.11056647,-0.015897783,0.0077602495,0.03871934,0.045624387,0.0061749537,0.039462544,-0.011903829,-0.012573564,-0.045782432,-0.05109224,0.03266782,0.018626478,0.0010019385,0.031614333,0.0058897324,-0.07447167,-0.02328267,-0.07151903,0.002603524,-0.02984319,-0.04278924,0.030858222,-0.02007598,-0.008263046,0.04632644,0.04251569,-0.001658306,-0.051606722,0.021372348,-0.118365124,0.039960276,0.014541615,-0.026239488,0.0581808,0.04260442,0.0133867655,0.09497965,0.034300357,0.05712333,0.029261908,-0.0017423899,-0.014679201,0.028687062,-0.03009071,-0.038451176,-0.025864637,0.101296216,0.013030544,-0.046941034,-0.03226303,0.008586724,-0.030816112,0.02313524,-0.0777533,-0.023348674,-0.01049495,0.0027988718,-0.051681094,0.019234683,0.039923094,0.011515047,-0.024255069,-0.017537028,-0.0036862122,0.038988166,-0.04286613,0.002295195,0.05804205,0.07499465,0.015782516,-0.02028281,0.099682115,-0.0036017895,-0.017567018,-0.00497036,-0.028125746,-0.02574046,-0.008856927,0.047961418,-0.034089003,-0.02184698,0.03775051,-0.033058185,0.016576711,0.0051922607,-0.006329972,0.013297388,-0.012074107,-0.026556576,-0.017255634,3.3472403e-05,0.022836583,0.01637238,-0.016989935,0.003390208,-0.018315505,-0.07205787,-0.007007349,0.0068916134,0.031529527,0.02768338,0.051596556,0.009231855,0.03502062,0.04825803,-0.02635012,0.032438546,0.014490567,0.013426424,0.14014688,0.035864882,0.017625334,-0.0070036543,-0.024803359,0.009471385,0.006791042,0.0785548,-0.010425855,-0.020288222,0.022186866,0.0016502349,0.008603503,0.01965125,0.013545648,-0.05594988,-0.004993041,-0.0014557078,0.029785285,0.041652594,0.0124354465,-0.040179882,-0.026821101,-0.013858574,0.005333766,-0.05633755,0.056750465,-0.025468217,0.019276349,0.018952362,-0.002547216,0.0015478404,-0.0390923,-0.005561985,-0.029440833,0.022848563,-0.005990877,-0.043827154,-0.02357184,-0.038869966,-0.05981234,0.00047218648,0.034241658,-0.015119598,0.039011493,-0.076576784,-0.008601388,0.043521874,-0.019551232,0.02616253,-0.06095121,-0.00700171,0.046278648,-0.009693501,-0.012218532,0.00040822936,-0.02168549,0.0069862166,-0.0074918224,-0.012567368,0.006119601,-0.019987883,-0.049412042,-0.00021974523,-0.029798493,-0.062726445,-0.007763905,0.09991486,-0.109668255,-0.031318735,-0.046288826,0.08026389,0.044211376,-0.053363252,0.06418732,0.021830661,0.010968119,-0.06327219,0.0049610576,0.03721423,0.0017436568,0.014252297,0.09217609,0.0062475316,0.019602628,-0.019473907,0.04141969,0.028504973,-0.039973933,0.06411607,0.038919438,0.016299482,0.068600304,0.0153290555,0.050321575,-0.04666665,-0.035525333,0.0025436713,0.0008677736,0.010659018,0.015977005,-0.036925744,-0.0015679048,-0.012650948,-0.051097345,0.037741624,-0.00882969,-0.018757183,0.039637264,0.008948317,-0.02796092,0.02020593,0.0028761318,0.0037240006,-0.004221004,-0.028236985,0.032226145,-0.014436841,-0.023786154,0.020085534,-0.07339933,0.007892917,-0.0068600806,0.007156855,-0.07686117,-0.0069543375,-0.016282845,-0.0145495925,0.012785268,-0.024104532,-0.054155212,0.013266066,0.024177568,0.04122781,0.016028862,-0.020433811,-0.0050305515,-0.05998038,0.01070552,0.013852461,0.011656187,-0.0065202764,-0.015896162,0.028167067,-0.0035040127,0.01625152,0.06524538,-0.010398591,-0.007947205,-0.0110819,0.03447461,-0.034331925,-0.012954756,-0.019004824,-0.032292776,0.025959993,-0.008653835,0.0031252806,0.008570291,-0.019783927,0.05354782,0.016722286,0.03721771,0.056467213,-0.021186892,-0.037225578,0.119966626,-0.059830762,0.0011051104,-0.008002448,-0.026613872,0.023862366,-0.05525503,-0.02965202,-0.02667732,-0.061303087,-0.021848856,-0.015023288,0.041038495,-0.03481743,0.0046398737,-0.06998215,0.0025271913,-0.062401634,-0.029624341,-6.2130056e-33,0.017982166,-0.016251361,-0.0014924378,-0.048672877,-0.036058214,0.002867354,0.04050237,-0.0030935723,-0.0057044257,-0.002972126,0.006696173,-0.019446911,0.020635052,0.0031849206,0.013773115,-0.06815285,0.023829348,0.0008796813,-0.015554769,-0.005433765,-0.0017230387,0.038519513,-0.04178559,-0.020006735,0.031562425,-0.034934618,-0.09781781,0.03906661,0.0027705494,0.023592852,0.012480682,-0.0040205065,0.020303562,-0.051561866,-0.022095814,0.015714895,0.085328184,-0.01584477,-0.015490485,0.041839622,0.009078603,0.017026506,0.026434364,-0.017888835,-0.0021921871,-0.054025456,-0.020903511,0.03358938,-0.007917378,-0.06041889,-0.012301285,0.04320163,0.024546504,-0.027904963,0.017016113,-0.0032179197,0.017076949,-0.0056584044,-0.04013765,-0.011845871,-0.016014481,0.013082924,0.022967014,-0.036451235,-0.008184258,0.040236626,0.05188361,-0.017269228,-0.051292922,-0.013262541,-0.010045985,0.046057604,0.0021585238,-0.01477665,0.010403087,-0.015128256,-0.01136094,0.0076028276,-0.08364203,0.033535246,-0.025774356,-0.026677944,-0.062655725,-0.034112103,0.0070962133,-0.030814642,0.03663652,-0.017171333,0.037618056,0.0082816975,0.008164257,-0.0346406,0.003736484,-0.009113904,0.039307237,-0.04519443,0.034329716,0.021959657,0.00073297444,0.00077883963,-0.018465167,-0.026426472,-0.015497323,-0.0034593958,-0.014558802,-0.0499338,0.009177056,0.06302685,0.03797187,0.024134079,0.061480843,-0.015390946,0.049421594,0.07984943,0.015163188,0.015923033,0.01657986,-0.004495243,0.021607941,-0.054822043,-0.0018661022,-0.03312343,-0.066801615,0.087428056,-0.06476543,-0.00846711,-0.011549621,0.061030693,0.012832174,0.02746651,-0.024047567,-0.050698146,2.7042245e-07,0.00043719087,0.03986,-0.018330006,-0.057620976,-0.026332382,0.06340087,-0.017531378,0.02251038,-0.010652213,0.09832238,0.01137065,-0.005486955,-0.033615813,0.0060069296,0.07132033,-0.0484108,0.059248958,0.0320239,0.00084725296,0.024518756,0.06707063,-0.004770341,0.010601797,0.030898727,0.024119288,-0.082387365,-0.013723546,-0.0061548273,-0.10348375,-0.06980902,-0.010521523,0.07360576,-0.040129606,-0.01687545,0.004498938,0.009159605,-0.016884176,0.0020742663,-0.01489034,0.019199133,-0.054760713,-0.048533045,-0.005004147,-0.0059263688,-0.0042915056,0.0074626026,0.0069201756,0.020056669,0.018035304,0.045330245,0.021827701,-0.010215953,0.032134734,-0.0125129735,0.0031703631,0.03416019,-0.034941174,0.019201612,0.051765233,0.029677747,-0.009828739,0.02798296,0.010482604,0.05563322,-0.032190707,-0.020398188,-0.045500543,2.5042087e-34,-0.016219493,0.00887391,0.0040617986,-0.06921808,-0.03124108,0.008361659,-0.03311508,-0.027241439,-0.014346493,0.04955319,-0.0024293885,wikipedia,"In December 2015, a UAV filming a slalom event in Madonna di Campiglio nearly hit Marcel Hirscher.[77] The International Ski Federation had agreed to the use of the UAV, though the pilot was not allowed to fly directly over the race course.[77] The race director said that the pilot had not followed the federation's instructions.[77] Camera UAVs have since been banned from the Federation's World Cup races.[77]"
-0.018410683,0.07292013,0.01958341,0.0108959135,0.0148864,-0.058905363,0.043027498,0.0047802874,-0.049070198,0.01800875,0.038526148,0.009630173,0.062498003,0.059500746,0.059402727,0.014693787,0.008408058,-0.012003479,0.02324795,0.019061247,-0.027193421,0.0022757133,-0.010258295,0.03721224,0.0071349284,0.03116274,-0.0034493266,-0.0009771388,0.056924354,0.041983604,-0.01969437,0.0049800384,0.038903654,0.010771799,2.2645781e-06,0.011478208,0.0072823996,0.0061215963,-0.0109821865,0.02773969,0.016710894,0.021287063,-0.10615986,0.021730142,-0.020229727,-0.033974458,-0.035932243,0.038400516,-0.0063523026,0.034577407,-0.0029129784,0.03001551,0.024987562,-0.0061337966,0.040873613,-0.04900948,-0.007834491,-0.036113333,0.008005173,-0.057622477,-0.029244995,0.021590851,-0.0040368917,0.0018140837,-0.039901253,0.04397766,-0.04498558,-0.034055915,0.02586493,-0.0039380826,-0.01361362,0.0023944138,-0.0074815247,0.06978294,-0.030162131,-0.018220233,0.032460764,0.013878222,-0.051808614,0.0050664674,0.014880954,0.019521236,-0.017228402,-0.0041615213,-0.0072201015,-0.06970778,-0.011238458,-0.0069347452,0.0058901613,0.017769787,0.0841291,0.008960685,-0.023394551,-0.031386435,0.01617439,-0.00998838,-0.018826235,0.007504494,0.0037941316,-0.08053875,0.036388382,0.010552303,0.04052017,-0.0019817026,-0.032419223,-0.008852029,-0.028940702,-0.019372351,0.014296192,0.081325874,0.0041760076,0.0038333407,0.02988575,-0.042740718,-0.009732211,0.053563662,0.07472744,0.029174548,-0.005513827,0.06866591,-0.077873506,0.030535825,-0.057084497,-0.0014471209,0.06386689,-0.09006352,-0.010495246,-0.016793167,0.0015523469,-0.043596476,0.032890588,-0.0007581406,-0.011572165,0.014299522,-0.06652004,0.058385044,-0.045152757,-0.011430186,-0.036608152,-0.070630565,-0.030029444,0.03149405,-0.05011698,0.01385865,0.00065442274,-0.007458601,-0.02144283,-0.05857967,-0.006146649,-0.020726562,0.0064991657,0.0702367,-0.02444142,0.022772167,0.0035445627,0.015477048,0.020948006,-0.011228818,-0.048025828,-0.03281343,0.0076776673,0.051124193,-0.0074784174,0.005418539,0.009164548,0.037475485,-0.07515387,0.021357272,-0.03501496,0.036638543,-0.008726279,-0.009465862,-0.0030022366,0.039271563,0.0017931871,-0.07626431,-0.12036621,-0.0084254155,-0.047419045,0.041588426,0.018156847,-0.055018146,0.029973427,-0.094712086,-0.015007464,-0.01367879,0.03227015,0.019895656,-0.06356444,0.01721978,0.02700162,-0.009504072,0.02522863,0.011210109,0.061163023,-0.032561496,0.018185362,-0.0176599,-0.006530518,0.022579681,-0.044070195,-0.014058901,0.030149968,0.030981608,0.0015748052,0.032179758,-0.005020899,-0.059285067,-0.032860875,-0.03967637,0.029765371,0.0066770483,-0.029342482,0.070705734,0.025970783,-0.012722381,0.015274122,0.027150707,-0.03825603,0.062659234,-0.029791819,-0.0125468895,-0.005335022,0.013408024,0.044730857,0.04371757,-0.026075054,0.026431814,0.023133278,0.049417403,-0.01836428,-0.01150206,0.048806794,0.020121304,0.059280396,0.042529196,0.047320403,-0.06319327,0.032721944,-0.07883614,0.0050871023,0.11000316,-0.001973177,0.02695815,0.005191746,-0.0037437854,-0.004580663,0.00024531552,0.0230142,0.04006564,-0.037620496,-0.0073341927,0.0071043167,0.033603255,0.0006461414,-0.012460683,-0.01275902,0.056038123,-0.016027397,-0.023970133,0.068789504,-0.061195336,0.02481709,-0.029291907,0.021412987,0.00018500953,0.048978962,-0.031055361,-0.022141695,-0.014616641,-0.05513948,0.006020097,0.009197531,-0.022516536,0.009589137,0.019481111,-0.040052067,0.0017098539,-0.05463832,0.019679569,-0.026046408,-0.012044443,-0.0115683405,-0.039320473,-0.0058954214,0.02224343,0.06409196,-0.080222584,-0.06963666,0.006047811,-0.04551891,0.0059895716,0.0022392964,0.008050337,0.0165777,0.014787406,0.025832336,0.05471794,0.011317015,0.120120116,0.013355958,0.021619327,0.03522657,0.021701427,0.0062345546,-0.02983811,0.03509994,0.056112777,-0.054512795,-0.032110117,-0.04099052,0.030123562,-0.007850203,0.00959995,-0.037343174,-0.026714835,-0.023085019,-0.029529287,-0.044124253,0.07636694,0.012589748,-0.025329618,-0.02980615,-0.025209066,0.005588213,0.034095746,0.039828535,0.0013236837,0.032359105,-0.042493053,-0.018983347,-0.02460797,0.03528479,0.015139868,0.023723627,-0.0497285,-0.010411961,0.0016159959,-0.04865852,0.041239586,-0.06025424,-0.061396744,0.009959616,-0.053912587,-0.06805948,0.006679906,-0.046941366,-0.021849217,-0.053874664,-0.03164595,-0.012265947,0.03786956,-0.030288031,-0.027040737,-0.010463246,-0.025587792,-0.005321461,-0.059141044,0.013164388,0.009915051,-0.026895087,-0.019711187,0.053912524,0.032903384,0.00725895,0.007492133,-0.0012665008,0.009985005,0.047810756,-0.0065550497,0.07295289,0.021193944,-0.043989725,-0.014425933,-0.019089708,-0.003705384,0.025930617,-0.0011703575,-0.051988214,-0.023523847,0.032238238,-0.032060456,-0.0051136864,0.0017483005,-0.001851038,0.0080716,-0.008358685,0.057683185,0.0430788,0.06825522,-0.005441508,-0.02180791,-0.040117647,0.0053120884,0.016872572,-0.040737253,0.018820459,0.057844132,-0.0047254013,0.044184912,0.019391045,0.097061835,-0.056985088,0.016068546,-0.008907192,-0.00829554,0.021638004,-0.03568284,-0.044889268,-0.016551318,-0.064588554,-0.00083808944,0.024049206,0.016392194,0.016609816,-0.060308207,-0.015961913,0.035730407,0.0005528633,-0.031402692,-0.020104675,0.002442766,0.03483538,-0.027819071,0.012213208,-0.05712237,-0.010202788,-0.035117242,-0.009919455,0.0063689407,0.0005467987,-0.06499381,-0.03652847,0.042857282,0.040075112,-0.029353885,-0.042536266,0.05540876,-0.111774884,0.0013755871,-0.091525406,0.09224123,0.034200553,-0.08131011,0.025200076,-0.05215314,0.008315214,-0.06839388,-0.043813705,0.013684062,0.087118134,0.034099262,0.13028859,-0.027897853,-0.033874948,-0.04324614,-0.007761697,0.041149672,-0.016104162,0.11037043,-0.020470634,0.03508998,0.023749538,0.0041881916,0.0019141186,-0.06540882,-0.014348692,0.032410644,0.014506048,-0.016783847,0.024326092,-0.005155716,-0.0027759825,0.014463025,-0.057959683,-0.012316252,-0.018432423,-0.0010834795,0.024331935,-0.0061107893,-0.028788505,0.0125328405,0.002047169,-0.013492358,-0.008076524,0.00019459073,0.080674216,0.006870161,0.016704537,0.008645582,-0.03849226,-0.027614988,-0.009767285,-0.03115592,-0.013980214,-0.0060030734,0.0106095,-0.009230914,0.008471506,-0.022869943,-0.012477423,0.023358766,0.038818974,0.032041047,-0.0020067878,-0.015971012,0.013150166,-0.0013868613,0.01217918,-0.0070896507,0.00077287335,0.026407273,0.011168513,-0.007337191,-0.0019663442,0.054223504,0.03177018,0.050187543,-0.004421013,-0.024357218,0.013945246,-0.044532157,-0.041710958,-0.02568906,-0.0017533252,0.015613897,-0.00015247909,0.011330479,-0.0024217193,0.03755075,0.04367678,0.004603389,0.013965918,0.032628678,-0.041894134,0.011643965,0.0841488,-0.032739412,0.019805016,-0.06686186,-0.003156172,0.012317129,-0.0012187861,0.0067912824,-0.03271901,-0.02594058,-0.014810875,0.03150812,0.0509771,0.0073621646,0.021300763,-0.040805735,0.012783987,-0.0059305658,0.02014654,-7.2048826e-33,0.029754616,0.0054224054,-0.039602794,-0.03102156,-0.048209798,0.039772782,0.010634497,0.025062453,-0.025020637,-0.03060209,0.0064771813,-0.0078033153,0.033439334,-0.004962493,0.06695243,-0.055061877,0.011936021,0.0183883,0.0055787317,-0.019691695,-0.033309948,0.04686452,-0.037280682,0.049902286,0.018681496,-0.03501273,-0.043451168,0.070650816,0.006752042,-0.011775014,0.021652002,-0.0086741755,0.0045481357,0.043562386,-0.006519896,-0.004326716,0.01823545,-0.0027989962,0.019874278,0.011930442,-0.03859398,-0.009554006,0.034169875,-0.012461479,0.016535874,-0.056272566,-0.013661287,0.0036424675,0.0009221206,-0.0295495,-0.0291346,0.007811185,0.019539341,-0.018076777,0.011584133,-0.022395639,0.016186358,0.0039574048,-0.02429235,-0.051841132,0.015860844,0.054180328,0.013422724,-0.033368446,-0.045082666,0.01993255,0.09763456,0.032276634,-0.026091103,-0.05391275,-0.004846741,0.05554458,-0.03044671,0.031056587,-0.050483644,-0.021819457,-0.04775447,0.043774817,-0.008303894,0.04369374,-0.000605624,-0.041658837,-0.08761765,-0.0026599786,0.005323459,-0.0012760648,-0.016114024,-0.01713949,0.044131175,0.033498637,0.03627659,0.0207068,-0.067693874,0.025598342,0.06525064,-0.06865678,-0.017096244,0.005676785,-0.009622482,-0.023089852,-0.0599799,0.049310025,-0.03775393,0.023996007,-0.013242015,-0.033042286,0.0027057843,0.054620575,0.008251681,0.028442891,0.0068177464,-0.024449456,0.011052188,0.04417604,0.03324393,0.039310444,0.02192812,-0.07977779,0.031242581,-0.024816783,0.017238034,0.002048536,-0.09943141,0.057036348,-0.0668682,0.011528052,0.018020464,0.002190093,-0.013177191,-0.041481674,-0.003929264,-0.023466313,2.9188251e-07,-0.019834306,-0.0044933166,0.0508137,-0.04730368,0.005585947,0.023601174,-0.021011898,0.06439026,0.028464936,0.066699564,0.017002277,-0.025399322,0.019949269,-0.013789606,0.03178765,0.029759737,0.0026780157,0.000441035,-0.026167782,-0.007520238,0.046856634,-0.021845806,-0.03246172,-0.009742476,0.013943004,-0.018389111,-0.005253972,-0.056041945,-0.09546134,-0.06385757,-0.039989475,0.044017583,-0.04314332,-0.012252225,0.0077835782,-0.022081837,0.0067007574,0.029159836,-0.020823464,0.086375944,0.0034064874,-0.09797788,-0.00501065,0.0012333785,0.033282984,0.036014766,-0.0011931419,0.088065036,-0.047236532,0.023687597,-0.0049038115,0.030949932,0.060235694,-0.009783006,-0.014151623,0.040466107,-0.040244292,0.027508888,0.023780057,0.042483017,-0.013859218,0.029128512,0.010569112,-0.053245347,-0.009945528,-0.012688738,-0.030135637,2.6309116e-34,-0.01497669,0.037000682,0.004568179,-0.028425584,-0.030123496,-0.006691449,0.0058638924,-0.003058384,-0.002737722,0.03173332,-0.023912787,wikipedia,"A UAV hit and broke an office window in Cape Town and collided with David Perel, an interface designer and racing driver for Kessel Ferrari, in April 2016.[78] The pilot and a friend went to check that he hadn't been injured, and Perel returned the UAV.[78] The SACAA contacted both Perel and the pilot after video of the incident appeared on YouTube.[78]"