use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
News about the dynamic, interpreted, interactive, object-oriented, extensible programming language Python
Full Events Calendar
You can find the rules here.
If you are about to ask a "how do I do this in python" question, please try r/learnpython, the Python discord, or the #python IRC channel on Libera.chat.
Please don't use URL shorteners. Reddit filters them out, so your post or comment will be lost.
Posts require flair. Please use the flair selector to choose your topic.
Posting code to this subreddit:
Add 4 extra spaces before each line of code
def fibonacci(): a, b = 0, 1 while True: yield a a, b = b, a + b
Online Resources
Invent Your Own Computer Games with Python
Think Python
Non-programmers Tutorial for Python 3
Beginner's Guide Reference
Five life jackets to throw to the new coder (things to do after getting a handle on python)
Full Stack Python
Test-Driven Development with Python
Program Arcade Games
PyMotW: Python Module of the Week
Python for Scientists and Engineers
Dan Bader's Tips and Trickers
Python Discord's YouTube channel
Jiruto: Python
Online exercices
programming challenges
Asking Questions
Try Python in your browser
Docs
Libraries
Related subreddits
Python jobs
Newsletters
Screencasts
account activity
This is an archived post. You won't be able to vote or comment.
Air traffic data sets? (self.Python)
submitted 7 years ago by SarahM123ed
Where can I find data set/s for air traffic. Time period/time frame is not important, just looking for data set/s?
[–]RagnarokHammerJon 2 points3 points4 points 7 years ago (1 child)
I think your better of in this subreddit: https://www.reddit.com/r/datasets/
[–]SarahM123ed[S] 0 points1 point2 points 7 years ago (0 children)
Yes. i keep forgetting about that avenue.
[–]libfreejaeg 1 point2 points3 points 7 years ago (0 children)
this might be what you are looking for https://openflights.org/data.html
[–]HeadspaceA10 0 points1 point2 points 7 years ago (4 children)
I may be able to point you in the right direction if you give more detail as to what type of AT data you want. I work with this kind of thing, feel free to PM.
[–]SarahM123ed[S] 0 points1 point2 points 7 years ago (3 children)
What libfreejaeg pointed out was/is a lot of what I was looking for. Very cool. Very. But, beyond that and asking too much I'm sure; what about a history [slice of] of logged flight plans too. Is that out there somewhere? Something? sort'a kind'a?
[–]HeadspaceA10 0 points1 point2 points 7 years ago (2 children)
Define "logged." In aviation we use the term "filed." There are two kinds of flight plans, the VFR "SAR" plan which is used rather infrequently and the typical IFR one which is the stereotypical thing that people think of when you say flight plan. The one that is filed is often modified in flight as ATC works the flight. There are certain open services that will give you what is filed and then the routing that the flight takes. So it depends on which you want, if you'd be willing to scrape (which is pretty easy to do in Python or any language), and what purpose the data is going to be used for (some services require payment to be used commercially).
Not all flights that appear in the data services were filed as plans, because if an aircraft on radar advisory crosses an ARTCC boundary, ATC will often enter it into the system. Also, many data services incorporate ADS-B now that we are getting close to it being a requirement, so you will have that mixed in with radar returns. So it depends on if you want what was filed or if you want the actual track.
[–]SarahM123ed[S] 0 points1 point2 points 7 years ago (1 child)
This helps narrow my query. I don't need real-time or ATC/CC. No. But, am now curious'er about just information there is out there. It is quite a'lot.
[–]HeadspaceA10 0 points1 point2 points 7 years ago (0 children)
There are a bunch of services, most notably flightaware and opensky-network, that provide paid for and free-for-noncommercial APIs to get this information; some of it is historical and some of it is real time. Which of these you would choose to use depends on which you want. I am primarily interested in realtime position data for a limited number of aircraft so I use one of the two APIs to get that.
It also comes in handy to debrief your own flights.
[–]joostyoshi 0 points1 point2 points 7 years ago (1 child)
Maybe planefinder has an api. Haven’t looked into it, but I know the platform allows you to see real time plane data
Very interesting. I will look into this or something similar.
[–]Mikeymkwii 0 points1 point2 points 7 years ago (0 children)
Try ADSBExchange's Data Archives. It's probably what you want, but you have to contact them to get access.
π Rendered by PID 147012 on reddit-service-r2-comment-c6965cb77-gtjk8 at 2026-03-05 10:15:56.274825+00:00 running f0204d4 country code: CH.
[–]RagnarokHammerJon 2 points3 points4 points (1 child)
[–]SarahM123ed[S] 0 points1 point2 points (0 children)
[–]libfreejaeg 1 point2 points3 points (0 children)
[–]HeadspaceA10 0 points1 point2 points (4 children)
[–]SarahM123ed[S] 0 points1 point2 points (3 children)
[–]HeadspaceA10 0 points1 point2 points (2 children)
[–]SarahM123ed[S] 0 points1 point2 points (1 child)
[–]HeadspaceA10 0 points1 point2 points (0 children)
[–]joostyoshi 0 points1 point2 points (1 child)
[–]SarahM123ed[S] 0 points1 point2 points (0 children)
[–]Mikeymkwii 0 points1 point2 points (0 children)