Skip to content

Enrich results with origin/destination #97

@xoolive

Description

@xoolive

Feature request by email from Davide Falanga

We've noticed that queries like the one below do not return some important features for our work, such as 'origin', 'destination', and 'aircraft_type'. In the past, at least the first two features were returned when using queries with more parameters (e.g., including the parameter 'airport').

trajectories = opensky.history(
    start=date,
    stop=date + timedelta(hours=2),
    bounds=(west, south, east, north)
)

Is there a way to retrieve these features in a query like the one shown above?

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions