![[OC] Glider thermals and cross-country tracks over the Alps, rebuilt in 3D from Open Glider Network data](https://preview.redd.it/a9g3z2dx6gah1.png?auto=webp&s=0d97f30dba668a27304d2102abe5dc85b7a68062)
[OC] Glider thermals and cross-country tracks over the Alps, rebuilt in 3D from Open Glider Network data
Source: Open Glider Network (OGN) a volunteer network of ground stations that track gliders via FLARM/ADS-B. The day's tracks are pulled from the OGN FlightBook API. Data licensed under ODbL. Huge thanks to the volunteers who run the receivers.
Tools: TypeScript + deck.gl (WebGL) for the 3D, AWS Terrarium elevation tiles + Esri imagery for the terrain, Web Audio API for the variometer sound. It runs entirely in the browser, no backend.
Method note: OGN beacons are sparse, so tracks are smoothed with Catmull-Rom splines, and attitude (bank/pitch) is estimated from the trajectory - there's no IMU in the data, so this is a reconstruction, not telemetry.
Interactive version (try your own field: LFMX, EGHL, KMEV, CN12...): https://s-celles.github.io/ogn-3d-viewer/
Open source (AGPL): https://github.com/s-celles/ogn-3d-viewer