Skip to content

Releases: navidys/gopensky

v0.4.0

06 Mar 09:10
16db49d
Compare
Choose a tag to compare

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

17 Nov 12:37
Compare
Choose a tag to compare
  • adding code coverage (%87)
  • fixed bug (flight track process)

v0.2.0

12 Nov 03:09
Compare
Choose a tag to compare
  • documentation update
  • removing CLI from the module

v0.1.0

10 Nov 13:25
Compare
Choose a tag to compare

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.