File size: 744 Bytes
3e8389e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
license: apache-2.0
---

100K dataset schema ADSB
```
Sample raw:
"icao_address","aircraft_type","callsign","flight","origin","origin_name","destination","destination_name","altitude","speed","heading","lat","lon","timestamp","country","status"
"AF622D","A20N","SVMGL766","SQW3952","KJFK","SwasIxUFQknZtDA","VTBS","YnxtCQBvbmxgcJO",29015,443,265,77.49,-140.06,"2023-11-03T08:57:24","SG","landed"
"81B676","E195","GITUA615","XAI5321","WIII","qymDgLDkhuEgInJ","LFPG","GkELxVBOZesHojP",40691,402,108,69.15,-140.78,"2023-12-17T13:22:03","MY","landed"

Build Index:
flatseek build --schema adsb --rows 100000 --output adsb

Query and Aggregate:
https://flatlens.demo.flatseek.io/?bucket=https://huggingface.co/datasets/flatseek/sample-adsb/

```