Releases: navidys/gopensky
Releases · navidys/gopensky
v0.4.0
What's Changed
- go version update to 1.20 by @navidys
- golangci-lint update 1.56.2 by @navidys
- ghaction update by @navidys
- Bump github.com/onsi/gomega from 1.30.0 to 1.32.0 by @dependabot
- Bump github.com/onsi/ginkgo/v2 from 2.13.1 to 2.16.0 by @dependabot
v0.3.0
v0.2.0
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.