Greetings,
I've loaded a day's worth of ADSB data into a SQL database to play with it. My current question is - how can I break a series of points for a specific aircraft up into tracks? At the moment, if I query for a given callsign or icao24 ID I get the entire day's worth of data, including time spent on the ground at an airport.
It seems like there should be a SQL query that looks at onground and the callsign to split this up but I cannot figure out what it looks like.
Thank you.
-David