Hi, I am trying to understand a bit about the "trace" data and was hoping someone could explain if it is what I am looking for. I am trying to get historic data, say over a certain time period, in a certain geographic box, broken by icao, and for each icao I would like an array of "segments" that are composed of transponder detections. The idea is to analyze flights for each aircraft, and to base the analysis on the duration and area of each time the aircraft was flown. I see the trace files have this kind of format: { icao: 845f9f trace [ [time, lat, long, altitude, speed, track, ...] //first transponder detection [time, lat, long, altitude, speed, track, ...] //second transponder detection [time, lat, long, altitude, speed, track, ...] //third transponder detection ... ] } This is pretty close to what I am looking for, but I dont see a way to determine where one set of traces ends and another begins. What happens if an aircraft lands and takes off again? What happens if it goes out of transponder network range and gets picked up again later by another transponder? Is there a better way to get data on aircraft, and the duration and area of each of their flights ? Thanks,
Unless you're a commercial user, my answer is this: Click on any point in the trace to show the data at that poing in the details on the left: https://globe.adsbexchange.com/?icao=43c6b8&lat=54.125&lon=-2.680&zoom=8.0&showTrace=2022-09-13
Thanks, but I am looking for a way to do this in bulk -- through the API or files -- not through the web interface. I may become a commercial user, but trying to understand if what I want is possible through the data first. Is there a way to process something like the trace files ? I understand the limitation they are for each icao per 24 hour period, so not exactly the same set to start with.
I'll just assume you're looking at the sample data then. https://www.adsbexchange.com/data/ The historic traces are all exactly the duration of the UTC day, so 24h.