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?
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').
Is there a way to retrieve these features in a query like the one shown above?