Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

servlet: historical flight API #4

Merged
merged 7 commits into from
Dec 16, 2024
Merged

servlet: historical flight API #4

merged 7 commits into from
Dec 16, 2024

Conversation

evacchi
Copy link
Contributor

@evacchi evacchi commented Dec 13, 2024

Queries flight APIs for info about past flights,
using the following services:

Note:

In OpenSky, Flights are updated by a batch process at night,
i.e., only flights from the previous day or earlier are available using this endpoint.

OpenSky requires a username, password pair, you can easily get
with a free account.

Learn more in the README.


Combined with the time tool:

Screenshot 2024-12-13 at 11 54 21

Signed-off-by: Edoardo Vacchi <[email protected]>
Signed-off-by: Edoardo Vacchi <[email protected]>
Signed-off-by: Edoardo Vacchi <[email protected]>
Signed-off-by: Edoardo Vacchi <[email protected]>
@evacchi
Copy link
Contributor Author

evacchi commented Dec 15, 2024

uhm it looks like the change in schema now requires at least one properties (I was using oneOf, no properties element). I am moving one element to properties so that the schema validates, but that is not strictly necessary

Signed-off-by: Edoardo Vacchi <[email protected]>
Signed-off-by: Edoardo Vacchi <[email protected]>
@evacchi evacchi merged commit 17e1e73 into main Dec 16, 2024
1 check passed
@evacchi evacchi deleted the flights-api branch December 16, 2024 22:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants