You are browsing as a guest. Sign up (or log in) to start making projects!

Airport Data Visualization

  • 5 Devlogs
  • 2 Total hours

I am visualizing the flight frequency between SEA and ATL in an interactive way.

Ship #1

SHIP TIME, here is some basic info:

Real-time flight tracking visualization displaying live aircraft positions from major airports worldwide.

Live aircraft tracking from 14 major global airports
Real-time position updates from adsb.lol API
Interactive 3D globe visualization
Displays aircraft callsigns, altitude, velocity, and heading
Filters for airborne aircraft only (altitude > 1500ft, speed > 50kts)
Updates aircraft data every 2 seconds per hub
No API key required - uses free adsb.lol service

Frontend: Vanilla JavaScript, HTML5, CSS3
Backend: Node.js serverless functions (Vercel)
Deployment: Vercel
Data Source: adsb.lol API (free, no authentication)

Data Collection: Serverless function polls adsb.lol API for aircraft within 250nm of each hub
Filtering: Removes ground aircraft, duplicates, and slow-moving planes
Normalization: Converts units (feet→meters, knots→m/s) for consistent display
Visualization: Frontend renders aircraft positions on interactive globe

  • 5 devlogs
  • 2h
  • 5.67x multiplier
  • 11 Stardust
Try project → See source code →
Open comments for this post

15m 48s logged

Started working on the airport data visualization… So far, not great, but here’s what I have.

So far, I have been able to render the 3D space and see some ping-pong balls bouncing between the two “airports”.

Working on portraying this onto a globe and making the balls into actual airplane models.

I randomly selected SEA and ATL for this project.

0
0
2

Delete project?

Are you sure you want to permanently delete this project? This action cannot be undone.

All devlogs, followers, and associated data will be removed.

Followers

Loading…