Replies: 4 comments 16 replies
-
Hi @xoolive, Many thanks for developing this repository. It looks like a very nice interface to use python with OpenSky. This is the first time we are using OpenSky for one of our research projects, so we are still assessing which tools to use, and how to access and process the ADS-B data. A couple of quick questions I hope you can help us with:
Many thanks! P.S. Also, not sure if this discussion page is the best for these comments... |
Beta Was this translation helpful? Give feedback.
-
Hello @xoolive ! I am currently doing a dissertation for my degree and is about RA events over EUROCONTROL airspace. I would like to know if it would be possible to add something similar to a progress bar to know how far in the download process one is. I believe this would be very useful in the case of a huge download. It would be something similar to the output this @junzis code gives but with a progress bar: from pyopensky import OpenskyImpalaWrapper
opensky = OpenskyImpalaWrapper()
# Perform a simple and massive query (~20k records for 1 second here!)
df = opensky.query(type="raw", start="2018-07-01 13:00:00", end="2018-07-01 13:00:01") For "output" I mean the text you get on the console, not variables or datafiles. Finally, this is an appreciation message for your work: Thank you very much for what you have created in this repo. It is truly amazing, useful and intuitive. I can sincerely say it because one month ago I had never ever heard of Spyder nor Anaconda or even written a single line of Python, and now I'm still very far from edditing your repo to customize it for my work but I enjoy processing data and appreciate your work and other's in the OpenSky Network. Best! |
Beta Was this translation helpful? Give feedback.
-
Hi @xoolive! |
Beta Was this translation helpful? Give feedback.
-
Hi @xoolive! I'm Josep and I'm an Aerospace student at Escola d'Enginyeria de Telecomunicació i Aeroespacial de Castelldefels. I will finish my studies in July (hopefully) and I'm working on my thesis which is about data recollection from LEBL and study of the behaviour of different kind of operations and configurations. By the recommendation of my thesis supervisor I'm going to use traffic for the data recollection and study of the trajectories. I'm kinda new into conda environments and I've never used a library like this before. I've "succesfully" installed the traffic library in the Anaconda.navigator and I've been able to call sample trajectories but when it comes to calling data from opensky I haven't been able to obtain nothing in return. I have executed the following code: from traffic.data import eurofirs
from traffic.data import opensky
t_aib = opensky.history(
start="2019-11-01 09:00",
stop="2019-11-01 12:00",
departure_airport="LEBL",
arrival_airport="LEBL",
) And the response have been this one:
I know this is may be a specific case and maybe is not the intended purpose of this conversation but I need help on how to solve this "problem" and there is no better advice than the one given by the creator itself. Thank you in advance! |
Beta Was this translation helpful? Give feedback.
-
👋 Welcome!
We’re using Discussions as a place to connect with other members of our community. We hope that you:
To get started, comment below with an introduction of yourself and tell us about what you do with this community.
Beta Was this translation helpful? Give feedback.
All reactions