judotens commited on
Commit
3e8389e
·
verified ·
1 Parent(s): dae1933

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -3
README.md CHANGED
@@ -1,3 +1,18 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+
5
+ 100K dataset schema ADSB
6
+ ```
7
+ Sample raw:
8
+ "icao_address","aircraft_type","callsign","flight","origin","origin_name","destination","destination_name","altitude","speed","heading","lat","lon","timestamp","country","status"
9
+ "AF622D","A20N","SVMGL766","SQW3952","KJFK","SwasIxUFQknZtDA","VTBS","YnxtCQBvbmxgcJO",29015,443,265,77.49,-140.06,"2023-11-03T08:57:24","SG","landed"
10
+ "81B676","E195","GITUA615","XAI5321","WIII","qymDgLDkhuEgInJ","LFPG","GkELxVBOZesHojP",40691,402,108,69.15,-140.78,"2023-12-17T13:22:03","MY","landed"
11
+
12
+ Build Index:
13
+ flatseek build --schema adsb --rows 100000 --output adsb
14
+
15
+ Query and Aggregate:
16
+ https://flatlens.demo.flatseek.io/?bucket=https://huggingface.co/datasets/flatseek/sample-adsb/
17
+
18
+ ```