File size: 1,899 Bytes
0f72954 | 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 | {
"100k-adsb.csv": {
"icao_address": {
"semantic_type": "TEXT",
"confidence": 0.8,
"canonical_key": "icao_address"
},
"aircraft_type": {
"semantic_type": "KEYWORD",
"confidence": 0.8,
"canonical_key": "aircraft_type"
},
"callsign": {
"semantic_type": "KEYWORD",
"confidence": 0.5,
"canonical_key": "callsign"
},
"flight": {
"semantic_type": "KEYWORD",
"confidence": 0.5,
"canonical_key": "flight"
},
"origin": {
"semantic_type": "KEYWORD",
"confidence": 0.5,
"canonical_key": "origin"
},
"origin_name": {
"semantic_type": "TEXT",
"confidence": 0.8,
"canonical_key": "origin_name"
},
"destination": {
"semantic_type": "KEYWORD",
"confidence": 0.5,
"canonical_key": "destination"
},
"destination_name": {
"semantic_type": "TEXT",
"confidence": 0.8,
"canonical_key": "destination_name"
},
"altitude": {
"semantic_type": "FLOAT",
"confidence": 1.0,
"canonical_key": "altitude"
},
"speed": {
"semantic_type": "FLOAT",
"confidence": 1.0,
"canonical_key": "speed"
},
"heading": {
"semantic_type": "FLOAT",
"confidence": 1.0,
"canonical_key": "heading"
},
"lat": {
"semantic_type": "FLOAT",
"confidence": 1.0,
"canonical_key": "lat"
},
"lon": {
"semantic_type": "FLOAT",
"confidence": 1.0,
"canonical_key": "lon"
},
"timestamp": {
"semantic_type": "DATE",
"confidence": 0.5,
"canonical_key": "timestamp"
},
"country": {
"semantic_type": "KEYWORD",
"confidence": 1.0,
"canonical_key": "country"
},
"status": {
"semantic_type": "KEYWORD",
"confidence": 1.0,
"canonical_key": "status"
}
}
} |