I am working on a personal project (while quarantined) and I am interested in using the OpenSky API to get historical flight data.
I am specifically looking for a daily (or weekly) updated dataset containing the recent flights for all the planes tracked.
I noticed that I can get this historical data for specific planes (ex:
opensky-network.org/api/flights/aircraft...62&limit=25&offset=0) but not for all planes in a bulk download.
Sending a bunch of API requests for lots of different planes seems like it would put a lot of unnecessary strain on your servers.
Could this aggregated data be uploaded to the /datasets/ page?