Global weather data from flying airplanes
clickhouse.com·9h
Flag this post

Recently, I read the blog post by Niklas Oberhuber showing that it is possible to derive weather data from airplane telemetry. Airplanes don’t broadcast temperature or wind data, but it can be calculated on the fly from other parameters. I immediately decided to reproduce these calculations to show something beautiful!

ADS-B Massive Visualizer collects telemetry from airplanes, such as their position, altitude, speed, and heading. This data is saved in the ClickHouse database. The service provides access to custom reports on top of over 150 billion data points and counting, accumulating them in real time.

You can read more about the service in the previous [blog post](https://clickhouse.com/blog/interactive-visualiz…

Similar Posts

Loading similar posts...