Releases: navidys/gopensky
Releases · navidys/gopensky
v0.5.0
What's Changed
- Bump github.com/onsi/gomega from 1.31.1 to 1.33.1 by @dependabot
- Bump github.com/rs/zerolog from 1.32.0 to 1.33.0 by @dependabot
- golangci-lint update 1.61.0 by @navidys
- Bump golang.org/x/net from 0.28.0 to 0.33.0 by @dependabot [CVE-2024-45338]
- Bump github.com/onsi/ginkgo/v2 from 2.16.0 to 2.22.2 by @dependabot
Full Changelog: v0.4.0...v0.5.0
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.