v0.1.0
This is the golang implementation of the OpenSky network's live API. The API lets you retrieve live airspace information (ADS-B and Mode S data) for research and non-commerical purposes.
A gopensky
binary command line is also available to query the opensky network api.
Current features:
- Retrieving state vectors for a given time.
- Retrieving flights for a certain airport which arrived within a given time interval.
- Retrieving flights for a certain airport which departed within a given time interval.
- Retrieving flights for a certain time interval.
- Retrieving flights for a particular aircraft within a certain time interval.
- Retrieving the trajectory for a certain aircraft at a given time.