I’m so glad that many of you like this app. I’m a solo dev, actively building between my 9-5 and raising a 9mo.
Please follow along on X https://x.com/benlimner, or join the mailing list for updates/suggestions!
http://zoom.interoscitor.com/PetersonEnterprises/Consulting/...
I was asked to come up with a 3D display of the airspace around an aircraft for the pilot to use and which could replace the 2D displays used then. People were impressed, but decided it was impractical for a variety of reasons. You can't really tell where the aircraft are relative to each other and the ground without rotating the display (which means the pilot loses their orientation), and there are no altitude indicators and it's difficult to tell where each aircraft is relative to the others. (Which is why I added the vertical lines and ground tracks.) Also things get visually messy when several aircraft are close together, even if you use different colors (which doesn't work for the colorblind). For example, could you use this display to tell if a collision is imminent near ground level in proximity to an airport? The display does give you a high level sense of what is going on in the airspace; it may not have enough details to be of practical use to pilots and air traffic controllers. I'd suggest consulting with them to get feedback. Maybe this would be practical as a VR display? How did they solve this in the F-35 helmet display?
You faced all of the same usability problems. Until there is a true 3D display I don’t think this will be super useful for true traffic awareness. The cockpit is just too chaotic.
It’s very interesting to see your graphic. Was this supposed to be displayed on a cockpit TV?
At the same time, I'm not sure how you monetize such an easily "stealable" idea. My hunch is that you'll see other flight trackers debut your perspective as one of many layers within their own trackers (this is where you come in, as consultant?).
Godspeed, ace.
But if nothing comes of it, I’ve had a ball making it, and chatting with the community.
I noticed one minor area for potential improvement: when I look at the ATL area right now, it looks like aircraft are clipping through the ground at takeoff and landing.
I'm guessing this is because you're taking the pressure altitude which is derived from aircraft transponder data, and incorrectly interpreting it as altitude above sea level, without correcting for local air pressure variations. Right now, local barometric pressure in Atlanta is about 1028 mbar, which means pressure altitude is about 450 feet lower than true MSL altitude.
(Pilots need to know their altitude relative to sea level and the ground, so they have to manually adjust their altimeters to correct for pressure variations, based on the latest local weather conditions. For ATC, it's more critical to know aircraft's altitudes relative to each other. So transponders report the pressure altitude without correction, to guarantee that inconsistent pressure corrections can't cause errors.)
There are some places on the map where the terrain texture isn’t great, or is below the elevation of the centered airport, and the planes will breach the mesh. There’s a setting in there where you can manually tweak the ‘ground elevation’ if it gets annoying to you.
Also watching the high altitude balloons pop and fall straight through traffic is awesome
also "copy this view" does nothing (neither location nor any settings, gives just the bare link)
I think the map tiles are a symptom of the overnight success of the app. I might have to find a new map provider if they permanently limited my IP
Absolutely killer would be integrating with https://www.liveatc.net/ or other live ATC stream. Drop down to choose ground, tower, approach/departure, center, etc.
I'll start in another tab for now.
Some comments: - Is the Up axis correctly scaled? The ascent rate of planes taking off seems very steep - Planes landing seems to get "stuck" at the beginning of a lane at about 600 feet (tracking/radar cutoff?), maybe a fix the that slightly adjusts it to ground in a landed state if a plane "stops" or disappears from the data tracking.
Honestly I just smooshed a lot of different public sources of data together. There was a lot of fine tuning, and retracing my steps. No real magic. But happy to answer some questions.
[1] https://files.littlebird.com.au/Screenshot-2025-11-29-at-8.2...
Please use native toolkits. At least Gtk or Qt :)
Flash is just “We don’t like to pay developers. We prefer you to pay more for memory. And your processor. And by the why, we don’t care about your security.”
Ironically memory prices are skyrocketing right now. Even the best known Electron application (Signal) is eating memory like it is free. Similiar native applications integrate much better and use a fraction of memory (e.g. Fractal).
PS: If autonomous locally usage doesn’t make sense a mere web-app is good way. At least it is then a single tab in the web-browser and most platforms are covered (if you don’t target Chrome exclusively…). In this case possible step? At least not 500 MB wasted.
There are very good electron apps, but the engineering to make them small and fast is quite important.
I’ve tried it in 2d to pretty good success. It’s a bit low on my list of items to add, partially because I have a hunch that calculating and projecting thousands of vectors is going to cost more compute than simply accepting coordinates and drawing lines.
While your site is pretty cool, it's more of a neat thing to look at than it is a useful tool like Flightaware. That said, I bookmarked it and will visit it often (probably) as I live near an airport and can see planes in the distance. Also, I second the request for higher-resolution map tiles.
Two asks -
(1) you should default to a busy airport, eg. Atlanta, which is the busiest in the world. They have an order of magnitude more flights landing and departing. It seems random, but I keep getting New Orleans which is 10-20x less busy than Atlanta. ATL, SFO, LAX, ... That said, the topographically diverse places like Anchorage are nice too, and the height maps on the textures are fantastic.
(2) Higher resolution satellite titles would be awesome. I have a high density flight path directly overhead and I'd love to see where I live on the map and know which way to look in real time, but the textures are about 10x too grainy to make out my street / neighborhood. Maybe you can download some high resolution tiles for free that won't be a big performance hit?
You’re getting New Orleans because it’s truly selecting from ~20 random US airports.
Stoked that you like the app!
If there’s an airport you want to default to, search for it and save the URL
It looks completely accurate. I could see the medivac helicopters taking off, and it matched 1:1.
I missed a biplane flying over the city. And some other low-flying planes circling mysteriously.
If I had a telephoto lens and a way to alert myself of large planes flying low (happens frequently), C-130s, F-22s, etc. I think I'd waste way too much time.
I need to avoid looking into this more.
I’m looking into adding better data providers so there are fewer missing planes.